aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/release-0_15' into ↵Gravatar murgatroid992016-06-27
|\ | | | | | | master_merge_release-0_15
| * Merge pull request #7054 from jtattermusch/csharp_update_examples_to_0_15Gravatar Jan Tattermusch2016-06-27
| |\ | | | | | | Update C# examples to 0.15.0 packages.
| * \ Merge pull request #7049 from kpayson64/clang_format_0_15Gravatar Jan Tattermusch2016-06-25
| |\ \ | | | | | | | | Fix clang formatting
| * \ \ Merge pull request #7064 from jtattermusch/fix_ruby_package_buildGravatar Jan Tattermusch2016-06-24
| |\ \ \ | | | | | | | | | | fix building ruby package
| | * | | fix building ruby packageGravatar Jan Tattermusch2016-06-24
| |/ / /
| | | * regenerate filesGravatar Jan Tattermusch2016-06-24
| | | |
| | | * update grpc nugets to 0.15Gravatar Jan Tattermusch2016-06-24
| | |/ | |/|
| | * Fix clang formattingGravatar Ken Payson2016-06-24
| |/
* | Merge release-0_15 into masterGravatar murgatroid992016-06-24
|\|
| * Merge pull request #7040 from murgatroid99/release_version_0.15.0Gravatar Jan Tattermusch2016-06-24
| |\ | | | | | | Update version to 0.15.0
| | * Update version to 0.15.0Gravatar murgatroid992016-06-24
| | |
| | * Fix Node Windows build errorGravatar murgatroid992016-06-24
| |/
* | Merge pull request #7037 from murgatroid99/master_update_0_16Gravatar Jan Tattermusch2016-06-24
|\ \ | |/ |/| Update master branch to 0.16.0-dev
| * Update master branch to 0.16.0-devGravatar murgatroid992016-06-24
|/
* Merge pull request #6747 from murgatroid99/node_logger_customizationGravatar Jan Tattermusch2016-06-24
|\ | | | | Allow Node users to set a custom logger and log verbosity.
* \ Merge pull request #6947 from vjpai/async_stream_docGravatar Jan Tattermusch2016-06-24
|\ \ | | | | | | Doc Fixit: Ordering and thread-safety for C++ streaming (sync/async) APIs
* \ \ Merge pull request #7036 from jtattermusch/csharp_fix_nuget_buildGravatar Jan Tattermusch2016-06-24
|\ \ \ | | | | | | | | Fix C# nuget build (and all distribtests)
* \ \ \ Merge pull request #7033 from jtattermusch/fix_node_build_packageGravatar Jan Tattermusch2016-06-24
|\ \ \ \ | | | | | | | | | | Fix build node package
| | * | | fix C# nuget buildGravatar Jan Tattermusch2016-06-24
| |/ / / |/| | |
| * | | fix build node packageGravatar Jan Tattermusch2016-06-24
|/ / /
* | | Merge pull request #7023 from jtattermusch/prevent_cq_shutdown_raceGravatar Jan Tattermusch2016-06-23
|\ \ \ | | | | | | | | Prevent race with grpc_completion_queue_shutdown.
* \ \ \ Merge pull request #7021 from kpayson64/python_setup_envGravatar Jan Tattermusch2016-06-23
|\ \ \ \ | | | | | | | | | | Use GRPC_PYTHON_CFLAGS/GRPC_PYTHON_LDFLAGS in setup.py.
* \ \ \ \ Merge pull request #7003 from kpayson64/mingw_str_format_supportGravatar Nicolas Noble2016-06-23
|\ \ \ \ \ | | | | | | | | | | | | Changed %lld to use mingw supported PRId64
* \ \ \ \ \ Merge pull request #7010 from dgquintas/fix_compression_specGravatar David G. Quintas2016-06-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Brought compression spec up to date wrt error statuses
| | | | * | | prevent race between grpcsharp_server_request_call and ↵Gravatar Jan Tattermusch2016-06-23
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | grpc_completion_queue_shutdown
| | | * | | Use GRPC_PYTHON_CFLAGS/GRPC_PYTHON_LDFLAGS in setup.py.Gravatar Ken Payson2016-06-23
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | This is needed for building grpcio with mingw, see https://github.com/grpc/grpc/pull/7012.
| | * | | Changed %lld to use mingw supported PRId64Gravatar Ken Payson2016-06-23
| | | | |
* | | | | Merge pull request #7008 from jtattermusch/csharp_no_new_clientGravatar Jan Tattermusch2016-06-23
|\ \ \ \ \ | | | | | | | | | | | | Remove generated NewClient factory method for C#.
* \ \ \ \ \ Merge pull request #6922 from y-zeng/ios-testGravatar Jan Tattermusch2016-06-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Enable treating warnings as errors in objc tests
| | | * | | | Fixed typoGravatar David Garcia Quintas2016-06-23
| | | | | | |
* | | | | | | Merge pull request #6994 from y-zeng/update-exampleGravatar Jan Tattermusch2016-06-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update examples with Cocoapods 1.0.0
* \ \ \ \ \ \ \ Merge pull request #7005 from slash-lib/masterGravatar Jan Tattermusch2016-06-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Const correctness for ClientContext and ServerContext getters
* \ \ \ \ \ \ \ \ Merge pull request #7012 from kpayson64/python_windows_mingwGravatar Jan Tattermusch2016-06-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Updated grpcio c extension build for windows to use mingw.
| * | | | | | | | | Updated grpcio c extension build for windows to use mingw.Gravatar Ken Payson2016-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 dateGravatar David Garcia Quintas2016-06-23
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #6971 from y-zeng/Update_objc_example_podspecGravatar Jan Tattermusch2016-06-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update podfiles with cocoapod 1.0 required fields
* \ \ \ \ \ \ \ \ Merge pull request #6955 from nathanielmanistaatgoogle/metadata-code-detailsGravatar Jan Tattermusch2016-06-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add a test of metadata, status code, and details
* \ \ \ \ \ \ \ \ \ Merge pull request #7007 from kpayson64/ruby_ignore_unusedGravatar Jan Tattermusch2016-06-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Ignore unused variables in ruby compilation
* \ \ \ \ \ \ \ \ \ \ Merge pull request #7004 from kpayson64/set_windows_portGravatar Jan Tattermusch2016-06-22
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Initialize port to -1
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #5641 from dgquintas/publish_compression_specGravatar David G. Quintas2016-06-22
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Added compression spec
| | | | | | | | | * | | | regenerate protosGravatar Jan Tattermusch2016-06-22
| | | | | | | | | | | | |
| | | | | | | | | * | | | generate comments for C# client constructorsGravatar Jan Tattermusch2016-06-22
| | | | | | | | | | | | |
| | | | | | | | | * | | | remove occurences of NewClient factory methodGravatar Jan Tattermusch2016-06-22
| | | | | | | | | | | | |
| | | * | | | | | | | | | Ignore unused variables in ruby compilationGravatar Ken Payson2016-06-22
| | | | |_|_|_|_|_|/ / / | | | |/| | | | | | | |
| | | | | | * | | | | | Merge branch 'master' of https://github.com/slash-lib/grpcGravatar Bill Clarke2016-06-22
| | | | | | |\ \ \ \ \ \
| | | | | | * | | | | | | Const correctness for ClientContext and ServerContext gettersGravatar Bill Clarke2016-06-22
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
| | | | | | * | | | | | Const correctness for ClientContext and ServerContext gettersGravatar Bill Clarke2016-06-22
| |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| | * | | | | | | | | Initialize port to -1Gravatar Ken Payson2016-06-22
| | |/ / / / / / / /
| | | | | | | * / / dont generate NewClient method for C# servicesGravatar Jan Tattermusch2016-06-22
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge pull request #6991 from jtattermusch/csharp_fix_compressed_readGravatar Jan Tattermusch2016-06-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix compressed reads in C# and implement some compression interop tests.