Alexander Polcyn
7b87bab832
Refactor ruby server shutdown to fix a race
7 years ago
Alexander Polcyn
443165f88f
Fix two ruby memory leaks when exceptions are raised
7 years ago
Mark D. Roth
62569dd978
Fix arena to return aligned memory.
7 years ago
Jan Tattermusch
2dc3b1eb55
regenerate projects
7 years ago
Vijay Pai
2b226adf60
Remove alarm from core, implement in C++ layer only
7 years ago
Mehrdad Afshari
43884047c9
Regenerate projects
7 years ago
Mehrdad Afshari
28d5cf33e9
Regenerate projects
7 years ago
murgatroid99
01c2334998
Update version to v1.8.4
7 years ago
Mehrdad Afshari
6c9a0a1a96
Bump version to 1.8.3
7 years ago
Ken Payson
16e4bc010a
Bump to 1.8.2
7 years ago
Mehrdad Afshari
0981f9fab1
Bump version to 1.8.1
7 years ago
Frank Natividad
235a2e74b2
[Ruby] Specify module init after cloning repo
7 years ago
Alexander Polcyn
b14f1ea602
Disable soreuseport in ruby unit tests
7 years ago
Jan Tattermusch
a2044f83c6
metadata plugin update statuses in wrapped langs
7 years ago
Mehrdad Afshari
0ba96edc41
v1.8.0-pre2 is now v1.8.0
7 years ago
Alexander Polcyn
ebcc6b398d
Update extconf.rb for c++ conversion, move CFLAGS to CPPFLAGS when
...
compiling core.
7 years ago
Muxi Yan
9c02a3cca1
Do not separate message/stream compression levels
7 years ago
Alexander Polcyn
f7a869fdbe
Unref global backup poller under its lock
7 years ago
Muxi Yan
38fcd0c6c3
clang-format
7 years ago
Yash Tibrewal
8cf1470a51
Revert "Revert "All instances of exec_ctx being passed around in src/core removed""
7 years ago
Yash Tibrewal
ad4d2dde00
Revert "All instances of exec_ctx being passed around in src/core removed"
7 years ago
Vijay Pai
770bf078d5
Regen projects and fix more uses of gpr_thd_new
7 years ago
Vijay Pai
195cf1ebfd
Move histogram to test/core/util
7 years ago
Alex Polcyn
81e9581bf3
Remove some sleeps in ruby tests and fix test server shutdown
7 years ago
Mehrdad Afshari
14e96f9ae8
Bump 1.8.0-dev to 1.9.0-dev
7 years ago
Mehrdad Afshari
552a7ca088
Bump 1.8.0-dev to 1.8.0-pre1
7 years ago
Muxi Yan
fba967747c
generate_projects
7 years ago
Marko Bogdanović
9f4a8eeced
Add HealthChecker helpers for setting statuses
7 years ago
Craig Tiller
44ab6a559c
fix
7 years ago
Craig Tiller
b32d72ef90
Sanity fixes
7 years ago
Craig Tiller
baa14a975e
Update clang-format to 5.0
7 years ago
Yash Tibrewal
2f921a3f97
Remove grpc_slice_buf_cmp and change public_headers_must_be_c89 to print the addresses of public api functions to check if they can be linked to
7 years ago
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