1. 1be70cc Move arguments to the start of lists by Craig Tiller · 9 years ago
  2. 45724b3 indent pass to get logical source lines on one physical line by Craig Tiller · 9 years ago
  3. af73d78 clang-format all core files by Craig Tiller · 9 years ago
  4. d9ccbbf Rename call_list to closure_list by Craig Tiller · 9 years ago
  5. 10ee274 Merge github.com:grpc/grpc into we-are-one by Craig Tiller · 9 years ago
  6. d9fdaf2 Fix tests by Craig Tiller · 9 years ago
  7. 40cd820 Fix list iteration by Craig Tiller · 9 years ago
  8. 4fc085f Test bug fixes by Craig Tiller · 9 years ago
  9. 62aef62 Fixes by Craig Tiller · 9 years ago
  10. ba49645 Fixes by Craig Tiller · 9 years ago
  11. 294d0ec Call lists compile by Craig Tiller · 9 years ago
  12. dfff1b8 Call list progress by Craig Tiller · 9 years ago
  13. 36a5551 Merge pull request #3176 from jboeuf/core_creds_plugin by Yang Gao · 9 years ago
  14. d1bec03 Call list progress by Craig Tiller · 9 years ago
  15. 3382511 Cleanup by Craig Tiller · 9 years ago
  16. 99b65f2 Test bug fixes by Craig Tiller · 9 years ago
  17. 61d003a Merge branch 'master' of github.com:grpc/grpc into rr_with_registry by David Garcia Quintas · 9 years ago
  18. 3cd6a51 Getting stuff working by Craig Tiller · 9 years ago
  19. 36c86e2 Merge github.com:grpc/grpc into shindig by Craig Tiller · 9 years ago
  20. 7d57ba1 Tests compile by Craig Tiller · 9 years ago
  21. 47a708e Core compiles with workqueues by Craig Tiller · 9 years ago
  22. fd2f733 Merge branch 'master' of github.com:grpc/grpc into core_creds_plugin by Julien Boeuf · 9 years ago
  23. 3d29666 Merge pull request #3135 from rjshade/remove_udp_new_transport_cb by Yang Gao · 9 years ago
  24. 97419e4 Merge github.com:grpc/grpc into shindig by Craig Tiller · 9 years ago
  25. 7dc34ac Fix memory leak by Craig Tiller · 9 years ago
  26. 4ffbf0d Adding tests for credentials plugin. by Julien Boeuf · 9 years ago
  27. 404044a Retry failed port get attempts a few times by Craig Tiller · 9 years ago
  28. e388ed3 Remove arguments from on_read in test by Robbie Shade · 9 years ago
  29. bb84dc0 Merge remote-tracking branch 'upstream/master' into remove_udp_new_transport_cb by Robbie Shade · 9 years ago
  30. d8374ef No need for the assert here by Craig Tiller · 9 years ago
  31. ae322af Better port selection by Craig Tiller · 9 years ago
  32. 0cf27f7 Fixed leak introduced in #3293 by David Garcia Quintas · 9 years ago
  33. 56d66c2 Fixed wrong usage of varargs by David Garcia Quintas · 9 years ago
  34. a4c43a6 Merge branch 'master' of github.com:grpc/grpc into rr_with_registry by David Garcia Quintas · 9 years ago
  35. 1701b09 Merge github.com:grpc/grpc into shindig by Craig Tiller · 9 years ago
  36. f29a388 Merge github.com:grpc/grpc into immolating-conversion by Craig Tiller · 9 years ago
  37. d3b2184 Merge pull request #3293 from pmarks-net/dnstests by Craig Tiller · 9 years ago
  38. 5ea5dc2 Merge pull request #3275 from dgquintas/uri_query_fragments by Craig Tiller · 9 years ago
  39. 6a6b36c Enable -Wconversion by Craig Tiller · 9 years ago
  40. f96dfc3 First round of fixing up implicit 64->32 bit conversions by Craig Tiller · 9 years ago
  41. 32ca48c Core compiles with -Wsign-conversion by Craig Tiller · 9 years ago
  42. be94769 Merge github.com:grpc/grpc into immolating-conversion by Craig Tiller · 9 years ago
  43. fe7a636 Usage of ?lb_policy=xxx in sockaddr_resolver by David Garcia Quintas · 9 years ago
  44. 3121fd4 Sign conversion fixes by Craig Tiller · 9 years ago
  45. 73b6606 Workqueue: interface, test, and posix implementation by Craig Tiller · 9 years ago
  46. 6a70b01 Reintroduce DNS-based cases to dualstack_socket_test.c. by Paul Marks · 9 years ago
  47. 5267891 Added queries and fragments to uri parser by David Garcia Quintas · 9 years ago
  48. 5a9903d Merge remote-tracking branch 'origin/uri_query_fragments' into rr_with_registry by David Garcia Quintas · 9 years ago
  49. 4fb049b Added round robin LB policy. by David Garcia Quintas · 9 years ago
  50. 634daca Added queries and fragments to uri parser by David Garcia Quintas · 9 years ago
  51. 79e042d Merge pull request #3251 from nicolasnoble/bad-client-is-really-bad by Craig Tiller · 9 years ago
  52. 2b7b235 Merge pull request #3255 from ctiller/we-should-build by Craig Tiller · 9 years ago
  53. 8858974 Fix compilation by Craig Tiller · 9 years ago
  54. 2057a7a Fixing bad_client test. by Nicolas "Pixel" Noble · 9 years ago
  55. 2d96240 Merge pull request #3204 from ctiller/fix-teh-tests by Nicolas Noble · 9 years ago
  56. a4d4b60 Secure endpoint test should call grpc_init. by Nicolas "Pixel" Noble · 9 years ago
  57. 4326f73 Ensure port picking doesnt repeatedly return the same port by Craig Tiller · 9 years ago
  58. 03ab064 Fix completion_queue_test by Craig Tiller · 9 years ago
  59. f406f6c Fixed build by Craig Tiller · 9 years ago
  60. 605076a Handle test dependencies better by Craig Tiller · 9 years ago
  61. fb94111 Merge branch 'endpoints' into second-coming by Craig Tiller · 9 years ago
  62. e0b8a42 Merge branch 'cleaner-build' into third-coming by Craig Tiller · 9 years ago
  63. 245bd88 Merge github.com:grpc/grpc into second-coming by Craig Tiller · 9 years ago
  64. 1ebb7c8 Hand-written changes by Craig Tiller · 9 years ago
  65. 97cd4ae Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor by Julien Boeuf · 9 years ago
  66. 6c7185d Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cleanup by Julien Boeuf · 9 years ago
  67. a883ccf Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor by Julien Boeuf · 9 years ago
  68. 0c711ad Adding C++ metadata processor. by Julien Boeuf · 9 years ago
  69. c8cb4ed Removed on_connect callback from udp_server_test by Robbie Shade · 9 years ago
  70. 9f80fcf Cleaning up Windows endpoint code by Craig Tiller · 9 years ago
  71. 477538d Merge pull request #3101 from yang-g/string_ref_auth by Craig Tiller · 9 years ago
  72. fe4bacb Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into credentials_naming_and_cleanup by Julien Boeuf · 9 years ago
  73. 0834833 Merge pull request #2947 from jboeuf/grpc_security_abi by Craig Tiller · 9 years ago
  74. cf44bb5 use millis to protect against potential overflow by yang-g · 9 years ago
  75. edd4667 Reduce a timeout causing overflow by yang-g · 9 years ago
  76. ae69ad1 Add a portable test of endpoint pairs by Craig Tiller · 9 years ago
  77. b029859 Revert "Revert "Refactor Endpoint API"" by Craig Tiller · 9 years ago
  78. 99d7b66 Revert "Refactor Endpoint API" by Craig Tiller · 9 years ago
  79. 3d5ba2f Make port_windows compile again by Craig Tiller · 9 years ago
  80. 1e27e7d Use port server on windows by Craig Tiller · 9 years ago
  81. c84d4aa Merge github.com:grpc/grpc into endpoints by Craig Tiller · 9 years ago
  82. 60e0e74 Merge pull request #3072 from ctiller/pneumatic-figure-skater by Vijay Pai · 9 years ago
  83. 510a920 Credentials cleanup: by Julien Boeuf · 9 years ago
  84. c17fecd Fixing tests. by Julien Boeuf · 9 years ago
  85. be95249 Cleanup test, initialize correctly by Craig Tiller · 9 years ago
  86. 9dee67b Merge github.com:grpc/grpc into naming-crisis by Craig Tiller · 9 years ago
  87. 12a2701 Merge pull request #3011 from dgquintas/comma-separated-ips by Craig Tiller · 9 years ago
  88. 5d4d1ee Merge github.com:grpc/grpc into naming-crisis by Craig Tiller · 9 years ago
  89. 11c3c68 Merge github.com:grpc/grpc into endpoints by Craig Tiller · 9 years ago
  90. ddb0b8c Merge pull request #3019 from dgquintas/channel_args_compression by Yang Gao · 9 years ago
  91. d2ea031 Merge pull request #2818 from ctiller/y12kdm3 by Vijay Pai · 9 years ago
  92. fe5f254 Improvements to the grpc_channel_args_compression_algorithm_set_state api by David Garcia Quintas · 9 years ago
  93. bc85be1 Refactor default host name resolution by Craig Tiller · 9 years ago
  94. 592e7f2 Refactor Endpoint API by Craig Tiller · 9 years ago
  95. a4c4f02 Added C API functions for compression args handling (w/ tests) by David Garcia Quintas · 9 years ago
  96. 2bfd275 sockaddr_resolver now supports comma-separated list of IPs by David Garcia Quintas · 9 years ago
  97. ee3dbb0 Have a richer interface for auth metadata processors. by Julien Boeuf · 9 years ago
  98. 65d3ab2 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  99. 4836492 Merge pull request #2972 from ctiller/get-reserved-things-right by Yang Gao · 9 years ago
  100. 128f4a9 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago