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

Rewrite network stack to Swift NIO (armv7 support!) #68

Merged
merged 45 commits into from
Feb 11, 2019
Merged

Commits on Feb 9, 2019

  1. Configuration menu
    Copy the full SHA
    ca80c19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4985e8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a22011c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c81c86 View commit details
    Browse the repository at this point in the history
  5. More logging to debug

    Bouke committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    fa3819b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a48551 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a5e4e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3344551 View commit details
    Browse the repository at this point in the history
  9. Enable few other endpoints

    Bouke committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    c2e4f59 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e984b79 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4dbdfc5 View commit details
    Browse the repository at this point in the history
  12. Parse URL before routing

    Bouke committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    f93f9fd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    46b1b90 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1dd2faf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8e1537a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2de7d47 View commit details
    Browse the repository at this point in the history
  17. Bind IPv6 on same port as IPv4

    Bouke committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    61914b5 View commit details
    Browse the repository at this point in the history
  18. Binding info to logger

    Bouke committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    4635f1f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d8fac4f View commit details
    Browse the repository at this point in the history
  20. Progress!

    Bouke committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    692a22e View commit details
    Browse the repository at this point in the history
  21. Improve API usage

    Bouke committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    0e6b72f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6ca5d9b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2437a24 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f61e038 View commit details
    Browse the repository at this point in the history
  25. Most recent everything

    Bouke committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    9dac20d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b840790 View commit details
    Browse the repository at this point in the history
  27. Graceful shutdown on SIGTERM

    Bouke committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    e54aba7 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4a15a0c View commit details
    Browse the repository at this point in the history
  29. Remove unused Box<T>

    Bouke committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    7f1623e View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d4c90aa View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9a16793 View commit details
    Browse the repository at this point in the history
  32. Link with NetService 0.5

    Bouke committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    fb4f6e3 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    652004e View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    cfc1ee5 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    e2430d9 View commit details
    Browse the repository at this point in the history
  36. Update most tests for SwiftNIO

    Bouke committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    7596232 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    5cd1839 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    e2d2dd1 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    d101c81 View commit details
    Browse the repository at this point in the history
  40. HTTP cleanup old structures

    Bouke committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    9b57e9b View commit details
    Browse the repository at this point in the history
  41. Raspbian build instructions

    Bouke committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    3abae76 View commit details
    Browse the repository at this point in the history
  42. Re-enable all tests on Linux

    Bouke committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    d0811ea View commit details
    Browse the repository at this point in the history
  43. Remove unused MockRequest

    Bouke committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    6ec1011 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    3bed9e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Resolved some swiftlint issues

    Bouke committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    c422ffb View commit details
    Browse the repository at this point in the history