Ken Payson
16e7f5826b
Updated exit_test for new grpc.Server API
...
This should have been part of a6b2a5a090
8 years ago
Ken Payson
9adeaffa10
Implemented python status_code_and_message interop test
8 years ago
yang-g
9275d4067c
Shutdown the listeners early when destroying the tcp_server
8 years ago
Craig Tiller
9a5b4348f8
clang-format
8 years ago
yang-g
e89dc6ceb6
Make Server::Wait work for async only server.
8 years ago
Yuchen Zeng
9f340958f6
Remove unnecessary parsing detail
8 years ago
Alexander Polcyn
a0a0e1f7db
Removed expectations of entire provided algorithms list in tests
8 years ago
Alexander Polcyn
6c4709e275
replaced constant compress level names with ids
8 years ago
Jorge Canizales
54e28ad79e
Tests Podfile cleanup
8 years ago
Jorge Canizales
45bb7f36b4
Use the deployed protoc spec in samples and README
8 years ago
Ken Payson
136ea365e3
Hold onto the GIL in __dealloc__ functions
...
When a child thread triggers __dealloc__ as part of a thread being
joined, the thread is already considered to be "joined", and so
releasing the GIL can allow the main thread to proceed to exit,
which introduces shutdown race conditions/memory leaks.
8 years ago
Jorge Canizales
eb3ebc5828
gRPC plugin podspec: license & deployment target
...
For the spec to pass linting.
8 years ago
Jorge Canizales
92450dd0e5
ProtoCompiler.podspec: license & deployment target
...
For the spec to pass linting.
8 years ago
Jorge Canizales
6eade6dcd7
Podspecs for Protoc and the gRPC plugin
...
The examples under <repo_root>/examples now rely on the released
versions. Those under src/objective-c/examples, as well as the tests,
rely on protoc and the plugin as compiled from head.
8 years ago
Alex Polcyn
b72cc3dd87
fixed unreferenced self C parameters
9 years ago
Alexander Polcyn
d788b458cf
Replaced private ruby methods with internal c functions
9 years ago
Alexander Polcyn
0dccf10db7
Added ruby wrapper for grpc_compression_options
9 years ago
thinkerou
b433830d1a
Fixed code format
9 years ago
thinkerou
614e6f9e58
Update the clearer name of function
9 years ago
thinkerou
d4c1abb853
Merged some codes to the common function for maintainability
9 years ago
Makarand Dharmapurikar
027ae0b4eb
removed unneeded import. fixes travis build
9 years ago
Craig Tiller
33ab1829a5
Convert time to monotonic internally
9 years ago
Makarand Dharmapurikar
77f8da22ee
added a comment just to retrigger tests
9 years ago
Stanley Cheung
43ba180c21
php: remove gpr_log debug
9 years ago
Craig Tiller
c22e31fb05
Make it more likely to correctly report deadline exceeded
9 years ago
Makarand Dharmapurikar
86202529a8
fixed minor indent and resubmit
9 years ago
Masood Malekghassemi
3a9e6d9770
Fix interop tests on Windows
9 years ago
Masood Malekghassemi
cab9d4f74b
Make Python tests run on Windows
9 years ago
Masood Malekghassemi
639bb3996f
Build Python distributions standalone for Windows
9 years ago
Masood Malekghassemi
06c857cb86
Patch monkeypatch link function to work in Python3
...
The modified link command was originally taken from a Python 2.x distutils.
9 years ago
Masood Malekghassemi
586e3835fe
Make Python build standalone on Windows
9 years ago
Makarand Dharmapurikar
46cc9eebb1
addressed feedback
...
using 'using'. Removed unnecessary grpc::string. fixed indentation.
9 years ago
Masood Malekghassemi
af26ce6f43
Remove unnecessary fcntl module import
9 years ago
Masood Malekghassemi
771dc7546a
Remove misleading diagnostics message
9 years ago
Makarand Dharmapurikar
2b220f8be7
fixes #7219
...
Modified objc plugin to add two types of import statements for well
known protos.
Deleted unnecessary empty.proto as we'll be using wellknown empty.proto
Modified test to use the well known empty.proto.
9 years ago
murgatroid99
ae466c8a8d
Revert changes to SingleReqView and MultiReqView
9 years ago
Ken Payson
ea1b16f82f
Removed cython client-side call tracking
...
This ensures sync calls get cancelled after
a keyboard interrupt, as well as all calls
getting destroyed before grpc_shutdown()
9 years ago
Stanley Cheung
69f9e448f8
revert debug log change
9 years ago
Stanley Cheung
692a38f7fa
php: update example composer.json
9 years ago
Stanley Cheung
8b249088b0
php: add warning about shutdown function
9 years ago
murgatroid99
e69f088cd9
Split incoming initial and trailing metadata in Ruby calls
9 years ago
Nathaniel Manista
4dd9ca9a6e
Fix _Rendezvous.exception for successful calls
9 years ago
Ken Payson
b156671023
Change cancelled to cancelled?
9 years ago
Nathaniel Manista
22869a00fd
Composition of arbitrarily many CallCredentials
9 years ago
Nathaniel Manista
a6b2a5a090
Make handlers optional at server construction
9 years ago
Craig Tiller
fbf03c1735
Fix high seqno tests, up runtimes for benchmark tests to flush more bugs
9 years ago
Craig Tiller
590092ba28
Fix windows compilation
9 years ago
Vijay Pai
ceb1a7d79f
Add more information so that we can have a meaningful exit code
9 years ago
Craig Tiller
cbff482249
Reduce default max message size
9 years ago
Craig Tiller
8e8027bad6
clang-format
9 years ago