1. f31f096 Use call context to propagare LR costs by David Garcia Quintas · 7 years ago
  2. 0f2e2e4 Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 7 years ago
  3. a53c193 Merge github.com:grpc/grpc into faster_slices by Craig Tiller · 7 years ago
  4. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 7 years ago
  5. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 7 years ago
  6. 0cf6a71 Fix comments, merge head, regen project by Craig Tiller · 7 years ago
  7. a053f23 Make Node extension work with slice changes by murgatroid99 · 8 years ago
  8. 385dd9a Merge branch 'slice_interning' into metadata_filter by Craig Tiller · 8 years ago
  9. 480e1d8 Merge github.com:grpc/grpc into eliminate_mdstr by Craig Tiller · 8 years ago
  10. 1a84f99 regenerated projects by David Garcia Quintas · 8 years ago
  11. 7d4116f All core tests compile without grpc_mdstr by Craig Tiller · 8 years ago
  12. 66b14c1 Merge branch 'slice_interning' into eliminate_mdstr by Craig Tiller · 8 years ago
  13. 1094c32 Merge branch 'slice_with_exec_ctx' into slice_interning by Craig Tiller · 8 years ago
  14. c586666 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  15. 5ef31ab Progress towards mdstr elimination by Craig Tiller · 8 years ago
  16. 64b2656 First pass of slice interning facilities by Craig Tiller · 8 years ago
  17. 0ace62f Merge pull request #8618 from markdroth/channel_info_api by Mark D. Roth · 8 years ago
  18. 8e2d8d9 Ran generate_projects.sh. by Mark D. Roth · 8 years ago
  19. c335054 Generate build files by Craig Tiller · 8 years ago
  20. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  21. 20afa3d BufferPool --> ResourceQuota by Craig Tiller · 8 years ago
  22. 7af69f3 Add buffer pools to build by Craig Tiller · 8 years ago
  23. e3817f4 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  24. f3581bf Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  25. d9f9076 Update documentation by Craig Tiller · 8 years ago
  26. 329d647 Merge pull request #6774 from a-veitch/add_resource by kpayson64 · 8 years ago
  27. 2ee99f4 regenerated projects by David Garcia Quintas · 8 years ago
  28. e8fd66b removed codegen/slice_buffer.h and scrubbed codegen/slice.h by David Garcia Quintas · 8 years ago
  29. c79b065 removed codegen/log.h by David Garcia Quintas · 8 years ago
  30. 1399e46 removed codegen/time.h by David Garcia Quintas · 8 years ago
  31. 3b31fdf removed codegen/byte_buffer.h by David Garcia Quintas · 8 years ago
  32. 6b11462 removed codegen/alloc.h by David Garcia Quintas · 8 years ago
  33. bc3b6f3 regenerate template files by Stanley Cheung · 8 years ago
  34. 3abd27e merge to upstream/master by Alistair Veitch · 8 years ago
  35. c3a9fae Merge branch 'master' into epoll_changes_merged by Sree Kuchibhotla · 8 years ago
  36. 492fd96 generate_projects.sh after adding grpc_use_signal() API by Sree Kuchibhotla · 8 years ago
  37. 0ca68b7 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  38. bf10c82 implement support for adding external fd to server by Adam Michalik · 8 years ago
  39. 321b1fb separate posix functionality to grpc_posix.h by Adam Michalik · 8 years ago
  40. 46cc2ac add tests by Adam Michalik · 8 years ago
  41. 2888bd5 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  42. ef1c860 merge to master by Alistair Veitch · 8 years ago
  43. 4aaba75 initial implementation of resource handling by Alistair Veitch · 8 years ago
  44. 2a2599b incremental fix - removed cronet dependency from grpc_secure by Makarand Dharmapurikar · 8 years ago
  45. 48abdde Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  46. f7a670f Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine by Craig Tiller · 8 years ago
  47. d6a5b80 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  48. c2ec95b Revert "Revert "cronet wrapper code"" by makdharma · 8 years ago
  49. 42342cb Revert "cronet wrapper code" by Craig Tiller · 8 years ago
  50. 274bcc8 Added dummy cronet api implementation so we can build on Jenkins. by Makarand Dharmapurikar · 8 years ago
  51. 70f697b reran generate_projects.sh after @nnoble's fix in PR6399. by Makarand Dharmapurikar · 8 years ago
  52. 63ee8ce Reran tools/buildgen/generate_projects.sh again. by Makarand Dharmapurikar · 8 years ago
  53. a2b5495 Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  54. f128cd2 Merge pull request #6196 from y-zeng/call-error-to-string by Craig Tiller · 8 years ago
  55. 3049976 Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  56. 0190712 generate_projects.sh and fix copyright year by Sree Kuchibhotla · 8 years ago
  57. dde6dfb Merge pull request #5958 from deepaklukose/skip_client_cert_verification by Jan Tattermusch · 8 years ago
  58. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 8 years ago
  59. 2e7d957 Provide a function that converts grpc_call_error values into a string by Yuchen Zeng · 8 years ago
  60. 1874663 After running generate_projects.sh by Yuchen Zeng · 8 years ago
  61. 0cb803d Always ref writable streams by Craig Tiller · 8 years ago
  62. 6397660 Flagging the missing API entries. by Nicolas "Pixel" Noble · 8 years ago
  63. 6f2b899 merge by Alistair Veitch · 8 years ago
  64. b51ec5a Removing zookeeper's API for now. by Nicolas "Pixel" Noble · 8 years ago
  65. d2f20ef Regenerating files. by Nicolas "Pixel" Noble · 8 years ago
  66. c4e57e3 Cleaning up cruft to properly create a dll file. by Nicolas "Pixel" Noble · 8 years ago
  67. d14b6ac Finalizing this a bit. by Nicolas "Pixel" Noble · 8 years ago