Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | Undo Cocoadoc’ing TODO line. | 2015-10-26 | ||
| | | | | | | ||||
| * | | | | | Reformat comments as Cocoadocs | 2015-10-26 | ||
| | | | | | | ||||
| * | | | | | Make the script support multiple input files | 2015-10-26 | ||
| | | | | | | ||||
| * | | | | | Finished script and example output. | 2015-10-26 | ||
| | | | | | | ||||
| * | | | | | Prototype script to change comment format. | 2015-10-25 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still needs implementing format_as_block, and switching input and output to use sys.stdin.readline() and sys.stdout.write(line). | |||
| * | | | | | Test file: GRPCCall.h | 2015-10-25 | ||
| | | | | | | ||||
* | | | | | | Merge pull request #3940 from soltanmm/move-along | 2015-10-23 | ||
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Migrate Python interop tests to the Beta API. | |||
* | | | | | | | Fixed an inexplicable wrong handling of a lock | 2015-10-23 | ||
| | | | | | | | ||||
| * | | | | | | Bring Python interop tests to the beta API | 2015-10-23 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also uses the .proto files for the service/stub definitions. | |||
* | | | | | | | php: remove ssl_cert_file env var | 2015-10-23 | ||
|/ / / / / / | ||||
* | | | | | | Merge pull request #3926 from jtattermusch/csharp_not_ssl_cert_env | 2015-10-22 | ||
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Stop using SSL_CERT_FILE env for C# interop tests | |||
* \ \ \ \ \ \ | Merge pull request #3920 from stanley-cheung/php_remove_unused_file | 2015-10-22 | ||
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | PHP: remove unused file | |||
* \ \ \ \ \ \ \ | Merge pull request #3921 from murgatroid99/node_interop_default_credentials | 2015-10-22 | ||
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Make Node interop client use default roots file path | |||
| | | * | | | | | | stop using SSL_CERT_FILE env for C# interop tests | 2015-10-22 | ||
| |_|/ / / / / / |/| | | | | | | | ||||
| | * | | | | | | remove include | 2015-10-22 | ||
| | | | | | | | | ||||
* | | | | | | | | Merge pull request #3643 from dgquintas/microchannels | 2015-10-22 | ||
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | μChannels implementation. | |||
| | * | | | | | | Make Node interop client use default roots file path | 2015-10-22 | ||
| |/ / / / / / |/| | | | | | | ||||
| | * | | | | | php: remove unused file | 2015-10-22 | ||
| |/ / / / / |/| | | | | | ||||
* | | | | | | php: add more unit test for code coverage analysis | 2015-10-20 | ||
| | | | | | | ||||
* | | | | | | Merge pull request #3892 from jtattermusch/python_fix_auth_tests | 2015-10-20 | ||
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix python compute_engine_creds and oauth2_auth_token interop tests. | |||
* \ \ \ \ \ \ | Merge pull request #3890 from jtattermusch/fix_ruby_per_rpc_creds | 2015-10-20 | ||
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Hotfix for ruby per_rpc_creds interop test | |||
* \ \ \ \ \ \ \ | Merge pull request #3858 from enisoc/php-close | 2015-10-20 | ||
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | PHP: Fix property reference in BaseStub::close() | |||
* \ \ \ \ \ \ \ \ | Merge pull request #3878 from murgatroid99/node_remove_log_lines | 2015-10-20 | ||
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Stop outputting log lines from Node library by default | |||
| | | | * | | | | | | fix some python auth interop tests | 2015-10-19 | ||
| | | | | |_|/ / / | | | | |/| | | | | ||||
| | | * / | | | | | fix ruby per_rpc_creds | 2015-10-19 | ||
| | | |/ / / / / | ||||
| | | | * | | | | added grpc_client_uchannel_set_subchannel func | 2015-10-19 | ||
| | | | | | | | | ||||
* | | | | | | | | Update README.md | 2015-10-19 | ||
| |_|/ / / / / |/| | | | | | | ||||
| | | | | * | | Added some file-level comments to Node source files | 2015-10-19 | ||
| | | | | | | | ||||
| | | * | | | | Merge branch 'master' of github.com:grpc/grpc into microchannels | 2015-10-19 | ||
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||
* | | | | | | | Merge pull request #3726 from dgquintas/iomgr_executor | 2015-10-19 | ||
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | Introducing grpc_executor, for all your threading needs | |||
* | | | | | | | Merge pull request #3822 from nathanielmanistaatgoogle/prerequisites | 2015-10-19 | ||
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add python-dev and python3-dev to prerequisites | |||
| * | | | | | | | Add python-dev and Python 3 to prerequisites | 2015-10-19 | ||
| | | | | | | | | ||||
| | | * | | | | | This is a library. It should not output logs to STDOUT by default | 2015-10-19 | ||
| | | | | | | | | ||||
* | | | | | | | | Merge pull request #3861 from jtattermusch/ruby_use_tls | 2015-10-19 | ||
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Accept --use_tls=true and --use_test_ca=true in ruby interop tests | |||
* | | | | | | | | | Add empty_stream Python interop test | 2015-10-16 | ||
| | | | | | | | | | ||||
* | | | | | | | | | Merge pull request #3860 from jtattermusch/python_use_tls_compat | 2015-10-16 | ||
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Accept --use_tls=true and --use_test_ca=true in python interop tests. | |||
| * | | | | | | | | | accept --use_tls=true --use_test_ca=true in python | 2015-10-16 | ||
| | | | | | | | | | | ||||
* | | | | | | | | | | Merge pull request #3862 from jcanizales/fix-release-conflict | 2015-10-16 | ||
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix release conflict for release-0_11 | |||
* | | | | | | | | | | | restrict number of iterations for UnaryCallPerformance test | 2015-10-15 | ||
| |/ / / / / / / / / |/| | | | | | | | | | ||||
* | | | | | | | | | | Merge pull request #3841 from murgatroid99/ruby_test_timeout | 2015-10-15 | ||
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Make ruby RpcServer stop waiting for calls when it gets null calls | |||
| | | * | | | | | | | | accept --use_tls=true and --use_test_ca=true in ruby | 2015-10-15 | ||
| |_|/ / / / / / / / |/| | | | | | | | | | ||||
| | * | | | | | | | | Git ignore XCode derived files across the repo | 2015-10-15 | ||
| |/ / / / / / / / |/| | | | | | | | | ||||
* | | | | | | | | | Merge pull request #3854 from stanley-cheung/php_add_auth_interop_tests | 2015-10-15 | ||
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | PHP: add remaining auth interop tests | |||
| | | | | | * | | | | PHP: Fix property reference in BaseStub::close() | 2015-10-15 | ||
| |_|_|_|_|/ / / / |/| | | | | | | | | ||||
| * | | | | | | | | php: add remaining auth interop tests | 2015-10-15 | ||
| | | | | | | | | | ||||
* | | | | | | | | | Merge pull request #3846 from murgatroid99/node_distribute_ssl_roots | 2015-10-15 | ||
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Distribute roots.pem with the Node package | |||
* \ \ \ \ \ \ \ \ \ | Merge pull request #3767 from ctiller/cache-accept-enc | 2015-10-15 | ||
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | Cache encodings accepted by peer on mdelem | |||
| | | * | | | | | | | php: add use_tls and use_test_ca param to interop tests script | 2015-10-15 | ||
| | | | | | | | | | | ||||
* | | | | | | | | | | Merge pull request #3547 from soltanmm/cy | 2015-10-15 | ||
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | Bring Cython tests back online. | |||
| | | * | | | | | | | Distribute roots.pem with the Node package | 2015-10-15 | ||
| | | | |/ / / / / | | | |/| | | | | |