aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| | | | | | | | | | | | * | Include <cinttypes> for PRIuPTR. Not clear why this is needed.Gravatar Vijay Pai2016-06-16
| | | | | | | | | | | | * | Remove range-based for, comparisons to nullptrGravatar Vijay Pai2016-06-16
| | | | | | | | | | | | * | DigraphGravatar Vijay Pai2016-06-16
| | | | | | | | | | | | * | DigraphGravatar Vijay Pai2016-06-16
| | | | | | | | | | | | * | Merge branch 'wheezy' of github.com:vjpai/grpc into wheezyGravatar Vijay Pai2016-06-16
| | | | | | | | | | | | |\ \
| | | | | | | | | | | | * | | Keeping this up-to-dateGravatar Vijay Pai2016-06-16
| | | | | | | | | | | | | * | Should not explicitly initialize these pointers to nullptr in gcc-4.4 caseGravatar Vijay Pai2016-06-16
| | | | | | | | | | | | * | | Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-15
| | | | | | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | / / | | | | | | | | | | | | |/ /
| | | | | | | | | | | | * | clang-formatGravatar Vijay Pai2016-06-15
| | | | | | | | | | | | * | De-lambda-ifyGravatar vjpai2016-06-15
| | | * | | | | | | | | | | Fixed printf/gpr_log format.Gravatar David Garcia Quintas2016-06-15
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| | | | | | | | | | | | * Merge branch 'idempotent_endpoint_shutdown' into errorGravatar Craig Tiller2016-06-15
| | | | | | | | | | | | |\ | | | | | | | | | | | |_|/ | | | | | | | | | | |/| |
| | | | | | | | | | * | | clang-format codeGravatar Craig Tiller2016-06-15
| | | | | | | | | | * | | Fix windows tests for idempotent shutdownGravatar Craig Tiller2016-06-15
* | | | | | | | | | | | | Merge pull request #6334 from tberghammer/android-64bitGravatar Nicolas Noble2016-06-15
|\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * | | | | Allow forcing the use of the default polling strategy [instead of all strateg...Gravatar Craig Tiller2016-06-15
| | | | | | | | * | | | | | Disable fuzzed tests on TSANGravatar Craig Tiller2016-06-15
| |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | |
| | | | | | | | | | | * | Deal with issues surrounding const members of classes used inGravatar Vijay Pai2016-06-15
| | | | | | | | | | | * | Deal with to_string, proper usage of nullptr, and lack of map::emplaceGravatar Vijay Pai2016-06-15
* | | | | | | | | | | | | Merge pull request #6909 from jtattermusch/csharp_client_streamingGravatar Jan Tattermusch2016-06-15
|\ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6908 from jtattermusch/csharp_send_completion_dedupGravatar Jan Tattermusch2016-06-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * | Got carried away with grpc::Gravatar Vijay Pai2016-06-15
* | | | | | | | | | | | | | | Merge pull request #6884 from jtattermusch/manual_upmerge_0_14_to_masterGravatar Nicolas Noble2016-06-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * | Specify template parent explicitlyGravatar Vijay Pai2016-06-15
| | | | | | | | | | | | | | * | Provide nullptr->std::function castGravatar Vijay Pai2016-06-15
| | | | | | | | | | | | | | * | Switch out a using with a typedefGravatar Vijay Pai2016-06-15
| | | | | | | | | | | | | | * | Enforce gcc-4.4 compatibility on test_credentials_provider by changingGravatar Vijay Pai2016-06-15
| | | | | | | | | | | | | | | * Fix merge errorsGravatar Craig Tiller2016-06-15
| | | | | | | | | | | | | | | * Fix merge errorGravatar Craig Tiller2016-06-15
| | | | | | | | | | | | | | | * Merge branch 'idempotent_endpoint_shutdown' of github.com:ctiller/grpc into h...Gravatar Craig Tiller2016-06-15
| | | | | | | | | | | | | | | |\ | | | | | | | | | | | | | | |_|/ | | | | | | | | | | | | | |/| |
| | | | | | | | | | | | | * | | Add a byte to avert a crash (which should be investigated sometime)Gravatar Craig Tiller2016-06-15
| | | | | | | | | | | | | | | * Merge branch 'idempotent_endpoint_shutdown' into handshake_timeoutGravatar Craig Tiller2016-06-15
| | | | | | | | | | | | | | | |\ | | | | | | | | | | | | | | |_|/ | | | | | | | | | | | | | |/| |
| | | | | | | | | | | | | * | | Make {endpoint,fd}_shutdown idempotentGravatar Craig Tiller2016-06-15
| | | | | | | | | | | | | | * | Exclude boringssl tests and libs from C++ build if EMBED_OPENSSL isGravatar vjpai2016-06-15
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into manual_upmerge_0_14_to_ma...Gravatar Jan Tattermusch2016-06-15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | Add a test for multiple endpoint shutdownsGravatar Craig Tiller2016-06-15
| |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #6875 from y-zeng/log_checkGravatar Jan Tattermusch2016-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6900 from nathanielmanistaatgoogle/_rpc_test-future-divisionGravatar Jan Tattermusch2016-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6904 from nathanielmanistaatgoogle/unimplemented-for-card...Gravatar Jan Tattermusch2016-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6632 from stanley-cheung/php-add-trailing-metadata-apiGravatar Jan Tattermusch2016-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | | | | improve docs for IAsyncStreamReaderGravatar Jan Tattermusch2016-06-14
| |_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | deduplicate send finished handlerGravatar Jan Tattermusch2016-06-14
| |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | fix terminal encoding for cocoapodsGravatar Jan Tattermusch2016-06-14
| | | | | | | | | | | | | | * | | Fix a typo in php stress client that was causing the php client to ignore any...Gravatar Sree Kuchibhotla2016-06-14
| | | | | | | | | | | | | | | | * Try to get some more debug infoGravatar Craig Tiller2016-06-14
* | | | | | | | | | | | | | | | | Merge pull request #6572 from y-zeng/base64_decodeGravatar Jan Tattermusch2016-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * | | | | | | Fixes #2868Gravatar Makarand Dharmapurikar2016-06-14
* | | | | | | | | | | | | | | | | | Merge pull request #6857 from kpayson64/python_cleanupGravatar Jan Tattermusch2016-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6873 from kpayson64/python_signal_handlingGravatar Jan Tattermusch2016-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6874 from nathanielmanistaatgoogle/gaGravatar Jan Tattermusch2016-06-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \