Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge pull request #11648 from markdroth/c++_filter_fixes | Mark D. Roth | 2017-06-30 |
|\ | |||
* \ | Merge pull request #11606 from vsco/upstream | Muxi Yan | 2017-06-30 |
|\ \ | |||
* \ \ | Merge pull request #11447 from markdroth/default_max_header_size | Mark D. Roth | 2017-06-30 |
|\ \ \ | |||
* \ \ \ | Merge pull request #11651 from markdroth/http1_handshakers | Mark D. Roth | 2017-06-30 |
|\ \ \ \ | |||
* \ \ \ \ | Merge pull request #11619 from jtattermusch/csharp_custom_error_details_test | Jan Tattermusch | 2017-06-30 |
|\ \ \ \ \ | |||
* | | | | | | Removed leftover debugging msg | David Garcia Quintas | 2017-06-29 |
| | | | * | | Update serverName comment to be more accurate | thassss | 2017-06-29 |
* | | | | | | Merge pull request #11645 from ncteisen/musl-fix | Noah Eisen | 2017-06-29 |
|\ \ \ \ \ \ | |||
* \ \ \ \ \ \ | Merge pull request #11604 from dgquintas/fix_rr_state_master | David G. Quintas | 2017-06-29 |
|\ \ \ \ \ \ \ | |||
| | | | * | | | | Allow HTTP CONNECT handshaker to be used in http1 client. | Mark D. Roth | 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 |
| | | * | | | | regenerate C# protos | Jan Tattermusch | 2017-06-29 |
| | | * | | | | add C# test demoing custom error details | Jan Tattermusch | 2017-06-29 |
| |_|/ / / / |/| | | | | | |||
| | | | | * | Improvements to C++ filter API: | Mark D. Roth | 2017-06-29 |
| |_|_|_|/ |/| | | | | |||
| | * | | | Fix musl | Noah Eisen | 2017-06-29 |
| * | | | | Fixes to pick first | David Garcia Quintas | 2017-06-28 |
* | | | | | Properly use uint64_t not unsigned int64_t | Vijay Pai | 2017-06-28 |
| |/ / / |/| | | | |||
* | | | | Merge pull request #11624 from muxi/fix-objc-memory-leak | Muxi Yan | 2017-06-28 |
|\ \ \ \ | |||
* | | | | | Document error unref contract for iomgr cb's and transport/stream errors | Vijay Pai | 2017-06-28 |
* | | | | | Merge pull request #10462 from nicolasnoble/ares-header-pollution | Nicolas Noble | 2017-06-27 |
|\ \ \ \ \ | |||
| | * | | | | Fix the memory leak in metadata | Muxi Yan | 2017-06-27 |
| |/ / / / |/| | | | | |||
* | | | | | Merge pull request #11590 from yang-g/zombie_paylod | Yang Gao | 2017-06-26 |
|\ \ \ \ \ | |||
* \ \ \ \ \ | Merge pull request #11577 from markdroth/compression_filter_fix | Mark D. Roth | 2017-06-26 |
|\ \ \ \ \ \ | |||
| | | | * | | | formatting changes | David Garcia Quintas | 2017-06-26 |
| | | | | | * | Expose :authority pseudo-header to Obj-C API. | thassss | 2017-06-26 |
| |_|_|_|_|/ |/| | | | | | |||
* | | | | | | Merge pull request #11524 from michaelbausor/php-protoc-plugin | Stanley Cheung | 2017-06-26 |
|\ \ \ \ \ \ | |||
| | | | | * | | Fix RR policy connectivity state upon subchannels shutdown | David Garcia Quintas | 2017-06-26 |
| | | | | * | | Have the fake resolver "re-resolve" upon seeing error | David Garcia Quintas | 2017-06-26 |
* | | | | | | | Merge pull request #11584 from muxi/fix-cronet-lock-abort | Muxi Yan | 2017-06-26 |
|\ \ \ \ \ \ \ | |||
* | | | | | | | | Enable wrong-import-order lint | Nathaniel Manista | 2017-06-24 |
* | | | | | | | | Enable redefined-variable-type lint | Nathaniel Manista | 2017-06-24 |
| | | | | | * | | Fix segfault in rr trace | David Garcia Quintas | 2017-06-23 |
| |_|_|_|_|/ / |/| | | | | | | |||
| * | | | | | | Fix test | Muxi Yan | 2017-06-23 |
| | | | * | | | Destroy byte buffer to avoid leak in zombied calls | yang-g | 2017-06-23 |
| |_|_|/ / / |/| | | | | | |||
| * | | | | | Add comment to explain the added lines and disable debugging log | Muxi Yan | 2017-06-23 |
| * | | | | | Another bug fix in the same series | Muxi Yan | 2017-06-23 |
| * | | | | | Handle cancel correctly | Muxi Yan | 2017-06-23 |
| | * | | | | Run formatter | Michael Bausor | 2017-06-22 |
* | | | | | | Merge pull request #11499 from markdroth/trailers_only | Mark D. Roth | 2017-06-22 |
|\ \ \ \ \ \ | |||
| * | | | | | | Add support for Trailers-Only responses. | Mark D. Roth | 2017-06-22 |
| | | | * | | | Fix handling of send_message before send_initial_metadata in compress filter. | Mark D. Roth | 2017-06-22 |
| | |_|/ / / | |/| | | | | |||
* | | | | | | Remove 'long long' | Vijay Pai | 2017-06-21 |
* | | | | | | Merge pull request #10833 from ncteisen/tracing-overhaul | Noah Eisen | 2017-06-21 |
|\ \ \ \ \ \ | |||
* \ \ \ \ \ \ | Merge pull request #11521 from muxi/fix-objc-memory-leak | Muxi Yan | 2017-06-21 |
|\ \ \ \ \ \ \ | |||
| | * | | | | | | Overhaul the new pollers | Noah Eisen | 2017-06-20 |
* | | | | | | | | Merge pull request #11552 from ncteisen/bps | Noah Eisen | 2017-06-20 |
|\ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ | Merge pull request #11412 from kpayson64/upgrade_boringssl | kpayson64 | 2017-06-20 |
|\ \ \ \ \ \ \ \ \ | |||
| | * | | | | | | | | Don't initiate writes on setting pushes | ncteisen | 2017-06-20 |
| |/ / / / / / / / |/| | | | | | | | |