aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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
|/
* 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
| |_|_|/ / |/| | | |
* | | | | 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
| | | |
* | | | Merge pull request #1946 from murgatroid99/jenkins_node_ruby_python2Gravatar Jan Tattermusch2015-06-04
|\ \ \ \ | | | | | | | | | | Set up Node, Python, and Ruby environment in Jenkins slave.
* \ \ \ \ Merge pull request #1945 from jcanizales/fix-test-and-sample-podspecsGravatar Michael Lumish2015-06-04
|\ \ \ \ \ | | | | | | | | | | | | Fix podspec of tests, sample and README
| | * | | | Set up Node, Python, and Ruby environment in Jenkins slave. Made other minor ↵Gravatar murgatroid992015-06-04
| | | | | | | | | | | | | | | | | | | | | | | | changes to make those work
| | * | | | Merge branch 'master' of github.com:grpc/grpcGravatar murgatroid992015-06-04
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Regenerate README table of contentsGravatar Jorge Canizales2015-06-04
| | | | | |
| * | | | | Update README (minus table of content)Gravatar Jorge Canizales2015-06-04
| | | | | |
| * | | | | Make podspecs work for nested dirsGravatar Jorge Canizales2015-06-04
| | | | | |
* | | | | | Merge pull request #1941 from jtattermusch/fix_csharp_crashGravatar Craig Tiller2015-06-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix C# test access violation exception on Windows
| | * | | | | Use grpc-common’s route_guide in local testsGravatar Jorge Canizales2015-06-04
| | | | | | |
| | * | | | | Generate RemoteTest code on podspec installGravatar Jorge Canizales2015-06-04
| | | | | | |
| | * | | | | Generate RouteGuide code on pod installGravatar Jorge Canizales2015-06-04
| | | | | | |
| * | | | | | fix C# test access violation exception on WindowsGravatar Jan Tattermusch2015-06-04
|/ / / / / /
* | | | | | Merge pull request #1939 from jcanizales/podspec-that-passes-lintGravatar Michael Lumish2015-06-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix gRPC.podspec to pass pod spec lint
| | * | | | | Fix version reqs in generated podspecsGravatar Jorge Canizales2015-06-04
| | | | | | |
| | * | | | | Point test and sample podfiles to protobuf releaseGravatar Jorge Canizales2015-06-04
| | | | | | |
| * | | | | | Fix gRPC.podspec to pass pod spec lintGravatar Jorge Canizales2015-06-04
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Relax protobuf requirement to alpha version - Suppress warnings for GRPCClient - Fix headers search path - Document hacks.
| | * | | | Merge branch 'master' of github.com:grpc/grpcGravatar murgatroid992015-06-04
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| | | | | * Init a variableGravatar vjpai2015-06-04
| | | | | |
| | | | | * Minor fixesGravatar vjpai2015-06-04
| | | | | |
* | | | | | Merge pull request #1910 from tbetbetbe/grpc-ruby-fix-extconf-rbGravatar Michael Lumish2015-06-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | Grpc ruby fix extconf rb
| | | | | | * Merge branch 'master' into poissonGravatar vjpai2015-06-04
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Update version; fix dependency advisory commentGravatar Tim Emiola2015-06-04
| | | | | | |