Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
bf10c82bf805a6d9b87813650e581113c4c7b3ff
/
test
/
core
bf10c82
implement support for adding external fd to server
by Adam Michalik
· 9 years ago
1f23865
code formatting
by Adam Michalik
· 9 years ago
f31a7ff
added missing include
by Adam Michalik
· 9 years ago
321b1fb
separate posix functionality to grpc_posix.h
by Adam Michalik
· 9 years ago
46cc2ac
add tests
by Adam Michalik
· 9 years ago
69ff63d
clang-format
by David Garcia Quintas
· 9 years ago
a0d7491
Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation
by David Garcia Quintas
· 9 years ago
c4d5112
moar renamings
by David Garcia Quintas
· 9 years ago
87ec3b7
Merge pull request #6750 from makdharma/cronet
by Jan Tattermusch
· 9 years ago
d38b2c4
Merge pull request #6761 from ctiller/there-were-no-fatalities
by Jan Tattermusch
· 9 years ago
48ed92e
GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN
by Craig Tiller
· 9 years ago
e751846
Merge branch 'master' of github.com:grpc/grpc into lr_hook
by David Garcia Quintas
· 9 years ago
2a2321b
removed grpc_cronet.h
by Makarand Dharmapurikar
· 9 years ago
2a50dfe
s/grpc_pops/grpc_polling_entity
by David Garcia Quintas
· 9 years ago
8bec6f6
Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation
by David Garcia Quintas
· 9 years ago
c86860f
Merge pull request #6695 from rjshade/request_with_flags_timeout
by Jan Tattermusch
· 9 years ago
116b3c5
Merge github.com:grpc/grpc into test_affine
by Craig Tiller
· 9 years ago
c4c6ecf
Merge github.com:grpc/grpc into test_affine
by Craig Tiller
· 9 years ago
e29f7a1
Make request_with_flags timeout deadline equal to that of request_with_payload.
by Robbie Shade
· 9 years ago
468ee4c
Improve test debugability, fix race condition
by Craig Tiller
· 9 years ago
336292d
Merge pull request #6423 from ctiller/signal_handler
by Jan Tattermusch
· 9 years ago
d44b15a
Merge pull request #6436 from jboeuf/credentials_refactoring
by Jan Tattermusch
· 9 years ago
52aeb54
Merge pull request #6614 from dgquintas/fix_cancel_after_tests_for_reals
by David G. Quintas
· 9 years ago
139040b
Merge github.com:grpc/grpc into test_affine
by Craig Tiller
· 9 years ago
3c4fe1b
Fixed the fix
by David Garcia Quintas
· 9 years ago
29dc490
clang-format
by Craig Tiller
· 9 years ago
772f485
Merge branch 'master' of github.com:grpc/grpc into lr_hook
by David Garcia Quintas
· 9 years ago
505b13d
Merge pull request #6576 from rjshade/fix_udp_server_test
by Jan Tattermusch
· 9 years ago
a488037
Merge branch 'master' of github.com:grpc/grpc into credentials_refactoring
by Julien Boeuf
· 9 years ago
9766f4f
Merge github.com:grpc/grpc into test_affine
by Craig Tiller
· 9 years ago
8c1d796
Merge pull request #6620 from ctiller/fuzz-it
by Jan Tattermusch
· 9 years ago
93dd047
clang-format
by Craig Tiller
· 9 years ago
9780f59
Merge github.com:grpc/grpc into signal_handler
by Craig Tiller
· 9 years ago
582f435
Added missing pops_create to oauth2_utils
by David Garcia Quintas
· 9 years ago
d013e9b
Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation
by David Garcia Quintas
· 9 years ago
2bcf78d
Expand corpus
by Craig Tiller
· 9 years ago
2d8427a
Expand corpus
by Craig Tiller
· 9 years ago
9be075c
Fix leak in port deallocation
by Craig Tiller
· 9 years ago
88ef00e
Remove broken test
by Craig Tiller
· 9 years ago
bff5e91
Merge branch 'fuzz-it' of https://github.com/ctiller/grpc into fuzz-it
by Craig Tiller
· 9 years ago
cf2cce6
Bug fixes
by Craig Tiller
· 9 years ago
c1623dc
Expand corpus
by Craig Tiller
· 9 years ago
71d0f5f
Expand corpus
by Craig Tiller
· 9 years ago
37a85c3
Expand corpus
by Craig Tiller
· 9 years ago
bb76c33
Fixes leak in test_cancel_after_client_done & cancel_after_accept
by David Garcia Quintas
· 9 years ago
1b6969a
Merge pull request #6589 from dklempner/return_unused_port
by Jan Tattermusch
· 9 years ago
40945c7
Add missing function for completion queue
by Craig Tiller
· 9 years ago
948afdd
Run clang-format against port_posix.c and port_windows.c
by David Klempner
· 9 years ago
6f7756e
Expand corpus
by Craig Tiller
· 9 years ago
e2f7f31
Expand corpus
by Craig Tiller
· 9 years ago
1f963ba
Expand corpus
by Craig Tiller
· 9 years ago
d5b3482
Expand corpus
by Craig Tiller
· 9 years ago
680822f
Expand corpus
by Craig Tiller
· 9 years ago
892c370
Expand corpora
by Craig Tiller
· 9 years ago
9d2822a
Fix fuzzer bugs
by Craig Tiller
· 9 years ago
2f9fc7b
Fix fuzzer bug, add corpora
by Craig Tiller
· 9 years ago
d855075
Add fuzzing for receving messages after close
by Craig Tiller
· 9 years ago
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
6fb122d
Add calls to grpc_recycle_unused_port to two of the tests which call
by David Klempner
· 9 years ago
c7614cf
Fix declarations in port.h to not be ambiguous in C due to K&R.
by David Klempner
· 9 years ago
2ecb08f
Merge branch 'master' into return_unused_port
by David Klempner
· 9 years ago
2754c91
Add an API to return an unused port to the portserver
by David Klempner
· 9 years ago
effd74c
Merge pull request #5456 from ctiller/cleaner-posix3
by Jan Tattermusch
· 9 years ago
006314a
Correct assertion for single FD being orphaned. Consistent comments.
by Robbie Shade
· 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
19cd009
clang-format
by Julien Boeuf
· 9 years ago
bae6a4c
Merge branch 'master' of https://github.com/grpc/grpc into credentials_refactoring
by Julien Boeuf
· 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
6044909
allocate grpc_pops on the stack
by David Garcia Quintas
· 9 years ago
1621c4d
Added support for trailing metadata
by David Garcia Quintas
· 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
8ca294e
Refactoring the core security code.
by Julien Boeuf
· 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
aea5f12
generate projects & clang-format
by David Garcia Quintas
· 9 years ago
ac70c5a
Merge branch 'master' of github.com:grpc/grpc into lr_hook
by David Garcia Quintas
· 9 years ago
6889799
Fix some ubsan issues: I fear no bugs were harmed in the making of this episode
by Craig Tiller
· 9 years ago
261db11
Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation
by David Garcia Quintas
· 9 years ago
Next »