aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-03-21
|\
| * Merge pull request #5494 from dgquintas/guard_checkGravatar Jan Tattermusch2016-03-20
| |\ | | | | | | New #include guard sanity check + fixes to current guards
| * \ Merge pull request #5679 from makdharma/masterGravatar Jan Tattermusch2016-03-20
| |\ \ | | | | | | | | Cleaned up installation/test requirement fetching
| * \ \ Merge pull request #5843 from dgquintas/fix-grpc-libGravatar Jan Tattermusch2016-03-20
| |\ \ \ | | | | | | | | | | fixed multiple initialization of globals
| * \ \ \ Merge github.com:grpc/grpc into backoff2Gravatar Craig Tiller2016-03-20
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Reintroduce flakiness flag for tests: lb_policies_test is inherently flaky and I don't have time to deflake this week
| | * \ \ \ Merge pull request #5819 from dgquintas/compression_levelsGravatar Jan Tattermusch2016-03-18
| | |\ \ \ \ | | | | | | | | | | | | | | Implemented compression level algorithms properly
| * | | | | | Revert "Revert "Factor out backoff code into a separate library (to be ↵Gravatar Craig Tiller2016-03-18
| |/ / / / / | | | | | | | | | | | | | | | | | | re-used elsewhere)""
| | | * | | fixed multiple initialization of globalsGravatar David Garcia Quintas2016-03-18
| | | | | |
| * | | | | Merge pull request #5814 from sreecha/grpc_fixitGravatar Jan Tattermusch2016-03-18
| |\ \ \ \ \ | | | | | | | | | | | | | | DocFixit: Add more troubleshooting details
| * \ \ \ \ \ Merge pull request #5805 from stanley-cheung/php-fix-arg-typeGravatar Jan Tattermusch2016-03-18
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | PHP: return channel arg type
| * \ \ \ \ \ \ Merge pull request #5527 from ctiller/xoxoGravatar Jan Tattermusch2016-03-18
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix comparison function
| * | | | | | | | Revert "Factor out backoff code into a separate library (to be re-used ↵Gravatar David G. Quintas2016-03-18
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | elsewhere)"
| * | | | | | | Merge pull request #5810 from jtattermusch/extension_loading_for_webappsGravatar Jan Tattermusch2016-03-18
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Correct handling for shadowed assemblies when loading native extension
| * \ \ \ \ \ \ \ Merge pull request #5674 from jtattermusch/csharp_log_precisionGravatar Jan Tattermusch2016-03-18
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make timestamp format in C# logs more similar to C core
| * \ \ \ \ \ \ \ \ Merge pull request #5706 from deepaklukose/devGravatar Jan Tattermusch2016-03-18
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Expose pem cert in AuthContext for SSL/TLS channels
| | | | | | | | * | | Locked read access to call->encodings_accepted_by_peerGravatar David Garcia Quintas2016-03-18
| | | | | | | | | | |
| * | | | | | | | | | Doc Fixit: src/cpp/README.mdGravatar Yuchen Zeng2016-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace liquid templates with relative links.
| | | | | | | | | | * new fixed guardsGravatar David Garcia Quintas2016-03-18
| | | | | | | | | | |
| | | | | | | | | | * Merge branch 'master' of github.com:grpc/grpc into guard_checkGravatar David Garcia Quintas2016-03-18
| | | | | | | | | | |\ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| | | | | | | | * | | regenerated projectsGravatar David Garcia Quintas2016-03-18
| | | | | | | | | | |
| | | | | | | | * | | vs doesn't like some c99 features...Gravatar David Garcia Quintas2016-03-18
| | | | | | | | | | |
| | | | | | | * | | | review commentsGravatar Sree Kuchibhotla2016-03-18
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #5786 from soltanmm/this-is-not-a-pipeGravatar Jan Tattermusch2016-03-18
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Don't use a pipe for output capturing in Python's test runner
| | | | | | | | | * | | Implemented compression level algorithms properly (as a function of the ↵Gravatar David Garcia Quintas2016-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | accepted algorithms by the call's peer.
| | | | | | | | | | | * Merge branch 'master' of github.com:grpc/grpc into guard_checkGravatar David Garcia Quintas2016-03-17
| | | | | | | | | | | |\ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| | | | | | | | * | | | Add troubleshooting detailsGravatar Sree Kuchibhotla2016-03-17
| | | | | | | | | | | |
| | | | * | | | | | | | make timestamp format in C# logs more similar to C coreGravatar Jan Tattermusch2016-03-17
| | | | | |_|_|_|/ / / | | | | |/| | | | | |
| | | | | * | | | | | correct handling for shadowed assemblies when loading native extensionGravatar Jan Tattermusch2016-03-17
| | | | |/ / / / / /
| | | | | | * / / / php: return channel arg typeGravatar Stanley Cheung2016-03-17
| | | | | |/ / / / | | | | |/| | | |
| * | | / | | | | DocFixit: Minor corrections to the instructionsGravatar Sree Kuchibhotla2016-03-17
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-03-17
|\| | | | | | |
| * | | | | | | Merge pull request #5791 from sreecha/grpc_fixitGravatar Jan Tattermusch2016-03-17
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | DocFixit: Python README
| | | * | | | | Don't use a pipe for capturing in test runnerGravatar Masood Malekghassemi2016-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently Python can call arbitrarily deallocation code whenever its allocator is invoked, which can cause output from gRPC core to stderr, which can happen on the thread that is emptying the stderr pipe, thus causing the stderr pipe to deadlock on itself.
* | | | | | | | clang-fmtGravatar Craig Tiller2016-03-17
| | | | | | | |
* | | | | | | | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-03-17
|\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge github.com:grpc/grpc into backoff_libGravatar Craig Tiller2016-03-17
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #5270 from dgquintas/codegen_libGravatar Nicolas Noble2016-03-16
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | Added codegen_lib
| | | | * | | | | DocFixit: Python READMEGravatar Sree Kuchibhotla2016-03-16
| | | | | | | | |
| * | | | | | | | Merge pull request #5767 from soltanmm/gil-not-nimble-gil-not-quickGravatar Jan Tattermusch2016-03-16
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | Don't hold the GIL when calling anything in core
| | | * | | | | | Fixing bitrotting in udp_server_test.cGravatar Nicolas "Pixel" Noble2016-03-17
| | | | | | | | |
| | | | | * | | | For client cert based authentication, add client cert as an AuthPropertyGravatar Deepak Lukose2016-03-16
| | | | | | | | |
| * | | | | | | | Merge pull request #5474 from ctiller/esanGravatar Jan Tattermusch2016-03-16
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Execution context sanitizer
| | | | | * \ \ \ \ Merge github.com:grpc/grpc into backoff_libGravatar Craig Tiller2016-03-16
| | | | | |\ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | | | | | | * | | Merge github.com:grpc/grpc into xoxoGravatar Craig Tiller2016-03-16
| | | | | | | |\ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-03-16
|\| | | | | | | | |
| | | * | | | | | | Don't hold the GIL when calling anything in coreGravatar Masood Malekghassemi2016-03-15
| | | | | | | | | |
| | | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into codegen_libGravatar David Garcia Quintas2016-03-15
| | | | |\ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| | | | | | | | | * Fixed include guardsGravatar David Garcia Quintas2016-03-15
| | | | | | | | | |
| * | | | | | | | | Merge pull request #5763 from soltanmm/one-pieceGravatar Nathaniel Manista2016-03-15
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | Fix two ways tests can hang. Hooray!
| | * | | | | | | | Fix two ways tests can hangGravatar Masood Malekghassemi2016-03-15
| | | |/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both have to do with the test runner's handling of the tests. With one it's the read thread somehow outliving the other threads (e.g. with ctrl-C). The other is due to a filled OS-level pipe's buffer causing a block while code is still holding the GIL in some gRPC core function. We can't empty the buffer from Python because the GIL is held, and the OS can't unblock because it's waiting for the buffer to get cleared: deadlock.