aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Put files in a better placeGravatar Craig Tiller2017-02-03
|
* Add some debug utilitiesGravatar Craig Tiller2017-02-03
| | | | | This PR adds a set of debug helpers that are intended for calling only from gdb. They cross abstraction boundaries and allow quickly accessing one thing from another thing. I expect to grow this library significantly over time to aid debugging tricky problems.
* Merge pull request #9568 from jtattermusch/cmake_shared_libsGravatar Jan Tattermusch2017-02-03
|\ | | | | cmake buildfile improvements
* \ Merge pull request #9572 from dgquintas/interop_server_mac_slice_crashGravatar David G. Quintas2017-02-03
|\ \ | | | | | | Fixed invalid handling of slice data in interop_server
* \ \ Merge pull request #9487 from ctiller/bm_streamGravatar Sree Kuchibhotla2017-02-02
|\ \ \ | | | | | | | | One-way streaming microbenchmarks
| | * | Fixed invalid handling of slice data in interop_serverGravatar David Garcia Quintas2017-02-02
| |/ / |/| |
| | * cmake: fix #8729Gravatar Jan Tattermusch2017-02-02
| | |
| | * cmake: support static runtime linkingGravatar Jan Tattermusch2017-02-02
| | |
| | * boringssl silences its own warningsGravatar Jan Tattermusch2017-02-02
| | |
| | * build grpc_csharp_ext as sharedGravatar Jan Tattermusch2017-02-02
| |/ |/|
* | Merge pull request #9456 from jtattermusch/cmake_convenience_targetsGravatar Jan Tattermusch2017-02-02
|\ \ | | | | | | Big improvements to CMake build
* \ \ Merge pull request #7617 from sebright/fix-typos-in-commentsGravatar David G. Quintas2017-02-02
|\ \ \ | | | | | | | | Fix typos in comments in census.h
* \ \ \ Merge pull request #9482 from gazialankus/patch-1Gravatar Jan Tattermusch2017-02-02
|\ \ \ \ | | | | | | | | | | Corrected version number of Grpc.Tools in the bat file for the C# example
* \ \ \ \ Merge pull request #9236 from ctiller/max_msg_deadlineGravatar Craig Tiller2017-02-02
|\ \ \ \ \ | | | | | | | | | | | | Add test of deadline expiry with max concurrent streams
* \ \ \ \ \ Merge pull request #9519 from jtattermusch/csharp_test_doublesGravatar Jan Tattermusch2017-02-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add a way to create testing doubles for C# calls.
* \ \ \ \ \ \ Merge pull request #9545 from yang-g/fixGravatar Yang Gao2017-02-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Minor fixes
* \ \ \ \ \ \ \ Merge pull request #9535 from stanley-cheung/php-update-examplesGravatar Stanley Cheung2017-02-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | PHP: update examples
| | | * | | | | | add C# testing APIsGravatar Jan Tattermusch2017-02-01
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #9429 from Vizerai/trace_context_protoGravatar Jim King2017-02-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Updated trace_context.proto and associated files.
| * | | | | | | | Updated trace_context.proto and associated files.Gravatar Vizerai2017-02-01
| | | | | | | | |
| | | | | | | | * Merge github.com:grpc/grpc into bm_streamGravatar Craig Tiller2017-02-01
| | | | | | | | |\ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge pull request #9529 from ctiller/raceyGravatar Craig Tiller2017-02-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix race detected by TSAN
| | | | | | | | * | add convenience cmake targetsGravatar Jan Tattermusch2017-02-02
| | | | | | | | | |
| | | | | | | | * | windows compilation fixesGravatar Jan Tattermusch2017-02-02
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge pull request #9485 from sreecha/poll-cv-disableGravatar David G. Quintas2017-02-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Exclude async_client_sync_server_* tests for poll-cv engine
* \ \ \ \ \ \ \ \ \ Merge pull request #9472 from ericgribkoff/update_cli_instructionsGravatar Eric Gribkoff2017-02-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update instructions for building grpc_cli from a fresh repository
* \ \ \ \ \ \ \ \ \ \ Merge pull request #9544 from ctiller/more-fuzzzGravatar Craig Tiller2017-02-01
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix fuzzing detected crash
| | | | | | | * | | | | Minor fixesGravatar yang-g2017-02-01
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix conditionalGravatar Craig Tiller2017-02-01
| | | | | | | | | | |
| * | | | | | | | | | Fix fuzzing detected crashGravatar Craig Tiller2017-02-01
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #9513 from ctiller/version3Gravatar Craig Tiller2017-02-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Bump master version numbers
* \ \ \ \ \ \ \ \ \ \ Merge pull request #9541 from ctiller/call_createGravatar Craig Tiller2017-02-01
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Dont crash on API errors
| * \ \ \ \ \ \ \ \ \ \ Merge github.com:grpc/grpc into call_createGravatar Craig Tiller2017-02-01
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #9540 from ctiller/fuzzing-apinessGravatar Craig Tiller2017-02-01
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug in api_fuzzer
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9530 from ctiller/hybridGravatar Craig Tiller2017-02-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mark hybrid tests as flaky
| | | | | | * \ \ \ \ \ \ \ Merge branch 'master' into poll-cv-disableGravatar Sree Kuchibhotla2017-02-01
| | | | | | |\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | |
| | | * | | | | | | | | | | Dont crash on API errorsGravatar Craig Tiller2017-02-01
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| | * | | | | | | | | | | Fix bug in api_fuzzerGravatar Craig Tiller2017-02-01
| |/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the slices to unref array was expanded after returning a pointer to a slice, that pointer becomes invalidated. Instead, allocate and store pointers to slices in that array to keep stability.
* | | | | | | | | | | | Merge pull request #9532 from muxi/revert-cronet-header-dir-changeGravatar Muxi Yan2017-02-01
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Move bidirectional_stream_c.h back to third_party/objective_c/Cronet
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9364 from rjshade/sanitizer_slowdownGravatar Yang Gao2017-01-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaces macros with methods for test timeout scaling
| | | | | | | | | * | | | | PHP: update examplesGravatar Stanley Cheung2017-01-31
| |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |
| | | | | | | * | | | | | Refine error selection rulesGravatar Craig Tiller2017-01-31
| | | | | | | | | | | | |
| | * | | | | | | | | | | Move bidirectional_stream_c.h back to third_party/objective_c/CronetGravatar Muxi Yan2017-01-31
| |/ / / / / / / / / / / |/| | | | | | | | | | |
| | | | | | | | * | | | Merge github.com:grpc/grpc into max_msg_deadlineGravatar Craig Tiller2017-01-31
| | | | | | | | |\ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
| | | * | | | | | | | | Merge github.com:grpc/grpc into version3Gravatar Craig Tiller2017-01-31
| | | |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| | | | | | | | | | | * Merge github.com:grpc/grpc into bm_streamGravatar Craig Tiller2017-01-31
| | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| | * | | | | | | | | | Mark hybrid tests as flakyGravatar Craig Tiller2017-01-31
| | | | | | | | | | | |
| | | | | * | | | | | | Merge branch 'master' into poll-cv-disableGravatar Sree Kuchibhotla2017-01-31
| | | | | |\ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
| | | | | | * | | | | | Fix race detected by TSANGravatar Craig Tiller2017-01-31
| |_|_|_|_|/ / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #9492 from stanley-cheung/php-update-codegen-psr4Gravatar Stanley Cheung2017-01-31
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | PHP: make tests runnable on both protobuf 3.1 and 3.2