aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/chttp2
Commit message (Collapse)AuthorAge
* CleanupGravatar Craig Tiller2015-09-18
|
* Introduce call lists for moving work outside locksGravatar Craig Tiller2015-09-18
|
* Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-16
|\
* | Core compiles with workqueuesGravatar Craig Tiller2015-09-15
| |
| * Sprinkle castsGravatar Craig Tiller2015-09-14
|/
* Enable -WconversionGravatar Craig Tiller2015-09-10
|
* Fix typoGravatar Craig Tiller2015-09-10
|
* First round of fixing up implicit 64->32 bit conversionsGravatar Craig Tiller2015-09-10
|
* Core compiles with -Wsign-conversionGravatar Craig Tiller2015-09-10
|
* Merge pull request #3190 from ctiller/daisy-dukesGravatar Yang Gao2015-09-03
|\ | | | | Fix flow control issues
* \ Merge branch 'endpoints' into second-comingGravatar Craig Tiller2015-09-01
|\ \
| * \ Merge github.com:grpc/grpc into second-comingGravatar Craig Tiller2015-08-31
| |\ \
| | | * Merge github.com:grpc/grpc into daisy-dukesGravatar Craig Tiller2015-08-31
| | | |\ | | | |/ | | |/|
* | / | Cleaning up Windows endpoint codeGravatar Craig Tiller2015-08-28
|/ / / | | | | | | | | | | | | | | | - removed the need to track some state - fixed chttp2 transport endpoint shutdown management - made a bunch of tests pass
* | | Revert "Revert "Refactor Endpoint API""Gravatar Craig Tiller2015-08-27
| | |
* | | Revert "Refactor Endpoint API"Gravatar Craig Tiller2015-08-27
| | |
| | * Trace window announcementsGravatar Craig Tiller2015-08-26
| | |
| * | Protect against dereferencing a null ptr.Gravatar David Garcia Quintas2015-08-26
| |/ | | | | | | | | | | | | 'stream' may be left nullptr after a pop, so don't try to dereference it. (via nlewycky@google.com).
* | Merge github.com:grpc/grpc into endpointsGravatar Craig Tiller2015-08-26
|\| | | | | | | | | Conflicts: src/core/iomgr/tcp_windows.c
* | Update Windows to new endpoint APIGravatar Craig Tiller2015-08-21
| | | | | | | | Also solve an infinite recursion in chttp2_transport
* | Refactor Endpoint APIGravatar Craig Tiller2015-08-21
| | | | | | | | | | | | - Allow reads to complete immediately - Unify read/write signatures - Simplify memory management to allow future optimization work
| * commentGravatar David Garcia Quintas2015-08-20
| |
| * if to assertGravatar David Garcia Quintas2015-08-20
| |
| * Assert http2 header orderingGravatar David Garcia Quintas2015-08-20
|/
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar Julien Boeuf2015-08-05
|\ | | | | | | server_creds_auth_md_processor
| * Merge branch 'primary-goat-whisperer' into the-test-be-sleepyGravatar Craig Tiller2015-08-04
| |\
* | \ Merge branch 'master' of github.com:grpc/grpc into auth_md_processorGravatar Julien Boeuf2015-08-03
|\ \ \ | | |/ | |/|
| | * Fix edge cases resulting in close not being sentGravatar Craig Tiller2015-08-03
| | |
| | * Spam cleanupGravatar Craig Tiller2015-07-31
| | |
| * | Switch ALPN/NPN to advertise only h2Gravatar Craig Tiller2015-07-31
| |/
* / Properly send GRPC_STATUS_UNAUTHENTICATED from server auth failuresGravatar Craig Tiller2015-07-31
|/
* Merge github.com:grpc/grpc into warbling-wombatGravatar Craig Tiller2015-07-26
|\
| * Merge pull request #2633 from ctiller/virtuous-velvit-velociraptorGravatar Yang Gao2015-07-23
| |\ | | | | | | Fix flow control
| * \ Merge pull request #2586 from dgquintas/compress_flag_resetGravatar Craig Tiller2015-07-23
| |\ \ | | | | | | | | Fixes for streaming compression.
| * \ \ Merge pull request #2629 from ctiller/always-with-the-monoGravatar Yang Gao2015-07-23
| |\ \ \ | | | | | | | | | | Make the server report monotonic times for deadlines
| | | | * Integration fixGravatar Craig Tiller2015-07-23
| | | | |
| | | | * Merge branch 'compress_flag_reset' of github.com:dgquintas/grpc into ↵Gravatar Craig Tiller2015-07-23
| | | | |\ | | | | |/ | | | |/| | | | | | virtuous-velvit-velociraptor
| | | | * Fix flow controlGravatar Craig Tiller2015-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - sending of window updates is now integrated with the primary write path, making this far more robust - iomgr starts up after shutdown correctly again
| | | | * Merge branch 'flow_control_buf_fix' of github.com:yang-g/grpc into ↵Gravatar Craig Tiller2015-07-23
| | |_|/| | |/| | | | | | | | | | | | | virtuous-velvit-velociraptor
* | | | | Merge github.com:grpc/grpc into warbling-wombatGravatar Craig Tiller2015-07-23
|\| | | |
| | * | | Make the server report monotonic times for deadlinesGravatar Craig Tiller2015-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For very high performance systems, we're going to want to be able to simply push the value reported from the server down onto clients. If we report realtime now, then all wrapped languages are going to assume it, meaning that such a change will be impossible later.
| * | | | Merge pull request #2542 from ctiller/tell-me-who-you-might-beGravatar Yang Gao2015-07-23
| |\ \ \ \ | | |/ / / | |/| | | Expose call peer uri from C core
| | | | * Flow control fixGravatar yang-g2015-07-22
| | |_|/ | |/| |
* | | | Canonicalize metadata keys in coreGravatar Craig Tiller2015-07-22
| | | |
| | | * Fixes for streaming compression.Gravatar David Garcia Quintas2015-07-21
| |_|/ |/| |
| * | Merge pull request #2529 from ctiller/prefer-gin-n-tonicGravatar Vijay Pai2015-07-21
| |\ \ | | | | | | | | Move alarm subsystem to monotonic time
| | | * Add grpc_call_get_peerGravatar Craig Tiller2015-07-20
| |_|/ |/| |
| * | Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODYGravatar Craig Tiller2015-07-19
| |\ \ | |/ / |/| | | | | | | | Conflicts: src/cpp/client/channel_arguments.cc
| | * Move alarm subsystem to monotonic timeGravatar Craig Tiller2015-07-19
| |/ |/|