Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
418a82187ca4905dbbcdd05c3271022a74bda6e6
/
test
/
core
f7a670f
Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine
by Craig Tiller
· 9 years ago
1ba1bba
Merge pull request #6567 from markdroth/large_metadata_test_fix
by David Klempner
· 9 years ago
effd74c
Merge pull request #5456 from ctiller/cleaner-posix3
by Jan Tattermusch
· 9 years ago
183ba02
Renamed some defines
by David Garcia Quintas
· 9 years ago
5eba797
Switch from snprintf() to gpr_asprintf().
by Mark D. Roth
· 9 years ago
0eb3e13
Fix large_metadata_bad_client_test to avoid C99 string literal length limit.
by Mark D. Roth
· 9 years ago
a8663fa
Merge pull request #6553 from grpc/revert-6488-revert-6214-master
by Jan Tattermusch
· 9 years ago
5f902c1
Fix tsan reported error
by Craig Tiller
· 9 years ago
9aa6f40
Add callback when gRPC FD is about to be orphaned.
by Robbie Shade
· 9 years ago
a65f9f5
Fix test usage of pollset
by Craig Tiller
· 9 years ago
c2ec95b
Revert "Revert "cronet wrapper code""
by makdharma
· 9 years ago
9d86120
clang-format
by Craig Tiller
· 9 years ago
0888911
Merge branch 'master' into server_channel_affinity
by Sree Kuchibhotla
· 9 years ago
fe01b58
Merge github.com:grpc/grpc into cleaner-posix3
by Craig Tiller
· 9 years ago
8b38274
Merge pull request #6514 from yang-g/va_start
by Jan Tattermusch
· 9 years ago
c5943093
Change argument type to avoid undefined behavior
by yang-g
· 9 years ago
8dbe2cb
Merge branch 'master' into server_channel_affinity
by Sree Kuchibhotla
· 9 years ago
78222f7
Enable -Wextra-semi on compilers that support it
by Craig Tiller
· 9 years ago
cfbe020
Merge pull request #6320 from markdroth/limit_metadata_size
by Jan Tattermusch
· 9 years ago
4f9c89a
Merge pull request #6421 from ctiller/mwha
by Jan Tattermusch
· 9 years ago
42342cb
Revert "cronet wrapper code"
by Craig Tiller
· 9 years ago
067cce5
Fix asan test failure.
by Mark D. Roth
· 9 years ago
48d833a
Merge pull request #6214 from makdharma/master
by Nicolas Noble
· 9 years ago
f2f707c
More clang-format fixes.
by Mark D. Roth
· 9 years ago
36918fc
Merge pull request #6374 from grpc/dgquintas-patch-1
by Jan Tattermusch
· 9 years ago
bc2afb0
Merge pull request #6323 from dgquintas/codegen_remove_proto
by Jan Tattermusch
· 9 years ago
22b338e
Apply clang-format diffs.
by Mark D. Roth
· 9 years ago
2df502e
Fix max_message_length test, which was broken by the previous fix to the
by Mark D. Roth
· 9 years ago
bc84672
Use unlimited default for max header size until receiving new settings
by Mark D. Roth
· 9 years ago
823fa1d
Exclude 1byte tests from msan
by Craig Tiller
· 9 years ago
274bcc8
Added dummy cronet api implementation so we can build on Jenkins.
by Makarand Dharmapurikar
· 9 years ago
a4edeb3
Fix build breakage in bad_client tests.
by Mark D. Roth
· 9 years ago
7cae1f7
Remove some unneeded code from an earlier iteration of this code.
by Mark D. Roth
· 9 years ago
2c04262
Merge branch 'master' into limit_metadata_size
by Mark D. Roth
· 9 years ago
8a1d805
Added bad_client test to check that the server rejects requests with too
by Mark D. Roth
· 9 years ago
b69251c
Merge branch 'master' into server_channel_affinity
by Sree Kuchibhotla
· 9 years ago
80721b2
Merge branch 'master' of github.com:grpc/grpc into codegen_remove_proto
by David Garcia Quintas
· 9 years ago
586c866
Merge branch 'master' into limit_metadata_size
by Mark D. Roth
· 9 years ago
ebbbce3
Changed writing code to honor the peer's header size limit setting.
by Mark D. Roth
· 9 years ago
e98b494
Fix bug where max_frame_size was ignored
by Craig Tiller
· 9 years ago
ee11213
Merge pull request #6368 from ctiller/vtune
by Nicolas Noble
· 9 years ago
eadcb89
Fixed name of test config for h2_census
by David G. Quintas
· 9 years ago
91cda8f
Merge pull request #6354 from ctiller/portabit
by Jan Tattermusch
· 9 years ago
1b409a0
Ensure minimum size of alt stack (to please vtune)
by Craig Tiller
· 9 years ago
a2b5495
Merge branch 'master' into server_channel_affinity
by Sree Kuchibhotla
· 9 years ago
904e0a5
Fix typo
by Craig Tiller
· 9 years ago
d0b3ae4
Fix double delete
by Craig Tiller
· 9 years ago
0d6fee6
Merge pull request #2286 from ctiller/split-me-baby-one-more-time
by Jan Tattermusch
· 9 years ago
0c6070f
Mark stream as cancelled if we exceed the metadata size limit.
by Mark D. Roth
· 9 years ago
e2fd653
Merge pull request #6304 from ctiller/expandypie
by Nicolas Noble
· 9 years ago
192afb9
Merge remote-tracking branch 'upstream/master' into server_channel_affinity
by Sree Kuchibhotla
· 9 years ago
165c62f
Merge pull request #6183 from nicolasnoble/msys-support
by Jan Tattermusch
· 9 years ago
1b2db63
Moved protos out of core_codegen interface
by David Garcia Quintas
· 9 years ago
ac2e88f
Initial attempt at adding support for max metadata size. Currently, the
by Mark D. Roth
· 9 years ago
1f3319b
Fixed clang formatting problems.
by Mark D. Roth
· 9 years ago
068d143
Expand corpora
by Craig Tiller
· 9 years ago
c5b1eef
Change C implementation to not log an "Unexpected content-type" message
by Mark D. Roth
· 9 years ago
89c5cb5
Merge github.com:grpc/grpc into split-me-baby-one-more-time
by Craig Tiller
· 9 years ago
3049976
Merge branch 'master' into server_channel_affinity
by Sree Kuchibhotla
· 9 years ago
c3d869e
Merge pull request #6160 from ctiller/api_fuzzer
by Nicolas Noble
· 9 years ago
25ff544
Merge pull request #6277 from ctiller/shutdown_proper_like
by Nicolas Noble
· 9 years ago
d64be98
Merge pull request #6105 from miselin/http-parser-allow-more-newlines
by Jan Tattermusch
· 9 years ago
653ea75
Properly shutdown pollsets before destroying them
by Craig Tiller
· 9 years ago
d5c6eca
Expand corpus
by Craig Tiller
· 9 years ago
d2906ad
Fix bug
by Craig Tiller
· 9 years ago
a803fac
Expand corpus
by Craig Tiller
· 9 years ago
1596abb
Expand corpus
by Craig Tiller
· 9 years ago
55cbf1d
Expand corpus
by Craig Tiller
· 9 years ago
eb48a81
Expand corpus
by Craig Tiller
· 9 years ago
1c2df50
Expand corpus
by Craig Tiller
· 9 years ago
60beb86
Expand corpus
by Craig Tiller
· 9 years ago
db6011f
Fix inf loop
by Craig Tiller
· 9 years ago
839b65c
Expand corpus
by Craig Tiller
· 9 years ago
a92ebc8
Fix test bugs, expand corpus
by Craig Tiller
· 9 years ago
734fb9f
Expand corpus
by Craig Tiller
· 9 years ago
29c2085
Expand corpus
by Craig Tiller
· 9 years ago
0477d7d
API dictionary
by Craig Tiller
· 9 years ago
1d11798
Expand corpus
by Craig Tiller
· 9 years ago
62759c4
Expand corpus
by Craig Tiller
· 9 years ago
a687250
Fix msan bug
by Craig Tiller
· 9 years ago
2fd1595
Expand corpus
by Craig Tiller
· 9 years ago
0ca01ed
Expand corpus
by Craig Tiller
· 9 years ago
c2c0f53
Expand corpus
by Craig Tiller
· 9 years ago
e8bb40d
Expand corpus
by Craig Tiller
· 9 years ago
42fe4cd
Enable squelch
by Craig Tiller
· 9 years ago
af4063b
Expand corpus
by Craig Tiller
· 9 years ago
4b3ce7e
Expand corpora
by Craig Tiller
· 9 years ago
470f15b
Fix hanging call bug
by Craig Tiller
· 9 years ago
fd70010
Expand corpus
by Craig Tiller
· 9 years ago
7c26766
Expand api corpus
by Craig Tiller
· 9 years ago
8a67780
Fix bug causing calls to never complete
by Craig Tiller
· 9 years ago
d78ca88
Fix bugs in test infra
by Craig Tiller
· 9 years ago
b907fd4
Expand corpus
by Craig Tiller
· 9 years ago
4c79cb2
Expand corpus
by Craig Tiller
· 9 years ago
4add20c
Crash fix
by Craig Tiller
· 9 years ago
4f92a2a
Expand corpus
by Craig Tiller
· 9 years ago
e06a81f
Fixup API changes
by Craig Tiller
· 9 years ago
241dea5
Merge pull request #6147 from ctiller/strong-includes
by Nicolas Noble
· 9 years ago
0b9fdd8
clang format fix
by Sree Kuchibhotla
· 9 years ago
7beea14
Merge github.com:grpc/grpc into strong-includes
by Craig Tiller
· 9 years ago
Next »