1. aed42a8 Update Cython gRPC code by Masood Malekghassemi · 9 years ago
  2. 13ee182 Use value equality for status codes by Masood Malekghassemi · 9 years ago
  3. 2533365 Fixes to stub and server lifecycle by Nathaniel Manista · 9 years ago
  4. e0abeea Migrate _termination_action into _End by Nathaniel Manista · 9 years ago
  5. 232d625 Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  6. 7fc77e0 Merge pull request #4139 from grpc/release-0_11 by Jan Tattermusch · 9 years ago
  7. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  8. 7fdfe1a Bandaid over differences in the C API for Python credentials by Masood Malekghassemi · 9 years ago
  9. 36297ac Update Python C wrapping layers to new credentials API by Masood Malekghassemi · 9 years ago
  10. 51741d2 Add a useful __str__ method to face exceptions by Nathaniel Manista · 9 years ago
  11. d292131 Remove alpha tests by Masood Malekghassemi · 9 years ago
  12. 5a65bcd Bring Cython tests back online by Masood Malekghassemi · 9 years ago
  13. 8c2c44b Fix erroneous attribute name. by Nathaniel Manista · 9 years ago
  14. c824eb4 Make servers and stubs context managers by Nathaniel Manista · 9 years ago
  15. f65d3c1 Beta API clean-ups by Nathaniel Manista · 9 years ago
  16. 41abb05 gRPC protocol objects by Nathaniel Manista · 9 years ago
  17. 13db8e5 Plumb protocol objects through RPC Framework core by Nathaniel Manista · 9 years ago
  18. d2aa1cf Initial work on protocol objects by Nathaniel Manista · 9 years ago
  19. bfe8719 Merge pull request #3205 from nathanielmanistaatgoogle/method-not-found by Masood Malekghassemi · 9 years ago
  20. 1d750d6 UNIMPLEMENTED status for methods not found by Nathaniel Manista · 9 years ago
  21. 69210e5 Add code and details to base.Outcome by Nathaniel Manista · 9 years ago
  22. d45d55c Expose per-call credentials to Python by Masood Malekghassemi · 9 years ago
  23. 65ad41f Fixes for bugs found during manual use by Nathaniel Manista · 9 years ago
  24. 99355ce Metadata plumbing and serialization tweaks by Nathaniel Manista · 9 years ago
  25. 9e4d061 The rest of the Python Beta API by Nathaniel Manista · 9 years ago
  26. 154e762 Fix gRPC links lifecycle tracking by Nathaniel Manista · 9 years ago
  27. 1d14618 Fix grace period bug in _end.accept_ticket by Nathaniel Manista · 9 years ago
  28. 036bf58 Merge pull request #3075 from jboeuf/credentials_naming_and_cleanup by Yang Gao · 9 years ago
  29. cf08a88 Merge pull request #3126 from nathanielmanistaatgoogle/servicelink-shut-down by Nathaniel Manista · 9 years ago
  30. 6c7185d Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cleanup by Julien Boeuf · 9 years ago
  31. 4354f3e Make ServiceLink shut-down a two step process by Nathaniel Manista · 9 years ago
  32. 42188d2 Merge pull request #3128 from nathanielmanistaatgoogle/add_port by Masood Malekghassemi · 9 years ago
  33. 6e6ddbe Accept addresses rather than ports in add_port by Nathaniel Manista · 9 years ago
  34. 4b41ba2 Two fixes in grpc.framework.core._end by Nathaniel Manista · 9 years ago
  35. 0908c23 Expand force_client_auth to old ServerCredentials by Nathaniel Manista · 9 years ago
  36. 63720d4 Python service account cleanup. by Julien Boeuf · 9 years ago
  37. fe4bacb Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into credentials_naming_and_cleanup by Julien Boeuf · 9 years ago
  38. 7dc25d3 Add force_client_auth to _low.ServerCredentials by Nathaniel Manista · 9 years ago
  39. 0834833 Merge pull request #2947 from jboeuf/grpc_security_abi by Craig Tiller · 9 years ago
  40. 41d2b29 Merge pull request #3093 from nathanielmanistaatgoogle/channel by Masood Malekghassemi · 9 years ago
  41. 967caaa Merge pull request #3052 from nathanielmanistaatgoogle/crust by Masood Malekghassemi · 9 years ago
  42. 8e3dc00 The Beta API Channel by Nathaniel Manista · 9 years ago
  43. f61897d Merge pull request #3044 from nathanielmanistaatgoogle/no-such-method-code-and-message by Masood Malekghassemi · 9 years ago
  44. 510a920 Credentials cleanup: by Julien Boeuf · 9 years ago
  45. c5b570f Adding void* at then end of security related method in order to have a stable ABI. by Julien Boeuf · 9 years ago
  46. 4c8288e The RPC Framework crust package by Nathaniel Manista · 9 years ago
  47. 62597fd Merge pull request #3047 from nathanielmanistaatgoogle/status by Masood Malekghassemi · 9 years ago
  48. 815604f Add code and message to base.NoSuchMethodError by Nathaniel Manista · 9 years ago
  49. e289e52 Merge pull request #3038 from nathanielmanistaatgoogle/four-fixes by Masood Malekghassemi · 9 years ago
  50. 7c70bc2 Merge pull request #3045 from nathanielmanistaatgoogle/parameter-reassignment by Masood Malekghassemi · 9 years ago
  51. 7b92bae Status code conformance in grpc._links by Nathaniel Manista · 9 years ago
  52. 8c4549a Merge pull request #3039 from nathanielmanistaatgoogle/transport-objects by Masood Malekghassemi · 9 years ago
  53. c9dc74b Fix parameter reassignment defect by Nathaniel Manista · 9 years ago
  54. e75ee38 Merge pull request #2969 from soltanmm/gravity-well by Nathaniel Manista · 9 years ago
  55. 2432c22 Add a "transport" field to links.Ticket by Nathaniel Manista · 9 years ago
  56. 9faff0e Four small bugfixes by Nathaniel Manista · 9 years ago
  57. 79c9b35 The face interface of RPC Framework. by Nathaniel Manista · 9 years ago
  58. 03d281a Merge pull request #2968 from nathanielmanistaatgoogle/nathaniel-core by Masood Malekghassemi · 9 years ago
  59. f36e1b7 The RPC Framework core package. by Nathaniel Manista · 9 years ago
  60. 41a166f Add cancel_all_calls to Python server by Masood Malekghassemi · 9 years ago
  61. 4836492 Merge pull request #2972 from ctiller/get-reserved-things-right by Yang Gao · 9 years ago
  62. c3134bc Allow customization of thread pool size in Python. by Mikołaj Siedlarek · 9 years ago
  63. 4275899 Sprinkle reserved = NULL around by Craig Tiller · 9 years ago
  64. 9df83ab The base interface of RPC Framework by Nathaniel Manista · 9 years ago
  65. f123443 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  66. 515b0a9 Service-side read without allowance by Nathaniel Manista · 9 years ago
  67. d9745ca Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  68. 52988af Merge pull request #2878 from soltanmm/expose by Nathaniel Manista · 9 years ago
  69. be55ca7 Expose new core functionality to Python by Masood Malekghassemi · 9 years ago
  70. 9b6248f Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  71. 2bd1fe8 Merge pull request #2826 from soltanmm/typo-fix by Nathaniel Manista · 9 years ago
  72. b457cd8 Merge remote-tracking branch 'google/master' into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  73. faddd3c Fixing Python after the merge. by Nicolas "Pixel" Noble · 9 years ago
  74. 9d72b14 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  75. 6107bf4 Set Python user-agent string by Masood Malekghassemi · 9 years ago
  76. 1116b0b Fix debug annotation typo in Python by Masood Malekghassemi · 9 years ago
  77. a600d58 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
  78. c5ae3eb Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port by Craig Tiller · 9 years ago
  79. e1b0e6e s/inherit/propagate/g by Craig Tiller · 9 years ago
  80. 99e6164 Update wrappers, tests to new create_call() by Craig Tiller · 9 years ago
  81. 623b7ae Reorganize Python tests by Masood Malekghassemi · 9 years ago
  82. fe8dc88 Reorganize Python packages by Masood Malekghassemi · 9 years ago