Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'upstream/release-0_15' into ↵ | murgatroid99 | 2016-06-27 |
|\ | | | | | | | master_merge_release-0_15 | ||
| * | Merge pull request #7054 from jtattermusch/csharp_update_examples_to_0_15 | Jan Tattermusch | 2016-06-27 |
| |\ | | | | | | | Update C# examples to 0.15.0 packages. | ||
| * \ | Merge pull request #7049 from kpayson64/clang_format_0_15 | Jan Tattermusch | 2016-06-25 |
| |\ \ | | | | | | | | | Fix clang formatting | ||
| * \ \ | Merge pull request #7064 from jtattermusch/fix_ruby_package_build | Jan Tattermusch | 2016-06-24 |
| |\ \ \ | | | | | | | | | | | fix building ruby package | ||
| | * | | | fix building ruby package | Jan Tattermusch | 2016-06-24 |
| |/ / / | |||
| | | * | regenerate files | Jan Tattermusch | 2016-06-24 |
| | | | | |||
| | | * | update grpc nugets to 0.15 | Jan Tattermusch | 2016-06-24 |
| | |/ | |/| | |||
| | * | Fix clang formatting | Ken Payson | 2016-06-24 |
| |/ | |||
* | | Merge release-0_15 into master | murgatroid99 | 2016-06-24 |
|\| | |||
| * | Merge pull request #7040 from murgatroid99/release_version_0.15.0 | Jan Tattermusch | 2016-06-24 |
| |\ | | | | | | | Update version to 0.15.0 | ||
| | * | Update version to 0.15.0 | murgatroid99 | 2016-06-24 |
| | | | |||
| | * | Fix Node Windows build error | murgatroid99 | 2016-06-24 |
| |/ | |||
* | | Merge pull request #7037 from murgatroid99/master_update_0_16 | Jan Tattermusch | 2016-06-24 |
|\ \ | |/ |/| | Update master branch to 0.16.0-dev | ||
| * | 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 |
|\ | | | | | Allow Node users to set a custom logger and log verbosity. | ||
* \ | Merge pull request #6947 from vjpai/async_stream_doc | Jan Tattermusch | 2016-06-24 |
|\ \ | | | | | | | Doc Fixit: Ordering and thread-safety for C++ streaming (sync/async) APIs | ||
* \ \ | Merge pull request #7036 from jtattermusch/csharp_fix_nuget_build | Jan Tattermusch | 2016-06-24 |
|\ \ \ | | | | | | | | | Fix C# nuget build (and all distribtests) | ||
* \ \ \ | Merge pull request #7033 from jtattermusch/fix_node_build_package | Jan Tattermusch | 2016-06-24 |
|\ \ \ \ | | | | | | | | | | | Fix build node package | ||
| | * | | | fix C# nuget build | Jan Tattermusch | 2016-06-24 |
| |/ / / |/| | | | |||
| * | | | fix build node package | Jan Tattermusch | 2016-06-24 |
|/ / / | |||
* | | | Merge pull request #7023 from jtattermusch/prevent_cq_shutdown_race | Jan Tattermusch | 2016-06-23 |
|\ \ \ | | | | | | | | | Prevent race with grpc_completion_queue_shutdown. | ||
* \ \ \ | Merge pull request #7021 from kpayson64/python_setup_env | Jan Tattermusch | 2016-06-23 |
|\ \ \ \ | | | | | | | | | | | Use GRPC_PYTHON_CFLAGS/GRPC_PYTHON_LDFLAGS in setup.py. | ||
* \ \ \ \ | Merge pull request #7003 from kpayson64/mingw_str_format_support | Nicolas Noble | 2016-06-23 |
|\ \ \ \ \ | | | | | | | | | | | | | Changed %lld to use mingw supported PRId64 | ||
* \ \ \ \ \ | Merge pull request #7010 from dgquintas/fix_compression_spec | David G. Quintas | 2016-06-23 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Brought compression spec up to date wrt error statuses | ||
| | | | * | | | prevent race between grpcsharp_server_request_call and ↵ | Jan Tattermusch | 2016-06-23 |
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | grpc_completion_queue_shutdown | ||
| | | * | | | Use GRPC_PYTHON_CFLAGS/GRPC_PYTHON_LDFLAGS in setup.py. | Ken Payson | 2016-06-23 |
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | This is needed for building grpcio with mingw, see https://github.com/grpc/grpc/pull/7012. | ||
| | * | | | 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 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove generated NewClient factory method for C#. | ||
* \ \ \ \ \ | Merge pull request #6922 from y-zeng/ios-test | Jan Tattermusch | 2016-06-23 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Enable treating warnings as errors in objc tests | ||
| | | * | | | | Fixed typo | David Garcia Quintas | 2016-06-23 |
| | | | | | | | |||
* | | | | | | | Merge pull request #6994 from y-zeng/update-example | Jan Tattermusch | 2016-06-23 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update examples with Cocoapods 1.0.0 | ||
* \ \ \ \ \ \ \ | Merge pull request #7005 from slash-lib/master | Jan Tattermusch | 2016-06-23 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Const correctness for ClientContext and ServerContext getters | ||
* \ \ \ \ \ \ \ \ | Merge pull request #7012 from kpayson64/python_windows_mingw | Jan Tattermusch | 2016-06-23 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Updated grpcio c extension build for windows to use mingw. | ||
| * | | | | | | | | | Updated grpcio c extension build for windows to use mingw. | Ken Payson | 2016-06-23 |
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default compiler for Python c extensions is VS2008 or VS2010 depending on the Python version. Since c-core moved onto the c99 standard, these compilers are not compatible. | ||
| | | | | * / / / | brought spec up to date | David Garcia Quintas | 2016-06-23 |
| |_|_|_|/ / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #6971 from y-zeng/Update_objc_example_podspec | Jan Tattermusch | 2016-06-22 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Update podfiles with cocoapod 1.0 required fields | ||
* \ \ \ \ \ \ \ \ | Merge pull request #6955 from nathanielmanistaatgoogle/metadata-code-details | Jan Tattermusch | 2016-06-22 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add a test of metadata, status code, and details | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #7007 from kpayson64/ruby_ignore_unused | Jan Tattermusch | 2016-06-22 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Ignore unused variables in ruby compilation | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #7004 from kpayson64/set_windows_port | Jan Tattermusch | 2016-06-22 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Initialize port to -1 | ||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #5641 from dgquintas/publish_compression_spec | David G. Quintas | 2016-06-22 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Added compression spec | ||
| | | | | | | | | * | | | | 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 |
| | | | | | | | | | | | | | |||
| | | * | | | | | | | | | | Ignore unused variables in ruby compilation | Ken Payson | 2016-06-22 |
| | | | |_|_|_|_|_|/ / / | | | |/| | | | | | | | | |||
| | | | | | * | | | | | | Merge branch 'master' of https://github.com/slash-lib/grpc | Bill Clarke | 2016-06-22 |
| | | | | | |\ \ \ \ \ \ | |||
| | | | | | * | | | | | | | Const correctness for ClientContext and ServerContext getters | Bill Clarke | 2016-06-22 |
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | |||
| | | | | | * | | | | | | Const correctness for ClientContext and ServerContext getters | Bill Clarke | 2016-06-22 |
| |_|_|_|_|/ / / / / / |/| | | | | | | | | | | |||
| | * | | | | | | | | | Initialize port to -1 | Ken Payson | 2016-06-22 |
| | |/ / / / / / / / | |||
| | | | | | | * / / | dont generate NewClient method for C# services | Jan Tattermusch | 2016-06-22 |
| |_|_|_|_|_|/ / / |/| | | | | | | | | |||
* | | | | | | | | | Merge pull request #6991 from jtattermusch/csharp_fix_compressed_read | Jan Tattermusch | 2016-06-22 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix compressed reads in C# and implement some compression interop tests. |