aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-15
|\ | | | | | | | | | | | | | | | | | | # Conflicts: # Makefile # include/grpc++/client_context.h # include/grpc++/server_context.h # src/cpp/client/client_context.cc # src/cpp/server/server_context.cc # vsprojects/Grpc.mak
* | Added some comments, minot stylistic tweaksGravatar David Garcia Quintas2015-07-15
| |
| * Merge pull request #2383 from vjpai/lockfree-stackGravatar Craig Tiller2015-07-15
| |\ | | | | | | Lockfree stack
* | | Fixes to compression, to be merged back to the appropriate branch.Gravatar David Garcia Quintas2015-07-15
| | |
| * | Fixed wrong frame parsingGravatar David Garcia Quintas2015-07-14
| | |
| | * clang-format changed filesGravatar Vijay Pai2015-07-14
| | |
| | * Name argumentsGravatar vjpai2015-07-14
| | |
| * | fix build on windowsGravatar chai20102015-07-14
| | |
| * | Better socket kick for Windows.Gravatar Nicolas "Pixel" Noble2015-07-14
| | | | | | | | | | | | | | | Now calling tcp_shutdown will in fact close the socket, which cascades into properly cleaning out all the pending requests. The tcp_server_windows's shutdown logic had to be rewritted (simplified) in order to take this into account.
| * | zero-out channel after creationGravatar Jan Tattermusch2015-07-12
| | |
| * | remove chatty log messages on windowsGravatar Jan Tattermusch2015-07-12
| | |
| | * Merge branch 'master' into lockfree-stackGravatar vjpai2015-07-10
| | |\ | | |/ | |/|
* | | More bugfixes to compress_filter.Gravatar David Garcia Quintas2015-07-10
| | | | | | | | | | | | Introduced grpc_metadata_batch_move and added grpc_compress_filter to grpc_server_create
| | * Debug and add in generated build filesGravatar Vijay Pai2015-07-10
| | |
| * | Merge pull request #2289 from ctiller/footprints-on-the-sands-of-timeGravatar Vijay Pai2015-07-10
| |\ \ | | | | | | | | Introduce multiple clocks to GPR
| * \ \ Merge pull request #2379 from ctiller/nanana-im-batmanGravatar Vijay Pai2015-07-10
| |\ \ \ | | | | | | | | | | Fix TSAN reported race
| * \ \ \ Merge pull request #2347 from ctiller/simpler-cqGravatar Vijay Pai2015-07-10
| |\ \ \ \ | | | | | | | | | | | | Rewrite completion queue
| * \ \ \ \ Merge pull request #2368 from ctiller/they-gave-me-a-badgeGravatar Nicolas Noble2015-07-10
| |\ \ \ \ \ | | | | | | | | | | | | | | Add a version string and a function to retrieve it
| | | | | | * Initial checkin commit for lockfree stack.Gravatar Vijay Pai2015-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Tests not yet included.
| | | | * | | Fix TSAN reported raceGravatar Craig Tiller2015-07-10
| | |_|/ / / | |/| | | |
| * | | | | Merge branch 'master' into release-0_10Gravatar Craig Tiller2015-07-10
| |\ \ \ \ \
| | | | * \ \ Merge github.com:grpc/grpc into simpler-cqGravatar Craig Tiller2015-07-10
| | | | |\ \ \ | | | |_|/ / / | | |/| | | |
| | | | * | | Added static where neededGravatar Craig Tiller2015-07-10
| | | | | | |
| | | | * | | Merge branch 'simpler-cq' of github.com:ctiller/grpc into simpler-cqGravatar Craig Tiller2015-07-10
| | | | |\ \ \
| | | | * | | | Remove magic numberGravatar Craig Tiller2015-07-10
| | | | | | | |
| | | | | | * | Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-10
| | | | | | |\ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Merge branch 'master' of github.com:grpc/grpc into flexible_default_credsGravatar Julien Boeuf2015-07-10
| | |\ \ \ \ \ \
| | | | * | | | | Add a version string and a function to retrieve itGravatar Craig Tiller2015-07-10
| | | |/ / / / /
* | | | | | | | early bail out when not compressingGravatar David Garcia Quintas2015-07-10
| | | | | | | |
* | | | | | | | Reverted wrong set of changes to server_createGravatar David Garcia Quintas2015-07-09
| | | | | | | |
| | | * | | | | Merge pull request #2363 from jtattermusch/iomgr_leak_debugGravatar Nicolas Noble2015-07-09
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | improve debug info for client and server iomgr object leaks
| | | * \ \ \ \ \ Merge pull request #2328 from ctiller/be-less-verboseGravatar Yang Gao2015-07-09
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Be less verbose during shutdown
| | | | | * | | | | improve debug info for client and server iomgr object leaksGravatar Jan Tattermusch2015-07-09
| | | | |/ / / / / | | | |/| | | | |
| * | | | | | | | Backport of pull request #2313 into release-0_10.Gravatar jboeuf2015-07-10
| | | | | | | | |
| | | * | | | | | Merge pull request #2356 from ctiller/hosts-need-names-tooGravatar Yang Gao2015-07-09
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix host name matching not working
| | | | | | | * | | Add missing kickGravatar Craig Tiller2015-07-09
| | | | | | | | | |
| | | | | | | * | | Merge github.com:grpc/grpc into simpler-cqGravatar Craig Tiller2015-07-09
| | | | | | |/| | | | | | | |_|_|/ / / | | | |/| | | | |
| * | | | | | | | Handle settings frame making a stream writableGravatar Craig Tiller2015-07-10
| | | | | | | | |
| | | * | | | | | Merge pull request #2312 from ↵Gravatar Nicolas Noble2015-07-09
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ctiller/help-help-im-stuck-and-i-cant-reach-my-tcp-connection Handle settings frame making a stream writable
| | | | | | * \ \ \ Merge github.com:grpc/grpc into be-less-verboseGravatar Craig Tiller2015-07-09
| | | | | | |\ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | |
* | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-09
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | | | | | | | * | Merge branch 'hosts-need-names-too' into simpler-cqGravatar Craig Tiller2015-07-09
| | | | | | | | |\ \ | | | | | | | |_|/ / | | | | | | |/| | |
| | | | | | * | | | Fix host name matching not workingGravatar Craig Tiller2015-07-09
| | | | | |/ / / / | | | | |/| | | |
| | * | / | | | | Fix race in TCP connectionGravatar Craig Tiller2015-07-09
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the TCP client connection alarm triggers close to the connection deadline (but succeeds), the alarm shuts down the endpoint underneath the existing transport... which is very bad for its health.
| | | | | | * | Merge branch 'dont-shutdown-your-peers' into simpler-cqGravatar Craig Tiller2015-07-09
| | | | | | |\ \
| | | | | | | * | Fix race in TCP connectionGravatar Craig Tiller2015-07-09
| | | | |_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the TCP client connection alarm triggers close to the connection deadline (but succeeds), the alarm shuts down the endpoint underneath the existing transport... which is very bad for its health.
| | | | | | * | Fix TSAN reported errorsGravatar Craig Tiller2015-07-09
| | | | | | | |
| | | | | | * | clang-format affected filesGravatar Craig Tiller2015-07-09
| | | | | | | |
| | | | | | * | FIx memory leakGravatar Craig Tiller2015-07-09
| | | | | | | |
| | | | | | * | Merge github.com:grpc/grpc into simpler-cqGravatar Craig Tiller2015-07-09
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | |