Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
9b2c25e806d4fae42c49daa042ddd4491366f373
/
src
/
core
9b2c25e
Bounds checking for ops in call batch
by vjpai
· 9 years ago
c29812f
Merge pull request #2845 from ctiller/reorder-some-things
by jboeuf
· 9 years ago
95a98ca
Merge pull request #2829 from ctiller/tell-the-world-about-ALL-the-things
by Yang Gao
· 9 years ago
012349f
Merge pull request #2842 from ctiller/asan-is-sad
by Yang Gao
· 9 years ago
8f1b169
Reorder filters to ensure that :authority is available when the auth filter needs it
by Craig Tiller
· 9 years ago
c7989b6
Merge pull request #2788 from ctiller/kinetic-lopsided-poetry
by Nicolas Noble
· 9 years ago
2e95e4a
Move parent removal from final destruction to destruction request
by Craig Tiller
· 9 years ago
26f8b28
Merge github.com:grpc/grpc into tell-the-world-about-ALL-the-things
by Craig Tiller
· 9 years ago
7aff428
Merge branch 'master' of https://github.com/grpc/grpc into server_creds_auth_md_processor
by Julien Boeuf
· 9 years ago
6659d8b
Fix memory leaks
by Craig Tiller
· 9 years ago
f3128e6
Merge branch 'master' of https://github.com/grpc/grpc into server_creds_auth_md_processor
by Julien Boeuf
· 9 years ago
6b9477e
Merge github.com:grpc/grpc into kinetic-lopsided-poetry
by Craig Tiller
· 9 years ago
aee5d5c
Print error message on client auth error
by Craig Tiller
· 9 years ago
c281152
Merge branch 'server_creds_auth_md_processor' of github.com:jboeuf/grpc into tell-the-world-about-ALL-the-things
by Craig Tiller
· 9 years ago
5a20170
Merge pull request #2803 from ctiller/delay-start-resolution
by Yang Gao
· 9 years ago
d3368e4
Merge branch 'master' of github.com:grpc/grpc into server_creds_auth_md_processor
by Julien Boeuf
· 9 years ago
7c8d255
Cleanup.
by Julien Boeuf
· 9 years ago
77a7b87
Fixing API (thanks Craig for the comments) and associated tests.
by Julien Boeuf
· 9 years ago
0700d8b
Merge github.com:grpc/grpc into kinetic-lopsided-poetry
by Craig Tiller
· 9 years ago
a6f8f92
Add comment
by Craig Tiller
· 9 years ago
fdbd728
Rename constants
by Craig Tiller
· 9 years ago
22de7b6
Merge github.com:grpc/grpc into propagate
by Craig Tiller
· 9 years ago
4e407ba
Merge pull request #2656 from yang-g/reconnect_branch_based_on_jitter
by Vijay Pai
· 9 years ago
d2e9cb3
Merge pull request #2765 from ctiller/the-test-be-sleepy
by Yang Gao
· 9 years ago
9f007f0
Merge pull request #2732 from ctiller/primary-goat-whisperer
by Vijay Pai
· 9 years ago
8158c6c
Merge pull request #2713 from ctiller/plucking-hell
by Vijay Pai
· 9 years ago
a600d58
Merge github.com:grpc/grpc into propagate
by Craig Tiller
· 9 years ago
402acf6
Fix proxy, finalize API
by Craig Tiller
· 9 years ago
183c9f7
Merge pull request #2767 from ctiller/no-poop-on-pizza
by Abhishek Kumar
· 9 years ago
ebd7a59
Merge remote-tracking branch 'upstream/master' into reconnect_branch_based_on_jitter
by yang-g
· 9 years ago
20a3c35
Delay name resolution until we need a channel to be READY
by Craig Tiller
· 9 years ago
18541a1
Merge github.com:grpc/grpc into propagate
by Craig Tiller
· 9 years ago
dcd45cf
Cleanup includes
by Craig Tiller
· 9 years ago
5afe5e3
Merge github.com:grpc/grpc into kinetic-lopsided-poetry
by Craig Tiller
· 9 years ago
220adcc
Merge branch 'primary-goat-whisperer' into the-test-be-sleepy
by Craig Tiller
· 9 years ago
c436a80
Merge github.com:grpc/grpc into primary-goat-whisperer
by Craig Tiller
· 9 years ago
1dc978c
Merge pull request #2791 from pmarks-net/uri
by Craig Tiller
· 9 years ago
63541a1
Return normalized IPv4 addresses from grpc_sockaddr_to_uri().
by Paul Marks
· 9 years ago
902d9c4
Merge pull request #2749 from yang-g/default_host_to_null
by Craig Tiller
· 9 years ago
f53d9c8
Testing port server
by Craig Tiller
· 9 years ago
847dfff
Merge pull request #2779 from jtattermusch/properly_decrement_active_ports
by Nicolas Noble
· 9 years ago
dd8a80f
clarified comment and silenced error log
by Jan Tattermusch
· 9 years ago
e871ef4
Merge branch 'primary-goat-whisperer' into the-test-be-sleepy
by Craig Tiller
· 9 years ago
08dda26
Back-out unnecessary change
by Craig Tiller
· 9 years ago
82389ec
Merge branch 'primary-goat-whisperer' into the-test-be-sleepy
by Craig Tiller
· 9 years ago
05b35c4
Merge branch 'plucking-hell' into primary-goat-whisperer
by Craig Tiller
· 9 years ago
060ca5f
Update comment
by Craig Tiller
· 9 years ago
a9c643f
Merge github.com:grpc/grpc into plucking-hell
by Craig Tiller
· 9 years ago
17effab
Add proxy tests to end2end suite
by Craig Tiller
· 9 years ago
abd60a3
Change cast to avoid warning
by Christian Blichmann
· 9 years ago
e60c5e3
Use an unsigned pointer compare, as the highest bit may sometimes be set.
by Christian Blichmann
· 9 years ago
2f25d98
properly decrement active_ports
by Jan Tattermusch
· 9 years ago
324b4b1
Merge branch 'auth_md_processor' into server_creds_auth_md_processor
by Julien Boeuf
· 9 years ago
095f4f9
Merge branch 'master' of github.com:grpc/grpc into auth_md_processor
by Julien Boeuf
· 9 years ago
deab29e
Fix compilation under VS 2010
by Jan Tattermusch
· 9 years ago
4372884
merge with head and resolve conflicts
by yang-g
· 9 years ago
c5ae3eb
Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port
by Craig Tiller
· 9 years ago
0c23f29
Fix edge cases resulting in close not being sent
by Craig Tiller
· 9 years ago
65b0749
Merge pull request #2743 from ctiller/ampidextrous-parrot
by Eric Anderson
· 9 years ago
3d382a0
Merge pull request #2751 from ctiller/alphanumeric-juju-fish
by Michael Lumish
· 9 years ago
2b4997a
Merge branch 'plucking-hell' into the-test-be-sleepy
by Craig Tiller
· 9 years ago
9c7c0e8
Fix typo
by Craig Tiller
· 9 years ago
8155d98
Merge branch 'plucking-hell' into the-test-be-sleepy
by Craig Tiller
· 9 years ago
c7df0df
Implement cancellation propagation, define auth propagation
by Craig Tiller
· 9 years ago
791e78a
Dont crash on too many pluckers
by Craig Tiller
· 9 years ago
489df07
Formalize max pluckers
by Craig Tiller
· 9 years ago
42ce225
Merge github.com:grpc/grpc into plucking-hell
by Craig Tiller
· 9 years ago
6728bef
Merge branch 'propagate' of github.com:ctiller/grpc into propagate
by Craig Tiller
· 9 years ago
fa44f18
Merge github.com:grpc/grpc into propagate
by Craig Tiller
· 9 years ago
2f04c6e
check before unref, this will fail in BadCreds test
by yang-g
· 9 years ago
7716c53
Merge pull request #2717 from ctiller/yeah-we-know-what-youre-talking-about
by Yang Gao
· 9 years ago
5666a20
Respond to review
by Craig Tiller
· 9 years ago
e1b0e6e
s/inherit/propagate/g
by Craig Tiller
· 9 years ago
99e6164
Update wrappers, tests to new create_call()
by Craig Tiller
· 9 years ago
2cd9dd9
Remove optional parameter from watch connectivity state
by Craig Tiller
· 9 years ago
3e7c6a7
Core-supported context inheritance sketch
by Craig Tiller
· 9 years ago
b709269
Spam cleanup
by Craig Tiller
· 9 years ago
6af3f39
Merge branch 'plucking-hell' into primary-goat-whisperer
by Craig Tiller
· 9 years ago
2fc2a16
Switch ALPN/NPN to advertise only h2
by Craig Tiller
· 9 years ago
1a849ab
Save some iterations
by Craig Tiller
· 9 years ago
45ce927
Properly send GRPC_STATUS_UNAUTHENTICATED from server auth failures
by Craig Tiller
· 9 years ago
be043d9
Merge branch 'auth_md_processor' of github.com:jboeuf/grpc into complain-with-both-passion-and-meaning
by Craig Tiller
· 9 years ago
755d6df
Merge branch 'plucking-hell' into primary-goat-whisperer
by Craig Tiller
· 9 years ago
86d1f13
Merge github.com:grpc/grpc into insolent-pork-chop
by Craig Tiller
· 9 years ago
44a127c
Merge github.com:grpc/grpc into yeah-we-know-what-youre-talking-about
by Craig Tiller
· 9 years ago
70e9b3d
Merge github.com:grpc/grpc into plucking-hell
by Craig Tiller
· 9 years ago
10cd634
Merge branch 'plucking-hell' into primary-goat-whisperer
by Craig Tiller
· 9 years ago
9b0fd3b
Merge pull request #2723 from a-veitch/issue_2710
by Michael Lumish
· 9 years ago
561300f
Merge branch 'plucking-hell' of github.com:ctiller/grpc into plucking-hell
by Craig Tiller
· 9 years ago
0c1cea1
Merge branch 'regen-and-vs-tweaks' of github.com:nicolasnoble/grpc into tepid-tarantula
by Craig Tiller
· 9 years ago
98371d9
Reject incoming calls if the server is already shutting down
by Craig Tiller
· 9 years ago
d1c0034
Abort writes if a stream is cancelled
by Craig Tiller
· 9 years ago
b36a582
merge with head
by yang-g
· 9 years ago
6765604
Merge pull request #2590 from yang-g/jitter
by Vijay Pai
· 9 years ago
c400604
Merge branch 'plucking-hell' into primary-goat-whisperer
by Craig Tiller
· 9 years ago
1191e21
More aggressively kill pending work
by Craig Tiller
· 9 years ago
6796805
Merge branch 'master' into issue_2709
by Alistair Veitch
· 9 years ago
d1885e0
Implement new pollset semantics for Windows
by Craig Tiller
· 9 years ago
e97c9b4
Fix TSAN reported lock-inversion in epoll fd addition
by Craig Tiller
· 9 years ago
c5d3f43
make random uint32
by yang-g
· 9 years ago
Next »