Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #11309 from murgatroid99/master_1.3.x_upmerge | Michael Lumish | 2017-05-30 |
|\ | | | | | Master 1.3.x upmerge | ||
| * | Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmerge | murgatroid99 | 2017-05-25 |
| |\ | |||
* | | | Merge branch 'master' of https://github.com/Vizerai/grpc into intrusive_hash_map | Vizerai | 2017-05-23 |
|\| | | |||
| | * | get rid of connectivity state watchers right after timeout | Alexander Polcyn | 2017-05-18 |
| | | | |||
| * | | Revert "Revert "Implement Server Backward Compatibility"" | Muxi Yan | 2017-05-15 |
| | | | |||
| * | | Revert "Implement Server Backward Compatibility" | Nicolas Noble | 2017-05-12 |
| | | | |||
| * | | Merge pull request #10849 from muxi/backward-compat | Muxi Yan | 2017-05-12 |
| |\ \ | | | | | | | | | Implement Server Backward Compatibility | ||
* | | | | initial commit | Vizerai | 2017-04-28 |
| | | | | |||
| | * | | Add end2end test for workarounds | Muxi Yan | 2017-04-28 |
| |/ / |/| | | |||
| | * | Revert "Merge branch 'master' into v1.3.x" | Alexander Polcyn | 2017-04-26 |
| |/ |/| | | | | | | | This reverts commit 79759fea1abd09102d38af3e13a84b69e898124b, reversing changes made to dc36f4df6aba60275a31227e1d29c4d20b6cadca. | ||
| * | Allow EPOLLEXCLUSIVE tests to be omitted outside of CI | Craig Tiller | 2017-04-25 |
|/ | |||
* | Change hash table to use linear probing and add unit test. | Mark D. Roth | 2017-04-19 |
| | | | | Also add some missing rules in test/core/slice/BUILD. | ||
* | Improvements to Fake Resolver | David Garcia Quintas | 2017-04-15 |
| | |||
* | Add a minimal stack test | Craig Tiller | 2017-04-03 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into ↵ | Mark D. Roth | 2017-03-17 |
|\ | | | | | | | remove_initial_connect_string | ||
| * | Arena allocator for grpc | Craig Tiller | 2017-03-12 |
| | | |||
| * | Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human | ncteisen | 2017-03-09 |
| |\ | |||
| | * | Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master | David Garcia Quintas | 2017-03-03 |
| | |\ | |||
| * | \ | Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human | ncteisen | 2017-03-01 |
| |\ \ \ | |||
| | | * | | Add a slice type that shares a refcount with a transport stream | Craig Tiller | 2017-03-01 |
| | |/ / | |||
| | * | | Merge github.com:grpc/grpc into spinlock | Craig Tiller | 2017-02-27 |
| | |\ \ | |||
| | | | * | Merge pull request #9839 from y-zeng/1_1_x_address_arg_fix | Yuchen Zeng | 2017-02-27 |
| | | | |\ | | | | | | | | | | | | | Preserve ipv6 scope id in grpc_channel_args | ||
| | * | | | | Add a spinlock type. | Craig Tiller | 2017-02-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Useful for situations where we need to repeatedly trylock, not useful for cases where we need to lock (due to spinning). Add a variant of sync_test to test it (with the same tests we run for gpr_mu). Add a benchmark to bm_closure to demonstrate single threaded performance. | ||
| | | * | | | Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_master | murgatroid99 | 2017-02-23 |
| | |/| | | | | | |/ / | |||
| * | / / | Add error test | ncteisen | 2017-02-23 |
| |/ / / | |||
| | | * | Add parse_address_test | Yuchen Zeng | 2017-02-22 |
| | | | | |||
| * | | | Remove internal api canaries: they have never solved anything for us | Craig Tiller | 2017-02-17 |
| | | | | |||
| | * | | Improve Node and libuv testing and test coverage | murgatroid99 | 2017-02-17 |
| | |/ | | | | | | | | | | Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv | ||
* | / | Remove initial_connect_string hack. | Mark D. Roth | 2017-02-09 |
|/ / | |||
* | | Merge branch 'bm_countwrites' into bwest | Craig Tiller | 2017-01-27 |
|\ \ | |||
* \ \ | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-01-26 |
|\ \ \ | | |/ | |/| | |||
| | * | Revert "Revert "Metadata handling rewrite"" | Craig Tiller | 2017-01-23 |
| |/ | | | | | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55. | ||
| * | Revert "Metadata handling rewrite" | Craig Tiller | 2017-01-20 |
| | | |||
* | | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-01-20 |
|\| | |||
* | | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-01-17 |
|\ \ | |||
| | * | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-17 |
| | |\ | | |/ | |/| | |||
| * | | memory usage profiling for client call, client channel, server creation, ↵ | Yuxuan Li | 2017-01-13 |
| | | | | | | | | | | | | | | | | | | server call and server channel. fix bug. server: snapshot pass by pointer | ||
| | * | Fix tests | Craig Tiller | 2017-01-06 |
| |/ | |||
* | | Merge branch 'flow_control_v2' into bwest | Craig Tiller | 2016-12-27 |
|\| | |||
| * | Merge github.com:grpc/grpc into grpc_slice | Craig Tiller | 2016-11-08 |
| |\ | |||
| | * | Merge pull request #8456 from ctiller/pid_ctl | Craig Tiller | 2016-11-04 |
| | |\ | | | | | | | | | Simple PID controller | ||
| | * \ | Merge branch 'lb_policy_name_channel_arg' into remove_fake_resolver | Mark D. Roth | 2016-10-31 |
| | |\ \ | |||
| | | | * | Merge github.com:grpc/grpc into pid_ctl | Craig Tiller | 2016-10-28 |
| | | | |\ | | | | |/ | | | |/| | |||
| | * | | | Change tests to use channel args instead of fake_resolver query args. | Mark D. Roth | 2016-10-27 |
| | | | | | |||
| * | | | | Merge branch 'buffer_pools_for_realsies' into grpc_slice | Craig Tiller | 2016-10-26 |
| |\ \ \ \ | | | |/ / | | |/| | | |||
| * | | | | Codegen | Craig Tiller | 2016-10-26 |
| | | | | | |||
| * | | | | Generate build files | Craig Tiller | 2016-10-26 |
| | | | | | |||
| * | | | | s/gpr_slice/grpc_slice, and move around tests, impls | Craig Tiller | 2016-10-26 |
| |/ / / | |||
* | | | | Merge branch 'flow_control_v2' into bwest | Craig Tiller | 2016-10-20 |
|\| | | | |||
* | | | | Merge branch 'bdp_est' into bwest | Craig Tiller | 2016-10-20 |
|\ \ \ \ | |_|_|/ |/| | | |