aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Move parameters for all grpc_op types into their own sub-structs.Gravatar Mark D. Roth2017-01-25
|
* Merge pull request #9343 from jtattermusch/fix_grpclb_test_depsGravatar Jan Tattermusch2017-01-25
|\ | | | | Fix ordering of deps in grpclb_test
* \ Merge pull request #9411 from ctiller/faster_slicesGravatar Sree Kuchibhotla2017-01-24
|\ \ | | | | | | Make move_first not call memmove
| * | FixupGravatar Craig Tiller2017-01-23
| | |
| * | Merge github.com:grpc/grpc into faster_slicesGravatar Craig Tiller2017-01-23
| |\ \ | |/ / |/| |
* | | Merge pull request #9074 from dgquintas/poll_fd_shutdownGravatar Sree Kuchibhotla2017-01-23
|\ \ \ | | | | | | | | poll_posix double shutdown fix
* \ \ \ Merge pull request #8810 from htuch/pollset-fixGravatar Sree Kuchibhotla2017-01-23
|\ \ \ \ | | | | | | | | | | Fix workqueue_move_items_to_parent invocation bug in polling_island_merge
* \ \ \ \ Merge pull request #9127 from ↵Gravatar Masood Malekghassemi2017-01-23
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | soltanmm-google/if-you-rely-only-on-yourself-fewer-things-might-go-wrong-but-fewer-things-might-go-right Don't leak Py exceptions without calling gRPC core
| * | | | | Run yapf over Python codeGravatar Masood Malekghassemi2017-01-23
| | | | | |
| * | | | | Don't leak Py exceptions without calling gRPC coreGravatar Masood Malekghassemi2017-01-23
| | | | | |
* | | | | | Merge pull request #9428 from grpc/revert-8842-metadata_filterGravatar David G. Quintas2017-01-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Revert "Metadata handling rewrite"
* \ \ \ \ \ \ Merge pull request #9446 from grpc/revert-9430-fix-8842Gravatar David G. Quintas2017-01-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Revert "Fix cronet header memory free"
* \ \ \ \ \ \ \ Merge pull request #9425 from ↵Gravatar Masood Malekghassemi2017-01-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | soltanmm-google/automation-was-supposed-to-make-us-all-greater Be more verbose when generating Python documentation
* \ \ \ \ \ \ \ \ Merge pull request #9448 from nathanielmanistaatgoogle/v1.0.x-upmergeGravatar Nicolas Noble2017-01-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | v1.0.x upmerge
* \ \ \ \ \ \ \ \ \ Merge pull request #9422 from ↵Gravatar Masood Malekghassemi2017-01-23
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | soltanmm-google/as-filthy-rich-as-our-cabinet-secretaries Add __richcmp__ to cygrpc.Timespec
* \ \ \ \ \ \ \ \ \ \ Merge pull request #9393 from y-zeng/interop_http2_templateGravatar Yuchen Zeng2017-01-23
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | Dockerfile template update for http2_badserver_interop
| | | * | | | | | | | v1.0.x → master upmergeGravatar Nathaniel Manista2017-01-23
| |_|/| | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manual resolution: - Force use of local distributions in Python-building in tools/run_tests/helper_scripts/build_python.sh.
| | | | | * | | | | | Revert "Fix cronet header memory free"Gravatar David G. Quintas2017-01-23
| |_|_|_|/ / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #9052 from matt-kwong/internal-ci-fuzzersGravatar matt-kwong2017-01-23
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add all the other fuzzer tests to internal CI
* \ \ \ \ \ \ \ \ \ \ Merge pull request #9426 from ncteisen/doesnt-look-like-anything-to-meGravatar Noah Eisen2017-01-23
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update Name of Python Negative Interop Test
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9308 from muxi/fix-loupe-exceptionGravatar Muxi Yan2017-01-23
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix cronet_transport.c failure handling bug
| | | | * \ \ \ \ \ \ \ \ Update with #9358Gravatar Noah Eisen2017-01-22
| | | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whoops Should have known better than to use Github's conflict resolver....
* | | | | \ \ \ \ \ \ \ \ \ Merge pull request #9430 from muxi/fix-8842Gravatar Muxi Yan2017-01-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix cronet header memory free
| * | | | | | | | | | | | | | fix the test errorGravatar Muxi Yan2017-01-20
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | clang-formatGravatar Muxi Yan2017-01-20
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix cronet header memory freeGravatar Muxi Yan2017-01-20
|/ / / / / / / / / / / / / /
| | | | | | | | | * / / / / Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
| |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #9420 from nathanielmanistaatgoogle/time_remainingGravatar Nathaniel Manista2017-01-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix grpc._server._Context.time_remaining.
| | | | | | | | | | | | * | Fix core banned functionsGravatar Craig Tiller2017-01-20
| | | | | | | | | | | | | |
| | | | | | | | | * | | | | Be more verbose when generating Python documentationGravatar Masood Malekghassemi2017-01-20
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #9340 from stanley-cheung/update-boringsslGravatar Nicolas Noble2017-01-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update boringssl
| | | | * | | | | | | | | | | Update name of Python negative interop testGravatar ncteisen2017-01-20
| |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | |
| | | | | | | * | | | | | | Add __richcmp__ to cygrpc.TimespecGravatar Masood Malekghassemi2017-01-20
| | | | | | | | |/ / / / / | | | | | | | |/| | | | |
| | * | | | | | | | | | | Fix grpc._server._Context.time_remainingGravatar Nathaniel Manista2017-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A weak test is included; proper test coverage will come later.
* | | | | | | | | | | | | Merge pull request #9388 from ericgribkoff/java_http2_testGravatar Eric Gribkoff2017-01-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update path to http2 Java test client Failing test is known issue #9150
| | | | | | | | | | | * | Fix comments, merge head, regen projectGravatar Craig Tiller2017-01-20
| | | | | | | | | | | | |
| | | | | | | | | | | * | Merge github.com:grpc/grpc into faster_slicesGravatar Craig Tiller2017-01-20
| | | | | | | | | | | |\ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #8842 from ctiller/metadata_filterGravatar Nicolas Noble2017-01-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Metadata handling rewrite
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'metadata_filter' of github.com:ctiller/grpc into metadata_filterGravatar Craig Tiller2017-01-20
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Update projectsGravatar Craig Tiller2017-01-20
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Fix test under MSVCGravatar Craig Tiller2017-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optimizer was spotting that src1 and src2 would be identical and merging them.
| | | | | | | | | | | * | | | Fix workqueue_move_items_to_parent() invocation bug in ↵Gravatar Harvey Tuch2017-01-20
| |_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | polling_island_merge()[ev_epoll_linux.c]. This bug resulted in workqueue items failing to merge correctly and consequently queued closures would fail to execute.
| * | | | | | | | | | | | | Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| / / / / / / / / / / / / | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Update projectsGravatar Craig Tiller2017-01-20
| | | | | | | | | | | | |
| | * | | | | | | | | | | Update path to http2 Java test clientGravatar Eric Gribkoff2017-01-20
| |/ / / / / / / / / / / |/| | | | | | | | | | |
| | * | | | | | | | | | re-run generate-project.sh after rebaseGravatar Stanley Cheung2017-01-20
| | | | | | | | | | | |
| | * | | | | | | | | | Update boringssl to latest chromium-stableGravatar Stanley Cheung2017-01-20
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #9414 from jboeuf/fix_alpn_msanGravatar Nicolas Noble2017-01-20
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixing msan issue in client_ssl.c
| | * | | | | | | | | | Fix Python testGravatar Craig Tiller2017-01-20
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #9346 from stevej/stevej/content_type_in_example_responseGravatar Eric Anderson2017-01-20
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | adding content-type to the example response