aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* First round of feedbackGravatar Craig Tiller2015-12-22
|
* Initial style guideGravatar Craig Tiller2015-12-22
|
* Merge pull request #4514 from yang-g/masterGravatar David G. Quintas2015-12-17
|\ | | | | hide a debug log under trace and fix two log levels
| * hide a debug log under trace and fix two log levelsGravatar yang-g2015-12-17
|/
* Merge pull request #4501 from jtattermusch/refcounting_completion_queue_shutdownGravatar Jan Tattermusch2015-12-17
|\ | | | | Fix completion queue shutdown race in C#
* \ Merge pull request #4504 from soltanmm/typo-fixGravatar Nathaniel Manista2015-12-17
|\ \ | | | | | | Fix "+ +" typo in Python test harness.
| * | Fix typo in Python test harnessGravatar Masood Malekghassemi2015-12-16
|/ /
* | Merge pull request #4464 from jtattermusch/coverage_in_debugGravatar adelez2015-12-16
|\ \ | | | | | | Polishing run_tests.py
| | * refcounting completion queue shutdownGravatar Jan Tattermusch2015-12-16
| | |
* | | Merge pull request #4487 from stanley-cheung/php_insecure_channel_credsGravatar jboeuf2015-12-16
|\ \ \ | |_|/ |/| | PHP: make ChannelCredentials::createInsecure explicit
| | * fix build_step_environ()Gravatar Jan Tattermusch2015-12-16
| | |
* | | Merge pull request #4485 from ctiller/watGravatar Nicolas Noble2015-12-16
|\ \ \ | | | | | | | | Add fflush to windows log lines
* \ \ \ Merge pull request #4482 from ctiller/lobapoGravatar David G. Quintas2015-12-16
|\ \ \ \ | | | | | | | | | | lb_policies_test robustness work
| | | * | php: make channelGravatar Stanley Cheung2015-12-16
| | | | | | | | | | | | | | | | | | | | credentials createInsecure explicit
* | | | | Merge pull request #4467 from ctiller/DotInHeaderNameGravatar David G. Quintas2015-12-16
|\ \ \ \ \ | |_|_|/ / |/| | | | Allow . in header names
* | | | | Merge pull request #4479 from ctiller/aarons-bugGravatar Yang Gao2015-12-16
|\ \ \ \ \ | | | | | | | | | | | | Fix double read at end of stream bug
* \ \ \ \ \ Merge pull request #4484 from alfatraining/fix_test/gpr_stack_lockfree_testGravatar Craig Tiller2015-12-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix gpr_stack_lockfree_test assert bug on 64 bits
| * | | | | | fix indentation and be more explicit re cast to gpr_atmGravatar Konstantinos Sofokleous2015-12-16
| | | | | | |
| | | | | * | Add fflush to windows log linesGravatar Craig Tiller2015-12-16
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #4481 from dgquintas/interop_compressionGravatar Craig Tiller2015-12-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | Removed compression checks from vanilla large unary
| | * | | | | fix gpr_stack_lockfree_test assert bug on 64 bitsGravatar Konstantinos Sofokleous2015-12-16
| | | | | | |
| | | | | * | lb_policies_test robustness workGravatar Craig Tiller2015-12-15
| |_|_|_|/ / |/| | | | |
| * | | | | Removed compression checks from vanilla large unaryGravatar David Garcia Quintas2015-12-15
| | | | | |
* | | | | | Merge pull request #4453 from ctiller/server_stallGravatar Sree Kuchibhotla2015-12-15
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Server stall fix
| | | * | | Fix double read at end of stream bugGravatar Craig Tiller2015-12-15
| |_|/ / / |/| | | |
| | | | * polishing run_tests.pyGravatar Jan Tattermusch2015-12-15
| | | | |
* | | | | Merge pull request #4478 from ctiller/sleep-longerGravatar Yang Gao2015-12-15
|\ \ \ \ \ | |_|_|_|/ |/| | | | Stabilize test by increasing timeout
| * | | | Stabilize test by increasing timeoutGravatar Craig Tiller2015-12-15
|/ / / /
* | | | Merge pull request #4477 from stanley-cheung/php_bump_version_for_releaseGravatar Stanley Cheung2015-12-15
|\ \ \ \ | | | | | | | | | | PHP: bump version for release
| * | | | php: bump version for releaseGravatar Stanley Cheung2015-12-15
| | | | |
* | | | | Merge pull request #4043 from jeady/patch-1Gravatar LisaFC2015-12-15
|\ \ \ \ \ | |/ / / / |/| | | | Use code type highlight for the code blocks in the cpp helloworld
* | | | | Merge pull request #4432 from stanley-cheung/php_remove_hackGravatar Stanley Cheung2015-12-15
|\ \ \ \ \ | | | | | | | | | | | | php: remove dockerfile hack
| * | | | | re-arrange dockerfileGravatar Stanley Cheung2015-12-15
| | | | | |
| * | | | | remove dockerfile hack;;Gravatar Stanley Cheung2015-12-15
|/ / / / /
| * / / / Use code type highlight for the code blocks in the cpp helloworldGravatar James Eady2015-12-15
|/ / / / | | | | | | | | | | | | | | | | | | | | example README.md ..
* | | | Merge pull request #4435 from murgatroid99/node_interop_server_response_delayGravatar Jan Tattermusch2015-12-15
|\ \ \ \ | | | | | | | | | | Added support for ResponseParameters.interval_us to the Node interop server
* \ \ \ \ Merge pull request #4465 from grpc/DotInHeaderNameGravatar Eric Anderson2015-12-15
|\ \ \ \ \ | | | | | | | | | | | | Allow period in header names
| | | | | * Allow . in header namesGravatar Craig Tiller2015-12-15
| |_|_|_|/ |/| | | |
| * | | | Update PROTOCOL-HTTP2.mdGravatar Louis Ryan2015-12-15
|/ / / /
* | | | Merge pull request #4451 from ctiller/proxy-crashGravatar Yang Gao2015-12-15
|\ \ \ \ | | | | | | | | | | Fix proxy end2end tests
* \ \ \ \ Merge pull request #4463 from ctiller/perf_testGravatar Craig Tiller2015-12-15
|\ \ \ \ \ | | | | | | | | | | | | Capture latency trace for ping pong during performance runs
* \ \ \ \ \ Merge pull request #4379 from jtattermusch/per_rpc_creds_testGravatar Michael Lumish2015-12-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | Improve MetadataCredentials test
* \ \ \ \ \ \ Merge pull request #4436 from jtattermusch/csharp_shutdown_testGravatar Michael Lumish2015-12-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix server.KillAsync() and improve abandoned call test
* \ \ \ \ \ \ \ Merge pull request #4449 from jtattermusch/csharp_test_restructuringGravatar Michael Lumish2015-12-15
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | C# test restructuring
| | | | * | | | Tweak run_latency_profile.sh to run better on JenkinsGravatar Craig Tiller2015-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - More robustly run processes in the background - Detect and use pypy if available - Add a --latency_profile flag to control whether to run the latency profiling stuff
| | | * | | | | improve MetadataCredentials testGravatar Jan Tattermusch2015-12-15
| | |/ / / / /
| | | | | | * Merge branch 'proxy-crash' into server_stallGravatar Craig Tiller2015-12-15
| | | | | | |\ | | | | | |_|/ | | | | |/| |
| | | | * | | Fix merge errorGravatar Craig Tiller2015-12-15
| | | | | | |
| | | * | | | Capture latency trace for ping pong during performance runsGravatar Craig Tiller2015-12-15
| | | | | | |
| | | * | | | Fix missing timer tagGravatar Craig Tiller2015-12-15
| |_|/ / / / |/| | | | |