Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | | | | | |\ \ \ \ \ \ | |||
| | | | | | * | | | | | | | 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. | ||
| | | | * | | | | | | Add a test of metadata, status code, and details | Nathaniel Manista | 2016-06-22 |
| | | | | | | | | | | |||
| * | | | | | | | | | add C# constant for GRPC_COMPRESSION_REQUEST_ALGORITHM_MD_KEY | Jan Tattermusch | 2016-06-22 |
| | | | | | | | | | | |||
| * | | | | | | | | | enable client compression interop tests for C# | Jan Tattermusch | 2016-06-22 |
| | | | | | | | | | | |||
| * | | | | | | | | | implement C# client compression interop tests | Jan Tattermusch | 2016-06-22 |
| | | | | | | | | | | |||
| * | | | | | | | | | remove occurences of compressable payload type | Jan Tattermusch | 2016-06-22 |
| | | | | | | | | | | |||
| * | | | | | | | | | regenerate messages.proto | Jan Tattermusch | 2016-06-22 |
| | | | | | | | | | | |||
| * | | | | | | | | | add test that C# can read compressed messages | Jan Tattermusch | 2016-06-22 |
| | | | | | | | | | | |||
| * | | | | | | | | | fix reading of compressed byte_buffer in C# | Jan Tattermusch | 2016-06-22 |
|/ / / / / / / / / | |||
* | | | | | | | | | Merge pull request #6437 from kpayson64/build_change | Jan Tattermusch | 2016-06-22 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add egg-info to python distribution | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #6993 from grpc/update_csharp_readme | Jan Tattermusch | 2016-06-22 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Update C# readme. | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #6104 from jtattermusch/coreclr_support | Jan Tattermusch | 2016-06-22 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add experimental CoreCLR support | ||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6984 from jtattermusch/fix_6930 | Jan Tattermusch | 2016-06-22 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | Add missing ConfigureAwait(false) |