Jorge Canizales
06b4d6c353
Don’t checkout specific proto versions in Travis anymore
...
Now that the submodule points to 3.0.0-beta-3.1, which is what we need.
9 years ago
Jorge Canizales
5e824fa42e
Restore fix undid by https://github.com/grpc/grpc/pull/5893
...
That PR wasn’t tested nor reviewed adecuately.
9 years ago
murgatroid99
f519df8147
Update version to 0.15.0
9 years ago
murgatroid99
2dfcf14705
Fix Node Windows build error
9 years ago
Jan Tattermusch
6cf35fd4a5
Merge pull request #7037 from murgatroid99/master_update_0_16
...
Update master branch to 0.16.0-dev
9 years ago
Ken Payson
f4c1bff0d8
Moved grpc_shutdown to end of Py_Finalize()
...
We currently rely on the __del__ method of a module scope object
to call grpc_shutdown(). __del__ methods are not guaranteed
to be called, and furthermore there are no guarantees about
ordering, leading to shutdown race conditions. This moves
grpc_shutdown to Py_Finalize(), which gets called after the
Python context is completely cleaned up.
9 years ago
murgatroid99
d29a3bf004
Update master branch to 0.16.0-dev
9 years ago
Jan Tattermusch
9cb96ba4f0
Merge pull request #6747 from murgatroid99/node_logger_customization
...
Allow Node users to set a custom logger and log verbosity.
9 years ago
Jan Tattermusch
3901ceed6a
Merge pull request #6947 from vjpai/async_stream_doc
...
Doc Fixit: Ordering and thread-safety for C++ streaming (sync/async) APIs
9 years ago
Jan Tattermusch
c356891848
Merge pull request #7036 from jtattermusch/csharp_fix_nuget_build
...
Fix C# nuget build (and all distribtests)
9 years ago
Jan Tattermusch
fef0fe3cd5
Merge pull request #7033 from jtattermusch/fix_node_build_package
...
Fix build node package
9 years ago
Jan Tattermusch
886c512832
fix C# nuget build
9 years ago
Sree Kuchibhotla
e07b83ba9f
generate_projects.sh
9 years ago
Jan Tattermusch
33b767a770
fix build node package
9 years ago
Yuchen Zeng
d6f8f0b7cd
Add TODO
9 years ago
Jan Tattermusch
60755f65b2
Merge pull request #7023 from jtattermusch/prevent_cq_shutdown_race
...
Prevent race with grpc_completion_queue_shutdown.
9 years ago
Craig Tiller
2e1a1fe56f
Fixes
9 years ago
Craig Tiller
eb5e43762b
Fix ruby tests
9 years ago
Sree Kuchibhotla
13b2b7f5ea
Merge branch 'master' into epoll_changes
9 years ago
Sree Kuchibhotla
6a29545c8c
Change the type of 'ref_count' in polling_island from gpr_atm to
...
gpr_refcount
9 years ago
Craig Tiller
019021b39f
Merge branch 'faster_runtests' into %s
9 years ago
Craig Tiller
98d31d1a40
Fix special value lookup
9 years ago
Craig Tiller
74189cd94b
Remove caching of results by run_tests
...
SIGNIFICANTLY increases the performance of actually running tests...
9 years ago
Jan Tattermusch
894eac559f
Merge pull request #7021 from kpayson64/python_setup_env
...
Use GRPC_PYTHON_CFLAGS/GRPC_PYTHON_LDFLAGS in setup.py.
9 years ago
Sree Kuchibhotla
20d0a167be
Better error handling and add polling_island_unlock_pair() helper
9 years ago
Nicolas Noble
d4a299c455
Merge pull request #7003 from kpayson64/mingw_str_format_support
...
Changed %lld to use mingw supported PRId64
9 years ago
Craig Tiller
d4d4c6f6f6
Fix comparison
9 years ago
murgatroid99
67e2525892
Fix handling of one error in bidi calls, and one interop server method
9 years ago
Jorge Canizales
565c6a0dac
Bump Protobuf to beta-3.1
9 years ago
Makarand Dharmapurikar
eb429c3067
Removed gpr_log statement
9 years ago
Makarand Dharmapurikar
ea0dc6af37
Added a comment
9 years ago
Craig Tiller
733e3fc209
Fix comparison
9 years ago
Makarand Dharmapurikar
5a3c6389ed
Added braces around _service
9 years ago
Yuchen Zeng
09b1ec8ccb
Merge remote-tracking branch 'upstream/master' into auto-build-example
9 years ago
Craig Tiller
f0f70a8a68
Make transport-level errors be reflected in status messages on calls
...
Allows us to eliminate logging those errors by default (since they are explicitly passed up to the application).
Required plumbing errors through the stack a little more deeply than we
had previously.
9 years ago
David G. Quintas
0140f7c9e6
Merge pull request #7010 from dgquintas/fix_compression_spec
...
Brought compression spec up to date wrt error statuses
9 years ago
Makarand Dharmapurikar
abd285aed8
Added missing todo and moved _service
...
To Implementation
9 years ago
Jan Tattermusch
51d4f01949
prevent race between grpcsharp_server_request_call and grpc_completion_queue_shutdown
9 years ago
Ken Payson
fe754b4e99
Use GRPC_PYTHON_CFLAGS/GRPC_PYTHON_LDFLAGS in setup.py.
...
This is needed for building grpcio with mingw, see
https://github.com/grpc/grpc/pull/7012 .
9 years ago
Ken Payson
a4b34c290d
Changed %lld to use mingw supported PRId64
9 years ago
murgatroid99
674f55a9ac
Fixed missing variable propagation
9 years ago
David Garcia Quintas
83a6a828b0
Fixed error messages for C++ interop client.
9 years ago
Jan Tattermusch
d605b63383
Merge pull request #7008 from jtattermusch/csharp_no_new_client
...
Remove generated NewClient factory method for C#.
9 years ago
murgatroid99
89f7cc517c
Merge branch 'grpc_trace_granularity' into ruby_garbage_collection_fixes
9 years ago
murgatroid99
5fec4bf5f3
Merge branch 'master' into grpc_trace_granularity
9 years ago
yang-g
17c5da2bfc
Merge remote-tracking branch 'upstream/master' into fixes
9 years ago
yang-g
d12a0a814d
Merge remote-tracking branch 'upstream/master' into import
9 years ago
Yuchen Zeng
d139da8b9a
Remove unnecessary changes
9 years ago
Makarand Dharmapurikar
dde4fc66fb
changed service to _service, and added a TODO
...
TODO for removing boilerplate code
9 years ago
Jan Tattermusch
b309bc94bf
Merge pull request #6922 from y-zeng/ios-test
...
Enable treating warnings as errors in objc tests
9 years ago