Alexander Polcyn
9f5163eb85
Bump v1.7.x branch to 1.7.2
7 years ago
Alexander Polcyn
99fdda8c8e
remove use of keyword args
7 years ago
Alexander Polcyn
b32070eff8
remove use of keyword args
7 years ago
Justin Burke
c1d354d7f2
Support SSL server certificate reloading.
7 years ago
Alexander Polcyn
40ba62f2a2
Bump v1.7.x branch to 1.7.1
7 years ago
Yash Tibrewal
34a57d0346
rename all test core files to cc and a lot of C++ style conversions
7 years ago
Ken Payson
42bd87e376
Adds gRPC Experimental CQ DoThenAsyncNext lambda API
7 years ago
Vizerai
bb7d088ed2
Cleaning up census code.
7 years ago
Nicolas "Pixel" Noble
863a0500df
Flagging 1.7.0
7 years ago
Alexander Polcyn
41bdeff878
Fix call object memory leak in ruby, when call object is closed
7 years ago
Yash Tibrewal
0ee7574732
Removing instances of exec_ctx being passed around in functions in
...
src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of
grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx
also keeps track of the previous exec_ctx so that nesting of exec_ctx is
allowed. This means that there is only one exec_ctx being used at any
time. Also, grpc_exec_ctx_finish is called in the destructor of the
object, and the previous exec_ctx is restored to avoid breaking current
functionality. The code still explicitly calls grpc_exec_ctx_finish
because removing all such instances causes the code to break.
7 years ago
Alexander Polcyn
40d3062a76
Fix call object memory leak in ruby, when call object is closed
7 years ago
Michael Darakananda
410ba6dada
format
7 years ago
Frank Groeneveld
fbf8128da8
Add OpenBSD support
7 years ago
Alexander Polcyn
55b3617b5a
update ruby extension to compression changes
7 years ago
Muxi Yan
f7a97e19cf
build_project
7 years ago
Muxi Yan
4c7bc85bd8
Revert changes to "identity" "deflate" "gzip" "stream-gzip" compression algorithm names at surface API
...
This reverts commit 6360274841
.
This reverts commit 33d7a7aa5a
.
7 years ago
Michael Darakananda
bf6185c3b1
make ruby proxy worker accept script location
...
This is done so that we can test other PHP clients.
7 years ago
Muxi Yan
6360274841
Make the names of compression algorithms backwards compatible at surface API
7 years ago
ZhouyihaiDing
d015389823
exclude uploading stats, add unconstained php benchmark
...
php7 build once
7 years ago
Alexander Polcyn
8c12d9eae6
Add a test under ruby GC stress mode and fix non-GC-rooted variable bug
7 years ago
Muxi Yan
906f69c1df
Fix Ruby build
7 years ago
Alexander Polcyn
4f05af59ea
fix memory leak of ruby call objects
7 years ago
murgatroid99
90e9140211
1.7.x is now 1.7.0-pre1
7 years ago
Muxi Yan
74878c7bf5
Another Ruby build fix
7 years ago
Muxi Yan
532af94e78
Fix Ruby build
7 years ago
murgatroid99
9887379158
Update version to 1.8.0-dev, update g word to 'generous'
7 years ago
Alexander Polcyn
f1b1ab0899
return nil from google rpc status conversion if the grpc-status-details-bin trailer wasnt set
7 years ago
ZhouyihaiDing
c8e145bd93
add protobuf c_ext to php benchmark
7 years ago
Muxi Yan
92d1bc11ba
generate_project
7 years ago
Shaun McCormick
eec7a917ba
Add Ruby server interceptors
7 years ago
Alexander Polcyn
2f3e588099
Dont assume that sigint wasnt masked when invoking ruby tests
7 years ago
Vijay Pai
efce6e1e50
Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer""
7 years ago
Alexander Polcyn
a594ba0bd7
add a client side utility for extracting a google rpc
...
status from a grpc::Status
7 years ago
Yash Tibrewal
dc1cd5437c
Running generate_projects.sh
7 years ago
Alexander Polcyn
67fa513fba
make sure calls created in ruby unit tests are completed timely
7 years ago
ZhouyihaiDing
1c87515f8d
add php extension
7 years ago
Jan Tattermusch
5432dd8874
Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"
7 years ago
Jan Tattermusch
4fa3364975
bump version to 1.6.1
7 years ago
Alexander Polcyn
d24e966c1d
fix memory leak of ruby call objects
7 years ago
Vijay Pai
677395558d
Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer
7 years ago
Vijay Pai
58c33ba19b
Decouple alarm construction from setting to avoid races in MT code
7 years ago
Jan Tattermusch
66e08cbe96
add rubocop warnings to TODO config file
7 years ago
Alexander Polcyn
010ea65be5
remove calls to optional paramaters so that the test is compatible with ruby versions < 2.1
7 years ago
Mark D. Roth
2caf021772
Change plugin credentials API to support both sync and async modes.
7 years ago
David Garcia Quintas
dfde288148
1.6.0-pre1 -> 1.6.0
7 years ago
Yuchen Zeng
ba23e799dc
Sanity fixes
7 years ago
Andre Medeiros
b0eae8a08e
Mark error code details as global
7 years ago
David Garcia Quintas
1775ef91d2
Version bump to 1.6
7 years ago
David Garcia Quintas
713597f1cd
Master version bump to 1.7.x
7 years ago