Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Updated release version to 0.15.1 | Ken Payson | 2016-07-01 |
| | |||
* | Merge pull request #7154 from stanley-cheung/php-fix-call-destroy-0-15 | Jan Tattermusch | 2016-06-30 |
|\ | | | | | PHP: fix shutdown hang issue | ||
| * | php: update package.xml | Stanley Cheung | 2016-06-30 |
| | | |||
* | | Merge pull request #7148 from nathanielmanistaatgoogle/handlers-optional-0_15 | Jan Tattermusch | 2016-06-29 |
|\ \ | | | | | | | Make handlers optional at server construction | ||
| | * | php: fix shutdown hang, call was never destroyed | Stanley Cheung | 2016-06-29 |
| |/ |/| | |||
| * | Make handlers optional at server construction | Nathaniel Manista | 2016-06-29 |
|/ | |||
* | Merge pull request #7079 from jtattermusch/csharp_basics_readme_update | Jan Tattermusch | 2016-06-27 |
|\ | | | | | Small C# docs improvements | ||
| * | Update gRPC in C# minutes readme. | Jan Tattermusch | 2016-06-27 |
| | | |||
| * | Update README.md | Jan Tattermusch | 2016-06-27 |
|/ | |||
* | 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 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 #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 |
| | | | | | |\ \ \ \ \ \ |