Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
7366fe6df380f1860c32b656e778ad33dbc4c5b3
/
src
/
ruby
a818f72
Load Reporting back to using metadata
by David Garcia Quintas
· 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
2bb075d
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 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
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
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
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
78fd7db
Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master_again
by David Garcia Quintas
· 8 years ago
98ab520
Ruby: Completion queue creation API changes
by Sree Kuchibhotla
· 8 years ago
18e8b14
Limit the gem native build resources
by J. Martin
· 8 years ago
0393d5d
generate_projects.sh
by Sree Kuchibhotla
· 8 years ago
5c2d7e2
Boost grpc version to v1.1.4
by Muxi Yan
· 8 years ago
2316b80
Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human
by ncteisen
· 8 years ago
3d72d71
Merge github.com:grpc/grpc into zalloc
by Craig Tiller
· 8 years ago
63852c9
Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_x
by Michael Lumish
· 8 years ago
fd6cc7d
Bump version to v1.1.3
by Ken Payson
· 8 years ago
3da3ce3
Add error test
by ncteisen
· 8 years ago
266f66a
Merge github.com:grpc/grpc into zalloc
by Craig Tiller
· 8 years ago
e96b6a2
Merge pull request #9723 from vyper/patch-1
by apolcyn
· 8 years ago
ff71449
Fix generated code
by Craig Tiller
· 8 years ago
87b10b6
Fix class name on documentation
by Leonardo Saraiva
· 8 years ago
f31f096
Use call context to propagare LR costs
by David Garcia Quintas
· 8 years ago
e00d63f
Merge remote-tracking branch 'google/v1.1.x'
by Nicolas "Pixel" Noble
· 8 years ago
2b3e12c
Update version to 1.1.2
by murgatroid99
· 8 years ago
7c54d29
Merge pull request #9553 from apolcyn/fix_ruby_mac_build
by apolcyn
· 8 years ago
6af4427
remove -Werror compiler option in ruby Makefile to build on mac in opt configuration
by Alexander Polcyn
· 8 years ago
86d2115
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
by Yuchen Zeng
· 8 years ago
e15b5a4
Bump version to 1.1.1
by murgatroid99
· 8 years ago
92edda5
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
by Yuchen Zeng
· 8 years ago
5cad46e
Bump master version numbers
by Craig Tiller
· 8 years ago
4dcb786
Flagging version 1.1.0.
by Nicolas "Pixel" Noble
· 8 years ago
e6dd773
Move parameters for all grpc_op types into their own sub-structs.
by Mark D. Roth
· 8 years ago
afceb2e
Merge github.com:grpc/grpc into rollfwd
by Craig Tiller
· 8 years ago
bc8a704
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
by Yuchen Zeng
· 8 years ago
448c1f0
Move parameters for all grpc_op types into their own sub-structs.
by Mark D. Roth
· 8 years ago
0f2e2e4
Merge github.com:grpc/grpc into rollfwd
by Craig Tiller
· 8 years ago
e38698e
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
by Yuchen Zeng
· 8 years ago
1a56a93
Fixup
by Craig Tiller
· 8 years ago
a53c193
Merge github.com:grpc/grpc into faster_slices
by Craig Tiller
· 8 years ago
da83b37
Changing versions from -dev to -pre1 on the release branch.
by Nicolas "Pixel" Noble
· 8 years ago
f2c5c1e
Merge pull request #9428 from grpc/revert-8842-metadata_filter
by David G. Quintas
· 8 years ago
9ff26dc
v1.0.x → master upmerge
by Nathaniel Manista
· 8 years ago
7c70b6c
Revert "Revert "Metadata handling rewrite""
by Craig Tiller
· 8 years ago
Next »