Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
f7250197a733141be58bab3453b0ac1a2d278e62
f725019
Add support for CONNECT to httpcli code and flesh out handshaker implementation.
by Mark D. Roth
· 8 years ago
9136bb1
Fix API from merge.
by Mark D. Roth
· 8 years ago
5332c4b
Merge branch 'handshake_api' into http_connect
by Mark D. Roth
· 8 years ago
ac8df65
clang-format
by Mark D. Roth
· 8 years ago
0b84add
Avoid allocating memory for each individual handshaker. Also fix memory leak.
by Mark D. Roth
· 8 years ago
5682a52
Add acceptor parameter.
by Mark D. Roth
· 8 years ago
b3ce178
clang-format
by Mark D. Roth
· 8 years ago
9317715
Merge remote-tracking branch 'upstream/master' into handshake_api
by Mark D. Roth
· 8 years ago
7c519b9
Merge pull request #7444 from y-zeng/fix_typo
by kpayson64
· 8 years ago
8c2fab0
Merge pull request #7399 from sreecha/poll_alloc_fix
by Craig Tiller
· 8 years ago
8bcf6c1
Merge pull request #7460 from dgquintas/grpc_args_doxygen
by David G. Quintas
· 8 years ago
c37a5a3
Merge pull request #7431 from thinkerou/fix_spell_error
by kpayson64
· 8 years ago
e514158
Merge pull request #7467 from ctiller/important-profiles
by Craig Tiller
· 8 years ago
268a47a
Add latency profiling from 'important' marks
by Craig Tiller
· 8 years ago
e8355a2
grpc_args doxygen
by David Garcia Quintas
· 8 years ago
2eebe29
Merge pull request #7245 from muxi/fix-7181
by makdharma
· 8 years ago
4623e1c
Initial framework for HTTP CONNECT handshaker.
by Mark D. Roth
· 8 years ago
f3f5c18
Merge pull request #7284 from ewr/FixRubyTimeConversion
by kpayson64
· 8 years ago
24987db
fix typo
by Yuchen Zeng
· 8 years ago
ad570d8
Merge pull request #7243 from dgquintas/styleguide
by kpayson64
· 8 years ago
3b04393
Merge pull request #6942 from adelez/perf_html_report
by kpayson64
· 8 years ago
6660c11
fix spell error by pyflakes found
by thinkerou
· 8 years ago
bbf2fcd
Merge pull request #7410 from sreecha/bq_bug
by Craig Tiller
· 8 years ago
7d4373b
Generate html report for perf tests
by Adele Zhou
· 8 years ago
69d897d
Merge pull request #7347 from apolcyn/add_ruby_client_compression_interop_tests
by kpayson64
· 8 years ago
84b1df2
Merge pull request #7403 from thinkerou/fix_auth_ver_master_branch
by Stanley Cheung
· 8 years ago
6dbfce0
Add clientSuccess and serverSuccess to BQ schema
by Sree Kuchibhotla
· 8 years ago
a8dbf3f
Merge pull request #7398 from yang-g/wait_async
by kpayson64
· 8 years ago
45015dc
Plumb channel args through handshakers.
by Mark D. Roth
· 8 years ago
fb81858
Forbade atexit()
by David Garcia Quintas
· 8 years ago
b955636
Merge pull request #7407 from ctiller/delayed-write
by Craig Tiller
· 8 years ago
ad94fdf
Fix compile error
by Craig Tiller
· 8 years ago
b23239b
Merge branch 'histo' of github.com:vjpai/grpc into delayed-write
by Craig Tiller
· 8 years ago
329c254
unify the version of google/auth
by thinkerou
· 8 years ago
69b7478
Reduce the number of unnecessary allocations
by Sree Kuchibhotla
· 8 years ago
13d3e3b
Merge pull request #6737 from ctiller/delayed-write
by Craig Tiller
· 8 years ago
4216437
Merge pull request #7225 from nathanielmanistaatgoogle/_rpc_test
by kpayson64
· 8 years ago
d28fb6d
regenerate projects
by yang-g
· 8 years ago
27a02b5
Merge pull request #7319 from yang-g/wait_async
by kpayson64
· 8 years ago
7f6c779
Merge pull request #7372 from apolcyn/check_buffer_reader_init_call
by kpayson64
· 8 years ago
40b495a
Merge branch 'delayed-write' of github.com:ctiller/grpc into delayed-write
by Craig Tiller
· 8 years ago
f11b333
Make network status follow the normal init/shutdown path
by Craig Tiller
· 8 years ago
6ec11f2
prevent spurious wake up and unstarted/already shutdown server
by yang-g
· 8 years ago
3b67f36
Remove redundant comment
by Muxi Yan
· 8 years ago
ef31ba1
Merge remote-tracking branch 'upstream/master' into handshake_api
by Mark D. Roth
· 8 years ago
dba5d27
Use handshake_manager API in client and server.
by Mark D. Roth
· 8 years ago
0a06cd7
Cleanup from code review
by Craig Tiller
· 8 years ago
1198da0
Merge pull request #7314 from soltanmm/spinning-flags
by kpayson64
· 8 years ago
7c2a58c
Fix build problems.
by Mark D. Roth
· 8 years ago
9053ec0
Remove now redundant line
by Craig Tiller
· 8 years ago
75f065d
Correct direction of inequality
by Craig Tiller
· 8 years ago
bda40a0
Merge pull request #7383 from kpayson64/skip_exit_test
by kpayson64
· 8 years ago
dfbdefe
Added handshaker.[ch] to build.yaml.
by Mark D. Roth
· 8 years ago
1d3b2cc
clang-format
by Mark D. Roth
· 8 years ago
c05539f
Tweaked grpc_handshaker API and added grpc_handshake_manager API.
by Mark D. Roth
· 8 years ago
741cd45
Merge pull request #7385 from stanley-cheung/php-fix-interop-test
by Craig Tiller
· 8 years ago
4723576
Merge github.com:grpc/grpc into delayed-write
by Craig Tiller
· 8 years ago
706f5bb
Document refcounting
by Craig Tiller
· 8 years ago
1b65654
Document creation function
by Craig Tiller
· 8 years ago
998b230
php: fix interop tests breakage
by Stanley Cheung
· 8 years ago
2ea0104
Add a quick note on the write chain execution\nthis is changed already in a future commit, so this should be enough for now
by Craig Tiller
· 8 years ago
3fb819f
Merge pull request #7364 from stanley-cheung/php-prepare-for-ga
by Stanley Cheung
· 8 years ago
6f59a86
Update comment
by Craig Tiller
· 8 years ago
5d0c1f0
Describe workqueue_enqueue better
by Craig Tiller
· 8 years ago
5fde20d
clang-format
by Vijay Pai
· 8 years ago
40317fd
Resolve pernicious race between destructor and thread functions by insisting that destructor is invoked after the class has gone back to being a harmless single-threaded thing.
by Vijay Pai
· 8 years ago
8440111
Skip exit_test until flake is fixed
by Ken Payson
· 8 years ago
8da7b1f
Fix some failures
by Craig Tiller
· 8 years ago
ad7c527
Temporary workaround by setting up a deadline on server shutdown.
by Vijay Pai
· 8 years ago
d66be0b
Set more build-flags in `setup.py`s
by Masood Malekghassemi
· 8 years ago
ad1bd46
Failure reporting fix
by Craig Tiller
· 8 years ago
d4c5bd8
Merge github.com:grpc/grpc into delayed-write
by Craig Tiller
· 8 years ago
7a70bb5
Merge pull request #7265 from thunderboltsid/issue-7094-retry
by Nicolas Noble
· 8 years ago
7704137
Merge pull request #7112 from thunderboltsid/issue-7110
by Nicolas Noble
· 8 years ago
78aa458
Add csharp check to return val of byte_buffer_reader_init
by Alexander Polcyn
· 8 years ago
377427a
Merge pull request #7357 from grpc/v1.0.x
by Jorge Canizales
· 8 years ago
ce3d05c
add back version to composer.json file
by Stanley Cheung
· 8 years ago
9195ea0
Merge pull request #7359 from jcanizales/p0-protoc-podspec
by makdharma
· 8 years ago
6ee6a54
Merge pull request #7353 from kpayson64/fix_cygrpc_test
by kpayson64
· 8 years ago
6ca5437
Fix potential null ptr deref
by Craig Tiller
· 8 years ago
a831651
Unify and make consistent the per-thread shutdown process
by Vijay Pai
· 8 years ago
5820f8c
Merge pull request #7044 from yang-g/slice
by kpayson64
· 8 years ago
d3d7392
Merge pull request #6539 from soltanmm/clngfrmt-aoa
by kpayson64
· 8 years ago
74e03a2
Add handshaker API.
by Mark D. Roth
· 8 years ago
89a717f
Merge github.com:grpc/grpc into delayed-write
by Craig Tiller
· 8 years ago
9055160
php: prepare for GA release
by Stanley Cheung
· 8 years ago
b5ee1cd
Dont stall shutting down server
by Craig Tiller
· 8 years ago
38fb8de
get timeouts working on run_tests.py again
by Craig Tiller
· 8 years ago
875f633
Merge pull request #7355 from soltanmm/count-bleck
by kpayson64
· 8 years ago
1e6d127
Set Travis clone depth to 1, to alleviate workload
by Jorge Canizales
· 8 years ago
7662870
Fix Travis not finding !ProtoCompiler-gRPC.podspec
by Jorge Canizales
· 8 years ago
e64d693
Better fine-tuning
by Craig Tiller
· 8 years ago
286ff57
Merge pull request #7248 from yang-g/server_test
by kpayson64
· 8 years ago
f439736
Merge pull request #7356 from nicolasnoble/cherry-pick-fix
by Nicolas Noble
· 8 years ago
7ace180
Use test roots.pem in test
by yang-g
· 8 years ago
61e2040
Get json_run_localhost working again
by Craig Tiller
· 8 years ago
7be9450
Merge pull request #7350 from nicolasnoble/upmerge-0_15-1_0
by Jorge Canizales
· 8 years ago
72376da
Get json_run_localhost working again
by Craig Tiller
· 8 years ago
cc06b91
Change sequence of client/server events
by Ken Payson
· 8 years ago
9e3691c
Actually run json_run_localhost tests
by Craig Tiller
· 8 years ago
Next »