aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add streaming clientGravatar vjpai2016-03-30
|
* Add support for unary client, closed-loop or poissonGravatar vjpai2016-03-30
|
* Fix scoping for client, in preparation for implementationGravatar vjpai2016-03-29
|
* Fix scope on an each - no need for class scopeGravatar vjpai2016-03-29
|
* Working ruby server implementationGravatar vjpai2016-03-29
|
* Make histogram more canonically Ruby-styleGravatar vjpai2016-03-29
|
* Merge branch 'master' into i_know_rubiesGravatar vjpai2016-03-29
|\
| * Merge pull request #5736 from pquerna/pq/is_wan_is_ios_onlyGravatar Jan Tattermusch2016-03-29
| |\ | | | | | | Objective C: kSCNetworkReachabilityFlagsIsWWAN is only available on iOS
| * \ Merge pull request #5971 from sreecha/stress_test_flexible_configGravatar Jan Tattermusch2016-03-29
| |\ \ | | | | | | | | Stress test flexible config
| * \ \ Merge pull request #5904 from jtattermusch/csharp_perf_intergrateGravatar Jan Tattermusch2016-03-29
| |\ \ \ | | | | | | | | | | C# performance worker improvements
| * \ \ \ Merge pull request #5900 from murgatroid99/node_callback_conventionGravatar Nicolas Noble2016-03-28
| |\ \ \ \ | | | | | | | | | | | | Follow Node's callback-last convention for client calls
| * \ \ \ \ Merge pull request #5945 from ahedberg/ip_pktinfo_optionalGravatar Nicolas Noble2016-03-28
| |\ \ \ \ \ | | | | | | | | | | | | | | Make IP_PKTINFO optional.
| * \ \ \ \ \ Merge pull request #5973 from ctiller/optionalize_chttp2Gravatar Nicolas Noble2016-03-28
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Optionalize chttp2
| | * \ \ \ \ \ Merge github.com:grpc/grpc into optionalize_chttp2Gravatar Craig Tiller2016-03-28
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge pull request #5935 from ctiller/status_codesGravatar jboeuf2016-03-28
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix some status codes to match spec
| | | | * \ \ \ \ merge to take src/core componentization into accountGravatar ahedberg2016-03-28
| | | | |\ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | | | * | | | | tell older compilers that not using fd is okayGravatar ahedberg2016-03-28
| | | | | | | | |
| | | | | | | * | Fix indentation in config files, set defaults for longer term runsGravatar Sree Kuchibhotla2016-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (opt-tsan-asan.json) and short term test runs (opt.json)
| | | | * | | | | fix copyright to include 2015Gravatar ahedberg2016-03-28
| | | | | | | | |
| | | * | | | | | Fix include guardsGravatar Craig Tiller2016-03-28
| | | | | | | | |
| | * | | | | | | Merge github.com:grpc/grpc into status_codesGravatar Craig Tiller2016-03-28
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | | | | * | | | Make option passing down to the client constructor more consistentGravatar murgatroid992016-03-28
| | | | | | | | |
| | | * | | | | | Update copyrightGravatar Craig Tiller2016-03-28
| | | | | | | | |
| | | * | | | | | Add uses clauses to filegroups to ease dependency managementGravatar Craig Tiller2016-03-28
| | | | | | | | |
| | | | | | | * | update readme with the new stress test runner fileGravatar Sree Kuchibhotla2016-03-28
| | | | | | | | |
| | | * | | | | | Declare filegroups for chttp2Gravatar Craig Tiller2016-03-28
| | | | | | | | |
| | | | * | | | | fix copyrightGravatar ahedberg2016-03-28
| | | | | | | | |
| | | * | | | | | clang-formatGravatar Craig Tiller2016-03-28
| | | | | | | | |
| | | * | | | | | Move chttp2 related files under ext/Gravatar Craig Tiller2016-03-28
| | | | | | | | |
| | | | | | | * | Add documentation to classesGravatar Sree Kuchibhotla2016-03-28
| | | | | | | | |
| * | | | | | | | Merge pull request #5964 from ctiller/move_the_thingsGravatar Nicolas Noble2016-03-28
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Begin core componentization
| | | | | | | | * | Add asan to the configGravatar Sree Kuchibhotla2016-03-28
| | | | | | | | | |
| | | | | | | | * | More config filesGravatar Sree Kuchibhotla2016-03-28
| | | | | | | | | |
| | | | | | | | * | Minor correctionsGravatar Sree Kuchibhotla2016-03-28
| | | | | | | | | |
| | | | | | | | * | Pass gcp_project_id via command line. Makes it easier to run onGravatar Sree Kuchibhotla2016-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | different projects with the same configuration
| | | | | | | | * | Add build_type optionGravatar Sree Kuchibhotla2016-03-28
| | | | | | | | | |
| | | | | | | | * | Revamped test launcherGravatar Sree Kuchibhotla2016-03-28
| | | | | | | | | |
| | | | | | | | * | Add build type option (asan/tsan/dbg or opt)Gravatar Sree Kuchibhotla2016-03-28
| | |_|_|_|_|_|/ / | |/| | | | | | |
| | | | * | | | | Merge github.com:grpc/grpc into move_the_thingsGravatar Craig Tiller2016-03-28
| | | |/| | | | | | | |/|/ / / / / | | |/| | | | | | |/| | | | | |
| | * | | | | | Fix shell scriptGravatar Craig Tiller2016-03-26
| | | | | | | |
| | * | | | | | Fix toolGravatar Craig Tiller2016-03-26
| | | | | | | |
| | * | | | | | Fix formattingGravatar Craig Tiller2016-03-26
| | | | | | | |
| | | * | | | | Merge github.com:grpc/grpc into status_codesGravatar Craig Tiller2016-03-26
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Update toolGravatar Craig Tiller2016-03-26
| | | | | | | |
| | * | | | | | Regenerate filesGravatar Craig Tiller2016-03-26
| | | | | | | |
| * | | | | | | Merge pull request #5962 from nicolasnoble/windows-flake-are-notGravatar Jan Tattermusch2016-03-25
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Moving grpc_pick_unused_port_of_die before creating a deadline.
| | | * | | | | | Fix pathGravatar Craig Tiller2016-03-25
| | | | | | | | |
| | | * | | | | | Fix copyrightGravatar Craig Tiller2016-03-25
| | | | | | | | |
| | | * | | | | | Fix another pathGravatar Craig Tiller2016-03-25
| | | | | | | | |
| | | * | | | | | Fix another pathGravatar Craig Tiller2016-03-25
| | | | | | | | |