Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
bfb495d026952048c7fee641879deea357075ad8
/
src
/
ruby
4865c79
Merge pull request #10613 from ctiller/framing_costs
by Craig Tiller
· 8 years ago
bb4046c
Regenerate projects
by Craig Tiller
· 8 years ago
6f2024f
Merge github.com:grpc/grpc into c++lame
by Craig Tiller
· 8 years ago
decec09
Merge github.com:grpc/grpc into c++lame
by Craig Tiller
· 8 years ago
d5ad177
Merge github.com:grpc/grpc into framing_costs
by Craig Tiller
· 8 years ago
59db187
Merge branch 'tsan-c++' into hybrid
by Craig Tiller
· 8 years ago
a4894fc
Merge pull request #10182 from ctiller/cpparena
by Craig Tiller
· 8 years ago
ce67bff
Merge remote-tracking branch 'upstream/v1.3.x' into upmerge_v1.3.x
by murgatroid99
· 8 years ago
6984e1d
Merge github.com:grpc/grpc into c++lame
by Craig Tiller
· 8 years ago
06a30ee
Merge github.com:grpc/grpc into cpparena
by Craig Tiller
· 8 years ago
5b1c5f2
Extend clang-format to C#, Node, Ruby
by Craig Tiller
· 8 years ago
cac4e17
Merge github.com:grpc/grpc into cpparena
by Craig Tiller
· 8 years ago
a12c065
Merge github.com:grpc/grpc into hybrid
by Craig Tiller
· 8 years ago
addb6ea
Merge github.com:grpc/grpc into c++lame
by Craig Tiller
· 8 years ago
deeed7f
don't hold the gil while waiting for bg thread to start
by Alexander Polcyn
· 8 years ago
c39fbcf
Merge github.com:grpc/grpc into framing_costs
by Craig Tiller
· 8 years ago
d1143ab
tweak class init test to reveal bug in misordered startup
by Alexander Polcyn
· 8 years ago
c7fcebe
fix bug in which gc of channel sleeps on cv before bg thread signaling has started
by Alexander Polcyn
· 8 years ago
a818f72
Load Reporting back to using metadata
by David Garcia Quintas
· 8 years ago
4736e01
add native grpc class init tests to check that presence of grpc_init calls
by Alexander Polcyn
· 8 years ago
792c7e3
add new test where client forks after require grpc, to test that lib startup
by Alexander Polcyn
· 8 years ago
2a9b5d7
defer grpc_init and background threads until first grpc object init
by Alexander Polcyn
· 8 years ago
56c23f1
Merge github.com:grpc/grpc into c++lame
by Craig Tiller
· 8 years ago
c3666d7
Merge github.com:grpc/grpc into hybrid
by Craig Tiller
· 8 years ago
2c6f637
Merge github.com:grpc/grpc into cpparena
by Craig Tiller
· 8 years ago
0e5fa9e
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
9e1acc0
master to 1.4.0-dev
by David Garcia Quintas
· 8 years ago
d9986c3
1.3.x branch cut
by David Garcia Quintas
· 8 years ago
dea325b
Merge branch 'hybrid' of github.com:ctiller/grpc into hybrid
by Craig Tiller
· 8 years ago
b3612d3
Remove API
by Craig Tiller
· 8 years ago
2bb075d
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
75897a9
Merge branch 'c++lame' of github.com:ctiller/grpc into c++lame
by Craig Tiller
· 8 years ago
c20fa90
Merge github.com:grpc/grpc into cpparena
by Craig Tiller
· 8 years ago
2e01889
Merge github.com:grpc/grpc into hybrid
by Craig Tiller
· 8 years ago
9b02001
get rid of racey sleep 5 and use a cv to wait forever
by Alexander Polcyn
· 8 years ago
d6dd46a
fix flakey race in ruby tests
by Alexander Polcyn
· 8 years ago
9f3822c
patch ruby stuff
by Craig Tiller
· 8 years ago
f85aabf
Make ruby build debuggable
by Craig Tiller
· 8 years ago
7b9f97b
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
61f729f
Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v12x
by Jan Tattermusch
· 8 years ago
0be726b
bump version to 1.2.2
by Jan Tattermusch
· 8 years ago
d35bb9e
Fix sanity
by Craig Tiller
· 8 years ago
dd36b15
Call ref/unref, bugfixes
by Craig Tiller
· 8 years ago
547631e
Merge github.com:grpc/grpc into cpparena
by Craig Tiller
· 8 years ago
484871b
Bump version to 1.2.1
by Ken Payson
· 8 years ago
486f8d9
Merge pull request #10308 from apolcyn/bump_v12x_version
by apolcyn
· 8 years ago
79441ba
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
f466ae1
Merge pull request #7771 from y-zeng/cares_buildin
by Yuchen Zeng
· 8 years ago
b6512cf
Merge pull request #10245 from sreecha/cq_factory_api
by Sree Kuchibhotla
· 8 years ago
69c2717
bump v1.2.x branch version to 1.2.1-pre2
by Alexander Polcyn
· 8 years ago
944a56f
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
4364ded
wording fix in comments
by Alexander Polcyn
· 8 years ago
8d8dce8
malloc run_batch_stack after type checks
by Alexander Polcyn
· 8 years ago
077f890
conform test to formatter
by Alexander Polcyn
· 8 years ago
34bb6df
allocated run batch stack on the heap
by Alexander Polcyn
· 8 years ago
27338de
add test in that sends a sigint to client while its making an rpc ona
by Alexander Polcyn
· 8 years ago
e44a50f
Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0
by Nicolas "Pixel" Noble
· 8 years ago
604abf4
add generated imports header to be able to build on mingw
by Alexander Polcyn
· 8 years ago
1a0cc16
Merge pull request #10230 from apolcyn/bump_to_1_2_1_pre1
by apolcyn
· 8 years ago
b0f3f55
Merge pull request #9986 from apolcyn/fix_connectivity
by apolcyn
· 8 years ago
02d131b
fix mac crash on abruptly ended server thread
by Alexander Polcyn
· 8 years ago
8d8bb7a
Ruby changes
by Sree Kuchibhotla
· 8 years ago
513070c
get rid of time check increment in watch connectivity state loop
by Alexander Polcyn
· 8 years ago
def3354
Fix test bug and generate_projects.sh
by Sree Kuchibhotla
· 8 years ago
06d4edd
fix setting of time_check_increment in watch conn state loop
by Alexander Polcyn
· 8 years ago
5b88146
make fewer lock/unlock calls and loop on cv_wait in watch conn state
by Alexander Polcyn
· 8 years ago
5ea3bbd
Merge branch 'cq_factory_api' into cq_create_api_changes_with_factory
by Sree Kuchibhotla
· 8 years ago
bf18428
Introduce grpc_completion_queue_factory API
by Sree Kuchibhotla
· 8 years ago
36c3707
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
ea282e9
add passing test that kills a process while there are active watch chan state calls
by Alexander Polcyn
· 8 years ago
3e30832
bump v1.2.x branch to 1.2.1-pre1
by Alexander Polcyn
· 8 years ago
69e5a28
Going for 1.2.0
by David Garcia Quintas
· 8 years ago
4e60675
add end2end tests to formatter and adjust to formatter
by Alexander Polcyn
· 8 years ago
b862b6a
use RTEST with channel watch arg to capture larger set of truthy args
by Alexander Polcyn
· 8 years ago
c0e6701
Added dependencies in build.yaml to allow building
by Vijay Pai
· 8 years ago
9bc0d82
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
by Yuchen Zeng
· 8 years ago
2c97708
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
by Yuchen Zeng
· 8 years ago
12ca7d3
Bump 1.2.x version to pre-2
by Ken Payson
· 8 years ago
071f74f
add copyright header to fix failing sanity tests
by Alexander Polcyn
· 8 years ago
af3213f
remove now-unused channel completion queues
by Alexander Polcyn
· 8 years ago
4109c23
add a README for new test directory
by Alexander Polcyn
· 8 years ago
563ec53
stop mixing gpr mutexes and the ruby gil to fix channel closing deadlock
by Alexander Polcyn
· 8 years ago
70bc492
add another currently failing test related to channels and deadlock
by Alexander Polcyn
· 8 years ago
f3147b3
watch channel state without the gil to fix deadlock on abrupt SIGTERM
by Alexander Polcyn
· 8 years ago
16d97ed
add failing test revealing bug in channel state api
by Alexander Polcyn
· 8 years ago
f8dc32e
make end2end test ports dynamic and slight refactor
by Alexander Polcyn
· 8 years ago
c44c16e
add initial framework for full end2end tests outside of rspec
by Alexander Polcyn
· 8 years ago
be30114
fix up tests and remove two unlocks in a row bug
by Alexander Polcyn
· 8 years ago
fcad579
in the middle of fixing watch and get connectivity state to work with new changes
by Alexander Polcyn
· 8 years ago
427ec5e
change if to while to avoid unsafe wakeup
by Alexander Polcyn
· 8 years ago
6971908
remove a TODO
by Alexander Polcyn
· 8 years ago
a200503
Merge pull request #10012 from vjpai/phpqps
by Vijay Pai
· 8 years ago
9f49866
add in background connectivity state poller
by Alexander Polcyn
· 8 years ago
e57cd90
fix channel connectivity state function
by Alexander Polcyn
· 8 years ago
169c553
Merge pull request #10078 from dgquintas/master_to_1.3.0
by David G. Quintas
· 8 years ago
958ded9
PHP benchmarking performance client, proxied through Ruby
by Vijay Pai
· 8 years ago
904e7f5
Introducing 1.2.0-pre1
by David Garcia Quintas
· 8 years ago
74cec10
Bumped version to 1.3.0-dev
by David Garcia Quintas
· 8 years ago
b3eee5c
Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human
by ncteisen
· 8 years ago
36108cc
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
Next »