aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Bandaid over differences in the C API for Python credentialsGravatar Masood Malekghassemi2015-11-17
|
* Update Python C wrapping layers to new credentials APIGravatar Masood Malekghassemi2015-11-04
|
* Ruby wrapping of core credentials API change.Gravatar Tim Emiola2015-10-28
|
* Updates channel credentialsGravatar Tim Emiola2015-10-27
| | | | | | - switches credentials to channel credentials - removes usages of other credentials classes that would are not currently used in the ruby surface
* Merge pull request #3 from murgatroid99/node_core_creds_api_changeGravatar jboeuf2015-10-27
|\ | | | | Node wrapping of core credentials API change
| * Change error message in credentials testGravatar murgatroid992015-10-27
| |
* | Merge pull request #6 from jtattermusch/core_creds_api_changeGravatar jboeuf2015-10-26
|\ \ | | | | | | Update C# to the new C core auth API
* \ \ Merge pull request #4 from stanley-cheung/php_creds_api_changeGravatar jboeuf2015-10-26
|\ \ \ | | | | | | | | PHP: Core credentials API refactoring
| | * | update C# to the new C core auth APIGravatar Jan Tattermusch2015-10-26
| |/ / |/| |
* | | s/grpc_credentials/grpc_channel_credentials for ObjCGravatar Jorge Canizales2015-10-26
| | |
| * | php: rename credentials to channel_credentialsGravatar Stanley Cheung2015-10-23
| | |
| * | php: split grpc_credentials to channel_credentials and call_credentialsGravatar Stanley Cheung2015-10-23
| | |
| * | php: remove ssl_cert_file env varGravatar Stanley Cheung2015-10-23
|/ /
| * Fixed lint errorsGravatar murgatroid992015-10-21
| |
| * Merge remote-tracking branch 'jboeuf/core_creds_api_change' into ↵Gravatar murgatroid992015-10-21
| |\ | |/ |/| | | node_core_creds_api_change
* | Addressing comments.Gravatar Julien Boeuf2015-10-20
| | | | | | | | | | The composite channel credentials creation does not change the passed-in channel creds anymore.
| * Updated Node credentials API to match core API changeGravatar murgatroid992015-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 and --use_test_ca=true in python interop tests.
| | * 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
| |\ \ | | | | | | | | Fix release conflict for release-0_11
| * | | restrict number of iterations for UnaryCallPerformance testGravatar Jan Tattermusch2015-10-15
| | |/ | |/|
| * | Merge pull request #3841 from murgatroid99/ruby_test_timeoutGravatar Jan Tattermusch2015-10-15
| |\ \ | | | | | | | | Make ruby RpcServer stop waiting for calls when it gets null calls
| | | * 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 tests
| | * | php: add remaining auth interop testsGravatar Stanley Cheung2015-10-15
| | | |
| * | | Merge pull request #3846 from murgatroid99/node_distribute_ssl_rootsGravatar jboeuf2015-10-15
| |\ \ \ | | | | | | | | | | Distribute roots.pem with the Node package
| * \ \ \ Merge pull request #3767 from ctiller/cache-accept-encGravatar David G. Quintas2015-10-15
| |\ \ \ \ | | | | | | | | | | | | Cache encodings accepted by peer on mdelem
| | | | * | 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
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | Bring Cython tests back online.
| | | | * | 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
| |\ \ \ \ \ | | | | | | | | | | | | | | PHP: fix empty_stream interop test
| * \ \ \ \ \ Merge pull request #3786 from ↵Gravatar Vijay Pai2015-10-14
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ctiller/try-this-simple-trick-to-double-performance Set current worker for longer
| * \ \ \ \ \ \ Merge pull request #3794 from ctiller/mfGravatar Vijay Pai2015-10-14
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Metadata atomic magic
| * \ \ \ \ \ \ \ Merge pull request #3618 from dgquintas/cq_alarmGravatar Vijay Pai2015-10-14
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Added grpc_alarm (renamed previous one to grpc_timer)
| | | | | | | | | * 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
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | Bring Node coverage up to 95%
| | * | | | | | 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
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Improving the C# auth API
| * \ \ \ \ \ \ \ Merge pull request #3754 from ctiller/latent-seeGravatar David G. Quintas2015-10-13
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Latency profiling support
| * \ \ \ \ \ \ \ \ Merge pull request #3806 from vjpai/plugin_nullptrGravatar Yang Gao2015-10-13
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | C++ code generator plugin: eliminate use of nullptr
| | | | | | * \ \ \ \ 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
| | | | | | | | | | |