Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
24e69bf02afb0f4abdd637d1513e93e5aa227e7e
/
include
/
grpc
24e69bf
Added a channel argument to set the maximum reconnect backoff duration. Extended the interop test to test the custom reconnect backoffs.
by Aaron Isotton
· 9 years ago
0cb803d
Always ref writable streams
by Craig Tiller
· 9 years ago
188563f
eliminate binary tags
by Alistair Veitch
· 9 years ago
3cce2ec
Merge pull request #4859 from ctiller/sceq
by Sree Kuchibhotla
· 9 years ago
6397660
Flagging the missing API entries.
by Nicolas "Pixel" Noble
· 9 years ago
c0ce00f
Merge github.com:grpc/grpc into sceq
by Craig Tiller
· 9 years ago
017f84e
Merge pull request #5078 from ctiller/compatibility_mode
by Craig Tiller
· 9 years ago
2afed4c
Merge pull request #5079 from nicolasnoble/underscores_are_the_root_of_all_evil
by David G. Quintas
· 9 years ago
b718c8a
Merge github.com:grpc/grpc into compatibility_mode
by Craig Tiller
· 9 years ago
f734299
Merge github.com:grpc/grpc into sceq
by Craig Tiller
· 9 years ago
ee6a1dc
Fix include hygiene
by Craig Tiller
· 9 years ago
cd41a0b
Removing undescores in {GPR,GRPC,CENSUS}_API.
by Nicolas "Pixel" Noble
· 9 years ago
91aaee4
Merge pull request #5096 from a-veitch/win_cv_wait
by Craig Tiller
· 9 years ago
85474df
Reverse changes to AVL code
by murgatroid99
· 9 years ago
0a7468a
Add timespan support for win32 gpr_cv_wait.
by Alistair Veitch
· 9 years ago
7a55684
Clang format and fix copyrights
by murgatroid99
· 9 years ago
309830f
Replace 'long' with 'int64_t' in public core headers
by murgatroid99
· 9 years ago
71ea4a1
Make binary compatibility not the default
by Craig Tiller
· 9 years ago
e4fdcd9
Merge pull request #5013 from a-veitch/tag_set_to_context
by Bogdan Drutu
· 9 years ago
221c9c7
Fixing inclusion of stdint.h
by Nicolas "Pixel" Noble
· 9 years ago
10509a2
Fix Python Windows build
by Masood Malekghassemi
· 9 years ago
6f2b899
merge
by Alistair Veitch
· 9 years ago
ddb163a
merge
by Alistair Veitch
· 9 years ago
8696d57
Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable
by Nicolas "Pixel" Noble
· 9 years ago
a628ac9
formatting
by Alistair Veitch
· 9 years ago
2e6c182
add missing CENSUS_API annotations
by Alistair Veitch
· 9 years ago
75d5c0f
post merge
by Alistair Veitch
· 9 years ago
e1a1031
clang-format
by Craig Tiller
· 9 years ago
841c726
Merge github.com:grpc/grpc into sceq
by Craig Tiller
· 9 years ago
9828aad
Support falling back on older secure_getenv/getenv versions on older glibc
by Craig Tiller
· 9 years ago
8382829
Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable
by Nicolas "Pixel" Noble
· 9 years ago
3c4bbc0
Merge branch 'no_extern_allowed' of github.com:nicolasnoble/grpc into patchy
by Craig Tiller
· 9 years ago
26af079
Merge pull request #4934 from jboeuf/ssl_credentials_override_default_roots
by Craig Tiller
· 9 years ago
763cc08
Merge branch 'win32_subprocess' into make-ruby-installable
by Nicolas "Pixel" Noble
· 9 years ago
13a8f5b
32 bits is also a thing.
by Nicolas "Pixel" Noble
· 9 years ago
b51ec5a
Removing zookeeper's API for now.
by Nicolas "Pixel" Noble
· 9 years ago
f79e176
Merge branch 'no_extern_allowed' into make-ruby-installable
by Nicolas "Pixel" Noble
· 9 years ago
da71518
Replacing grpc_max_auth_token_lifetime by an accessor.
by Nicolas "Pixel" Noble
· 9 years ago
4fba286
Adding windows support for gpr subprocesses.
by Nicolas "Pixel" Noble
· 9 years ago
2757fa8
fixing test and clang-format.
by Julien Boeuf
· 9 years ago
0787155
Add includes
by Craig Tiller
· 9 years ago
74b611c
copyrights
by Craig Tiller
· 9 years ago
d6546c9
clang-format
by Craig Tiller
· 9 years ago
9b42637
Add {GPR,GRPC,CENSUS}_API tags to public functions
by Craig Tiller
· 9 years ago
aaebf7a
Changing the API to use a callback mechanism.
by Julien Boeuf
· 9 years ago
564b915
Fixing copyright.
by Julien Boeuf
· 9 years ago
54cc08c
Merge branch 'master' of github.com:grpc/grpc into ssl_credentials_override_default_roots
by Julien Boeuf
· 9 years ago
2d50f37
Fix copyrights, formatting
by Craig Tiller
· 9 years ago
8c50db0
Merge github.com:grpc/grpc into sceq
by Craig Tiller
· 9 years ago
dcc99a2
Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces
by David Garcia Quintas
· 9 years ago
6523391
sanity fixes
by David Garcia Quintas
· 9 years ago
5a94623
copyrights
by David Garcia Quintas
· 9 years ago
a50da47
Addressing comments.
by Julien Boeuf
· 9 years ago
373debd
Adding a function to override the ssl default roots path.
by Julien Boeuf
· 9 years ago
1d44510
Tidying things up.
by Nicolas "Pixel" Noble
· 9 years ago
742eac1
Cleaning up Windows compilation.
by Nicolas "Pixel" Noble
· 9 years ago
b523c73
async_stream.h done. Compiles
by David Garcia Quintas
· 9 years ago
3452ae2
copyrights
by David Garcia Quintas
· 9 years ago
2425bbb
Further work. Compiles. WIP
by David Garcia Quintas
· 9 years ago
541db25
Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces
by David Garcia Quintas
· 9 years ago
1948244
Get subchannel index working
by Craig Tiller
· 9 years ago
8b05211
Merge github.com:grpc/grpc into sceq
by Craig Tiller
· 9 years ago
1cebbca
fix formatting
by Jan Tattermusch
· 9 years ago
d8e6f8d
Merge github.com:grpc/grpc into sceq
by Craig Tiller
· 9 years ago
ff14b44
Don't use buf_size as input and output in encode
by Alistair Veitch
· 9 years ago
c45d088
Single encode function
by Alistair Veitch
· 9 years ago
0c1cdcd
update comments
by Alistair Veitch
· 9 years ago
6670add
keep status with tag set, eliminate tag_set_ntags
by Alistair Veitch
· 9 years ago
a43aadd
fixed copyrights
by David Garcia Quintas
· 9 years ago
08a0a33
Made "codedgen" directories closed over #includes
by David Garcia Quintas
· 9 years ago
8e5b21f
comment updates
by Alistair Veitch
· 9 years ago
4bbdb82
comment updates
by Alistair Veitch
· 9 years ago
b22aeae
Merge github.com:grpc/grpc into sceq
by Craig Tiller
· 9 years ago
0923126
Merge branch 'master' into tag_set
by Alistair Veitch
· 9 years ago
04de8c1
add comments
by Alistair Veitch
· 9 years ago
a88a221
add creation status
by Alistair Veitch
· 9 years ago
fc999ad
new iterator interface
by Alistair Veitch
· 9 years ago
0f69072
Move encode/decode API into census.h
by Alistair Veitch
· 9 years ago
edc2fff
Channel args comparisons
by Craig Tiller
· 9 years ago
f190601
Merge branch 'master' into tag_set
by Alistair Veitch
· 9 years ago
bb30d25
initial commit
by Alistair Veitch
· 9 years ago
8b791a4
Merged from master and resolved merge conflicts
by murgatroid99
· 9 years ago
c3910ca
Expose core metadata validation functions in public headers
by murgatroid99
· 9 years ago
7536af0
Eliminate gpr_ int types - and insist on C99 variants instead
by Craig Tiller
· 9 years ago
620e965
clang-format after last weeks test-fest
by Craig Tiller
· 9 years ago
ce015f6
Merge pull request #4381 from dgquintas/compression_coverage_2
by David G. Quintas
· 9 years ago
48ec806
Done!
by David Garcia Quintas
· 9 years ago
46ab778
Merge pull request #4397 from jtattermusch/tv_sec_64bit
by Craig Tiller
· 9 years ago
8808637
make gpr_timespec platform agnostic
by Jan Tattermusch
· 9 years ago
13180c8
Merge github.com:grpc/grpc into ping-ping-ping-ping-ping-ping-ping-ping-ping
by Craig Tiller
· 9 years ago
1fa1ab8
Add cmdline tests
by Craig Tiller
· 9 years ago
d5bd3b6
Merge branch 'connected-subchannel' into ping-ping-ping-ping-ping-ping-ping-ping-ping
by Craig Tiller
· 9 years ago
a5aa19b
PR comments
by David Garcia Quintas
· 9 years ago
842ab7c
Merge branch 'connected-subchannel' into ping-ping-ping-ping-ping-ping-ping-ping-ping
by Craig Tiller
· 9 years ago
e2c6237
clang-format
by Craig Tiller
· 9 years ago
26dab31
Start of ping sketch
by Craig Tiller
· 9 years ago
fb0002c
Renaming GCOV to GPR_GCOV.
by Nicolas "Pixel" Noble
· 9 years ago
c61d0e1
Removing code coverage for unreachable code.
by Nicolas "Pixel" Noble
· 9 years ago
6fce197
Merge pull request #4188 from ctiller/no-transport-metadata
by Sree Kuchibhotla
· 9 years ago
f9c58f3
Merge branch 'release-0_12'
by Nicolas "Pixel" Noble
· 9 years ago
Next »