Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clang-format code | Craig Tiller | 2016-06-15 |
| | |||
* | Fix windows tests for idempotent shutdown | Craig Tiller | 2016-06-15 |
| | |||
* | Add a byte to avert a crash (which should be investigated sometime) | Craig Tiller | 2016-06-15 |
| | |||
* | Make {endpoint,fd}_shutdown idempotent | Craig Tiller | 2016-06-15 |
| | |||
* | Add a test for multiple endpoint shutdowns | Craig Tiller | 2016-06-15 |
| | |||
* | Merge pull request #6875 from y-zeng/log_check | Jan Tattermusch | 2016-06-14 |
|\ | | | | | Add format check for gpr_log and gpr_asprintf, add gpr_strpad | ||
* \ | Merge pull request #6900 from nathanielmanistaatgoogle/_rpc_test-future-division | Jan Tattermusch | 2016-06-14 |
|\ \ | | | | | | | Drop unnecessary future division import | ||
* \ \ | Merge pull request #6904 from ↵ | Jan Tattermusch | 2016-06-14 |
|\ \ \ | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/unimplemented-for-cardinality-violation UNIMPLEMENTED status for cardinality violation | ||
* \ \ \ | Merge pull request #6632 from stanley-cheung/php-add-trailing-metadata-api | Jan Tattermusch | 2016-06-14 |
|\ \ \ \ | | | | | | | | | | | PHP: add call getTrailingMetadata API | ||
* \ \ \ \ | Merge pull request #6572 from y-zeng/base64_decode | Jan Tattermusch | 2016-06-14 |
|\ \ \ \ \ | | | | | | | | | | | | | Add base64 decoder | ||
* \ \ \ \ \ | Merge pull request #6857 from kpayson64/python_cleanup | Jan Tattermusch | 2016-06-14 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Added cleanup to server thread join method | ||
* \ \ \ \ \ \ | Merge pull request #6873 from kpayson64/python_signal_handling | Jan Tattermusch | 2016-06-14 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Added check for signals in poll() | ||
* \ \ \ \ \ \ \ | Merge pull request #6874 from nathanielmanistaatgoogle/ga | Jan Tattermusch | 2016-06-14 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Python GA code generation | ||
* \ \ \ \ \ \ \ \ | Merge pull request #6881 from kpayson64/python_create_channel_bug | Jan Tattermusch | 2016-06-14 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix create_[secure/insecure]_channel argument order | ||
| | | | | | | * | | | UNIMPLEMENTED status for cardinality violation | Nathaniel Manista | 2016-06-14 |
| |_|_|_|_|_|/ / / |/| | | | | | | | | |||
| | | | | | | * | | Drop unnecessary future division import | Nathaniel Manista | 2016-06-14 |
| |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | We only ever use floor division (//) in the module. | ||
| | | | | | * | | php: add call getTrailingMetadata API | Stanley Cheung | 2016-06-14 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #6895 from dgquintas/async_docs_fixit | David G. Quintas | 2016-06-14 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Added docs to server's shutdown docstrings | ||
* \ \ \ \ \ \ \ \ | Merge pull request #6704 from yang-g/distribtest | Jan Tattermusch | 2016-06-13 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add distrib test utilities for c++ | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #6890 from jtattermusch/csharp_less_verbose_logs | Jan Tattermusch | 2016-06-13 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | C# less verbose logs | ||
| | | | | | | | | * | Rename gpr_strpad as gpr_leftpad | Yuchen Zeng | 2016-06-13 |
| | | | | | | | | | | |||
| | | * | | | | | | | Added to server's shutdown docstrings | David Garcia Quintas | 2016-06-13 |
| |_|/ / / / / / / |/| | | | | | | | | |||
* | | | | | | | | | Merge pull request #6852 from nathanielmanistaatgoogle/status-codes | Abhishek Kumar | 2016-06-13 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Document cardinality violation status codes | ||
| | | | | | | * | | | Added cleanup to the server thread's join method. | Ken Payson | 2016-06-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the Python Interpreter exits, it first attempts to join any outstanding threads. This is problematic if a server is created as a top-level variable or referenced by a reference cycle, as join() will hang. This adds cleanup behavior to the server thread's join(). | ||
| | | * | | | | | | | minor fixes | yang-g | 2016-06-13 |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #6887 from stanley-cheung/php-remove-composer-version | Jan Tattermusch | 2016-06-13 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | PHP: remove explicit version in composer.json | ||
| | | | | * | | | | | | Fix create_[secure/insecure]_channel argument order | Ken Payson | 2016-06-13 |
| | | | | | |_|/ / / | | | | | |/| | | | | |||
* | | | | | | | | | | Merge pull request #6865 from vjpai/stylin | Jan Tattermusch | 2016-06-13 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Doc Fixit: Introduce C++ style guide | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #6438 from y-zeng/reflection_separate_lib | Jan Tattermusch | 2016-06-13 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Proto server reflection | ||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6879 from kpayson64/server_metadata_fix | Jan Tattermusch | 2016-06-13 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug with server initial metadata type translation | ||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6634 from stanley-cheung/php-add-channel-to-stub-constructor | Jan Tattermusch | 2016-06-13 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP: add optional channel argument to BaseStub constructor | ||
| | | | | | | | | | * | | | | Python GA code generation | Nathaniel Manista | 2016-06-13 |
| |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | |||
| | | | | | | * | | | | | | set default gRPC C# logging level to Info | Jan Tattermusch | 2016-06-13 |
| | | | | | | | | | | | | | |||
| | | | | | | * | | | | | | add LogLevel enum | Jan Tattermusch | 2016-06-13 |
| |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | |||
| | | | | | | | | * | | | Added check for signals in poll() | Ken Payson | 2016-06-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also removed the unused pluck() function | ||
| | | | | * | | | | | | | php: remove explicit version in composer.json | Stanley Cheung | 2016-06-13 |
| |_|_|_|/ / / / / / / |/| | | | | | | | | | | |||
| | | | | | * | | | | | cloning from the local repo | yang-g | 2016-06-13 |
| | | | | | | | | | | | |||
| * | | | | | | | | | | php: add channel argument to BaseStub constructor | Stanley Cheung | 2016-06-13 |
|/ / / / / / / / / / | |||
| * | | | | / / / / | Fixed bug with server initial metadata type translation | Ken Payson | 2016-06-13 |
| | |_|_|_|/ / / / | |/| | | | | | | | |||
* | | | | | | | | | Merge pull request #6547 from kpayson64/py_generic_stream_test | Jan Tattermusch | 2016-06-13 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Added unit test for generic empty stream | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #6867 from ctiller/blazing-fuzz | Jan Tattermusch | 2016-06-13 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Expand corpus, make one-shot runners not self-check leaks (to give ASAN a chance) | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #6864 from ctiller/fuzzing-hell | Jan Tattermusch | 2016-06-13 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | Fix fuzzing detected bug | ||
| | | * | | | | | | | | Added unit test for empty request/responses | Ken Payson | 2016-06-11 |
| | | | |_|_|_|/ / / | | | |/| | | | | | | |||
* | | | | | | | | | | Merge pull request #6503 from kpayson64/python_3_support | Jan Tattermusch | 2016-06-11 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Initial Python3 support | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #6840 from yang-g/command-line-tool-1 | Jan Tattermusch | 2016-06-11 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add a doc for the command line tool | ||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6869 from jtattermusch/runtest_add_more_portability_targets | Jan Tattermusch | 2016-06-11 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for clang3.5, clang3.7 and gcc4.6 in run_tests.py | ||
| * | | | | | | | | | | | | add support for clang3.5, clang3.7 and gcc4.6 | Jan Tattermusch | 2016-06-11 |
|/ / / / / / / / / / / / | |||
| | | | | | | * | | | | | Digraph | vjpai | 2016-06-11 |
| | | | | | | | | | | | | |||
| | | | | | | | | | | * | Fix zookeeper_test | Yuchen Zeng | 2016-06-10 |
| | | | | | | | | | | | | |||
| | | | | | | | | | | * | Regenerate build files | Yuchen Zeng | 2016-06-10 |
| | | | | | | | | | | | |