aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Merge pull request #11186 from ctiller/hpsGravatar Craig Tiller2017-07-11
|\ | | | | Stop setting deadline on server requests, assert so that this never happens again
* \ Merge pull request #11748 from ctiller/c++compat5Gravatar Craig Tiller2017-07-11
|\ \ | | | | | | C++ compatibility fixes
* \ \ Merge pull request #11702 from ctiller/ubsan101Gravatar Craig Tiller2017-07-11
|\ \ \ | | | | | | | | Fix potential rounding error
| | * | C++ compatibility fixesGravatar Craig Tiller2017-07-11
| | | |
* | | | Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1846Gravatar Noah Eisen2017-07-11
| |/ / |/| |
* | | Merge pull request #11741 from kpayson64/tf_rollbackGravatar Nicolas Noble2017-07-10
|\ \ \ | | | | | | | | Switch Server back to lockfree stack
* \ \ \ Merge pull request #11729 from murgatroid99/uv_memory_leak_fixesGravatar Michael Lumish2017-07-10
|\ \ \ \ | | | | | | | | | | Fix some memory leaks in UV TCP code
| | * | | Revert "Reduce server memory usage"Gravatar Ken Payson2017-07-10
| | | | | | | | | | | | | | | | | | | | This reverts commit 53e6b56e32c79ba401a67cb349519c12991539cc.
| | * | | Revert "Remove lockfree-stack implementation that is no longer used"Gravatar Ken Payson2017-07-10
| |/ / / |/| | | | | | | | | | | This reverts commit 3d04e025bcffd1e583d502de4ee26625ea866b21.
* | | | Merge pull request #11051 from jboeuf/fix_issue_11011Gravatar Matt Kwong2017-07-10
|\ \ \ \ | | | | | | | | | | Attempt to fix #11011.
| | * | | Fix some memory leaks in UV TCP codeGravatar murgatroid992017-07-10
| | | | |
* | | | | Code cleanups in client_auth_filter and server_auth_filter.Gravatar Mark D. Roth2017-07-10
| | | | |
* | | | | Merge pull request #11696 from dgquintas/rr_concurrent_updates_fixGravatar David G. Quintas2017-07-07
|\ \ \ \ \ | |_|/ / / |/| | | | Fix RR concurrent updates
* | | | | Merge pull request #11639 from murgatroid99/master_1.4.1_upmergeGravatar Michael Lumish2017-07-07
|\ \ \ \ \ | | | | | | | | | | | | Upmerge v1.4.x to master
* | | | | | Add client_channel tracer; code cleanup; eliminate an allocation.Gravatar Mark D. Roth2017-07-07
| | | | | |
* | | | | | Merge pull request #11644 from ncteisen/murder-the-custom-debugging-definesGravatar Noah Eisen2017-07-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove More Custom Debug Defines
* \ \ \ \ \ \ Merge pull request #11684 from sreecha/timer_manager_fixGravatar Sree Kuchibhotla2017-07-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | timer_manager fix
| | * | | | | | Remove more custom debug definesGravatar ncteisen2017-07-06
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #11495 from agc-sec/fixopenssl-jwtGravatar Matt Kwong2017-07-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix compilation error associated with release of OpenSSL 1.1
| | | | * | | | Fix RR concurrent updatesGravatar David Garcia Quintas2017-07-06
| | | | | | | |
| | | | | | * | Fix potential rounding errorGravatar Craig Tiller2017-07-06
| | | | | |/ / | | | | |/| |
| | * | | | | fix typos identified in code reviewGravatar Sree Kuchibhotla2017-07-06
| | | | | | |
| | | * | | | Merge remote-tracking branch 'upstream/v1.4.x' into master_1.4.1_upmergeGravatar murgatroid992017-07-06
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
* | | | | | | Merge github.com:grpc/grpc into optimize_forGravatar Craig Tiller2017-07-05
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | | | | | * Merge github.com:grpc/grpc into hpsGravatar Craig Tiller2017-07-05
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| | | | | * | Attempt to fix #11011.Gravatar Julien Boeuf2017-07-05
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Treating the close-notify alert as a non-error case.
| | | * | | timer_manager fixGravatar Sree Kuchibhotla2017-07-04
| | |/ / / | |/| | |
| * | | | Merge pull request #11648 from markdroth/c++_filter_fixesGravatar Mark D. Roth2017-06-30
| |\ \ \ \ | | | | | | | | | | | | Improvements to C++ filter API
| * \ \ \ \ Merge pull request #11447 from markdroth/default_max_header_sizeGravatar Mark D. Roth2017-06-30
| |\ \ \ \ \ | | | | | | | | | | | | | | Change default for SETTINGS_MAX_HEADER_LIST_SIZE from 16KiB to 8KiB.
| * \ \ \ \ \ Merge pull request #11651 from markdroth/http1_handshakersGravatar Mark D. Roth2017-06-30
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow HTTP CONNECT handshaker to be used in http1 client.
| * | | | | | | Removed leftover debugging msgGravatar David Garcia Quintas2017-06-29
| | | | | | | |
| * | | | | | | Merge pull request #11645 from ncteisen/musl-fixGravatar Noah Eisen2017-06-29
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix musl Portability
| * \ \ \ \ \ \ \ Merge pull request #11604 from dgquintas/fix_rr_state_masterGravatar David G. Quintas2017-06-29
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix RR policy connectivity state upon subchannels shutdown
| | | | * | | | | | Allow HTTP CONNECT handshaker to be used in http1 client.Gravatar Mark D. Roth2017-06-29
| | |_|/ / / / / / | |/| | | | | | |
| | | | | * | | | Improvements to C++ filter API:Gravatar Mark D. Roth2017-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 muslGravatar Noah Eisen2017-06-29
| | | | | | | |
| | * | | | | | Fixes to pick firstGravatar David Garcia Quintas2017-06-28
| | | | | | | |
| * | | | | | | Properly use uint64_t not unsigned int64_tGravatar Vijay Pai2017-06-28
| | |/ / / / / | |/| | | | |
| * | | | | | Document error unref contract for iomgr cb's and transport/stream errorsGravatar Vijay Pai2017-06-28
| | | | | | |
| * | | | | | Merge pull request #10462 from nicolasnoble/ares-header-pollutionGravatar Nicolas Noble2017-06-27
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Avoid pollution from ares.h into the global space.
| | | | | | * \ Merge pull request #11591 from dgquintas/rr_state_fix_1.4Gravatar David G. Quintas2017-06-27
| | | | | | |\ \ | | | | | | | | | | | | | | | | | | Fix RR policy connectivity state upon subchannels shutdown (1.4.x branch)
| | | | | | * \ \ Merge pull request #11605 from dgquintas/backport_windows_inlineGravatar David G. Quintas2017-06-27
| | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | s/inline/__inline/. Visual studio incompatiblity (v1.4.x backport)
| | | | | | | | * | clang-formatGravatar David Garcia Quintas2017-06-26
| | | | | | | | | |
| | | | | | | * | | s/inline/__inline/. Visual studio incompatiblity.Gravatar Makarand Dharmapurikar2017-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_paylodGravatar Yang Gao2017-06-26
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Destroy byte buffer to avoid leak in zombied calls
| | | | | | | * | | | Remove extra blank lineGravatar murgatroid992017-06-26
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #11577 from markdroth/compression_filter_fixGravatar Mark D. Roth2017-06-26
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix handling of send_message before send_initial_metadata in compress filter.
| | | | | * | | | | | | formatting changesGravatar David Garcia Quintas2017-06-26
| | | | | | | | | | | |
| | | | | * | | | | | | Fix RR policy connectivity state upon subchannels shutdownGravatar David Garcia Quintas2017-06-26
| | | | | | | | | | | |
| | | | | * | | | | | | Have the fake resolver "re-resolve" upon seeing errorGravatar David Garcia Quintas2017-06-26
| | | | | | | | | | | |