Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | s/MAX_INT/INT_MAX/ | Mark D. Roth | 2016-07-18 |
| | |||
* | Change priority for adding the filter in the filter_call_init_fails test. | Mark D. Roth | 2016-07-15 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into filter_call_init_failure | Mark D. Roth | 2016-07-15 |
|\ | |||
| * | Merge pull request #7407 from ctiller/delayed-write | Craig Tiller | 2016-07-15 |
| |\ | | | | | | | Benchmark fixes | ||
| | * | Fix compile error | Craig Tiller | 2016-07-15 |
| | | | |||
| | * | Merge branch 'histo' of github.com:vjpai/grpc into delayed-write | Craig Tiller | 2016-07-15 |
| |/| | |||
| * | | Merge pull request #6737 from ctiller/delayed-write | Craig Tiller | 2016-07-14 |
| |\ \ | | | | | | | | | Delay beginning most writes until we enter poll() | ||
| * \ \ | Merge pull request #7225 from nathanielmanistaatgoogle/_rpc_test | kpayson64 | 2016-07-14 |
| |\ \ \ | | | | | | | | | | | Add more assertions to _rpc_test | ||
| * \ \ \ | Merge pull request #7319 from yang-g/wait_async | kpayson64 | 2016-07-14 |
| |\ \ \ \ | | | | | | | | | | | | | Make Server::Wait work for async only server. | ||
| * \ \ \ \ | Merge pull request #7372 from apolcyn/check_buffer_reader_init_call | kpayson64 | 2016-07-14 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add csharp check to return val of byte_buffer_reader_init | ||
| | | | | * \ | Merge branch 'delayed-write' of github.com:ctiller/grpc into delayed-write | Craig Tiller | 2016-07-14 |
| | | | | |\ \ | |||
| | | | | * | | | Make network status follow the normal init/shutdown path | Craig Tiller | 2016-07-14 |
| | | | | | | | | |||
| | | * | | | | | prevent spurious wake up and unstarted/already shutdown server | yang-g | 2016-07-14 |
| | | | | | | | | |||
| | | | | | * | | Cleanup from code review | Craig Tiller | 2016-07-14 |
| | | | | |/ / | |||
| * | | | | | | Merge pull request #7314 from soltanmm/spinning-flags | kpayson64 | 2016-07-14 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Set more build-flags in `setup.py`s | ||
| | | | | | * | | Remove now redundant line | Craig Tiller | 2016-07-14 |
| | | | | | | | | |||
| | | | | | * | | Correct direction of inequality | Craig Tiller | 2016-07-14 |
| | | | | | | | | |||
| * | | | | | | | Merge pull request #7383 from kpayson64/skip_exit_test | kpayson64 | 2016-07-14 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Skip exit_test until flake is fixed | ||
| * \ \ \ \ \ \ \ | Merge pull request #7385 from stanley-cheung/php-fix-interop-test | Craig Tiller | 2016-07-14 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | PHP: fix interop tests breakage | ||
| | | | | | | | * \ | Merge github.com:grpc/grpc into delayed-write | Craig Tiller | 2016-07-13 |
| | | | | | | | |\ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||
| | | | | | | | * | | Document refcounting | Craig Tiller | 2016-07-13 |
| | | | | | | | | | | |||
| | | | | | | | * | | Document creation function | Craig Tiller | 2016-07-13 |
| | | | | | | | | | | |||
| | * | | | | | | | | php: fix interop tests breakage | Stanley Cheung | 2016-07-13 |
| |/ / / / / / / / | |||
| | | | | | | * | | Add a quick note on the write chain execution\nthis is changed already in a ↵ | Craig Tiller | 2016-07-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | future commit, so this should be enough for now | ||
| * | | | | | | | | Merge pull request #7364 from stanley-cheung/php-prepare-for-ga | Stanley Cheung | 2016-07-13 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | php: prepare for GA release | ||
| | | | | | | | * | | Update comment | Craig Tiller | 2016-07-13 |
| | | | | | | | | | | |||
| | | | | | | | * | | Describe workqueue_enqueue better | Craig Tiller | 2016-07-13 |
| | | | | | | | | | | |||
| | | | | | | | | * | clang-format | Vijay Pai | 2016-07-13 |
| | | | | | | | | | | |||
| | | | | | | | | * | Resolve pernicious race between destructor and thread functions by insisting ↵ | Vijay Pai | 2016-07-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that destructor is invoked after the class has gone back to being a harmless single-threaded thing. | ||
| | | * | | | | | | | Skip exit_test until flake is fixed | Ken Payson | 2016-07-13 |
| | |/ / / / / / / | |/| | | | | | | | |||
| | | | | | | * | | Fix some failures | Craig Tiller | 2016-07-13 |
| | | | | | | | | | |||
| | | | | | | | * | Temporary workaround by setting up a deadline on server shutdown. | Vijay Pai | 2016-07-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reveals an issue that needs to be solved: D0713 14:48:28.049861213 14503 server.c:704] Waiting for 44 channels and 0/1 listeners to be destroyed before shutting down server | ||
| | | * | | | | | | Set more build-flags in `setup.py`s | Masood Malekghassemi | 2016-07-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes MinGW flags from various build scripts, since they're now set in our `setup.py`s by default. Also removes the arguments for the extensions in grpcio's setup.py; that function was already accessing globals anyway, might as well go whole-hog. | ||
| | | | | | | * | | Failure reporting fix | Craig Tiller | 2016-07-13 |
| | | | | | | | | | |||
| | | | | | | * | | Merge github.com:grpc/grpc into delayed-write | Craig Tiller | 2016-07-13 |
| | | | | | | |\ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | |||
| * | | | | | | | | Merge pull request #7265 from thunderboltsid/issue-7094-retry | Nicolas Noble | 2016-07-13 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Retrying: Make the testing scripts executable on Python 3.x | ||
| * \ \ \ \ \ \ \ \ | Merge pull request #7112 from thunderboltsid/issue-7110 | Nicolas Noble | 2016-07-13 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add dockerfile for pyenv and modify run_tests.py to include py35 and py36 | ||
| | | | | | * | | | | | Add csharp check to return val of byte_buffer_reader_init | Alexander Polcyn | 2016-07-13 |
| | |_|_|_|/ / / / / | |/| | | | | | | | | |||
| * | | | | | | | | | Merge pull request #7357 from grpc/v1.0.x | Jorge Canizales | 2016-07-13 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Automatic v1.0.x -> master upmerge | ||
| | | | | * | | | | | | add back version to composer.json file | Stanley Cheung | 2016-07-13 |
| | | | | | | | | | | | |||
| | * | | | | | | | | | Merge pull request #7359 from jcanizales/p0-protoc-podspec | makdharma | 2016-07-13 |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Distribute ProtoC and the plugin as pods | ||
| * | \ \ \ \ \ \ \ \ \ | Merge pull request #7353 from kpayson64/fix_cygrpc_test | kpayson64 | 2016-07-13 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix cygrpc test | ||
| | | | | | | | | | | * | | Fix potential null ptr deref | Craig Tiller | 2016-07-13 |
| | | | | | | | | | | | | | |||
| | | | | | | | | | | | * | Unify and make consistent the per-thread shutdown process | Vijay Pai | 2016-07-13 |
| | | | | | | | | | | | | | |||
| * | | | | | | | | | | | | Merge pull request #7044 from yang-g/slice | kpayson64 | 2016-07-13 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add API to get C slice from C++ Slice. | ||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6539 from soltanmm/clngfrmt-aoa | kpayson64 | 2016-07-13 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add src/compiler to clang-formatting pass | ||
| | | | | | | | | | | | | * \ | Merge github.com:grpc/grpc into delayed-write | Craig Tiller | 2016-07-13 |
| | | | | | | | | | | | | |\ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | |||
| | | | | | | | | * | | | | | | php: prepare for GA release | Stanley Cheung | 2016-07-13 |
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | |||
| | | | | | | | | | | | * | | Dont stall shutting down server | Craig Tiller | 2016-07-13 |
| | | | | | | | | | | | | | | |||
| | | | | | | | | | | | * | | get timeouts working on run_tests.py again | Craig Tiller | 2016-07-13 |
| | | | | | | | | | | | | | |