Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into optimize_for | Craig Tiller | 2017-07-05 |
|\ | |||
| * | 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 | ||
| * | | | | | | 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 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix musl Portability | ||
| * \ \ \ \ \ \ | Merge pull request #11604 from dgquintas/fix_rr_state_master | David G. Quintas | 2017-06-29 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix RR policy connectivity state upon subchannels shutdown | ||
| | | | | * | | | | 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 |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Make sure all C-core parameters are passed into C++ methods. - Add Destroy() methods for ChannelData and CallData. - Use C++-style casts. - Add 'extern "C"' to iomgr/closure.h, which is used in C++ filters. | ||
| | | * | | | 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 |
| |\ \ \ \ | | | | | | | | | | | | | Fix Objective C memory leak GRPCOpSendMetadata | ||
| * | | | | | 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 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Avoid pollution from ares.h into the global space. | ||
| | | * | | | | 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 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Destroy byte buffer to avoid leak in zombied calls | ||
| * \ \ \ \ \ | Merge pull request #11577 from markdroth/compression_filter_fix | Mark D. Roth | 2017-06-26 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix handling of send_message before send_initial_metadata in compress filter. | ||
| | | | | * | | | 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 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update PHP protoc plugin generation | ||
| | | | | | * | | 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 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Handle cancel correctly | ||
| * | | | | | | | | 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. | ||
| | * | | | | | | Add support for Trailers-Only responses. | Mark D. Roth | 2017-06-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - When receiving a Trailers-Only response, return the metadata as trailing metadata instead of initial metadata. - Send Trailers-Only response when we have no non-default initial metadata, no message to send, and trailing metadata to send. | ||
| | | | | * | | | 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 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Tracing Overhaul | ||
| * \ \ \ \ \ \ | Merge pull request #11521 from muxi/fix-objc-memory-leak | Muxi Yan | 2017-06-21 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix ObjC memory leak problem | ||
| | | * | | | | | | Overhaul the new pollers | Noah Eisen | 2017-06-20 |
| | | | | | | | | | |||
| * | | | | | | | | Merge pull request #11552 from ncteisen/bps | Noah Eisen | 2017-06-20 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Batch push_setting | ||
| * \ \ \ \ \ \ \ \ | Merge pull request #11412 from kpayson64/upgrade_boringssl | kpayson64 | 2017-06-20 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Upgrade boringssl |