Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | * | | | | | | | 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 #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. | |||
| * | | | | | | | | | | | Removed leftover debugging msg | David Garcia Quintas | 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 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||
| | | | | * | | | | | | | | 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 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||
| * | | | | | | | | | | 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. | |||
| | | | | | * \ \ \ \ \ | Merge pull request #11591 from dgquintas/rr_state_fix_1.4 | David G. Quintas | 2017-06-27 | |
| | | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix RR policy connectivity state upon subchannels shutdown (1.4.x branch) | |||
| | | | | | * \ \ \ \ \ \ | Merge pull request #11605 from dgquintas/backport_windows_inline | David G. Quintas | 2017-06-27 | |
| | | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | s/inline/__inline/. Visual studio incompatiblity (v1.4.x backport) | |||
| | | | | | | | * | | | | | | clang-format | David Garcia Quintas | 2017-06-26 | |
| | | | | | | | | | | | | | | ||||
| | | | | | | * | | | | | | | s/inline/__inline/. Visual studio incompatiblity. | Makarand Dharmapurikar | 2017-06-26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MS Visual studio '13 and before don't understand inline and throw Error C2054. Reference: https://msdn.microsoft.com/en-us/library/bw1hbe6y.aspx | |||
| * | | | | | | | | | | | | | Merge pull request #11590 from yang-g/zombie_paylod | Yang Gao | 2017-06-26 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Destroy byte buffer to avoid leak in zombied calls | |||
| | | | | | | * | | | | | | | | Remove extra blank line | murgatroid99 | 2017-06-26 | |
| | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | 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 | |
| | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | | | * | Merge branch 'master' of https://github.com/grpc/grpc into import | Nicolas "Pixel" Noble | 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 | |
| | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | * | | | | | | Deal with errors refs | David Garcia Quintas | 2017-06-26 | |
| | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | Merge pull request #11584 from muxi/fix-cronet-lock-abort | Muxi Yan | 2017-06-26 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle cancel correctly | |||
| | | | | | | | | * | | | | | | | | Fix unref of read slice in tcp_uv.c | murgatroid99 | 2017-06-26 | |
| | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | * | | | | | | fixed leak and outdated comment | David Garcia Quintas | 2017-06-24 | |
| | | | | | | | | | | | | | | | | | ||||
| | | | | | * | | | | | | | | | | | Fix segfault in rr trace | David Garcia Quintas | 2017-06-23 | |
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | Fix test | Muxi Yan | 2017-06-23 | |
| | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | * | | | | | | Fix RR policy connectivity state upon subchannels shutdown | David Garcia Quintas | 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 | |
| | | | | | | | | | | | | | | ||||
| | | | | | | * | | | | | | | Node: fix status memory leak, improve tcp_uv read buffer allocation code | murgatroid99 | 2017-06-23 | |
| | | | | | | |/ / / / / / | ||||
| | * | | | | | | | | | | | Handle cancel correctly | Muxi Yan | 2017-06-23 | |
| | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | 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 | |||
| | * | | | | | | | | | | | | Overhaul the new pollers | Noah Eisen | 2017-06-20 | |
| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | Don't initiate writes on setting pushes | ncteisen | 2017-06-20 | |
| | | | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | | Unref existing error before setting new one | yang-g | 2017-06-20 | |
| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | Merge pull request #11540 from yang-g/unref_error | Yang Gao | 2017-06-20 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unref existing error before setting a new one. | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #11430 from vjpai/popstack | Vijay Pai | 2017-06-20 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | Remove lockfree-stack implementation that is no longer used | |||
| * | | | | | | | | | | | | | | Clean up client_channel code and eliminate unnecessary allocations. | Mark D. Roth | 2017-06-20 | |
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | | Bump to version 1.4.0 | Ken Payson | 2017-06-19 | |
| | | | | | | | | | | | | | | ||||
| | | | * | | | | | | | | | | Fix windows segfault | ncteisen | 2017-06-19 | |
| | | | | | | | | | | | | | |