aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Collapse)AuthorAge
* Merge branch 'master' into sreek-epoll1Gravatar Sree Kuchibhotla2017-07-17
|\
* | release the g_epfd whent he engine is shutdownGravatar Sree Kuchibhotla2017-07-17
| |
| * Merge pull request #11189 from muxi/stream_compressionGravatar Muxi Yan2017-07-17
| |\ | | | | | | Implement stream compression lib module
| * | Reset OWNERS stateGravatar Craig Tiller2017-07-17
| | |
| * | Merge pull request #10827 from jboeuf/max_token_lifetime_cppGravatar jboeuf2017-07-14
| |\ \ | | | | | | | | Better handling of token lifetime.
* | | | fix compiler bug in epoll-exGravatar Sree Kuchibhotla2017-07-14
| | | |
* | | | Merge branch 'master' into sreek-epoll1Gravatar Sree Kuchibhotla2017-07-14
|\| | |
| * | | Merge pull request #11825 from sreecha/asan_failureGravatar Sree Kuchibhotla2017-07-14
| |\ \ \ | | | | | | | | | | Fix memory leak in bm_cq_multiple_threads (due to not calling grpc_shutdown)
| | * | | fix memory leaks due to not calling grpc_shutdown in bm_cq_multiple_threadsGravatar Sree Kuchibhotla2017-07-14
| | | | |
| * | | | Fix use-after-free in timer managerGravatar David Garcia Quintas2017-07-13
| |/ / /
| | * / Better handling of token lifetime.Gravatar Julien Boeuf2017-07-13
| |/ / | | | | | | | | | | | | | | | | | | | | | - In C++, we need a constant for the max lifetime. - In C, make sure that we crop the lifetime in the credentials object itself and not just later during the creation of the token. This will allow the refresh to occur based on the actual token lifetime as opposed to the one from the user (which may be cropped).
* | | Merge branch 'master' into sreek-epoll1Gravatar Sree Kuchibhotla2017-07-13
|\| |
| * | Add myself as owner of files in several directoriesGravatar murgatroid992017-07-13
| | |
| * | Merge pull request #11310 from nicolasnoble/importGravatar Nicolas Noble2017-07-13
| |\ \ | | | | | | | | Import mutations.
| * | | Add all refcount flagGravatar ncteisen2017-07-13
| | | |
| * | | clang formatGravatar ncteisen2017-07-13
| | | |
| * | | Add a list_tracer functionalityGravatar ncteisen2017-07-13
| | | |
| * | | Tracers know their nameGravatar ncteisen2017-07-13
| | | |
| * | | Merge pull request #11547 from ctiller/epex7Gravatar Craig Tiller2017-07-12
| |\ \ \ | | | | | | | | | | Add logging, fix some bugs for epollexclusive
| | | | * Add COUNT for stream compression methodGravatar Muxi Yan2017-07-12
| | | | |
* | | | | Merge branch 'enable-epoll1' of https://github.com/ctiller/grpc into ↵Gravatar Sree Kuchibhotla2017-07-12
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | ctiller-enable-epoll1
* | | | | Merge pull request #11317 from ctiller/cq-dropGravatar Craig Tiller2017-07-12
|\ \ \ \ \ | | | | | | | | | | | | Change kicking strategy in cq
* \ \ \ \ \ Merge pull request #11716 from sreecha/timer_commentsGravatar Sree Kuchibhotla2017-07-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add comments to timer_generic.c file (and rename a few structs/functions to more intuitive names)
* \ \ \ \ \ \ Merge pull request #11409 from annasapek/asynch-tsi-fake-handshakerGravatar Mark D. Roth2017-07-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update tsi_fake_handshaker to implement the asynchronous TSI
| * | | | | | | Update tsi_fake_handshaker to implement the asynchronous TSIGravatar Anna Sapek2017-07-11
| | | | | | | |
* | | | | | | | 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
| * | | | | | | | | 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.
| * | | | | | | | | 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
|/ / / / / / / / /
| | | | | | | | * Comments and fixesGravatar Muxi Yan2017-07-08
| | | | | | | | |
* | | | | | | | | Merge pull request #11639 from murgatroid99/master_1.4.1_upmergeGravatar Michael Lumish2017-07-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Upmerge v1.4.x to master
* \ \ \ \ \ \ \ \ \ 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
| | | | | | * | | | | | Add comments to timer_generic.c fileGravatar Sree Kuchibhotla2017-07-07
| | | | | | | | | | | |
| | * | | | | | | | | | 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 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
| |_|/| | | | | | | | |/| | | | | | | | | |
| | | | | | | | * | | clang-formatGravatar Craig Tiller2017-07-05
| | | | | | | | | | |
| | | | | | | * | | | Merge branch 'cq-drop' into enable-epoll1Gravatar Craig Tiller2017-07-05
| | | | | | | |\ \ \ \ | | | | | | | |/ / / / | | | | | | |/| | | |
| | | | | | * | | | | Fix memory leakGravatar Craig Tiller2017-07-05
| | | | | | | | | | |
| | | | | | | | * | | Merge github.com:grpc/grpc into epex7Gravatar Craig Tiller2017-07-05
| | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| | | | | | | | | | * Sanity fixGravatar Muxi Yan2017-07-05
| | | | | | | | | | |
| | | | | | | | | | * Move stream_compression to src/core/lib/compressionGravatar Muxi Yan2017-07-05
| | | | | | | | | | |