1. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  2. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  3. a47f51f Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  4. df71518 fix code formatting by Jan Tattermusch · 8 years ago
  5. d817c1b iocp_windows.c and tcp_server_windows.c: fixes for gcc on Windows (unused variables and type casts) by Mario Emmenlauer · 8 years ago
  6. 76dca19 clang-format by Craig Tiller · 8 years ago
  7. bedb189 Fixes, remove grpc_error_free_string by Craig Tiller · 8 years ago
  8. 0b09341 Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures by Craig Tiller · 8 years ago
  9. d465456 clang-format code by Craig Tiller · 8 years ago
  10. 460da03 Fixup Windows source files for new closure APIs by Craig Tiller · 8 years ago
  11. 91031da Changes to exec_ctx/closure/combiner/workqueue interfaces by Craig Tiller · 8 years ago
  12. b995e8b Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  13. 6c07bf8 Fix allocation bug. by Mark D. Roth · 8 years ago
  14. eed3815 Pass ownership of grpc_tcp_server_acceptor to connector. by Mark D. Roth · 8 years ago
  15. e238b04 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  16. fdc17aa clang-format by Craig Tiller · 8 years ago
  17. cbafdd1 Fix races on tcp server shutdown on Windows by Craig Tiller · 8 years ago
  18. a59c16c Progress towards making grpc_slice_unref_internal take an exec_ctx by Craig Tiller · 8 years ago
  19. 6108d1f clang-format code by Craig Tiller · 8 years ago
  20. 85fe038 Fix some other Windows bugs while we're here by Craig Tiller · 8 years ago
  21. a5ea56b clang-format code by Craig Tiller · 8 years ago
  22. 290e9a7 Fix resource quotas on Windows by Craig Tiller · 8 years ago
  23. c0aa97d Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  24. 8725870 Fix Windows server by Dan Born · 8 years ago
  25. 966a448 Require non-NULL exec_ctx to unref. by Dan Born · 8 years ago
  26. dedb923 Clang format by murgatroid99 · 8 years ago
  27. 77c6cce Updated changes for Windows, removed unistd.h from test files by Michael Lumish · 8 years ago
  28. 623dd4f Renamed GPR_ constants to GRPC_ in iomgr/port.h by murgatroid99 · 8 years ago
  29. 5407089 Separate out iomgr-specific constants into a separate header by murgatroid99 · 8 years ago
  30. 9275d40 Shutdown the listeners early when destroying the tcp_server by yang-g · 8 years ago
  31. f467846 Merge github.com:grpc/grpc into reuse_port by Craig Tiller · 8 years ago
  32. 8891ef5 Initialize port to -1 by Ken Payson · 8 years ago
  33. b187895 Fix windows build error by Craig Tiller · 8 years ago
  34. d925c93 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  35. 4594bd9 Merge remote-tracking branch 'upstream/master' into base by Yuchen Zeng · 8 years ago
  36. 332f1b3 Rename functions by Craig Tiller · 8 years ago
  37. 48abdde Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  38. e004958 Fix formatting, mem leak, stall by Craig Tiller · 8 years ago
  39. 8ad69bf Attempt to fix Windows by Craig Tiller · 8 years ago
  40. 5352ff1 Windows fixes for error handling by Craig Tiller · 8 years ago
  41. 3e149f3 clang-format by Craig Tiller · 8 years ago
  42. a41ac57 Windows port of error system by Craig Tiller · 8 years ago
  43. 12dfdc3 Change win32 file suffix by Yuchen Zeng · 8 years ago
  44. b7c34a5 Removing grpc_tcp_server_port_fd* from the Windows implementation. by Nicolas "Pixel" Noble · 8 years ago
  45. c4b18a5 Adding support for msys. by Nicolas "Pixel" Noble · 8 years ago
  46. 6415043 Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all by Nicolas "Pixel" Noble · 8 years ago
  47. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  48. 1bb17d3 Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all by Nicolas "Pixel" Noble · 8 years ago
  49. 9533d04 Fix includes by Craig Tiller · 8 years ago
  50. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 8 years ago[Renamed from src/core/iomgr/tcp_server_windows.c]
  51. 9aa4f1b fix windows leaks by yang-g · 8 years ago
  52. eced8ae Fix windows by Craig Tiller · 9 years ago
  53. 742eac1 Cleaning up Windows compilation. by Nicolas "Pixel" Noble · 9 years ago
  54. 9c12bc2 Add shutdown_starting callbacks to tcp_server. by Dan Born · 9 years ago
  55. a78ca38 clang reformat. by Dan Born · 9 years ago
  56. 50ef304 Fix windows compilation errors by Dan Born · 9 years ago
  57. 725ee28 Extend Copyrights to 2016 by Dan Born · 9 years ago
  58. 5d81d15 Code review follow-up. by Dan Born · 9 years ago
  59. fa6b606 Make grpc_tcp_listener private. by Dan Born · 9 years ago
  60. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  61. 04dacf5 Fix windows by Craig Tiller · 9 years ago
  62. 3ff9727 merge with head by yang-g · 9 years ago
  63. 8f71462 Renaming server_port to grpc_tcp_listener - there's no need for casting... by Nicolas Noble · 9 years ago
  64. 5eb4e1c Adding grpc_tcp_listener as an actual object being returned. by Nicolas Noble · 9 years ago
  65. faf8f68 Close incoming connections if we are post shutdown by Craig Tiller · 9 years ago
  66. 71a0f9d Fix clang-format script by Craig Tiller · 9 years ago
  67. 258f8de Windows fixes by Craig Tiller · 9 years ago
  68. 565b18b clang-format all core files by Craig Tiller · 9 years ago
  69. 65bcbd3 Merge branch 'shindig' of https://github.com/ctiller/grpc into shindig by Craig Tiller · 9 years ago
  70. 82f9bd8 Update Windows stuff by Craig Tiller · 9 years ago
  71. b0bd53a Merge github.com:grpc/grpc into shindig by Craig Tiller · 9 years ago
  72. a82950e clang-format all core files by Craig Tiller · 9 years ago
  73. 45724b3 indent pass to get logical source lines on one physical line by Craig Tiller · 9 years ago
  74. af73d78 clang-format all core files by Craig Tiller · 9 years ago
  75. 8233941 Merge branch 'fix_windows_build' into win_fix_parameter_types by Jan Tattermusch · 9 years ago
  76. 48e57fa make function definitions match declaration in header by Jan Tattermusch · 9 years ago
  77. 34f398e remove leftover field initialization by Jan Tattermusch · 9 years ago
  78. f798b77 Merge remote-tracking branch 'upstream/master' into rename_callback by Robbie Shade · 9 years ago
  79. 5100ea0 fixes for windows by Craig Tiller · 9 years ago
  80. 063560e Fixup windows server by Craig Tiller · 9 years ago
  81. 780b07e Fix cb argument name by Robbie Shade · 9 years ago
  82. 3cd2d18 Rename the TCP server callback arguments to be more descriptive. by Robbie Shade · 9 years ago
  83. 9f80fcf Cleaning up Windows endpoint code by Craig Tiller · 9 years ago
  84. d6c98df clang-format all source by Craig Tiller · 9 years ago
  85. dd8a80f clarified comment and silenced error log by Jan Tattermusch · 9 years ago
  86. 2f25d98 properly decrement active_ports by Jan Tattermusch · 9 years ago
  87. eab5c33 fix race in server shutdown by Jan Tattermusch · 9 years ago
  88. d298a95 fix whitespaces and line length by Jan Tattermusch · 9 years ago
  89. 3f7809d fix getpeername code on windows by Jan Tattermusch · 9 years ago
  90. 81bcc4c Make endpoint peer API work on Windows by Craig Tiller · 9 years ago
  91. c9fef6f Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  92. e55e183 fix build on windows by chai2010 · 9 years ago
  93. e503cd5 Better socket kick for Windows. by Nicolas "Pixel" Noble · 9 years ago
  94. 143e7bf Introduce a clock type field onto gpr_timespec. by Craig Tiller · 9 years ago
  95. 701af60 Expose gpr_asprintf and gpr_strdup by Masood Malekghassemi · 9 years ago
  96. 33da332 Fix Windows compilation by Craig Tiller · 9 years ago
  97. 7f2e98c Further Windows fixes. by Nicolas "Pixel" Noble · 9 years ago
  98. e34a45a A few win32 fixes. by Nicolas "Pixel" Noble · 9 years ago
  99. 0f981e9 Another round of win32 fixes and documentation. by Nicolas "Pixel" Noble · 9 years ago
  100. 8e1a55d More win32 fixes + documentation. by Nicolas "Pixel" Noble · 9 years ago