1. dd4b000 Merge pull request #4286 from jtattermusch/win_64bit by Craig Tiller · 9 years ago
  2. a5aa19b PR comments by David Garcia Quintas · 9 years ago
  3. cc0dd22 reimplement ltoa and int64toa without negation by Jan Tattermusch · 9 years ago
  4. f80b536 Added ability to override mem alloc funcs by David Garcia Quintas · 9 years ago
  5. 4121f7a explicitly cast signed to unsigned where safe by Jan Tattermusch · 9 years ago
  6. 338ef4a fix bug MIN_VALUE bug in ltoa and int64toa and add tests by Jan Tattermusch · 9 years ago
  7. f99dbf5 Remove gpr_slice_to_cstring as it is not used anywhere by Sree Kuchibhotla · 9 years ago
  8. 4b3ecdf make grpc compile on win64bit by Jan Tattermusch · 9 years ago
  9. 0396554 Marking unreachable code so that it doesn't get counted in code coverage by Sree Kuchibhotla · 9 years ago
  10. de83121 Merge github.com:grpc/grpc into no-transport-metadata by Craig Tiller · 9 years ago
  11. 447c795 Merge pull request #4032 from ctiller/better-profile by Nicolas Noble · 9 years ago
  12. 3328a58 clang-format by Craig Tiller · 9 years ago
  13. 22d11e1 Reduce code size for AVL tree by Craig Tiller · 9 years ago
  14. 9c721ff faster asserts by Craig Tiller · 9 years ago
  15. 0593622 AVL: removal, and passing tests by Craig Tiller · 9 years ago
  16. fba79f2 AVL: creation, destroy, add by Craig Tiller · 9 years ago
  17. d653b39 Merge github.com:grpc/grpc into better-profile by Craig Tiller · 9 years ago
  18. b774be4 clang-format by Craig Tiller · 9 years ago
  19. 0e72ede Use static metadata table in metadata.c by Craig Tiller · 9 years ago
  20. e24913b Merge branch 'new_op' of github.com:ctiller/grpc into new_op by Craig Tiller · 9 years ago
  21. 6b80d49 Edge case cleanup by Craig Tiller · 9 years ago
  22. 36da138 Merge github.com:grpc/grpc into new_op by Craig Tiller · 9 years ago
  23. 860f484 Merge branch 'new_op' into better-profile by Craig Tiller · 9 years ago
  24. bdffdc0 Merge pull request #4031 from jtattermusch/win_precise_clock by Craig Tiller · 9 years ago
  25. 61ed001 Merge github.com:grpc/grpc into new_op by Craig Tiller · 9 years ago
  26. 04f4054 use QueryPerformanceCounter as precise clock for windows by Jan Tattermusch · 9 years ago
  27. 61ead3e Lower latency profiling by Craig Tiller · 9 years ago
  28. 5925603 stream_op cleanup: miscellany by Craig Tiller · 9 years ago
  29. 119c103 Split up into a new service proto, use proper service suffix, add a by vjpai · 9 years ago
  30. 0ba432d Move profiling system to gpr by Craig Tiller · 9 years ago
  31. 1f41b6b Simplify adding annotations, annotate more things by Craig Tiller · 9 years ago
  32. 8910ac6 more markers by Craig Tiller · 9 years ago
  33. 1c4319a Fixup mac build by Craig Tiller · 9 years ago
  34. 504ed59 Get basic profiler working again by Craig Tiller · 9 years ago
  35. b7a5977 Merge github.com:grpc/grpc into clangf by Craig Tiller · 9 years ago
  36. 7b080ba C changes to avoid shadowed global declaration warnings in gcc4.4 by Vijay Pai · 9 years ago
  37. 7d3ea59 Fix float to bool conversion compilation error in mac by sreek · 9 years ago
  38. 71a0f9d Fix clang-format script by Craig Tiller · 9 years ago
  39. d3366d7 Merge pull request #3497 from nicolasnoble/lost-my-sanity by Craig Tiller · 9 years ago
  40. bd88711 Merge pull request #3483 from ctiller/no-tcp-alloc by Yang Gao · 9 years ago
  41. 499fb05 Restoring sanity. by Nicolas "Pixel" Noble · 9 years ago
  42. 0f9a118 Merge pull request #3474 from ctiller/clang_format by Nicolas Noble · 9 years ago
  43. b09a875 Merge pull request #3476 from vjpai/block_annotate by Yang Gao · 9 years ago
  44. dd69342 Merge github.com:grpc/grpc into clang_format by Craig Tiller · 9 years ago
  45. 649deeb Recycle partially filled buffers on the next read by Craig Tiller · 9 years ago
  46. 9839d28 Move block_annotate from iomgr to support since it's used in other by vjpai · 9 years ago
  47. 50d6534 Annotate sleep calls by vjpai · 9 years ago
  48. 7e0289e Annotate blocking file operations by vjpai · 9 years ago
  49. 8dc0971 Merge github.com:grpc/grpc into shindig by Craig Tiller · 9 years ago
  50. ddf3a51 Add clang-format to sanity by Craig Tiller · 9 years ago
  51. f8b14ca Merge github.com:grpc/grpc into come-out-of-the-shadow by Craig Tiller · 9 years ago
  52. 565b18b clang-format all core files by Craig Tiller · 9 years ago
  53. a82950e clang-format all core files by Craig Tiller · 9 years ago
  54. 45724b3 indent pass to get logical source lines on one physical line by Craig Tiller · 9 years ago
  55. af73d78 clang-format all core files by Craig Tiller · 9 years ago
  56. d70293c Sprinkle casts by Craig Tiller · 9 years ago
  57. f611927 Fixed compilation with -Wsign-conversion on mac by David Garcia Quintas · 9 years ago
  58. b9d3596 Enable -Wshadow by Craig Tiller · 9 years ago
  59. ebc7ef2 Mac build fixes by Craig Tiller · 9 years ago
  60. f96dfc3 First round of fixing up implicit 64->32 bit conversions by Craig Tiller · 9 years ago
  61. 32ca48c Core compiles with -Wsign-conversion by Craig Tiller · 9 years ago
  62. 29d4145 avoid underflow by Craig Tiller · 9 years ago
  63. 245bd88 Merge github.com:grpc/grpc into second-coming by Craig Tiller · 9 years ago
  64. 1c3b213 Merge pull request #3070 from ctiller/winlog by Jan Tattermusch · 9 years ago
  65. b029859 Revert "Revert "Refactor Endpoint API"" by Craig Tiller · 9 years ago
  66. 99d7b66 Revert "Refactor Endpoint API" by Craig Tiller · 9 years ago
  67. c84d4aa Merge github.com:grpc/grpc into endpoints by Craig Tiller · 9 years ago
  68. d17fcc3 Make C core log output readable by Craig Tiller · 9 years ago
  69. 011ea49 Merge remote-tracking branch 'upstream/master' into timespec by Hongyu Chen · 9 years ago
  70. a0f149e Move core/profiling/timers_preciseclock.h to core/support/ such that we by Hongyu Chen · 9 years ago
  71. 592e7f2 Refactor Endpoint API by Craig Tiller · 9 years ago
  72. d6c98df clang-format all source by Craig Tiller · 9 years ago
  73. bb3aed0 Removing gpr_cancelable. by Nicolas "Pixel" Noble · 9 years ago
  74. 42b6c93 Make TSAN happy with our lock free stack by Craig Tiller · 9 years ago
  75. 7aa1491 Merge pull request #2610 from vjpai/shame-cube by Craig Tiller · 9 years ago
  76. b70440b Merge pull request #2542 from ctiller/tell-me-who-you-might-be by Yang Gao · 9 years ago
  77. 6c22619 Debugging support to check for double-push and valid pop by vjpai · 9 years ago
  78. 698d00c Add ipv4:, ipv6: schemes by Craig Tiller · 9 years ago
  79. 56488ea Fix Windows CV by Craig Tiller · 9 years ago
  80. 6a7626c Move alarm subsystem to monotonic time by Craig Tiller · 9 years ago
  81. d82d0b2 Merge pull request #2319 from dgquintas/str_join_with_sep by Nicolas Noble · 9 years ago
  82. f87a098 Merge pull request #2470 from ctiller/i-want-to-wait-free by Vijay Pai · 9 years ago
  83. 6016e26 Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep by David Garcia Quintas · 9 years ago
  84. c9fef6f Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  85. e0981df Merge github.com:grpc/grpc into i-want-to-wait-free by Craig Tiller · 9 years ago
  86. 211e65b Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep by David Garcia Quintas · 9 years ago
  87. d54c3e6 clang-format changed files by Vijay Pai · 9 years ago
  88. d6cc181 Name arguments by vjpai · 9 years ago
  89. 21038ce Mac, Windows support for new timespec by Craig Tiller · 9 years ago
  90. ffe27b9 Implement test for stack initial push edge by Craig Tiller · 9 years ago
  91. eef4c25 Add a detectable edge for the first insert (so far untested) by Craig Tiller · 9 years ago
  92. 58bbc86 Updating wrapped languages to new time functions by Craig Tiller · 9 years ago
  93. 143e7bf Introduce a clock type field onto gpr_timespec. by Craig Tiller · 9 years ago
  94. a882299 Merge branch 'master' into lockfree-stack by vjpai · 9 years ago
  95. 887f86b Debug and add in generated build files by Vijay Pai · 9 years ago
  96. 005e305 Initial checkin commit for lockfree stack. Tests not yet included. by Vijay Pai · 9 years ago
  97. 5cc175f Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  98. ffe3d2b Modified gpr_slice_split to take a char* separator. by David Garcia Quintas · 9 years ago
  99. 8e218f5 Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep by David Garcia Quintas · 9 years ago
  100. 074e224 Split function now takes slices as input, performs no allocs by David Garcia Quintas · 9 years ago