Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add asserts that uv calls all run on the same thread | murgatroid99 | 2017-07-18 |
| | |||
* | Fix failures in libuv portability tests | murgatroid99 | 2017-07-18 |
| | |||
* | Merge pull request #11186 from ctiller/hps | Craig Tiller | 2017-07-11 |
|\ | | | | | Stop setting deadline on server requests, assert so that this never happens again | ||
* \ | Merge pull request #11748 from ctiller/c++compat5 | Craig Tiller | 2017-07-11 |
|\ \ | | | | | | | C++ compatibility fixes | ||
* \ \ | Merge pull request #11702 from ctiller/ubsan101 | Craig Tiller | 2017-07-11 |
|\ \ \ | | | | | | | | | Fix potential rounding error | ||
* \ \ \ | Merge pull request #11742 from ncteisen/fuzz-iob-in-metadata | Noah Eisen | 2017-07-11 |
|\ \ \ \ | | | | | | | | | | | Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1846 | ||
* \ \ \ \ | Merge pull request #11738 from mehrdada/canonica-urls | Mehrdad Afshari | 2017-07-11 |
|\ \ \ \ \ | | | | | | | | | | | | | Use https://grpc.io consistently as the canonical URL | ||
* | | | | | | make SwiftSample support Xcode8 | Jan Tattermusch | 2017-07-11 |
| | | | | | | |||
| | | | * | | C++ compatibility fixes | Craig Tiller | 2017-07-11 |
| |_|_|/ / |/| | | | | |||
| | * | | | Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1846 | Noah Eisen | 2017-07-11 |
| |/ / / |/| | | | |||
* | | | | Merge pull request #11572 from vjpai/internalize | Vijay Pai | 2017-07-10 |
|\ \ \ \ | | | | | | | | | | | Separate internal-only and public parts of C++ API | ||
* \ \ \ \ | Merge pull request #11741 from kpayson64/tf_rollback | Nicolas Noble | 2017-07-10 |
|\ \ \ \ \ | | | | | | | | | | | | | Switch Server back to lockfree stack | ||
* \ \ \ \ \ | Merge pull request #11729 from murgatroid99/uv_memory_leak_fixes | Michael Lumish | 2017-07-10 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix some memory leaks in UV TCP code | ||
| | * | | | | | Revert "Reduce server memory usage" | Ken Payson | 2017-07-10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 53e6b56e32c79ba401a67cb349519c12991539cc. | ||
| | * | | | | | Revert "Remove lockfree-stack implementation that is no longer used" | Ken Payson | 2017-07-10 |
| |/ / / / / |/| | | | | | | | | | | | | | | | | | This reverts commit 3d04e025bcffd1e583d502de4ee26625ea866b21. | ||
| | | * | | | Use https://grpc.io consistently as the canonical URL | Mehrdad Afshari | 2017-07-10 |
| |_|/ / / |/| | | | | |||
* | | | | | Fetch grpc.io/release over https | Mehrdad Afshari | 2017-07-10 |
| | | | | | |||
| | * | | | Internalize structs and methods meant for being exposed through codegen | Vijay Pai | 2017-07-10 |
| |/ / / |/| | | | | | | | | | | | or that interface with core and are only for internal use | ||
* | | | | Remove declaration of missing field. | Robert Bradshaw | 2017-07-10 |
| | | | | |||
* | | | | Merge pull request #11051 from jboeuf/fix_issue_11011 | Matt Kwong | 2017-07-10 |
|\ \ \ \ | | | | | | | | | | | Attempt to fix #11011. | ||
| | * | | | Fix some memory leaks in UV TCP code | murgatroid99 | 2017-07-10 |
| | | | | | |||
* | | | | | Code cleanups in client_auth_filter and server_auth_filter. | Mark D. Roth | 2017-07-10 |
| | | | | | |||
* | | | | | Merge pull request #11696 from dgquintas/rr_concurrent_updates_fix | David G. Quintas | 2017-07-07 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix RR concurrent updates | ||
* | | | | | Merge pull request #11639 from murgatroid99/master_1.4.1_upmerge | Michael Lumish | 2017-07-07 |
|\ \ \ \ \ | | | | | | | | | | | | | Upmerge v1.4.x to master | ||
* | | | | | | Add client_channel tracer; code cleanup; eliminate an allocation. | Mark D. Roth | 2017-07-07 |
| | | | | | | |||
* | | | | | | Merge pull request #11644 from ncteisen/murder-the-custom-debugging-defines | Noah Eisen | 2017-07-07 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove More Custom Debug Defines | ||
* \ \ \ \ \ \ | Merge pull request #11684 from sreecha/timer_manager_fix | Sree Kuchibhotla | 2017-07-07 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | timer_manager fix | ||
| | * | | | | | | Remove more custom debug defines | ncteisen | 2017-07-06 |
| |/ / / / / / |/| | | | | | | |||
* | | | | | | | Merge pull request #11495 from agc-sec/fixopenssl-jwt | Matt Kwong | 2017-07-06 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix compilation error associated with release of OpenSSL 1.1 | ||
| | | | * | | | | Fix RR concurrent updates | David Garcia Quintas | 2017-07-06 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #11532 from ctiller/optimize_for | Craig Tiller | 2017-07-06 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Allow application optimization targets to be hinted to grpc (prefer latency over throughput for now) | ||
| | | | | | | * | | Fix potential rounding error | Craig Tiller | 2017-07-06 |
| | | | | | |/ / | | | | | |/| | | |||
| | | * | | | | | fix typos identified in code review | Sree Kuchibhotla | 2017-07-06 |
| | | | | | | | | |||
| | | | * | | | | Merge remote-tracking branch 'upstream/v1.4.x' into master_1.4.1_upmerge | murgatroid99 | 2017-07-06 |
| | | | |\ \ \ \ | | | | | |/ / / | | | | |/| | | | |||
* | | | / | | | | Initialize pending_ops false | Noah Eisen | 2017-07-06 |
| |_|_|/ / / / |/| | | | | | | |||
| * | | | | | | Add channel args to qps server | Craig Tiller | 2017-07-06 |
| | | | | | | | |||
* | | | | | | | Merge pull request #11602 from muxi/add_cancel_after_round_trip_test | Muxi Yan | 2017-07-05 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add a end2end test of cancel call | ||
| | * \ \ \ \ \ | Merge github.com:grpc/grpc into optimize_for | Craig Tiller | 2017-07-05 |
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||
| | | | | | | * | Merge github.com:grpc/grpc into hps | Craig Tiller | 2017-07-05 |
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | | | |||
| | | | | | * | | Attempt to fix #11011. | Julien Boeuf | 2017-07-05 |
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | Treating the close-notify alert as a non-error case. | ||
| | | | * | | | timer_manager fix | Sree Kuchibhotla | 2017-07-04 |
| |_|_|/ / / |/| | | | | | |||
* | | | | | | Merge pull request #11648 from markdroth/c++_filter_fixes | Mark D. Roth | 2017-06-30 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Improvements to C++ filter API | ||
* \ \ \ \ \ \ | Merge pull request #11606 from vsco/upstream | Muxi Yan | 2017-06-30 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Expose :authority pseudo-header to Obj-C API. | ||
* \ \ \ \ \ \ \ | Merge pull request #11447 from markdroth/default_max_header_size | Mark D. Roth | 2017-06-30 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Change default for SETTINGS_MAX_HEADER_LIST_SIZE from 16KiB to 8KiB. | ||
* \ \ \ \ \ \ \ \ | Merge pull request #11651 from markdroth/http1_handshakers | Mark D. Roth | 2017-06-30 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Allow HTTP CONNECT handshaker to be used in http1 client. | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #11619 from jtattermusch/csharp_custom_error_details_test | Jan Tattermusch | 2017-06-30 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add c# test to demonstrate setting custom error details | ||
| | | | | | | | | * | | Update serverName comment to be more accurate | thassss | 2017-06-29 |
| | | | | | | | | | | | |||
| | | | | | | | | * | | Pass NULL to grpc_channel_create_call for nil serverName | thassss | 2017-06-29 |
| | | | | | | | | | | | |||
| | | | | | | | | * | | Remove nullability specifiers | thassss | 2017-06-29 |
| | | | | | | | | | | | |||
| | | | | | | | | * | | Warn against using serverName property with Cronet | thassss | 2017-06-29 |
| | | | | | | | | | | |