39752 Commits (6a2bec7fcdb1164bf338e5867b55421d9c492958)
 

Author SHA1 Message Date
mgravell b6e104f22f make use of Encoding.GetString(byte*, int) when available; poly-fill when not available (NET45); move related logic to extension class 6 years ago
Yunjia Wang 02a26ac893 Merge branch 'thread_pool' of https://github.com/yunjiaw26/grpc into thread_pool 6 years ago
Yunjia Wang fdc250d618 remove bencharmk 6 years ago
yunjiaw26 b0b81792ee
Delete bm_threadpool.cc 6 years ago
Richard Belleville 6bcd74e903 Add parentheses 6 years ago
Yang Gao 3914de0b49
Merge pull request #19553 from grpc/revert-19529-revert-host-split 6 years ago
Richard Belleville 5087ab48bf Reenable signal handling test 6 years ago
Richard Belleville 7aa5837a05 Merge remote-tracking branch 'origin/master' into subprocess_gevent 6 years ago
Richard Belleville 8f044f741f
Merge pull request #19481 from gnossen/main_thread_starvation 6 years ago
Richard Belleville dd22893c32 Clarify API contract for grpc_get_poll_strategy_name 6 years ago
Richard Belleville eab6f7a64b Clang format 6 years ago
Soheil Hassas Yeganeh 5e35a367d9
Revert "Clearly callout the behavior for listening ports." 6 years ago
Richard Belleville b41ded289e WIP. Check for NULL 6 years ago
Richard Belleville f7182fe4f2 Add explanation to _signal_client 6 years ago
Moiz Haidry 5ae9afdc55
Merge pull request #19517 from mhaidrygoog/grpc_to_grpc_impl_async_callback 6 years ago
Richard Belleville af1b09f7e7 Enforce a Finite Time Gap Bound between Signal Receipt and Signal Handler Execution 6 years ago
Moiz Haidry ad3957a48b Fix typo 6 years ago
Jan Tattermusch 7655ba4c0a
Merge pull request #19533 from mgravell/mgravell/remove-lazy-t 6 years ago
Richard Belleville 9caf5d32b6
Merge pull request #19537 from gnossen/terminate_bazel_hack 6 years ago
Jan Tattermusch d7bd178b31
Merge pull request #19526 from mgravell/mgravell/capture-ctx-handlenewserverrpc 6 years ago
Muxi Yan aaf5cf4cb7 clang-format 6 years ago
Jan Tattermusch df998f7023
Merge pull request #19467 from chwarr/cmake-min-3.1.3 6 years ago
Yunjia Wang 532def2dc2 Merge remote-tracking branch 'upstream/master' into thread_pool 6 years ago
Yunjia Wang 42b7374880 Force run 6 years ago
Yunjia Wang ccd75156e4 Merge branch 'threadpool' 6 years ago
Yunjia Wang 6929c4b155 Merge branch 'mpmcqueue' 6 years ago
yunjiaw26 aec511e0e0
Merge pull request #19358 from yunjiaw26/mpmcqueue 6 years ago
Muxi Yan 0a1f644da5
Revert undesired deletion 6 years ago
Christopher Warrington 4be4df3624 Bump min CMake to 3.5.1 to match Google benchmark 6 years ago
Guantao Liu 478160d9e2
Merge pull request #19454 from guantaol/no_backup_poller 6 years ago
Muxi Yan 3bce424458 Remove debug code 6 years ago
Soheil Hassas Yeganeh d9165a7b32
Merge pull request #19529 from soheilhy/revert-host-split 6 years ago
Richard Belleville 85b4e7948c Remove debug prints 6 years ago
Richard Belleville c9ce403dc4 Ensure bazel_hack terminates when running test_gevent. 6 years ago
mgravell b1914bd46c remove lazy<T> usage 6 years ago
Moiz Haidry 5f55921b08 Remove third_party 6 years ago
Moiz Haidry a67cd9c362 Merge branch 'master' of https://github.com/grpc/grpc into grpc_to_grpc_impl_async_callback 6 years ago
Moiz Haidry d8c0182360 Expose some of the internal codegen interfaces 6 years ago
Yash Tibrewal f757028ea4 Sched combiner closures instead of running to avoid data races 6 years ago
Soheil Hassas Yeganeh def083b2c8 Clearly callout the behavior for listening ports. 6 years ago
Soheil Hassas Yeganeh 6376cc9b8f Revert "Return empty strings on optional ports for backward compatibility." 6 years ago
Soheil Hassas Yeganeh 64871bfea2 Revert "Fix stale comment in split host port." 6 years ago
Yunjia Wang a63cbfb61e Fix headers order 6 years ago
Juanli Shen aa27b05587
Merge pull request #19486 from AspirinSJL/typo_dns 6 years ago
Yunjia Wang be186ac8d9 Fix guards name 6 years ago
mgravell e95f3297aa don't allocate/copy a buffer in ReadMetadataFromPtrUnsafe unless we actually need to (move that logic to CreateUnsafe); implement well-known strings check (just "user-agent" at the moment) 6 years ago
mgravell 264fca1eb6 match delegate signature in benchmark 6 years ago
mgravell a443b6bf95 Merge branch 'master' into mgravell/unsafe-encode 6 years ago
mgravell 834a3d29a6 capture the server too 6 years ago
mgravell 36ecd052f6 avoid capture-context in HandleNewServerRpc => HandleCallAsync 6 years ago