aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | | | | | | | | Merge pull request #4090 from stanley-cheung/php_add_app_user_agent_stringGravatar Michael Lumish2015-11-10
|\ \ \ \ \ \ \ \ \
| | | | | | | * | | Updating the server1 cert so that it can be used with Go.Gravatar Julien Boeuf2015-11-09
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge pull request #4060 from ejona86/spec-improvementsGravatar Louis Ryan2015-11-09
|\ \ \ \ \ \ \ \ \
| | | | * | | | | | Fixed incorrect type in a malloc in Node extensionGravatar murgatroid992015-11-09
| | | | * | | | | | Merge remote-tracking branch 'refs/remotes/grpc/master'Gravatar murgatroid992015-11-09
| | | | |\ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| | * | | | | | | | php: append application user agent string at the beginningGravatar Stanley Cheung2015-11-08
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #4088 from carl-mastrangelo/nobinaryGravatar Jan Tattermusch2015-11-06
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge pull request #4031 from jtattermusch/win_precise_clockGravatar Craig Tiller2015-11-06
|\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | remove binary checked inGravatar Carl Mastrangelo2015-11-06
| | | |/ / / / / / / | | |/| | | | | | |
* | | | | | | | | | Merge pull request #4085 from carl-mastrangelo/interopGravatar Jan Tattermusch2015-11-06
|\ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ Merge pull request #4083 from murgatroid99/node_user_agent_positionGravatar Craig Tiller2015-11-06
|\ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #4054 from jtattermusch/port_server_cwd_elsewhereGravatar Craig Tiller2015-11-06
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| | | * | | | | | | | | Enable interop tests for http2Gravatar Carl Mastrangelo2015-11-06
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Move Http2 interop test reports upGravatar Carl Mastrangelo2015-11-06
* | | | | | | | | | | Add HTTP/2 Interop tests to be runGravatar Carl Mastrangelo2015-11-06
| | * | | | | | | | | Ensure application and Node library user agent strings are together at the be...Gravatar murgatroid992015-11-06
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #4073 from adelez/dockerGravatar Craig Tiller2015-11-05
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Port #4061 to interop tests.Gravatar Adele Zhou2015-11-05
|/ / / / / / / / / /
| * | | | | | | | | put cwd of port server elsewhereGravatar Jan Tattermusch2015-11-05
* | | | | | | | | | Merge pull request #4061 from ctiller/really-dockerGravatar Jan Tattermusch2015-11-05
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Make code self-documentingGravatar Craig Tiller2015-11-05
| * | | | | | | | | | Fix for TSAN build failing repeatedlyGravatar Craig Tiller2015-11-05
* | | | | | | | | | | Merge pull request #4046 from ctiller/runtestsGravatar adelez2015-11-05
|\ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | Specify header value restrictionsGravatar Eric Anderson2015-11-05
| |_|_|_|/ / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #4047 from ejona86/spec-improvementsGravatar Louis Ryan2015-11-05
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | Generate all file lists and build target lists in binding.gyp from build.yamlGravatar murgatroid992015-11-05
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #3905 from vjpai/protosplitGravatar Jan Tattermusch2015-11-05
|\ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #4053 from dgquintas/bb_readallGravatar Craig Tiller2015-11-05
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Removed consts to make MSVC happyGravatar David Garcia Quintas2015-11-04
|/ / / / / / / / / / /
| | * | | | | | | | | Add missing characters in BNF commentGravatar Eric Anderson2015-11-04
| | * | | | | | | | | Define limit on metadata sizeGravatar Eric Anderson2015-11-04
| | | * | | | | | | | Potential fix for failing to start binaries on macGravatar Craig Tiller2015-11-04
| |_|/ / / / / / / / |/| | | | | | | | |
| | * | | | | | | | Add "identity" as a content encodingGravatar Eric Anderson2015-11-04
| | * | | | | | | | Content-type is required for requestsGravatar Eric Anderson2015-11-04
| | * | | | | | | | Rename Delimited-Message to Length-Prefixed-MessageGravatar Eric Anderson2015-11-04
| | * | | | | | | | Replace curly quotes with plain ASCII quotesGravatar Eric Anderson2015-11-04
| | * | | | | | | | Escape some special markdown charactersGravatar Eric Anderson2015-11-04
| |/ / / / / / / / |/| | | | | | | |
| | | | | | | | * Update Python C wrapping layers to new credentials APIGravatar Masood Malekghassemi2015-11-04
| | | | | | | |/
| * | | | | | | Address some review comments about signal and restoring qps_test_with_pollGravatar vjpai2015-11-04
| | | | | | * | Add a useful __str__ method to face exceptionsGravatar Nathaniel Manista2015-11-04
| | | | | |/ /
| * | | | | | Merge branch 'master' into protosplitGravatar vjpai2015-11-04
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add secure testing to sweepGravatar vjpai2015-11-04
| * | | | | | Secure performance testing for C++ is in the hizzouse!Gravatar vjpai2015-11-04
* | | | | | | Merge pull request #4042 from adelez/separate_reportingGravatar Craig Tiller2015-11-04
|\ \ \ \ \ \ \
| * | | | | | | Define resultset.Gravatar Adele Zhou2015-11-04
* | | | | | | | Merge pull request #4013 from dgquintas/bb_readallGravatar Craig Tiller2015-11-04
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge pull request #4039 from ctiller/covrepGravatar Nicolas Noble2015-11-04
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| | | | * | | | | Better reasonable defaultGravatar vjpai2015-11-04
| | | | * | | | | Fix up single run testGravatar vjpai2015-11-04
* | | | | | | | | Merge pull request #3177 from podsvirov/topic-grpc-string-ref-npos-redifinitionGravatar Craig Tiller2015-11-04
|\ \ \ \ \ \ \ \ \