Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | Merge pull request #11272 from jtattermusch/csharp_microbenchmarks | Jan Tattermusch | 2017-05-26 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | C# add microbenchmarks project | |||
| | * | | | | | | | | | address comments | Jan Tattermusch | 2017-05-26 | |
| | | | | | | | | | | | ||||
| * | | | | | | | | | | Merge pull request #11315 from ncteisen/nit | Noah Eisen | 2017-05-26 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Remove uneeded ref/unref | |||
| | * | | | | | | | | | | Remove uneeded ref/unref | ncteisen | 2017-05-26 | |
| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | fix format of include guards | Alexander Polcyn | 2017-05-25 | |
| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | rerun clang format code.sh | Alexander Polcyn | 2017-05-25 | |
| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | add missing copyright headers | Alexander Polcyn | 2017-05-25 | |
| |/ / / / / / / / / / | ||||
| | | * | | | | | | | | Fix node cancellation tests | murgatroid99 | 2017-05-25 | |
| | | | | | | | | | | | ||||
| | | * | | | | | | | | Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmerge | murgatroid99 | 2017-05-25 | |
| | | |\ \ \ \ \ \ \ \ | ||||
| * | | \ \ \ \ \ \ \ \ | Merge pull request #11306 from kpayson64/python_reflection | kpayson64 | 2017-05-25 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Python reflection arguments | |||
| | * | | | | | | | | | | | Fix Python reflection arguments | Ken Payson | 2017-05-25 | |
| | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | Merge pull request #11224 from makdharma/http_proxy_test_fix | makdharma | 2017-05-25 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #9542 | |||
| | | | | | * | | | | | | | | Add more null checks to call methods | murgatroid99 | 2017-05-25 | |
| | | | | | | | | | | | | | | ||||
| | | | | | * | | | | | | | | Merge pull request #11283 from jtattermusch/bump_136 | Jan Tattermusch | 2017-05-25 | |
| | | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bump version to 1.3.6 | |||
| | | | | | | | | | | * | | | | Start threads more aggressively | Craig Tiller | 2017-05-24 | |
| | | | | | | | | | | | | | | | ||||
| | | | | | | | | | * | | | | | Fix another memory leak | Yuchen Zeng | 2017-05-24 | |
| | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | * | | | | Start threads more aggressively | Craig Tiller | 2017-05-24 | |
| | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | * | | | | Add some logging | Craig Tiller | 2017-05-24 | |
| | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | Merge github.com:grpc/grpc into epex5 | Craig Tiller | 2017-05-24 | |
|\| | | | | | | | | | | | | | | ||||
| | | | | | | | | | | * | | | | clang-format | Craig Tiller | 2017-05-24 | |
| | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | Merge pull request #10920 from Vizerai/intrusive_hash_map | Jim King | 2017-05-24 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Intrusive hash map | |||
| | * | | | | | | | | | | | | | | update | Vizerai | 2017-05-24 | |
| | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | * | | | | | Convert lb addresses to resolved addresses in the cb of ↵ | Yuchen Zeng | 2017-05-24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grpc_resolve_address_ares_impl | |||
| * | | | | | | | | | | | | | | | Merge pull request #11285 from ctiller/refc | Craig Tiller | 2017-05-24 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refcounting fix | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #10925 from jiangtaoli2016/handshaker | Mark D. Roth | 2017-05-24 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update security_handshaker to use new TSI | |||
| | | | | | | | | | | | * | | | | | | Enable more Node performance tests, fix streaming test implementation | murgatroid99 | 2017-05-23 | |
| | | | | | | | | |_|_|/ / / / / / | | | | | | | | |/| | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | Merge pull request #11280 from murgatroid99/node_api_docs | Michael Lumish | 2017-05-23 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | Refactor some code and document most of the API | |||
| | | | | | | | | | | | | * | | | | Fix leak | Craig Tiller | 2017-05-23 | |
| | | | | | | | | | | | | | | | | | ||||
| | | | * | | | | | | | | | | | | | Add missing ref | Craig Tiller | 2017-05-23 | |
| | | | | | | | | | | | | | | | | | ||||
| | | | | * | | | | | | | | | | | | update | Vizerai | 2017-05-23 | |
| | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | * | | | | Merge github.com:grpc/grpc into thread_pool | Craig Tiller | 2017-05-23 | |
| | | | | | | | | | | | | |\ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | ||||
| | | | * | | | | | | | | | | | | | Refcounting fix | Craig Tiller | 2017-05-23 | |
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | Refcounting fix | Craig Tiller | 2017-05-23 | |
| | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | UBSAN fix | Craig Tiller | 2017-05-23 | |
| | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | Merge github.com:grpc/grpc into epex5 | Craig Tiller | 2017-05-23 | |
|\| | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | * | | | Merge github.com:grpc/grpc into selectivity | Craig Tiller | 2017-05-23 | |
| | | | | | | | | | | | | |\ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | ||||
| | | | * | | | | | | | | | | | | Merge branch 'master' of https://github.com/Vizerai/grpc into intrusive_hash_map | Vizerai | 2017-05-23 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | Merge pull request #11158 from yang-g/async_default_service | Yang Gao | 2017-05-23 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add api to server builder plugin to modify the builder | |||
| | | | | | | | | | * | | | | | | | bump version to 1.3.6 | Jan Tattermusch | 2017-05-23 | |
| | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | Fix sanity | Craig Tiller | 2017-05-23 | |
| | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | * | | | | | | | | remove now unnecessary extra args | Jan Tattermusch | 2017-05-23 | |
| | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | * | | | | | | | | include symbols and source in nugets | Jan Tattermusch | 2017-05-23 | |
| | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | * | | | | | | | | add privateassets none to C# nugets depending on Grpc.Core | Jan Tattermusch | 2017-05-23 | |
| | | | | | | | | |/ / / / / / / | ||||
| | | | * | | | | | | | | | | | | Revise handshaker to make callback once a time. | jiangtaoli2016 | 2017-05-23 | |
| | | | | | | | | | | | | | | | | ||||
| | | | * | | | | | | | | | | | | Merge branch 'master' into handshaker | jiangtaoli2016 | 2017-05-23 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | | | Merge branch 'master' into node_api_docs | murgatroid99 | 2017-05-23 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | | | Refactor some code and document most of the API | murgatroid99 | 2017-05-23 | |
| | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | Merge pull request #11271 from stanley-cheung/php-fix-codegen-comments | Stanley Cheung | 2017-05-23 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP: Fixed bug in protoc plugin escaping comments | |||
| | | | | | | | | | | | | | | | * | Support multiple threads per cq sharing, add tests | Vijay Pai | 2017-05-23 | |
| | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | * | | | | | | | | clang format code | Jan Tattermusch | 2017-05-23 | |
| | | | | | | | | | | | | | | | | |