aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport
Commit message (Collapse)AuthorAge
* Removed spurious changes.Gravatar David Garcia Quintas2015-06-24
|
* Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-06-23
|\
| * Add metadata batch documentationGravatar Craig Tiller2015-06-22
| |
* | WIP. Need to merge and add more tests.Gravatar David Garcia Quintas2015-06-18
| |
| * clang-format affected filesGravatar Craig Tiller2015-06-17
| |
| * Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-17
| |\
* | | WIP. Compiles and tests pass. Need to write specific tests.Gravatar David Garcia Quintas2015-06-16
| |/ |/|
* | Added flags support to grpc_op.Gravatar David Garcia Quintas2015-06-14
| | | | | | | | | | Which includes its propagation to grpc_ioreq and validation mechanisms for checking that only known bits are set ot in). Also added an internal flag (GRPC_WRITE_INTERNAL_COMPRESS) mask for its use in signaling compressed messages.
| * Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-11
| |\ | |/ |/|
| * Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-10
| |\
* | | Tiny comment fixGravatar David G. Quintas2015-06-10
| |/ |/|
| * Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-09
| |\
* | | Removed leftover TODOGravatar David G. Quintas2015-06-09
| |/ |/|
* | Merge github.com:grpc/grpc into break-break-break-the-locksGravatar Craig Tiller2015-06-09
|\ \
* | | Fix some asan issuesGravatar Craig Tiller2015-06-08
| | |
| * | Add some commentaryGravatar Craig Tiller2015-06-08
| | |
| * | Split channel level and call level callback serializationGravatar Craig Tiller2015-06-08
|/ / | | | | | | This effectively doubles our qps/core on qps_test on my machine.
| * Merge branch 'we-dont-need-no-backup' of github.com:ctiller/grpc into ↵Gravatar Craig Tiller2015-06-08
| |\ | | | | | | | | | we-dont-need-no-backup
| | * Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-06
| | |\ | |_|/ |/| | | | | | | | | | | Conflicts: test/core/bad_client/bad_client.c test/core/httpcli/httpcli_test.c
* | | Add a test of bad settings frame (and fix a bug!)Gravatar Craig Tiller2015-06-05
| | |
| * | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-05
| |\ \ | |/ / |/| |
| * | clang-formatGravatar Craig Tiller2015-06-05
| | |
| | * Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-04
| |/| | |/ |/| | | | | Conflicts: tools/doxygen/Doxyfile.core.internal
* | Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
| |
| * Handle reffing when a cancel or bind gets stuck in the waiting queueGravatar Craig Tiller2015-06-02
| |
| * Merge branch 'count-the-things' into we-dont-need-no-backupGravatar Craig Tiller2015-06-01
| |\ | |/ |/| | | | | | | | | | | | | | | | | Conflicts: Makefile src/core/iomgr/pollset_posix.c src/core/surface/call.c src/core/surface/channel.c src/core/surface/server.c src/python/src/grpc/_adapter/_low_test.py tools/doxygen/Doxyfile.core.internal
* | Fixing tools compilation.Gravatar Nicolas "Pixel" Noble2015-06-02
| |
| * Merge branch 'but-maybe-i-want-to-poll' into we-dont-need-no-backupGravatar Craig Tiller2015-05-30
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json src/core/security/credentials.c src/core/security/credentials.h src/core/surface/call.c test/core/end2end/tests/request_response_with_payload_and_call_creds.c tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.core
* | Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-29
|\ \
| | * Fix disconnectionGravatar Craig Tiller2015-05-29
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-29
|\ \ \
| | * | Removing mdctx from the credentials.Gravatar Julien Boeuf2015-05-29
| |/ /
| | * Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-27
| | |\ | | |/ | |/|
| * | clang-formatGravatar Craig Tiller2015-05-27
| | |
| * | Advertise HTTP2 supportGravatar Craig Tiller2015-05-27
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-26
|\| |
| | * Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-24
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/surface/call.c test/core/end2end/dualstack_socket_test.c test/core/end2end/tests/early_server_shutdown_finishes_inflight_calls.c test/core/end2end/tests/early_server_shutdown_finishes_tags.c test/core/end2end/tests/graceful_server_shutdown.c test/core/end2end/tests/invoke_large_request.c test/core/end2end/tests/max_concurrent_streams.c test/core/end2end/tests/max_message_length.c test/core/end2end/tests/request_response_with_binary_metadata_and_payload.c test/core/end2end/tests/request_response_with_metadata_and_payload.c test/core/end2end/tests/request_response_with_payload.c test/core/end2end/tests/request_response_with_payload_and_call_creds.c test/core/end2end/tests/request_response_with_trailing_metadata_and_payload.c test/core/end2end/tests/request_with_large_metadata.c test/core/end2end/tests/request_with_payload.c test/core/httpcli/httpcli_test.c tools/run_tests/run_tests.py
| * | Handle priority frames in any headerGravatar Craig Tiller2015-05-21
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-21
|\| |
* | | Addressing comments.Gravatar Julien Boeuf2015-05-20
| | |
| * | Enforce invariant of not performing reads after stream closureGravatar Craig Tiller2015-05-20
| | |
* | | Starting on low level changes to support server side authentication.Gravatar Julien Boeuf2015-05-20
| | |
| * | Send RST_STREAM when closing from the server without getting a client ↵Gravatar Craig Tiller2015-05-19
|/ / | | | | | | half-close first
| * clang-format some filesGravatar Craig Tiller2015-05-13
| |
| * Properly manage interest set for waiting callsGravatar Craig Tiller2015-05-13
| |
| * Move pollset_set ownership from channel to transport setupGravatar Craig Tiller2015-05-12
| |
| * Plumb pollset_set through setup pipelineGravatar Craig Tiller2015-05-08
|/
* Merge pull request #1520 from ctiller/cancel-after-invokeGravatar Yang Gao2015-05-08
|\ | | | | If we have closed the transport, dont try reading
| * If we have closed the transport, dont try readingGravatar Craig Tiller2015-05-07
| |
* | Merge pull request #1502 from ctiller/check-on-headersGravatar Eric Anderson2015-05-07
|\ \ | | | | | | Validate that headers contain legal bytes