[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add channel class and task method for parallel processing in mruby #1336

Merged
merged 41 commits into from
Nov 30, 2017

Commits on Nov 14, 2017

  1. Add http request callback function and channel class for parallel htt…

    …p response processing
    naritta committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    0eebc23 View commit details
    Browse the repository at this point in the history
  2. Delete http callback function

    naritta committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    9c56511 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4375ac1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6cfb06 View commit details
    Browse the repository at this point in the history
  5. Fix Copyright of channel.c

    naritta committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    63b9d27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e813f5d View commit details
    Browse the repository at this point in the history
  7. Add test for channel and task

    naritta committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    b553169 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    94428ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f64d1ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    77b26b7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fac06f4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6a03594 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7eb699c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1546bae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    87374d4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d387308 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a1a8f3f View commit details
    Browse the repository at this point in the history
  18. Delete needless skip_all

    naritta committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    d7bceb6 View commit details
    Browse the repository at this point in the history
  19. Add test for body joining

    naritta committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    551e59b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e77a6db View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3c2f084 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e4dc482 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. Configuration menu
    Copy the full SHA
    e07786b View commit details
    Browse the repository at this point in the history
  2. add comment

    i110 committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    5e21555 View commit details
    Browse the repository at this point in the history
  3. nested task method

    i110 committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    30cb154 View commit details
    Browse the repository at this point in the history
  4. move task method

    i110 committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    61c6d91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf1977a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37c75d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c7848c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Merge pull request #1 from i110/parallel-http-join

    Parallel http join
    naritta authored Nov 21, 2017
    Configuration menu
    Copy the full SHA
    59df385 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    401df4e View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Configuration menu
    Copy the full SHA
    da33b13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cf40c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52ea223 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. Configuration menu
    Copy the full SHA
    38fc621 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21bb7d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4312b53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    916cab1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2068c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03c0a42 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8926f7d View commit details
    Browse the repository at this point in the history