Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
8aa2f70f57b3c6c30264e4f1b5ddfaa9b7953f9f
8aa2f70
Code review changes.
by Mark D. Roth
· 8 years ago
158a4a4
Add comment about testing with reviewable.
by Mark D. Roth
· 8 years ago
6288542
This time, for sure!
by Mark D. Roth
· 8 years ago
405abfc
Move hex dump to before crash.
by Mark D. Roth
· 8 years ago
562b684
My python-fu is rustier than an old nail.
by Mark D. Roth
· 8 years ago
f8ef30c
Stringify generator result.
by Mark D. Roth
· 8 years ago
f9cffc7
List, not generator.
by Mark D. Roth
· 8 years ago
6642b38
Fix python.
by Mark D. Roth
· 8 years ago
5ebc7bb
Add hex dump.
by Mark D. Roth
· 8 years ago
bf5272c
Use future print(). Ugh.
by Mark D. Roth
· 8 years ago
0fc334f
Python sucks.
by Mark D. Roth
· 8 years ago
f431642
Attempt to fix syntax error in debugging lines.
by Mark D. Roth
· 8 years ago
1e6b02b
Add debugging.
by Mark D. Roth
· 8 years ago
efd7795
Attempt to deal with unicode strings in jenkins environment.
by Mark D. Roth
· 8 years ago
53bd693
Code review changes.
by Mark D. Roth
· 8 years ago
0d7b043
Merge remote-tracking branch 'upstream/master' into security_handshaker1
by Mark D. Roth
· 8 years ago
71cf7b3
Merge pull request #8908 from dgquintas/grpclb_test_deflake
by David G. Quintas
· 8 years ago
65832fb
Merge pull request #8880 from dgquintas/json_localhost_carnage
by David G. Quintas
· 8 years ago
6facd26
Merge pull request #8903 from ctiller/tcp_shutdown
by Craig Tiller
· 8 years ago
2a5af02
Merge pull request #8912 from ctiller/fixit17
by Craig Tiller
· 8 years ago
9fbb338
Review feedback
by Craig Tiller
· 8 years ago
296984b
Break infinite connection retry loop
by Craig Tiller
· 8 years ago
9f57edc
Merge pull request #8907 from jtattermusch/internal_ci_take2
by Jan Tattermusch
· 8 years ago
3c5a868
PR comments #2
by David Garcia Quintas
· 8 years ago
b8f97a4
Allow handshaking to be retried.
by Mark D. Roth
· 8 years ago
523a4aa
PR comments
by David Garcia Quintas
· 8 years ago
c584d99
Eliminate some code duplication.
by Mark D. Roth
· 8 years ago
a9bd943
Fix unref-while-lock-held bug. Only shut down handshaker if in progress.
by Mark D. Roth
· 8 years ago
e068361
clang-format
by Craig Tiller
· 8 years ago
f6fe888
Merge branch 'tcp_shutdown' of github.com:ctiller/grpc into tcp_shutdown
by Craig Tiller
· 8 years ago
d112ed9
Further safety fixes for TCP on Windows
by Craig Tiller
· 8 years ago
033c51e
Deflake grpclb test
by David Garcia Quintas
· 8 years ago
4024e89
basic config for internal CI
by Jan Tattermusch
· 8 years ago
90e46ff
Merge pull request #8857 from jtattermusch/csharp_reflection
by Jan Tattermusch
· 8 years ago
a0a3c41
Merge branch 'master' of github.com:grpc/grpc into json_localhost_carnage
by David Garcia Quintas
· 8 years ago
d6936b6
PR comments
by David Garcia Quintas
· 8 years ago
0610434
Always shut down endpoints before destroying them.
by Mark D. Roth
· 8 years ago
30f698f
Make handshaker responsible for destroying endpoint on shutdown or failure.
by Mark D. Roth
· 8 years ago
fdc17aa
clang-format
by Craig Tiller
· 8 years ago
cbafdd1
Fix races on tcp server shutdown on Windows
by Craig Tiller
· 8 years ago
bb4e501
Merge github.com:grpc/grpc into tcp_shutdown
by Craig Tiller
· 8 years ago
4475694
Eliminate the user_data overloading hack in handshake_manager.
by Mark D. Roth
· 8 years ago
4cdcd12
Fix locking bug in HTTP CONNECT handshaker.
by Mark D. Roth
· 8 years ago
63f84be
Merge pull request #8901 from grpc/revert-8838-test_credentials
by Yang Gao
· 8 years ago
3b45b8d
Revert "Test credentials provider update"
by Craig Tiller
· 8 years ago
09ee8d0
Merge remote-tracking branch 'upstream/master' into security_handshaker1
by Mark D. Roth
· 8 years ago
3b04e7e
Merge pull request #8894 from ctiller/fixit14
by Craig Tiller
· 8 years ago
fbc598a
Merge pull request #8838 from yang-g/test_credentials
by Yang Gao
· 8 years ago
9178ba2
Merge pull request #8867 from ctiller/fixit6
by Craig Tiller
· 8 years ago
30f4b81
Merge pull request #8876 from ctiller/iomgr_shutdown
by Craig Tiller
· 8 years ago
eadbe86
Merge pull request #8890 from ctiller/fixit12
by Craig Tiller
· 8 years ago
b123643
remove one more publicSign
by Jan Tattermusch
· 8 years ago
c0c0dbc
Fix TSAN race on adding a reclaimer
by Craig Tiller
· 8 years ago
0d8c9cf
Merge pull request #8868 from markdroth/fixit_qps
by Mark D. Roth
· 8 years ago
54c607d
Merge pull request #8892 from ctiller/fixit13
by Craig Tiller
· 8 years ago
9f07b4f
Increase timeout for now: seems this can take longer under some configurations
by Craig Tiller
· 8 years ago
b37e5ce
Merge pull request #8878 from ctiller/fixit9
by Craig Tiller
· 8 years ago
9564cf9
Take into account all the configs
by Craig Tiller
· 8 years ago
d04c822
Unique-ify uds address between concurrent bm_fullstack runs
by Craig Tiller
· 8 years ago
08d2d97
Merge pull request #8888 from ctiller/fixit10
by Craig Tiller
· 8 years ago
e89e54f
clang-format code
by Craig Tiller
· 8 years ago
c56d3eb
Improve logging.
by Mark D. Roth
· 8 years ago
091057a
fix proto import paths for C# where possible
by Jan Tattermusch
· 8 years ago
0201776
add C# server reflection
by Jan Tattermusch
· 8 years ago
f9ed9d9
Merge pull request #8875 from dgquintas/fixit_race_httpclient
by David G. Quintas
· 8 years ago
a05909f
Added pid logging to subprocess
by David Garcia Quintas
· 8 years ago
6deadf5
Propagate termination signals to subprocesses
by David Garcia Quintas
· 8 years ago
c991e80
Limit outstanding rpc count for synchronous {client,server} tsan tests
by Craig Tiller
· 8 years ago
1af41af
Merge pull request #8877 from dgquintas/bm_fullstack_dtor
by David G. Quintas
· 8 years ago
d449003
Shutdown grpc for fullstack benchmark
by David Garcia Quintas
· 8 years ago
b1ef2d4
Merge pull request #8874 from dgquintas/fixit_increase_tsan_1byte_timeout
by David G. Quintas
· 8 years ago
34e6ce6
Merge pull request #8872 from ctiller/fixit7
by Craig Tiller
· 8 years ago
da81d1a
Flush platform stuff after timer events
by Craig Tiller
· 8 years ago
ca75ca6
Merge pull request #8873 from muxi/fix-test-config
by Muxi Yan
· 8 years ago
a540848
Fixed http_client race
by David Garcia Quintas
· 8 years ago
cf6eaa7
Add <string.h> to test_config.c
by Muxi Yan
· 8 years ago
3535869
Increase deadline for 1byte fixture
by David Garcia Quintas
· 8 years ago
ab34b12
Make a better educated guess about CPU costs of a benchmark
by Craig Tiller
· 8 years ago
f739c05
Make a better educated guess about CPU costs of a benchmark
by Craig Tiller
· 8 years ago
389c595
Merge pull request #8869 from ncteisen/mac_buildfix
by Noah Eisen
· 8 years ago
3770ac9
Run tools/buildgen/generate_projects.sh
by ncteisen
· 8 years ago
86cda50
Update build.yaml to fix MacOS build
by ncteisen
· 8 years ago
d960c8b
Merge pull request #8850 from ncteisen/gitignore_change
by Noah Eisen
· 8 years ago
37d5f9b
Add debug logging for process termination state.
by Mark D. Roth
· 8 years ago
491d975
Fix subprocess code to avoid redundant calls to waitpid().
by Mark D. Roth
· 8 years ago
c02cee8
Merge pull request #8866 from ctiller/fixit5
by Craig Tiller
· 8 years ago
38bfa15
Merge pull request #8865 from ctiller/fixit3
by Craig Tiller
· 8 years ago
6d74225
Reduce pre-generated key count
by Craig Tiller
· 8 years ago
797bc83
Fix comment
by Craig Tiller
· 8 years ago
a45a5e4
Rephrase comment
by Craig Tiller
· 8 years ago
96583a3
Remove file dependency to simplify build graph
by Craig Tiller
· 8 years ago
25dba29
Move test block, refine conditions
by Craig Tiller
· 8 years ago
cb13465
Merge pull request #8863 from ctiller/fixit2
by Craig Tiller
· 8 years ago
f2876ea
Up timeouts for poll-cv polling strategy, seems to make things more stable
by Craig Tiller
· 8 years ago
ea7136b
Merge pull request #8864 from ctiller/fixit4
by Craig Tiller
· 8 years ago
1fa9ddb
Fix clang-format
by Craig Tiller
· 8 years ago
87ce813
Merge pull request #8862 from ctiller/fixit1
by Craig Tiller
· 8 years ago
8a4539e
Up retry count to try and counter flakiness
by Craig Tiller
· 8 years ago
b4b8e1e
Fix mac build
by Craig Tiller
· 8 years ago
4c8172e
Merge pull request #8852 from dgquintas/portposix_clangformat
by David G. Quintas
· 8 years ago
Next »