Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'plucking-hell' into primary-goat-whisperer | Craig Tiller | 2015-08-04 |
|\ | |||
| * | Switch ALPN/NPN to advertise only h2 | Craig Tiller | 2015-07-31 |
| | | |||
* | | Abort writes if a stream is cancelled | Craig Tiller | 2015-07-30 |
|/ | |||
* | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-28 |
|\ | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
| * | Merge github.com:grpc/grpc into warbling-wombat | Craig Tiller | 2015-07-26 |
| |\ | |||
* | \ | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-26 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other Conflicts: src/core/iomgr/tcp_server_windows.c | ||
| * | | Merge pull request #2633 from ctiller/virtuous-velvit-velociraptor | Yang Gao | 2015-07-23 |
| |\ \ | | | | | | | | | Fix flow control | ||
| * \ \ | Merge pull request #2586 from dgquintas/compress_flag_reset | Craig Tiller | 2015-07-23 |
| |\ \ \ | | | | | | | | | | | Fixes for streaming compression. | ||
| * \ \ \ | Merge pull request #2629 from ctiller/always-with-the-mono | Yang Gao | 2015-07-23 |
| |\ \ \ \ | | | | | | | | | | | | | Make the server report monotonic times for deadlines | ||
| | | | * | | Integration fix | Craig Tiller | 2015-07-23 |
| | | | | | | |||
| | | | * | | Integration fix | Craig Tiller | 2015-07-23 |
| | | | | | | |||
| | | | * | | Merge branch 'compress_flag_reset' of github.com:dgquintas/grpc into ↵ | Craig Tiller | 2015-07-23 |
| | | | |\ \ | | | | |/ / | | | |/| | | | | | | | | virtuous-velvit-velociraptor | ||
| | | | * | | Fix flow control | Craig Tiller | 2015-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 ↵ | Craig Tiller | 2015-07-23 |
| | |_|/| | | |/| | | | | | | | | | | | | | | | | virtuous-velvit-velociraptor | ||
* | | | | | | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-23 |
|\| | | | | | | | | | | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
| | | | | * | Merge github.com:grpc/grpc into warbling-wombat | Craig Tiller | 2015-07-23 |
| | | | | |\ | | |_|_|_|/ | |/| | | | | |||
| | * | | | | Make the server report monotonic times for deadlines | Craig Tiller | 2015-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-be | Yang Gao | 2015-07-23 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | Expose call peer uri from C core | ||
| | | | * | | Flow control fix | yang-g | 2015-07-22 |
| | |_|/ / | |/| | | | |||
| | | | * | Addressing review comments | Craig Tiller | 2015-07-22 |
| | | | | | |||
| | | | * | Canonicalize metadata keys in core | Craig Tiller | 2015-07-22 |
| | | | | | |||
* | | | | | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-22 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other Conflicts: src/core/client_config/subchannel.c src/core/iomgr/alarm.c src/core/iomgr/iomgr.c src/core/iomgr/tcp_client_posix.c | ||
| | | * | | Fixes for streaming compression. | David Garcia Quintas | 2015-07-21 |
| | | |/ | |||
| * | | | Merge pull request #2529 from ctiller/prefer-gin-n-tonic | Vijay Pai | 2015-07-21 |
| |\ \ \ | | | | | | | | | | | Move alarm subsystem to monotonic time | ||
* | | | | | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-21 |
|\| | | | | | | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
| | | * | | Add grpc_call_get_peer | Craig Tiller | 2015-07-20 |
| | | |/ | |||
* | | | | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-20 |
|\ \ \ \ | | |_|/ | |/| | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
| | * | | Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY | Craig Tiller | 2015-07-19 |
| | |\ \ | | |/ / | |/| | | | | | | | | | | Conflicts: src/cpp/client/channel_arguments.cc | ||
| | | * | Move alarm subsystem to monotonic time | Craig Tiller | 2015-07-19 |
| | |/ | |/| | |||
| * | | Merge branch 'decompression' of https://github.com/dgquintas/grpc into ↵ | Craig Tiller | 2015-07-19 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dgquintas-decompression Conflicts: Makefile vsprojects/Grpc.mak | ||
| | | * | User agent string support | Craig Tiller | 2015-07-18 |
| | |/ | |/| | |||
* | | | Fix state tracking, refcounting bugs | Craig Tiller | 2015-07-17 |
| | | | |||
* | | | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-17 |
|\| | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
* | | | Enforce one of the state transitions | Craig Tiller | 2015-07-17 |
| | | | |||
| * | | Merge github.com:grpc/grpc into no-worries-i-can-wait | Craig Tiller | 2015-07-17 |
| |\ \ | |||
* | | | | Added connectivity tests, fixed bugs | Craig Tiller | 2015-07-16 |
| | | | | |||
| | * | | Update comment | Craig Tiller | 2015-07-15 |
| | | | | |||
| | | * | Merge branch 'master' of github.com:grpc/grpc into decompression | David Garcia Quintas | 2015-07-15 |
| | | |\ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Makefile # include/grpc++/client_context.h # include/grpc++/server_context.h # src/cpp/client/client_context.cc # src/cpp/server/server_context.cc # vsprojects/Grpc.mak | ||
| | * | | Fix integration bugs | Craig Tiller | 2015-07-15 |
| | | | | |||
| | * | | Ensure streams are sent in-order | Craig Tiller | 2015-07-15 |
| | | | | |||
| | * | | Merge github.com:grpc/grpc into flow-like-lava-to-a-barnyard | Craig Tiller | 2015-07-15 |
| | |\ \ | |_|/ / |/| | | | |||
| | | * | Fixes to compression, to be merged back to the appropriate branch. | David Garcia Quintas | 2015-07-15 |
| | | | | |||
* | | | | Fixed wrong frame parsing | David Garcia Quintas | 2015-07-14 |
| | | | | |||
| | * | | Merge github.com:grpc/grpc into flow-like-lava-to-a-barnyard | Craig Tiller | 2015-07-13 |
| | |\ \ | |_|/ / |/| | | | |||
| * | | | Updating wrapped languages to new time functions | Craig Tiller | 2015-07-13 |
| | | | | |||
| * | | | Merge github.com:grpc/grpc into no-worries-i-can-wait | Craig Tiller | 2015-07-13 |
| |\ \ \ | |/ / / |/| | | | |||
| * | | | Introduce a clock type field onto gpr_timespec. | Craig Tiller | 2015-07-13 |
| | | | | | | | | | | | | | | | | | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense. | ||
| | | * | More bugfixes to compress_filter. | David Garcia Quintas | 2015-07-10 |
| | | | | | | | | | | | | | | | | Introduced grpc_metadata_batch_move and added grpc_compress_filter to grpc_server_create | ||
* | | | | Merge pull request #2289 from ctiller/footprints-on-the-sands-of-time | Vijay Pai | 2015-07-10 |
|\| | | | | | | | | | | | Introduce multiple clocks to GPR | ||
* | | | | Fix TSAN reported race | Craig Tiller | 2015-07-10 |
| | | | |