Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
b27584486474cf4cf6d38641c6446e7114529c83
/
src
/
core
534ce4e
Fixes
by Craig Tiller
· 9 years ago
2e19036
Fix copyrights
by Craig Tiller
· 9 years ago
f40df23
Auto-changes
by Craig Tiller
· 9 years ago
6412479
dont check read_info for writes
by Jan Tattermusch
· 9 years ago
77371cc
Merge pull request #5920 from yang-g/ipv6
by Jan Tattermusch
· 9 years ago
cf82665
Merge pull request #5909 from vjpai/make_building_great_again
by Jan Tattermusch
· 9 years ago
8ce3b1a
Merge pull request #5383 from miselin/add_request_parsing
by Jan Tattermusch
· 9 years ago
5ce5d82
Merge pull request #5897 from ctiller/fix_time
by Jan Tattermusch
· 9 years ago
b7921c7
resolve comments
by yang-g
· 9 years ago
f1050f6
Merge pull request #5755 from ahedberg/unix_sockets_optional
by Jan Tattermusch
· 9 years ago
1824f05
Add HTTP request parsing.
by Matthew Iselin
· 9 years ago
6346041
Fix failure handling code
by yang-g
· 9 years ago
39fd221
Merge pull request #5899 from dgquintas/uchannels_kthxbai
by Jan Tattermusch
· 9 years ago
fe279af
Merge pull request #5733 from ctiller/dns_backoff
by Jan Tattermusch
· 9 years ago
3271dbc
Merge pull request #5896 from vjpai/i_know_freelists
by Jan Tattermusch
· 9 years ago
6753ae0
fix include guard for unix_sockets_posix
by ahedberg
· 9 years ago
3811dc7
more style fixes
by ahedberg
· 9 years ago
879ce77
include sockaddr.h in unix_sockets_posix.h for platform compatibility
by ahedberg
· 9 years ago
8afb88d
fix copyright dates and style issues
by ahedberg
· 9 years ago
799fd4b
fix compilation errors
by ahedberg
· 9 years ago
fcbcbff
prefix external linkage functions with grpc
by ahedberg
· 9 years ago
e7077b5
Fix a missing include in UDP_SERVER code and
by vjpai
· 9 years ago
bf7df7d
Merge pull request #5870 from dgquintas/fix_static
by Jan Tattermusch
· 9 years ago
84ffe2b
Merge pull request #5898 from vjpai/log_wall
by Jan Tattermusch
· 9 years ago
795a50f
Merge pull request #5417 from ctiller/fix_something
by Jan Tattermusch
· 9 years ago
029ecca
Merge pull request #5832 from vjpai/make_udp_server_test_great_again
by Nicolas Noble
· 9 years ago
fb349b9
removed uchannels
by David Garcia Quintas
· 9 years ago
3abc651
Remove a spammy log
by vjpai
· 9 years ago
c699342
Lock the FD when initializing it out of the freelist.
by vjpai
· 9 years ago
d262454
Fix time encoding
by Craig Tiller
· 9 years ago
07503b6
Add identity to static metadata accept-encodings bitmasks
by David Garcia Quintas
· 9 years ago
fb6e13b
Merge pull request #5788 from vjpai/make_clang_great_again_v2
by Jan Tattermusch
· 9 years ago
0f30cd8
Merge github.com:grpc/grpc into dns_backoff
by Craig Tiller
· 9 years ago
d13178a
Merge branch 'fix_something' of github.com:ctiller/grpc into fix_something
by Craig Tiller
· 9 years ago
5389dc3
Merge github.com:grpc/grpc into fix_something
by Craig Tiller
· 9 years ago
f4e2564
Merge branch 'master' into make_clang_great_again_v2
by vjpai
· 9 years ago
3d2686b
Fix cast
by Craig Tiller
· 9 years ago
9d9e4d3
Please the include sanity check
by Craig Tiller
· 9 years ago
3448887
Merge github.com:grpc/grpc into filter-selection
by Craig Tiller
· 9 years ago
ddd4d7f
Merge pull request #5494 from dgquintas/guard_check
by Jan Tattermusch
· 9 years ago
de7edf8
Merge github.com:grpc/grpc into backoff2
by Craig Tiller
· 9 years ago
4ce09cf
Reorder a release store after the operations it protects.
by vjpai
· 9 years ago
8bce393
Merge pull request #5819 from dgquintas/compression_levels
by Jan Tattermusch
· 9 years ago
58270d5
Revert "Revert "Factor out backoff code into a separate library (to be re-used elsewhere)""
by Craig Tiller
· 9 years ago
6b0cb77
Merge pull request #5527 from ctiller/xoxo
by Jan Tattermusch
· 9 years ago
108cecb
Revert "Factor out backoff code into a separate library (to be re-used elsewhere)"
by David G. Quintas
· 9 years ago
ee69f42
Merge pull request #5706 from deepaklukose/dev
by Jan Tattermusch
· 9 years ago
aea3207
Remove a typedef that was causing a redefinition error on some compilers
by vjpai
· 9 years ago
7d2c733
Locked read access to call->encodings_accepted_by_peer
by David Garcia Quintas
· 9 years ago
c14f1cb
new fixed guards
by David Garcia Quintas
· 9 years ago
0a5fce8
vs doesn't like some c99 features...
by David Garcia Quintas
· 9 years ago
43df295
add unix_sockets_posix module to build system and fix compilation errors
by ahedberg
· 9 years ago
13c2f6e
Implemented compression level algorithms properly (as a function of the accepted algorithms by the call's peer.
by David Garcia Quintas
· 9 years ago
185768b
Merge branch 'master' of github.com:grpc/grpc into guard_check
by David Garcia Quintas
· 9 years ago
80d6b12
move unix socket functionality to unix_sockets_posix module
by ahedberg
· 9 years ago
6c59e16
Merge github.com:grpc/grpc into filter-selection
by Craig Tiller
· 9 years ago
8ee4ee7
clang-fmt
by Craig Tiller
· 9 years ago
40d34bf
Merge github.com:grpc/grpc into filter-selection
by Craig Tiller
· 9 years ago
e415ca9
Merge github.com:grpc/grpc into fix_something
by Craig Tiller
· 9 years ago
1f375d7
Duh
by Craig Tiller
· 9 years ago
36bf4d5
Merge github.com:grpc/grpc into backoff_lib
by Craig Tiller
· 9 years ago
835065a
Merge pull request #5270 from dgquintas/codegen_lib
by Nicolas Noble
· 9 years ago
b9012fc
Fixing bitrotting in udp_server_test.c
by Nicolas "Pixel" Noble
· 9 years ago
e61cbe3
For client cert based authentication, add client cert as an AuthProperty
by Deepak Lukose
· 9 years ago
f4f57f0
Merge pull request #5474 from ctiller/esan
by Jan Tattermusch
· 9 years ago
5ee157c
Merge github.com:grpc/grpc into backoff_lib
by Craig Tiller
· 9 years ago
239d6d5
Merge github.com:grpc/grpc into xoxo
by Craig Tiller
· 9 years ago
3bcdb6a
Merge github.com:grpc/grpc into fix_something
by Craig Tiller
· 9 years ago
121e7a9
Merge github.com:grpc/grpc into filter-selection
by Craig Tiller
· 9 years ago
3598d44
Fixed include guards
by David Garcia Quintas
· 9 years ago
f0555e6
Merge pull request #5705 from paddybyers/free_aligned
by Jan Tattermusch
· 9 years ago
24ebdfb
Remove duplicate include of string.h
by ahedberg
· 9 years ago
803931d
Make use of unix sockets optional.
by ahedberg
· 9 years ago
9db7268
Use gpr_free() in gpr_free_aligned()
by Paddy Byers
· 9 years ago
4a9e7c4
Improve looks_like_ip_address for IPv6 addresses, and add tests
by Paul Querna
· 9 years ago
27df689
Add note about refactor portability header
by Paul Querna
· 9 years ago
47d841d
Add support for IP Addresses in Subject Alt Names.
by Paul Querna
· 9 years ago
f9b26d9
Merge pull request #5731 from ctiller/huh_omg
by Jan Tattermusch
· 9 years ago
ff08a0c
Merge pull request #5545 from yang-g/windows_leaks
by Jan Tattermusch
· 9 years ago
822f1d7
Add comment, tighten loop
by Craig Tiller
· 9 years ago
69f57b4
clang-format
by Craig Tiller
· 9 years ago
9fb89ea
If we cant check timers due to contention, at least make sure we do a follow up check soon
by Craig Tiller
· 9 years ago
3591482
Expand lock
by Craig Tiller
· 9 years ago
2ba4133
Fix race in subchannel.c
by Craig Tiller
· 9 years ago
476bb3b
Integrate backoff library with dns retries
by Craig Tiller
· 9 years ago
48eaab0
Merge branch 'dns_retry' into dns_backoff
by Craig Tiller
· 9 years ago
536fc53
Integrate backoff library with subchannel
by Craig Tiller
· 9 years ago
9aa4f1b
fix windows leaks
by yang-g
· 9 years ago
c72cc42
Build out backoff as a library
by Craig Tiller
· 9 years ago
b18fe55
Update copyrights
by Craig Tiller
· 9 years ago
e2327db
Fit and finish for dns retry loop
by Craig Tiller
· 9 years ago
1e55bd4
Add retry for dns resolution
by Craig Tiller
· 9 years ago
e1e4559
Make blocking_resolve_address overridable
by Craig Tiller
· 9 years ago
fa45a5e
fix race between send message and send initial metadata
by Jan Tattermusch
· 9 years ago
e3e640f
Merge pull request #5676 from ctiller/neg
by Vijay Pai
· 9 years ago
907f963
Merge pull request #5677 from ctiller/neg3
by Vijay Pai
· 9 years ago
d426d9d
Fix memory leak if call is already cancelled
by Craig Tiller
· 9 years ago
76a5c0e
Fix memory leak: keep all resolver calls under the same lock
by Craig Tiller
· 9 years ago
5f3ba8c
Copyright, casting fixes
by Craig Tiller
· 9 years ago
3a951bd
clang-format
by Craig Tiller
· 9 years ago
Next »