aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar Julien Boeuf2015-12-18
|\ | | | | | | remove_peer_from_ssl_auth_context
* | Unit testing the peer from auth context functionality.Gravatar Julien Boeuf2015-12-18
| |
| * Merge pull request #4523 from jboeuf/no_auth_context_in_security_connectorGravatar Craig Tiller2015-12-18
| |\ | | | | | | Removing the auth_context from the security connector
| * \ Merge pull request #4512 from jtattermusch/win64_more_fixesGravatar Craig Tiller2015-12-18
| |\ \ | | | | | | | | Fixing win x64 build with vs2015
| * \ \ Merge pull request #4524 from jtattermusch/polish_vcxproj_filesGravatar Craig Tiller2015-12-18
| |\ \ \ | | | | | | | | | | Polish vcxproj files
| * \ \ \ Merge pull request #4527 from jtattermusch/silence_lnk4217Gravatar Craig Tiller2015-12-18
| |\ \ \ \ | | | | | | | | | | | | Ignore warning LNK4217
| | * | | | ignore warning LNK4217Gravatar Jan Tattermusch2015-12-18
| |/ / / /
* | | | / Removing the peer from the SSL security connector.Gravatar Julien Boeuf2015-12-17
| |_|_|/ |/| | | | | | | | | | | - Missing unit tests.
| | | * fixing x64 build with vs2015Gravatar Jan Tattermusch2015-12-17
| | |/ | |/|
| * | Merge pull request #4507 from jtattermusch/run_portabilityGravatar Nicolas Noble2015-12-17
| |\ \ | | | | | | | | Add run_portability.sh script
| | | * regenerate project filesGravatar Jan Tattermusch2015-12-17
| | | |
| | | * make Release depend on Release from nuget depsGravatar Jan Tattermusch2015-12-17
| | | |
| | | * silence warningsGravatar Jan Tattermusch2015-12-17
| | | |
| | | * Get rid of tabs from .include fileGravatar Jan Tattermusch2015-12-17
| | | |
* | | | Making the stack work with outgoing channel args.Gravatar Julien Boeuf2015-12-17
| | | |
| * | | 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#
| | | * add run_portability.sh scriptGravatar Jan Tattermusch2015-12-17
| | |/ | |/|
| * | 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
| |/ /
* / / Removing the auth context from the security connector.Gravatar Julien Boeuf2015-12-16
|/ / | | | | | | | | The security connector is a channel/server port wide construct. On the other hand, the auth_context is a per-connection construct.
* | 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 ..