David G. Quintas
fea28b79fb
Merge pull request #2485 from ctiller/thread-stress=craig-stress
...
Fix leaked completions (leading to leaked calls in thread_stress_test)
10 years ago
Jan Tattermusch
068e320ed1
Merge pull request #2486 from murgatroid99/node_error_status_test
...
Add tests for translating server handler errors to status objects
10 years ago
Michael Lumish
048fc2f04f
Merge pull request #2488 from jcanizales/subclass-grxwriter
...
Subclass GRXWriter instead of conforming to its protocol
10 years ago
murgatroid99
560b82c459
Added tests for UNKNOWN status when the handler does not specify
10 years ago
Craig Tiller
fb5ce3dbea
Merge pull request #2479 from grpc/pick_first_h_docstring
...
Docstring for grpc_create_pick_first_lb_policy
10 years ago
Craig Tiller
3644adf864
Merge pull request #2478 from grpc/pollset_set_comment_fix
...
Tiny comment grammar fix
10 years ago
Craig Tiller
be2b9b2563
Merge pull request #2463 from dgquintas/bitsetmacros
...
Added bitset macro ops
10 years ago
Nicolas "Pixel" Noble
aff4f2a0cc
Changing a very long (4000s) deadline to 10s.
10 years ago
Jorge Canizales
29f55d5655
Remove GRXWriter wrappers that are now unnecessary
...
With GRXWriter a subclass of all writers, we can map the requestsWriter directly
without a dumb wrapper, and return GRXImmediateWriter objects where GRXWriter is
expected.
10 years ago
Jorge Canizales
a38baaec9c
Subclass GRXWriter instead of conforming to protocol
10 years ago
Jorge Canizales
739c99879a
Codegen GRXWriter* instead of id<GRXWriter>
10 years ago
Jorge Canizales
a8c5d96893
id<GRXWriter> -> GRXWriter * in the tests
10 years ago
Jorge Canizales
5604712b03
id<GRXWriter> -> GRXWriter * in the runtime
10 years ago
David Garcia Quintas
29f13f22fe
Moar parenthesis!
10 years ago
Jorge Canizales
7b52c98e62
Separate GRXForwardingWriter, delete the protocol
10 years ago
Craig Tiller
eec373c555
Merge pull request #2413 from dgquintas/interop_sniffer
...
Introduced InteropContextInspector
10 years ago
Craig Tiller
1eedf268e6
Merge pull request #2385 from yang-g/timeout_interop
...
Add timeout interop test case
10 years ago
murgatroid99
06f0972924
Add tests for translating server handler errors to status objects
10 years ago
Craig Tiller
304048c271
Fix leaked completions (leading to leaked calls in thread_stress_test)
10 years ago
Jan Tattermusch
9d70c81081
Merge pull request #2483 from stanley-cheung/add_homebrew_to_jenkins
...
Rename Jenkins script to run_distribution
10 years ago
Stanley Cheung
d76bb254e2
rename script to run_distribution
10 years ago
jboeuf
c876923bc2
Merge pull request #2451 from yang-g/authcontext_iterator
...
auth context iterator
10 years ago
vjpai
72a44178e9
ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add
10 years ago
yang-g
06fabde1b7
add missed 'class'
10 years ago
yang-g
fb58d239ef
Merge with head
10 years ago
yang-g
7ef7232dd9
split iterator into its own file
10 years ago
Abhishek Kumar
65ef0fffae
Merge pull request #1888 from ctiller/flow-like-lava-to-a-barnyard
...
Transport/call flow control interface
10 years ago
David G. Quintas
65749c1079
Docstring for grpc_create_pick_first_lb_policy
10 years ago
David G. Quintas
a5d6e72957
Tiny comment grammar fix
...
s/adds...with/adds...to
10 years ago
Craig Tiller
abfaf2a536
Expand comment
10 years ago
David Garcia Quintas
7cceb09b79
Merge branch 'master' of github.com:grpc/grpc into decompression
10 years ago
Craig Tiller
c9af31dad0
Merge pull request #2473 from hongweiwang/uri_parser
...
Fix authority in uri_parser
10 years ago
Craig Tiller
9a3f858f93
Merge pull request #2460 from vjpai/exposed_pool
...
Make thread_pool.h a public header
10 years ago
murgatroid99
87afb5d863
Clean up some warnings in the ruby wrapping code
10 years ago
Jan Tattermusch
e85483b392
Merge pull request #2389 from nicolasnoble/let-s-run-ruby-on-macos
...
Setting up ruby environment for macos.
10 years ago
Jan Tattermusch
2884b6a06f
Merge pull request #2454 from stanley-cheung/php_minor_fix
...
php script minor fix
10 years ago
Hongwei Wang
275a02c317
Small fix
10 years ago
Stanley Cheung
4ff154ef30
Merge pull request #2459 from jtattermusch/csharp_metadata_refactoring
...
C# client-side metadata refactoring
10 years ago
Jan Tattermusch
55652c74a2
remove trailing whitespace
10 years ago
Hongwei Wang
d423f3c2fd
Fix authority in uri_parser
10 years ago
murgatroid99
ef9fd53c80
Added test for echoing metadata
10 years ago
murgatroid99
380b90a795
Removed server-wide metadata handler, individual handlers can now send metadata
10 years ago
Eric Anderson
2f89e400be
Merge pull request #2422 from yang-g/per_call_oauth_creds
...
Clarify the oauth2_auth_token scenario and add the per call credentia…
10 years ago
David Garcia Quintas
1021c2f775
Prefixed macro with GPR_ a small var rename
10 years ago
Michael Lumish
c478c13c63
Merge pull request #2469 from jcanizales/remove-flakes
...
Increase timeout of tests to remove flakes.
10 years ago
Michael Lumish
ccd89f084f
Merge pull request #2467 from jcanizales/readme-objc-to-alpha
...
List Objective-C library as alpha.
10 years ago
Craig Tiller
e0981dfa05
Merge github.com:grpc/grpc into i-want-to-wait-free
10 years ago
Craig Tiller
b0c13ad769
Fix a leaked lock, and make a debug-only detection for this class of bug
10 years ago
Craig Tiller
f101af1ab4
Merge pull request #2468 from yang-g/cleanup_handshaking_channels_when_server_shutdown
...
Clean up handshaking server channels properly
10 years ago
Jorge Canizales
5580e5d248
Increase timeout of tests to remove flakes.
10 years ago