Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | | | | | | | * | | | simplified client streaming compression request enumerable | Alexander Polcyn | 2016-07-12 | |
| | | | * | | | | | | | | | Remove early adopter code | Ken Payson | 2016-07-12 | |
| * | | | | | | | | | | | | Patch `spawn` for Python 'unix' compilers instead | Masood Malekghassemi | 2016-07-12 | |
| | | | | | | | | | * | | | added ruby client compression interop tests | Alexander Polcyn | 2016-07-12 | |
| | * | | | | | | | | | | | Clang-format all the things | Masood Malekghassemi | 2016-07-12 | |
| |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge pull request #7330 from dgquintas/fix_tsan | kpayson64 | 2016-07-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6595 from thinkerou/time | kpayson64 | 2016-07-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | * | | | | | | | | | | Added Glossary to docs with metadata definition | Ken Payson | 2016-07-12 | |
| | | | |/ / / / / / / / / | ||||
| | | | | | | | * | | | | | Merge github.com:grpc/grpc into delayed-write | Craig Tiller | 2016-07-12 | |
| | | | | | | | |\ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | Fix rare flake | Craig Tiller | 2016-07-12 | |
| | | | | | | | | | * | | | removed unnecessary public methods removed tests of non api methods | Alex Polcyn | 2016-07-12 | |
| | | | | | | | | | | * | | Fix arguments for calls to Ruby's `Time.at` | Eric Richardson | 2016-07-12 | |
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | Master is now 1.1.0-dev. | Nicolas "Pixel" Noble | 2016-07-12 | |
| |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||
* | | | | | | | | | | | Flagging master as 1.0.0-pre1. | Nicolas "Pixel" Noble | 2016-07-12 | |
* | | | | | | | | | | | Merge pull request #7322 from kpayson64/py_status_code_message | kpayson64 | 2016-07-11 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #7315 from kpayson64/fix_exit_test | kpayson64 | 2016-07-11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #7323 from kpayson64/fix_py_qps | kpayson64 | 2016-07-11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | | * | | | | | | | | | Fix tsan race | David Garcia Quintas | 2016-07-11 | |
| * | | | | | | | | | | | | | Updated python qps tests to use GA server API | Ken Payson | 2016-07-11 | |
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Addressing comments. | Nicolas "Pixel" Noble | 2016-07-12 | |
* | | | | | | | | | | | | | Merge branch 'release-0_15' into upmerge-master | Nicolas "Pixel" Noble | 2016-07-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | Add more assertions to _rpc_test | Nathaniel Manista | 2016-07-12 | |
* | | | | | | | | | | | | | Merge pull request #7291 from ctiller/better_status | Nicolas Noble | 2016-07-11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #7310 from kpayson64/hold_gil_during_cleanup | kpayson64 | 2016-07-11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | ||||
| | | | * | | | | | | | | | Updated exit_test for new grpc.Server API | Ken Payson | 2016-07-11 | |
| |_|_|/ / / / / / / / / |/| | | | | | | | | | | | ||||
| | | | * | | | | | | | | Implemented python status_code_and_message interop test | Ken Payson | 2016-07-11 | |
| | | * | | | | | | | | | Merge branch 'release-0_14' into release-0_15 | Nicolas "Pixel" Noble | 2016-07-12 | |
| | | |\ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | clang-format | Craig Tiller | 2016-07-11 | |
| | | | | | | | * | | | | | Make Server::Wait work for async only server. | yang-g | 2016-07-11 | |
| |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | ||||
| | | | | | | * | | | | | Merge master to resolve tests podspec conflict | Jorge Canizales | 2016-07-11 | |
| | | | | | | |\ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | ||||
| | | | | | | | | | * | | Removed expectations of entire provided algorithms list in tests | Alexander Polcyn | 2016-07-11 | |
| | | | | | | | | | * | | replaced constant compress level names with ids | Alexander Polcyn | 2016-07-11 | |
| | | | | | | | * | | | | Merge github.com:grpc/grpc into delayed-write | Craig Tiller | 2016-07-11 | |
| | | | | | | | |\ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | ||||
| | | | | | | * | | | | | Tests Podfile cleanup | Jorge Canizales | 2016-07-11 | |
| | | | | | | * | | | | | Use the deployed protoc spec in samples and README | Jorge Canizales | 2016-07-11 | |
| * | | | | | | | | | | | Hold onto the GIL in __dealloc__ functions | Ken Payson | 2016-07-11 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||
* | | | | | | | | | | | Merge pull request #7242 from yang-g/import | kpayson64 | 2016-07-11 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #7289 from stanley-cheung/php-remove-debug | kpayson64 | 2016-07-11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | | | | | * | | | | | gRPC plugin podspec: license & deployment target | Jorge Canizales | 2016-07-11 | |
* | | | | | | | | | | | | | Merge pull request #7288 from makdharma/protobuf_import_issue7219 | makdharma | 2016-07-11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | ProtoCompiler.podspec: license & deployment target | Jorge Canizales | 2016-07-11 | |
| | | | | | | | * | | | | | Podspecs for Protoc and the gRPC plugin | Jorge Canizales | 2016-07-11 | |
| | | | | | | | | | | * | | fixed unreferenced self C parameters | Alex Polcyn | 2016-07-10 | |
| | | | | | | | | | | * | | Replaced private ruby methods with internal c functions | Alexander Polcyn | 2016-07-10 | |
| | | | | | | | | | | * | | Added ruby wrapper for grpc_compression_options | Alexander Polcyn | 2016-07-10 | |
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | ||||
| | | | | | | * | | | | | Fixed code format | thinkerou | 2016-07-09 | |
| | | | | | | * | | | | | Update the clearer name of function | thinkerou | 2016-07-09 | |
| | | | | | | * | | | | | Merged some codes to the common function for maintainability | thinkerou | 2016-07-09 | |
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | ||||
| | | * | | | | | | | | Merge remote-tracking branch 'upstream/master' into import | yang-g | 2016-07-08 | |
| | | |\ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||
* | | | | | | | | | | | Merge pull request #7274 from murgatroid99/ruby_api_review_changes | kpayson64 | 2016-07-08 | |
|\ \ \ \ \ \ \ \ \ \ \ |