aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface
Commit message (Expand)AuthorAge
* Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquin...Gravatar Craig Tiller2015-07-19
|\
* \ Merge pull request #2470 from ctiller/i-want-to-wait-freeGravatar Vijay Pai2015-07-17
|\ \
* \ \ Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
|\ \ \
| | * \ Merge github.com:grpc/grpc into i-want-to-wait-freeGravatar Craig Tiller2015-07-17
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #2485 from ctiller/thread-stress=craig-stressGravatar David G. Quintas2015-07-17
| |\ \ \
| | * | | Fix leaked completions (leading to leaked calls in thread_stress_test)Gravatar Craig Tiller2015-07-17
| * | | | Merge pull request #1888 from ctiller/flow-like-lava-to-a-barnyardGravatar Abhishek Kumar2015-07-16
| |\ \ \ \ | | |/ / / | |/| | |
| | | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-16
| | | | |\ | | |_|_|/ | |/| | |
| | | * | Merge github.com:grpc/grpc into i-want-to-wait-freeGravatar Craig Tiller2015-07-16
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Clean up handshaking server channels properlyGravatar yang-g2015-07-15
| | | | * Fixed small leak.Gravatar David Garcia Quintas2015-07-15
| | | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-15
| | | | |\ | | |_|_|/ | |/| | |
| | | | * Added some comments, minot stylistic tweaksGravatar David Garcia Quintas2015-07-15
| | | | * Fixes to compression, to be merged back to the appropriate branch.Gravatar David Garcia Quintas2015-07-15
| | | * | Initial fixes for lock free request pathGravatar Craig Tiller2015-07-14
| | | * | First pass of lockless delivery of new callsGravatar Craig Tiller2015-07-13
| | | * | Split request matching into a single datastructureGravatar Craig Tiller2015-07-13
| | |/ / | |/| |
| | * | Merge github.com:grpc/grpc into flow-like-lava-to-a-barnyardGravatar Craig Tiller2015-07-13
| | |\ \ | | |/ / | |/| |
* | | | Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
* | | | Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-13
|\| | |
* | | | Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
| * | | zero-out channel after creationGravatar Jan Tattermusch2015-07-12
| | | * More bugfixes to compress_filter.Gravatar David Garcia Quintas2015-07-10
| * | | Merge pull request #2289 from ctiller/footprints-on-the-sands-of-timeGravatar Vijay Pai2015-07-10
| |\ \ \ | |/ / / |/| | |
| * | | Merge pull request #2347 from ctiller/simpler-cqGravatar Vijay Pai2015-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
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Add a version string and a function to retrieve itGravatar Craig Tiller2015-07-10
| |/ / / / /
| | | | | * Reverted wrong set of changes to server_createGravatar David Garcia Quintas2015-07-09
| * | | | | Merge pull request #2328 from ctiller/be-less-verboseGravatar Yang Gao2015-07-09
| |\ \ \ \ \
| | | | * | | Add missing kickGravatar Craig Tiller2015-07-09
| | | |/ / /
| | * | | | 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 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
| | | |\ \ \ | | |_|/ / / | |/| | | |
* | | | | | Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-09
|\| | | | |
| | | | * | Merge github.com:grpc/grpc into flow-like-lava-to-a-barnyardGravatar Craig Tiller2015-07-09
| | | | |\ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge pull request #2315 from ctiller/screw-you-guys-im-taking-my-own-lockGravatar Vijay Pai2015-07-09
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #2308 from ctiller/metadata-wants-to-be-debuggedGravatar Yang Gao2015-07-08
| |\ \ \ \ \ \
| | | | | * \ \ Merge branch 'screw-you-guys-im-taking-my-own-lock' into simpler-cqGravatar Craig Tiller2015-07-08
| | | | | |\ \ \
| | | | | * | | | Fix uninitialized variableGravatar Craig Tiller2015-07-08
| | | | | * | | | Rewrite completion queue internals to use pre-allocation of eventsGravatar Craig Tiller2015-07-08
| | |_|_|/ / / / | |/| | | | | |
| | | | | | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-08
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | |