aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Addressing comments.Gravatar Julien Boeuf2015-10-20
* Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-10-17
|\
| * Add empty_stream Python interop testGravatar Masood Malekghassemi2015-10-16
| * Merge pull request #3860 from jtattermusch/python_use_tls_compatGravatar Nathaniel Manista2015-10-16
| |\
| | * accept --use_tls=true --use_test_ca=true in pythonGravatar Jan Tattermusch2015-10-16
| * | Merge pull request #3862 from jcanizales/fix-release-conflictGravatar Nicolas Noble2015-10-16
| |\ \
| * | | restrict number of iterations for UnaryCallPerformance testGravatar Jan Tattermusch2015-10-15
| | |/ | |/|
| * | Merge pull request #3841 from murgatroid99/ruby_test_timeoutGravatar Jan Tattermusch2015-10-15
| |\ \
| | | * Git ignore XCode derived files across the repoGravatar Jorge Canizales2015-10-15
| | |/ | |/|
| * | Merge pull request #3854 from stanley-cheung/php_add_auth_interop_testsGravatar Michael Lumish2015-10-15
| |\ \
| | * | php: add remaining auth interop testsGravatar Stanley Cheung2015-10-15
| * | | Merge pull request #3846 from murgatroid99/node_distribute_ssl_rootsGravatar jboeuf2015-10-15
| |\ \ \
| * \ \ \ Merge pull request #3767 from ctiller/cache-accept-encGravatar David G. Quintas2015-10-15
| |\ \ \ \
| | | | * | php: add use_tls and use_test_ca param to interop tests scriptGravatar Stanley Cheung2015-10-15
| * | | | | Merge pull request #3547 from soltanmm/cyGravatar Nathaniel Manista2015-10-15
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | | | * | Distribute roots.pem with the Node packageGravatar murgatroid992015-10-15
| | | | | * Add newline to .rubocop.ymlGravatar murgatroid992015-10-14
| | | | | * Fixed previous change, altered RuboCop settings to let me do soGravatar murgatroid992015-10-14
| * | | | | Merge pull request #3819 from stanley-cheung/php_fix_empty_stream_interop_testGravatar Jan Tattermusch2015-10-14
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #3786 from ctiller/try-this-simple-trick-to-double-perform...Gravatar Vijay Pai2015-10-14
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #3794 from ctiller/mfGravatar Vijay Pai2015-10-14
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #3618 from dgquintas/cq_alarmGravatar Vijay Pai2015-10-14
| |\ \ \ \ \ \ \ \
| | | | | | | | | * Made ruby server stop waiting for calls when it starts getting null callsGravatar murgatroid992015-10-14
| | | | | | | | |/
| | | | | * | | / php: fix empty_stream interop test;Gravatar Stanley Cheung2015-10-14
| | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge pull request #3815 from murgatroid99/node_increase_coverageGravatar Nicolas Noble2015-10-14
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Fixed error in Node credentials testGravatar murgatroid992015-10-13
| | | * | | | | Merge branch 'master' of github.com:grpc/grpc into cq_alarmGravatar David Garcia Quintas2015-10-13
| | | |\ \ \ \ \
| * | | | | | | | Fix call data init in census grpc filter.Gravatar Hongyu Chen2015-10-13
| | |_|/ / / / / | |/| | | | | |
| | * | | | | | Added more tests, removed some unused code, fixed a bugGravatar murgatroid992015-10-13
| * | | | | | | Merge pull request #3756 from jtattermusch/adjust_csharp_auth_apiGravatar Jan Tattermusch2015-10-13
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #3754 from ctiller/latent-seeGravatar David G. Quintas2015-10-13
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #3806 from vjpai/plugin_nullptrGravatar Yang Gao2015-10-13
| |\ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ Merge branch 'master' of github.com:grpc/grpc into cq_alarmGravatar David Garcia Quintas2015-10-12
| | | | | | |\ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | | | * | | | | | | Polishing of C# auth APIGravatar Jan Tattermusch2015-10-12
| | | | | * | | | | | Added some more tests to increase coverageGravatar murgatroid992015-10-12
| | | | | * | | | | | Refactored some C++ code to improve code reuseGravatar murgatroid992015-10-12
| | * | | | | | | | | Some changes required to make C++ code generator plugin work fine forGravatar Vijay Pai2015-10-12
| * | | | | | | | | | Merge pull request #3788 from dgquintas/one_less_lockGravatar Craig Tiller2015-10-12
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #3688 from murgatroid99/run_tests_tracing_fixGravatar Michael Lumish2015-10-12
| |\ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | Successfully compile C++ libary (not tests yet).Gravatar Julien Boeuf2015-10-12
| * | | | | | | | | | | | Merge pull request #3804 from vjpai/gcc44_issuesGravatar Craig Tiller2015-10-12
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #3785 from jboeuf/boringssl_type_issuesGravatar Nicolas Noble2015-10-12
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | Add some tests to increase coverage, fix some failuresGravatar murgatroid992015-10-12
| | | * | | | | | | | | | | Stop using atm operations on fd->shutdown since that is already usedGravatar Vijay Pai2015-10-12
| | | | |_|_|_|/ / / / / / | | | |/| | | | | | | | |
| * | | | | | | | | | | | Merge pull request #3790 from stanley-cheung/php_validate_metadata_keysGravatar Michael Lumish2015-10-12
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | fixed commentGravatar Stanley Cheung2015-10-12
| | | | | | | | | * | | | Fix race conditionsGravatar Craig Tiller2015-10-10
* | | | | | | | | | | | | Fixing mem leak and compilation error in tsan.Gravatar Julien Boeuf2015-10-10
* | | | | | | | | | | | | Got the core test passing.Gravatar Julien Boeuf2015-10-09
* | | | | | | | | | | | | Got core to compile (without the tests)Gravatar Julien Boeuf2015-10-09