Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Changed default string type to be str | Ken Payson | 2016-06-29 |
* | Merge pull request #7046 from murgatroid99/master_merge_release-0_15 | Jan Tattermusch | 2016-06-27 |
|\ | |||
* \ | Merge pull request #6973 from makdharma/network_status_change | Jan Tattermusch | 2016-06-27 |
|\ \ | |||
| | * | Merge remote-tracking branch 'upstream/release-0_15' into master_merge_releas... | murgatroid99 | 2016-06-27 |
| | |\ | |||
* | | \ | Merge pull request #7001 from kpayson64/python_cleanup_thread | Jan Tattermusch | 2016-06-27 |
|\ \ \ \ | |||
* \ \ \ \ | Merge pull request #6888 from yang-g/fixes | Jan Tattermusch | 2016-06-27 |
|\ \ \ \ \ | |||
| | * | | | | Updated several threads to use CleanupThread for clean exit | Ken Payson | 2016-06-26 |
* | | | | | | Fix GPR_TIMER misbalancing | Craig Tiller | 2016-06-26 |
* | | | | | | Merge pull request #7063 from dgquintas/python_compression | Jan Tattermusch | 2016-06-25 |
|\ \ \ \ \ \ | |||
* \ \ \ \ \ \ | Merge pull request #6941 from kpayson64/python_grpc_shutdown | Jan Tattermusch | 2016-06-25 |
|\ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ | Merge pull request #6906 from makdharma/2646 | Jan Tattermusch | 2016-06-25 |
|\ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ | Merge pull request #7043 from kpayson64/clang_format | Jan Tattermusch | 2016-06-25 |
|\ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ | Merge pull request #6803 from sreecha/epoll_changes | Craig Tiller | 2016-06-25 |
|\ \ \ \ \ \ \ \ \ \ | |||
| | | | | * | | | | | | Basic testing of client and sever side compression | David Garcia Quintas | 2016-06-24 |
* | | | | | | | | | | | Merge pull request #6798 from jboeuf/fix_3803 | Jan Tattermusch | 2016-06-24 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| | | * | | | | | | | | | Fix clang formatting | Ken Payson | 2016-06-24 |
* | | | | | | | | | | | | Merge pull request #7014 from ctiller/fix_tracing | Jan Tattermusch | 2016-06-24 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #7029 from y-zeng/fix-swiftsample | makdharma | 2016-06-24 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | |||
| | | | | | | | | | | | * | Fix clang formatting | Ken Payson | 2016-06-24 |
| | | | | | | | | | | * | | Merge release-0_15 into master | murgatroid99 | 2016-06-24 |
| |_|_|_|_|_|_|_|_|_|/| | |/| | | | | | | | | | |/ | |||
| | | | | | | | | | | * | Update version to 0.15.0 | murgatroid99 | 2016-06-24 |
| | | | | | | | | | | * | Fix Node Windows build error | murgatroid99 | 2016-06-24 |
| | | | | | * | | | | | | Moved grpc_shutdown to end of Py_Finalize() | Ken Payson | 2016-06-24 |
* | | | | | | | | | | | | Update master branch to 0.16.0-dev | murgatroid99 | 2016-06-24 |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |||
* | | | | | | | | | | | Merge pull request #6747 from murgatroid99/node_logger_customization | Jan Tattermusch | 2016-06-24 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
* | | | | | | | | | | | | fix C# nuget build | Jan Tattermusch | 2016-06-24 |
| |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | |||
| | | | | * | | | | | | generate_projects.sh | Sree Kuchibhotla | 2016-06-24 |
| | * | | | | | | | | | Add TODO | Yuchen Zeng | 2016-06-23 |
* | | | | | | | | | | | Merge pull request #7023 from jtattermusch/prevent_cq_shutdown_race | Jan Tattermusch | 2016-06-23 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| | | | | | * \ \ \ \ \ | Merge branch 'master' into epoll_changes | Sree Kuchibhotla | 2016-06-23 |
| | | | | | |\ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | |||
| | | | | | * | | | | | | Change the type of 'ref_count' in polling_island from gpr_atm to | Sree Kuchibhotla | 2016-06-23 |
| | | | | | * | | | | | | Better error handling and add polling_island_unlock_pair() helper | Sree Kuchibhotla | 2016-06-23 |
* | | | | | | | | | | | | Merge pull request #7003 from kpayson64/mingw_str_format_support | Nicolas Noble | 2016-06-23 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||
| | | | | | | | | | | | * | Removed gpr_log statement | Makarand Dharmapurikar | 2016-06-23 |
| | | | | | | | * | | | | | Added a comment | Makarand Dharmapurikar | 2016-06-23 |
| | * | | | | | | | | | | | prevent race between grpcsharp_server_request_call and grpc_completion_queue_... | Jan Tattermusch | 2016-06-23 |
| |/ / / / / / / / / / / |/| | | | | | | | | | | | |||
| * | | | | | | | | | | | Changed %lld to use mingw supported PRId64 | Ken Payson | 2016-06-23 |
* | | | | | | | | | | | | Merge pull request #7008 from jtattermusch/csharp_no_new_client | Jan Tattermusch | 2016-06-23 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||
| | | | | | | | | | * \ \ | Merge remote-tracking branch 'upstream/master' into fixes | yang-g | 2016-06-23 |
| | | | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | |||
* | | | | | | | | | | | | | Merge pull request #6922 from y-zeng/ios-test | Jan Tattermusch | 2016-06-23 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6994 from y-zeng/update-example | Jan Tattermusch | 2016-06-23 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| | | | | | | | | * \ \ \ \ \ | Merge branch 'master' into epoll_changes | Sree Kuchibhotla | 2016-06-23 |
| | | | | | | | | |\ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | |||
| | | | | | | * | | | | | | | | Re-enable accidentally disabled traces | Craig Tiller | 2016-06-23 |
| |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | Merge pull request #6971 from y-zeng/Update_objc_example_podspec | Jan Tattermusch | 2016-06-22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6955 from nathanielmanistaatgoogle/metadata-code-details | Jan Tattermusch | 2016-06-22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #7004 from kpayson64/set_windows_port | Jan Tattermusch | 2016-06-22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| | | | | | | | | | | * | | | | | | clang format | Sree Kuchibhotla | 2016-06-22 |
| | | | | | * | | | | | | | | | | | regenerate protos | Jan Tattermusch | 2016-06-22 |
| | | | | | * | | | | | | | | | | | generate comments for C# client constructors | Jan Tattermusch | 2016-06-22 |
| | | | | | * | | | | | | | | | | | remove occurences of NewClient factory method | Jan Tattermusch | 2016-06-22 |