index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ruby
/
ext
Commit message (
Expand
)
Author
Age
*
Merge remote-tracking branch 'origin/v1.8.x'
Mehrdad Afshari
2017-12-11
|
\
|
*
Merge pull request #13696 from apolcyn/update_ruby_for_cpp_core
apolcyn
2017-12-08
|
|
\
|
|
*
Update extconf.rb for c++ conversion, move CFLAGS to CPPFLAGS when
Alexander Polcyn
2017-12-08
*
|
|
Revert "Revert "All instances of exec_ctx being passed around in src/core rem...
Yash Tibrewal
2017-12-06
*
|
|
Revert "All instances of exec_ctx being passed around in src/core removed"
Yash Tibrewal
2017-12-06
*
|
|
Merge pull request #13058 from yashykt/execctx
Yash Tibrewal
2017-12-05
|
\
\
\
*
|
|
|
Regen projects and fix more uses of gpr_thd_new
Vijay Pai
2017-12-05
|
*
|
|
Merge master into execctx after removal of assert in tls_gcc
yashkt
2017-12-04
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Move histogram to test/core/util
Vijay Pai
2017-11-30
|
|
/
/
|
/
|
|
|
*
|
Merge branch 'master' into execctx
Yash Tibrewal
2017-11-30
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
generate_projects
Muxi Yan
2017-11-27
|
*
|
Merge with master
Yash Tibrewal
2017-11-09
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge master
Yash Tibrewal
2017-11-06
|
\
\
\
|
*
|
|
fix
Craig Tiller
2017-11-03
|
*
|
|
Merge github.com:grpc/grpc into 50
Craig Tiller
2017-11-03
|
|
\
\
\
|
*
|
|
|
Sanity fixes
Craig Tiller
2017-11-03
|
*
|
|
|
Update clang-format to 5.0
Craig Tiller
2017-11-03
|
|
*
|
|
Remove grpc_slice_buf_cmp and change public_headers_must_be_c89 to print the ...
Yash Tibrewal
2017-11-02
|
|
/
/
/
*
|
|
|
Merge branch 'master' into testc++ize
Yash Tibrewal
2017-10-31
|
\
|
|
|
|
*
|
|
Merge pull request #13106 from Vizerai/census_update
Jim King
2017-10-31
|
|
\
\
\
*
|
|
|
|
Merge branch 'master' into testc++ize
Yash Tibrewal
2017-10-30
|
\
|
|
|
|
|
*
|
|
|
Support SSL server certificate reloading.
Justin Burke
2017-10-27
|
|
*
|
|
Merge branch 'master' into census_update
Jim King
2017-10-26
|
|
|
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'master' into testc++ize
Yash Tibrewal
2017-10-25
|
\
|
|
|
|
*
|
|
|
|
rename all test core files to cc and a lot of C++ style conversions
Yash Tibrewal
2017-10-25
|
*
|
|
|
Merge pull request #13084 from kpayson64/cq_lambda
kpayson64
2017-10-25
|
/
|
|
|
|
|
*
|
|
|
Adds gRPC Experimental CQ DoThenAsyncNext lambda API
Ken Payson
2017-10-25
|
|
*
|
|
Cleaning up census code.
Vizerai
2017-10-23
|
|
/
/
/
|
/
|
|
|
|
|
*
|
Removing instances of exec_ctx being passed around in functions in
Yash Tibrewal
2017-10-18
|
|
/
/
*
/
/
Fix call object memory leak in ruby, when call object is closed
Alexander Polcyn
2017-10-17
|
/
/
*
|
Add OpenBSD support
Frank Groeneveld
2017-10-12
*
|
Add a test under ruby GC stress mode and fix non-GC-rooted variable bug
Alexander Polcyn
2017-10-05
|
/
*
Merge pull request #12493 from apolcyn/fix_ruby_call_mem_leak
apolcyn
2017-10-04
|
\
*
\
Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix
Mark D. Roth
2017-09-25
|
\
\
|
*
|
Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than...
Vijay Pai
2017-09-21
|
*
|
Running generate_projects.sh
Yash Tibrewal
2017-09-18
|
*
|
Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only gr...
Jan Tattermusch
2017-09-14
|
*
|
Merge pull request #12214 from vjpai/cereal_eye_sir
Vijay Pai
2017-09-13
|
|
\
\
|
|
|
*
fix memory leak of ruby call objects
Alexander Polcyn
2017-09-11
|
|
|
/
|
|
/
|
*
|
|
Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix
Mark D. Roth
2017-09-08
|
\
|
|
|
*
|
Merge pull request #12372 from vjpai/armalarmadingdong
Vijay Pai
2017-09-07
|
|
\
\
|
|
|
*
Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer
Vijay Pai
2017-09-07
|
|
|
/
|
|
/
|
|
*
|
Merge pull request #12080 from y-zeng/connectivity
Yuchen Zeng
2017-09-07
|
|
\
\
|
|
|
*
Decouple alarm construction from setting to avoid races in MT code
Vijay Pai
2017-09-07
|
|
|
/
|
|
/
|
*
/
|
Change plugin credentials API to support both sync and async modes.
Mark D. Roth
2017-09-01
|
/
/
|
*
Sanity fixes
Yuchen Zeng
2017-08-24
*
|
Merge pull request #12237 from andremedeiros/fix-gc-eager-sweep
apolcyn
2017-08-24
|
\
\
|
*
|
Mark error code details as global
Andre Medeiros
2017-08-21
|
|
/
*
|
Merge remote-tracking branch 'upstream/master' into stream_compression_config
Muxi Yan
2017-08-11
|
\
|
|
*
cancel calls with an error message when bidi write loop fails with user
Alexander Polcyn
2017-08-07
[next]