Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
a3583b22eaf5448daff914a786d1e5214fe9aaec
/
include
/
grpc
a3583b2
Fix compilation, add a check for no slow usages of grpc_slice_malloc
by Craig Tiller
· 8 years ago
255ea13
Reduce duplication
by Craig Tiller
· 8 years ago
423d6fd
Optimize framing a little
by Craig Tiller
· 8 years ago
6b99d80
Merge pull request #10501 from ctiller/epex2
by Craig Tiller
· 8 years ago
115b4fa
Merge pull request #10407 from kpayson64/alpine_linux_support
by kpayson64
· 8 years ago
2c3d835
Implement gpr_atm_full_cas for Windows
by Craig Tiller
· 8 years ago
975b510
Fix build on Alpine linux + add portability tests
by Ken Payson
· 8 years ago
fc8d671
Fix posix leakage
by Craig Tiller
· 8 years ago
526e624
Merge pull request #9902 from y-zeng/keepalive_server
by Yuchen Zeng
· 8 years ago
ad286c3
Merge github.com:grpc/grpc into minimal
by Craig Tiller
· 8 years ago
5f89996
Enable server-side keepalive pings
by Yuchen Zeng
· 8 years ago
c18d4b3
Change time unit to ms
by Yuchen Zeng
· 8 years ago
187c752
Add min_ping_interval_without_data
by Yuchen Zeng
· 8 years ago
0937fc1
Client-side keepalive pings server enforcement
by Yuchen Zeng
· 8 years ago
f2e609b
sketching minimal stack configurator
by Craig Tiller
· 8 years ago
8b4ce8a
Merge github.com:grpc/grpc into atomic-timers
by Craig Tiller
· 8 years ago
6715a15
Merge pull request #10318 from y-zeng/server_channel_max_age
by Yuchen Zeng
· 8 years ago
a51a6c2
Merge github.com:grpc/grpc into atomic-timers
by Craig Tiller
· 8 years ago
ca6dab3
Change the unit to ms, clean up
by Yuchen Zeng
· 8 years ago
21947d3
Merge github.com:grpc/grpc into bugscrub1-proposedfix1
by Craig Tiller
· 8 years ago
d9bc2bf
Merge github.com:grpc/grpc into atomic-timers
by Craig Tiller
· 8 years ago
22321fc
Add max_connection_age end2end test
by Yuchen Zeng
· 8 years ago
6b8e844
Merge pull request #10325 from y-zeng/keepalive_fixes
by Yuchen Zeng
· 8 years ago
367428a
Add max_connection_idle enforcement
by Yuchen Zeng
· 8 years ago
a1506c4
Add max age grace period
by Yuchen Zeng
· 8 years ago
44264d5
Add client_ prefix for keepalive args
by Yuchen Zeng
· 8 years ago
8fd581e
Merge branch 'master' into stream_corked_pr
by Yuxuan Li
· 8 years ago
978c34f
Merge branch 'master' into stream_corked_pr
by Yuxuan Li
· 8 years ago
3d43da7
Change keepalive arguments, add grpc_set_disable_ping_ack
by Yuchen Zeng
· 8 years ago
1bc3447
Add max age enforcement for server channels
by Yuchen Zeng
· 8 years ago
f466ae1
Merge pull request #7771 from y-zeng/cares_buildin
by Yuchen Zeng
· 8 years ago
c900063
Merge github.com:grpc/grpc into atomic-timers
by Craig Tiller
· 8 years ago
b6512cf
Merge pull request #10245 from sreecha/cq_factory_api
by Sree Kuchibhotla
· 8 years ago
c46b3eb
Add socket factory support to udp_server.c
by Michael Warres
· 8 years ago
3a632c4
clang format fix
by Sree Kuchibhotla
· 8 years ago
937302b
Merge remote-tracking branch 'upstream/master' into cares_rebase
by Yuchen Zeng
· 8 years ago
995ed1c
Fix bug
by Sree Kuchibhotla
· 8 years ago
48ed124
minor enum change
by Sree Kuchibhotla
· 8 years ago
098110d
Merge branch 'master' into cq_factory_api
by Sree Kuchibhotla
· 8 years ago
add6962
Add version macro
by Sree Kuchibhotla
· 8 years ago
bf18428
Introduce grpc_completion_queue_factory API
by Sree Kuchibhotla
· 8 years ago
0574b58
merge master and fix conflict on bm_fullstack
by Yuxuan Li
· 8 years ago
d216440
Switch to no-barrier loads + full barrier cas-s to solve ABA problem
by Craig Tiller
· 8 years ago
9bc0d82
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
by Yuchen Zeng
· 8 years ago
2c97708
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
by Yuchen Zeng
· 8 years ago
f39cf46
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
by Yuchen Zeng
· 8 years ago
fecba53
Switch to using a CAS loop to update the token value.
by Mark D. Roth
· 8 years ago
185f6c9
Fix rounding, reduce contention on global shared state
by Craig Tiller
· 8 years ago
7b2dd93
Track milliseconds since process start in timer heap
by Craig Tiller
· 8 years ago
0aac9d0
change last_message bit to be in C++ layer only
by Yuxuan Li
· 8 years ago
b3eee5c
Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human
by ncteisen
· 8 years ago
34894e4
Implemented stream coalescing design
by Yuxuan Li
· 8 years ago
5e32153
Move helpers to a common place, use them everywhere
by Craig Tiller
· 8 years ago
2316b80
Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human
by ncteisen
· 8 years ago
cd232f6
Merge pull request #9753 from ctiller/zalloc
by Craig Tiller
· 8 years ago
990d9fe
Client-side keepalive ping
by Yuchen Zeng
· 8 years ago
3d72d71
Merge github.com:grpc/grpc into zalloc
by Craig Tiller
· 8 years ago
63852c9
Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_x
by Michael Lumish
· 8 years ago
b307fde
Merge branch 'bm_error' of https://github.com/ctiller/grpc into to-grpc-err-is-human
by ncteisen
· 8 years ago
266f66a
Merge github.com:grpc/grpc into zalloc
by Craig Tiller
· 8 years ago
7f4d30a
Separate CAS/ADD RMWs
by Craig Tiller
· 8 years ago
f3dec9c
Add counters for rmw atomic operations to microbenchmarks
by Craig Tiller
· 8 years ago
2c94aae
Add gpr_ref_is_unique
by ncteisen
· 8 years ago
65d57b8
Merge github.com:grpc/grpc into zalloc
by Craig Tiller
· 8 years ago
20ce376
Merge pull request #9696 from yang-g/network_status_shard
by Yang Gao
· 8 years ago
6f41788
Add zalloc, convert a bunch of files to use it
by Craig Tiller
· 8 years ago
ca452f4
Merge pull request #9648 from dgquintas/lr_sans_md
by David G. Quintas
· 8 years ago
6955c5e
Remove code from network_status_tracker.c Pull the hash function to useful.h
by yang-g
· 8 years ago
ccbfb46
Merge remote-tracking branch 'upstream/master' into packet-coalescing-core
by Muxi Yan
· 8 years ago
f31f096
Use call context to propagare LR costs
by David Garcia Quintas
· 8 years ago
e00d63f
Merge remote-tracking branch 'google/v1.1.x'
by Nicolas "Pixel" Noble
· 8 years ago
8886a81
Expand wildcard IP addresses on servers.
by Dan Born
· 8 years ago
f44e781
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
by Yuchen Zeng
· 8 years ago
78e6451
Add a hook to disable BDP probing
by Craig Tiller
· 8 years ago
1492f6c
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
by Yuchen Zeng
· 8 years ago
5395aba
Merge github.com:grpc/grpc into bwest
by Craig Tiller
· 8 years ago
29512ae
Merge pull request #7617 from sebright/fix-typos-in-comments
by David G. Quintas
· 8 years ago
2688eb1
Merge remote-tracking branch 'upstream/master' into packet-coalescing-core
by Muxi Yan
· 8 years ago
0a2fae9
Dynamically enable packet coalescing by channel args
by Muxi Yan
· 8 years ago
eb5ee45
Revert "Dynamically enable/disable packet coalecsing and test it"
by Muxi Yan
· 8 years ago
92edda5
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
by Yuchen Zeng
· 8 years ago
4b844a4
Merge pull request #9489 from nicolasnoble/mark_backport
by Nicolas Noble
· 8 years ago
e6dd773
Move parameters for all grpc_op types into their own sub-structs.
by Mark D. Roth
· 8 years ago
95ccbc2
Merge branch 'bm_countwrites' into bwest
by Craig Tiller
· 8 years ago
48af8b2
Merge github.com:grpc/grpc into bwest
by Craig Tiller
· 8 years ago
afceb2e
Merge github.com:grpc/grpc into rollfwd
by Craig Tiller
· 8 years ago
bc8a704
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
by Yuchen Zeng
· 8 years ago
448c1f0
Move parameters for all grpc_op types into their own sub-structs.
by Mark D. Roth
· 8 years ago
0f2e2e4
Merge github.com:grpc/grpc into rollfwd
by Craig Tiller
· 8 years ago
45a520f
Special case Python build for inet_ntop
by Ken Payson
· 8 years ago
60ab7ef
Dynamically enable/disable packet coalecsing and test it
by Muxi Yan
· 8 years ago
a53c193
Merge github.com:grpc/grpc into faster_slices
by Craig Tiller
· 8 years ago
7c70b6c
Revert "Revert "Metadata handling rewrite""
by Craig Tiller
· 8 years ago
5e01e2a
Revert "Metadata handling rewrite"
by Craig Tiller
· 8 years ago
7fa7d68
Fix core banned functions
by Craig Tiller
· 8 years ago
405cfbe
Merge github.com:grpc/grpc into faster_slices
by Craig Tiller
· 8 years ago
ff1f160
Merge github.com:grpc/grpc into bwest
by Craig Tiller
· 8 years ago
ab4796e
Make move_first linear
by Craig Tiller
· 8 years ago
c07c7f7
Merge branch 'tweak_slice_buffer' of github.com:sreecha/grpc into blah
by Craig Tiller
· 8 years ago
04ec470
Merge remote-tracking branch 'upstream/master' into cares_buildin
by Yuchen Zeng
· 8 years ago
Next »