Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
99a4e9e867d2506da9889c20ebaee20166da358b
/
include
64914ae
Merge pull request #5128 from yang-g/inherit_from_grpc_library
by Craig Tiller
· 9 years ago
e2c7671
Merge pull request #5099 from vjpai/cpp_races
by Nicolas Noble
· 9 years ago
a1fc8fb
Merge remote-tracking branch 'upstream/master' into inherit_from_grpc_library
by yang-g
· 9 years ago
ee6a1dc
Fix include hygiene
by Craig Tiller
· 9 years ago
4776292
Merge branch 'master' into cpp_races
by Vijay Pai
· 9 years ago
30bf3ea
clang-format
by Vijay Pai
· 9 years ago
46d22d5
add missing base class
by yang-g
· 9 years ago
c593ca0
reset the shared_ptr
by Vijay Pai
· 9 years ago
91aaee4
Merge pull request #5096 from a-veitch/win_cv_wait
by Craig Tiller
· 9 years ago
bedf57f
Ref the collection only when it will be used (and later finalized)
by Vijay Pai
· 9 years ago
85474df
Reverse changes to AVL code
by murgatroid99
· 9 years ago
2b56386
Drop the ref
by Vijay Pai
· 9 years ago
5506bea
Undo much of the previous commits so that only CallOpSet groups
by Vijay Pai
· 9 years ago
7e3f9b0
Forgot to include these edits in the last commit
by Vijay Pai
· 9 years ago
38004a8
Wrap groups of related CallOpSet's into a ref-counted structure
by Vijay Pai
· 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
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
9bc6fa0
Merge branch 'master' into server_try_cancel_api
by Sree Kuchibhotla
· 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
9828aad
Support falling back on older secure_getenv/getenv versions on older glibc
by Craig Tiller
· 9 years ago
a0a8eaa
Merge branch 'master' into server_try_cancel_api
by Sree Kuchibhotla
· 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
3075c81
Update comment on TryCancel() API
by Sree Kuchibhotla
· 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
f25c6ba
Comments and format
by Sree Kuchibhotla
· 9 years ago
7fa9d6f
TryCancel() on ServerContext()
by Sree Kuchibhotla
· 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
dcc99a2
Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces
by David Garcia Quintas
· 9 years ago
a570b73
Merge pull request #4902 from nicolasnoble/win32-cleanup
by Michael Lumish
· 9 years ago
d79ef3a
Fixed wrong usage of global var
by David Garcia Quintas
· 9 years ago
6523391
sanity fixes
by David Garcia Quintas
· 9 years ago
b4e51b5
Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces
by David Garcia Quintas
· 9 years ago
5a94623
copyrights
by David Garcia Quintas
· 9 years ago
6bd7b97
DONE!!1one
by David Garcia Quintas
· 9 years ago
e1300de
After GrpcLibrary refactoring. Compiles and passes. WIP still
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
17b5047
Fix copyrights
by Craig Tiller
· 9 years ago
6461649
Alternative ownership for global callbacks
by Craig Tiller
· 9 years ago
742eac1
Cleaning up Windows compilation.
by Nicolas "Pixel" Noble
· 9 years ago
6a48405
pre sync_stream.cc creation. Does not compile
by David Garcia Quintas
· 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
2ee3e8d
Merge remote-tracking branch 'upstream/master'
by Bogdan Drutu
· 9 years ago
1cebbca
fix formatting
by Jan Tattermusch
· 9 years ago
2899114
Improved a couple error messages
by David Garcia Quintas
· 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
ddcb53a
made codegen targets in build.yaml
by David Garcia Quintas
· 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
1d9b807
clang-format
by David Garcia Quintas
· 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
f3ddb7c
clang-format
by David Garcia Quintas
· 9 years ago
6190854
updated copyrights
by David Garcia Quintas
· 9 years ago
8e5b21f
comment updates
by Alistair Veitch
· 9 years ago
a701ed7
Merge branch 'proto_interfaces' into yang-g-sync_async_mix
by David Garcia Quintas
· 9 years ago
1f4e72c
override -> GRPC_OVERRIDE
by David Garcia Quintas
· 9 years ago
4bbdb82
comment updates
by Alistair Veitch
· 9 years ago
1aeabd7
regenerated projects
by David Garcia Quintas
· 9 years ago
a8b866b
Merge branch 'master' of github.com:grpc/grpc into proto_interfaces
by David Garcia Quintas
· 9 years ago
0923126
Merge branch 'master' into tag_set
by Alistair Veitch
· 9 years ago
44f3249
Introduced ServerInterface
by David Garcia Quintas
· 9 years ago
4bda41f
Merge remote-tracking branch 'upstream/master'
by Bogdan Drutu
· 9 years ago
4fac82b
remove outdated api
by yang-g
· 9 years ago
04de8c1
add comments
by Alistair Veitch
· 9 years ago
ad63510
Add a test with two methods generic
by yang-g
· 9 years ago
a88a221
add creation status
by Alistair Veitch
· 9 years ago
1ac6f45
warn user when they forget register generic service
by yang-g
· 9 years ago
f48766d
fix copyright
by yang-g
· 9 years ago
269b8be
add generic test
by yang-g
· 9 years ago
0bbc87f
Add generic support
by yang-g
· 9 years ago
8053d2f
Merge remote-tracking branch 'upstream/master' into sync_async_mix
by yang-g
· 9 years ago
Next »