aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #1971 from endobson/patch-1Gravatar Craig Tiller2015-06-09
|\ | | | | Fix typo in grpc_security.h
* \ Merge pull request #1963 from dgquintas/compressionGravatar Craig Tiller2015-06-09
|\ \ | | | | | | Made grpc_byte_buffer_reader able to decompress msgs.
* \ \ Merge pull request #2000 from dgquintas/extern-c-bracesGravatar Nicolas Noble2015-06-08
|\ \ \ | | | | | | | | Added braces to "extern C".
| | * \ Added missing compression.h file.Gravatar David Garcia Quintas2015-06-08
| | |\ \ | |_|/ / |/| | |
| | * | Changes to byte_buffer based on comments.Gravatar David Garcia Quintas2015-06-08
| | | |
* | | | Merge pull request #1984 from grpc/revert-1980-revert-1948-poissonGravatar Craig Tiller2015-06-08
|\ \ \ \ | | | | | | | | | | Revert "Revert "Open loop sync/async multithreaded testing""
| | * | | Added braces to "extern C".Gravatar David Garcia Quintas2015-06-08
| |/ / / |/| | |
* | | | Merge pull request #1994 from ↵Gravatar David G. Quintas2015-06-08
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nicolasnoble/c++-is-a-true-language-too-and-has-feelings Properly exporting our C functions to C++.
| * | | | Properly exporting our C functions to C++.Gravatar Nicolas "Pixel" Noble2015-06-09
|/ / / / | | | | | | | | | | | | Also properly including our headers from public headers using <>
* | | | Merge pull request #1982 from ctiller/cereal-will-make-you-limpGravatar David G. Quintas2015-06-08
|\ \ \ \ | | | | | | | | | | Split channel level and call level callback serialization
* \ \ \ \ Merge pull request #1979 from ctiller/cereal-is-bad-for-your-healthGravatar Vijay Pai2015-06-08
|\ \ \ \ \ | | | | | | | | | | | | Dont serialize new call requests under the server test lock
| | | * | | Stop worrying about 1 second deadline as a fatal problemGravatar Vijay Pai2015-06-08
| | | | | | | | | | | | | | | | | | | | | | | | Also fix reporter
| | | * | | Revert "Revert "Open loop sync/async multithreaded testing""Gravatar Vijay Pai2015-06-08
| |_|/ / / |/| | | |
* | | | | Merge pull request #1983 from dgquintas/reporter-qps-test-fixGravatar Vijay Pai2015-06-08
|\ \ \ \ \ | | | | | | | | | | | | Missing required changes from pull req. #1964
| * | | | | Missing required changes from pull req. #1964Gravatar David Garcia Quintas2015-06-08
|/ / / / /
| | * | | Add some commentaryGravatar Craig Tiller2015-06-08
| | | | |
| | * | | Split channel level and call level callback serializationGravatar Craig Tiller2015-06-08
| | | | | | | | | | | | | | | | | | | | This effectively doubles our qps/core on qps_test on my machine.
| | | * | Merge branch 'master' of github.com:grpc/grpc into compressionGravatar David Garcia Quintas2015-06-08
| | | |\ \ | |_|_|/ / |/| | | |
| | | | * Fix typo in grpc_security.hGravatar Eric Dobson2015-06-08
| | | | |
| * | | | Merge github.com:grpc/grpc into cereal-is-bad-for-your-healthGravatar Craig Tiller2015-06-08
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1980 from grpc/revert-1948-poissonGravatar Vijay Pai2015-06-08
|\ \ \ \ \ | |_|/ / / |/| | | | Revert "Open loop sync/async multithreaded testing"
| * | | | Revert "Open loop sync/async multithreaded testing"Gravatar Craig Tiller2015-06-08
|/ / / /
| * / / Dont serialize new call requests under the server test lockGravatar Craig Tiller2015-06-08
|/ / /
* | | Merge pull request #1974 from vjpai/comments-1972Gravatar Craig Tiller2015-06-08
|\ \ \ | | | | | | | | Fix comments about return value of grpc_completion_queue_{next,pluck}
* \ \ \ Merge pull request #1948 from vjpai/poissonGravatar Craig Tiller2015-06-08
|\ \ \ \ | | | | | | | | | | Open loop sync/async multithreaded testing
* \ \ \ \ Merge pull request #1964 from dgquintas/reporter-interface-tweakGravatar Vijay Pai2015-06-08
|\ \ \ \ \ | | | | | | | | | | | | Removed redundant parameter from Reporter interface.
* \ \ \ \ \ Merge pull request #1902 from ctiller/not-everything-is-linuxGravatar Vijay Pai2015-06-08
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Fix compilation on mac
| | | | * | Fix comments about return value of grpc_completion_queue_{next,pluck}Gravatar vjpai2015-06-08
| |_|_|/ / |/| | | |
| | | * | Add a new test for qps openloop to make sure this code gets exercisedGravatar vjpai2015-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | regularly. Also, convert qps_test to test, from benchmark
* | | | | Merge pull request #1961 from ctiller/moar-defenseGravatar Nicolas Noble2015-06-05
|\ \ \ \ \ | | | | | | | | | | | | Add tests for initial settings frames being bad
* \ \ \ \ \ Merge pull request #1955 from ↵Gravatar Nicolas Noble2015-06-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ctiller/critical-code-needs-at-least-some-sort-of-test Add working tests for httpcli
| | | | * | | Removed redundant parameter from Reporter interface.Gravatar David Garcia Quintas2015-06-05
| |_|_|/ / / |/| | | | |
| | | | | * Made grpc_byte_buffer_reader able to decompress msgs.Gravatar David Garcia Quintas2015-06-05
| | | | | |
* | | | | | Merge pull request #1956 from grpc/jtattermusch-patch-2Gravatar Tim Emiola2015-06-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update README.md
| | | * | | | clang-formatGravatar Craig Tiller2015-06-05
| | | | | | |
| | | * | | | Add a test of bad settings frame (and fix a bug!)Gravatar Craig Tiller2015-06-05
| | | | | | |
| | | | | * | Address reviewer comment by not having non-const referenceGravatar vjpai2015-06-05
| | | | | | |
| * | | | | | Update README.mdGravatar Jan Tattermusch2015-06-05
|/ / / / / /
* | | | | | Merge pull request #1950 from ↵Gravatar Nicolas Noble2015-06-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ctiller/there-is-a-place-for-everything-and-the-old-place-was-wrong Get internal documentation generated in the right place
* \ \ \ \ \ \ Merge pull request #1851 from ejona86/dockerfile-no-codegenGravatar Nicolas Noble2015-06-05
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Don't build codegen in grpc/java dockerfile
| | | * | | | Add working tests for httpcliGravatar Craig Tiller2015-06-05
| |_|/ / / / |/| | | | |
| | | | * | Address review comments for code clarityGravatar Vijay Pai2015-06-05
| | | | | |
| | | | * | Add comments describing various random distributionsGravatar Vijay Pai2015-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove the parameterized constructor for InterarrivalTimer and only keep the init function.
| | * | | | Get internal documentation generated in the right placeGravatar Craig Tiller2015-06-05
| |/ / / / |/| | | |
| | | * | Use typedef rather than using to make Travis happyGravatar Vijay Pai2015-06-05
| | | | |
| | | * | clang-formatGravatar Vijay Pai2015-06-05
| | | | |
| | | * | Better management of channel attempts and channel coverageGravatar Vijay Pai2015-06-05
| | | | |
| | | * | Omit redundant record-keepingGravatar Vijay Pai2015-06-05
| | | | |
| | | * | Take some code out from under a lock_guard and try toGravatar Vijay Pai2015-06-05
| | | | | | | | | | | | | | | | | | | | maintain affinity of next_channel whenever possible
| | | * | Get the code to stop crashing by fixing bugsGravatar Vijay Pai2015-06-05
| | | | |