Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Adding more pointer type conversions | Yash Tibrewal | 2017-09-08 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Merge github.com:grpc/grpc into cpparena | Craig Tiller | 2017-04-14 |
|\ | |||
| * | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-04-06 |
| |\ | |||
* | \ | Merge github.com:grpc/grpc into cpparena | Craig Tiller | 2017-04-04 |
|\ \ \ | | |/ | |/| | |||
| * | | Calculate RPC deadline right before call creation | Chris Evans | 2017-04-04 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most core end2end tests are written around a single RPC with an explicit deadline. Currently, this deadline is calculated before bringing up the test fixture, and thus time spent bringing up the test fixture is taken from the time allotted to the RPC. This change moves the calculation of these deadlines immediately before call creation. Additionally, the functions that calculate these deadlines have been renamed from 'xx_seconds_time()' to 'xx_seconds_from_now()' for clarity. | ||
* | | | Call ref/unref, bugfixes | Craig Tiller | 2017-03-31 |
|/ / | |||
| * | Change Core to use the new completion_queue_create API | Sree Kuchibhotla | 2017-03-02 |
|/ | |||
* | Replace timeout/scaling macros with functions. | Robbie Shade | 2017-01-31 |
| | |||
* | Merge pull request #9444 from ctiller/rollfwd | Craig Tiller | 2017-01-27 |
|\ | | | | | Re-integrate metadata handling changes | ||
* \ | Merge pull request #9466 from rjshade/add_test_log | Yang Gao | 2017-01-27 |
|\ \ | | | | | | | Add "Running test:" string to test log output | ||
| | * | Merge github.com:grpc/grpc into rollfwd | Craig Tiller | 2017-01-26 |
| | |\ | |_|/ |/| | | |||
| * | | Add a 'Running test: ' string to test output | Robbie Shade | 2017-01-26 |
| | | | |||
* | | | Fix tests. | Mark D. Roth | 2017-01-25 |
|/ / | |||
| * | Revert "Revert "Metadata handling rewrite"" | Craig Tiller | 2017-01-23 |
|/ | | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55. | ||
* | Revert "Metadata handling rewrite" | Craig Tiller | 2017-01-20 |
| | |||
* | Merge branch 'slice_interning' into metadata_filter | Craig Tiller | 2016-12-06 |
|\ | |||
| * | Increase timeout to make this pass reliably on Windows | Craig Tiller | 2016-12-02 |
| | | |||
* | | Progress towards mdstr elimination | Craig Tiller | 2016-11-14 |
|/ | |||
* | Merge github.com:grpc/grpc into grpc_slice | Craig Tiller | 2016-11-08 |
|\ | |||
| * | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2016-11-07 |
| |\ | | | | | | | | | | core-end2end-tests-cronet-update | ||
| * | | Clean with clang-format | Muxi Yan | 2016-10-31 |
| | | | |||
| * | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2016-10-30 |
| |\ \ | | | | | | | | | | | | | core-end2end-tests-cronet-update | ||
| * | | | Put validation of host name in a function | Muxi Yan | 2016-10-30 |
| | | | | |||
| * | | | Use get_host_override_string function inline | Muxi Yan | 2016-10-30 |
| | | | | |||
| * | | | Convert validate_host_override_string into a function and rename into ↵ | Muxi Yan | 2016-10-30 |
| | | | | | | | | | | | | | | | | get_host_override_string | ||
| | | * | Change tests to use channel args instead of fake_resolver query args. | Mark D. Roth | 2016-10-27 |
| | |/ | |||
* | | | clang-format | Craig Tiller | 2016-10-26 |
| | | | |||
* | | | s/gpr_slice/grpc_slice, and move around tests, impls | Craig Tiller | 2016-10-26 |
| |/ |/| | |||
* | | Merge remote-tracking branch 'upstream/master' into service_config | Mark D. Roth | 2016-10-18 |
|\ \ | |||
| * | | Fix payload tests under windows | Craig Tiller | 2016-10-17 |
| | | | |||
* | | | Add h2_fake_resolver end2end test fixture. | Mark D. Roth | 2016-10-03 |
| | | | |||
| | * | Update unit tests and fixtures with AUTHORITY_HEADER support option | Muxi Yan | 2016-09-20 |
| |/ |/| | |||
| * | Fix resource leak | Craig Tiller | 2016-09-12 |
| | | |||
| * | Merge branch 'extend_payload_test' of github.com:rjshade/grpc into ↵ | Craig Tiller | 2016-09-09 |
|/| | | | | | | | fix-robbies-thing | ||
* | | Merge pull request #7858 from markdroth/cq_verifier_file_line | Craig Tiller | 2016-08-31 |
|\ \ | | | | | | | Change cq_verifier to report file and line number for expectations. | ||
| * | | Change cq_verifier to report file and line number for expectations. | Mark D. Roth | 2016-08-24 |
| | | | |||
* | | | clang-format remove blank lines | Robbie Shade | 2016-08-23 |
| | | | |||
| | * | Explicitly add terminating null character. | Robbie Shade | 2016-07-15 |
| | | | |||
| | * | Just create 1 MB strings, no argument. | Robbie Shade | 2016-07-15 |
| | | | |||
| | * | Fixing int conversion warnings | Robbie Shade | 2016-07-15 |
| | | | |||
| | * | Extends the payload test to use large random bodies. | Robbie Shade | 2016-07-15 |
| |/ | |||
* / | Delete unused TIMEOUT enum in end2end tests | Robbie Shade | 2016-06-29 |
|/ | |||
* | Allow servers to select compression level via initial MD. | David Garcia Quintas | 2016-05-09 |
| | | | | | | | | Setting the newly added compression_level field of grpc_op::send_initial_metadata by a server now has the effect of applying that compression level for the subsequent call messages leaving the server. The ultimate meaning of the level depends on the client's supported compression algorithms. | ||
* | Introduce machinery to allow tests to register plugins | Craig Tiller | 2016-04-04 |
| | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Fix copyrights | Craig Tiller | 2016-03-25 |
| | |||
* | Auto-changes | Craig Tiller | 2016-03-25 |
| | |||
* | Eliminate gpr_ int types - and insist on C99 variants instead | Craig Tiller | 2015-12-22 |
| | |||
* | BoringSSL integration: non-vsprojects changes | Craig Tiller | 2015-12-22 |
| |