Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
68f4e0f6abc6bb99ff334542d5b5003edc3e651e
/
include
/
grpc++
b803313
merge with head and resolve conflicts
by yang-g
· 9 years ago
c226edc
Merge pull request #2706 from yang-g/remove_get_from_accessor
by Vijay Pai
· 9 years ago
dcf6c90
merge with head
by yang-g
· 9 years ago
7ee4b89
Merge pull request #2670 from a-veitch/server_context
by Yang Gao
· 9 years ago
339aaea
Merge pull request #2711 from yang-g/missing_brace
by Vijay Pai
· 9 years ago
766d9ee
fix build
by yang-g
· 9 years ago
100a6e1
add struct include/grpc++/server_context.h src/cpp/server/server_context.cc
by Alistair Veitch
· 9 years ago
9a009f2
make accessors from get_x() to x()
by yang-g
· 9 years ago
487f5a2
add warning comments
by yang-g
· 9 years ago
f1ec377
server api
by yang-g
· 9 years ago
b3d69c3
Fixing Windows build
by Nicolas "Pixel" Noble
· 9 years ago
c07d9bf
client api
by yang-g
· 9 years ago
eabb4f5
Addressing comments.
by Julien Boeuf
· 9 years ago
4aee724
Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth
by Julien Boeuf
· 9 years ago
cf39e94
Server side census context plumbing for c++
by Alistair Veitch
· 9 years ago
2a31304
Merge pull request #2647 from vjpai/deepend
by Yang Gao
· 9 years ago
d2a9b6d
Isolate nullptr to grpc namespace when we must define it ourselves
by Vijay Pai
· 9 years ago
f0c66c63
Merge branch 'master' into deepend
by Vijay Pai
· 9 years ago
7cbac4c
Fix gpr_inf_future call
by yang-g
· 9 years ago
02b8054
Bug fixes
by vjpai
· 9 years ago
b76f3ad
Fix bug on shutdown case
by vjpai
· 9 years ago
b28456b
Add dynamic thread pool and initial port of test
by vjpai
· 9 years ago
fe4c3f4
Renaming jwt_credentials to service_account_jwt_access_credentials.
by Julien Boeuf
· 9 years ago
5029b30
Adding option to force client auth on the server SSL creds.
by Julien Boeuf
· 9 years ago
60fb201
Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY
by Craig Tiller
· 9 years ago
af1f97e
Fix typo
by Craig Tiller
· 9 years ago
bf6abee
Remove experimental prefix
by Craig Tiller
· 9 years ago
b4fdd32
Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY
by Craig Tiller
· 9 years ago
b4e7036
Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquintas-decompression
by Craig Tiller
· 9 years ago
0dc5e6c
User agent string support
by Craig Tiller
· 9 years ago
e9881bb
Merge pull request #2403 from ctiller/no-worries-i-can-wait
by Nicolas Noble
· 9 years ago
cadbf22
Removed compression levels from clients and _experimental_'d signature of methods manipulating compression algorithms
by David Garcia Quintas
· 9 years ago
2d883e7
Merge pull request #2489 from yang-g/header_guard
by Craig Tiller
· 9 years ago
29cb6dd
Merge pull request #2482 from vjpai/rename_schedule_callback
by Craig Tiller
· 9 years ago
6ca6ec8
set header guard
by yang-g
· 9 years ago
c9fef6f
Merge github.com:grpc/grpc into no-worries-i-can-wait
by Craig Tiller
· 9 years ago
eec373c
Merge pull request #2413 from dgquintas/interop_sniffer
by Craig Tiller
· 9 years ago
72a4417
ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add
by vjpai
· 9 years ago
06fabde
add missed 'class'
by yang-g
· 9 years ago
fb58d23
Merge with head
by yang-g
· 9 years ago
7ef7232
split iterator into its own file
by yang-g
· 9 years ago
7cceb09
Merge branch 'master' of github.com:grpc/grpc into decompression
by David Garcia Quintas
· 9 years ago
9a3f858
Merge pull request #2460 from vjpai/exposed_pool
by Craig Tiller
· 9 years ago
a2e1bb1
Change name of thread_pool files to fixed_size_thread_pool when appropriate
by vjpai
· 9 years ago
6dd49a5
Added some methods to context inspector. Also minor tweak to server context IsCancelled() method
by David Garcia Quintas
· 9 years ago
e0d581b
Merge branch 'master' of github.com:grpc/grpc into decompression
by David Garcia Quintas
· 9 years ago
e845d98
Merge pull request #2406 from dgquintas/writeoptions
by Craig Tiller
· 9 years ago
ded3f69
Merge pull request #2442 from yang-g/authcontext_lazy_create_at_server
by Craig Tiller
· 9 years ago
14b3684
Remove const_iterator typedef and add a range based loop test
by yang-g
· 9 years ago
69f2410
Make thread_pool.h a public header
by Vijay Pai
· 9 years ago
811536e
auth context iterator
by yang-g
· 9 years ago
94fd462
override and final
by Vijay Pai
· 9 years ago
94d6225
Create server side auth context lazily
by yang-g
· 9 years ago
181ef45
Addressing outstanding typos and comments Clang-format of changed files
by Vijay Pai
· 9 years ago
7d980e4
Remove lambda function with lambda capture to allow building with pre-lambda
by vjpai
· 9 years ago
664cda0
Removed spurious check
by David Garcia Quintas
· 9 years ago
8d9f830
Introduced InteropContextInspector to be able to peek into server contexts during interop testing.
by David Garcia Quintas
· 9 years ago
6a3cf97
Added WriteOptions for per-message flags and modified CallOps to use it.
by David Garcia Quintas
· 9 years ago
143e7bf
Introduce a clock type field onto gpr_timespec.
by Craig Tiller
· 9 years ago
14ce90f
Merge branch 'master' of github.com:grpc/grpc into decompression
by David Garcia Quintas
· 9 years ago
3315a84
Merge remote-tracking branch 'upstream/master' into security_context2
by yang-g
· 9 years ago
ec5a0ba
Merge pull request #2271 from jboeuf/oauth2_access_token
by Yang Gao
· 9 years ago
a6b9a89
Merge branch 'master' of github.com:grpc/grpc into oauth2_access_token
by Julien Boeuf
· 9 years ago
17bb649
Merge branch 'master' of github.com:grpc/grpc into decompression
by David Garcia Quintas
· 9 years ago
b09caa9
Remove extraneous explicit
by Craig Tiller
· 9 years ago
2ee8f0b
Update comments
by Craig Tiller
· 9 years ago
98d60fc
Merge github.com:grpc/grpc into hosts-need-names-too
by Craig Tiller
· 9 years ago
ab575d4
merge head and resolve conflict
by yang-g
· 9 years ago
85c04f9
resolve comments
by yang-g
· 9 years ago
d9b6fcf
Support older compilers
by Craig Tiller
· 9 years ago
822d2c7
Support registering services against specific hosts
by Craig Tiller
· 9 years ago
5ea46ab
merge with upstream and resolve conflicts
by yang-g
· 9 years ago
3abe60b
compiles
by yang-g
· 9 years ago
8a18709
Merge branch 'master' of github.com:grpc/grpc into decompression
by David Garcia Quintas
· 9 years ago
2805be1
Adding support for raw access token credentials.
by Julien Boeuf
· 9 years ago
e2aa487
review changes
by Alistair Veitch
· 9 years ago
d7d9ce2
WIP in *_end2end_test.cc. Tests pass. Fixed leaks and introduced concept of compression request thru MD
by David Garcia Quintas
· 9 years ago
fc62ddd
add client side census context
by Alistair Veitch
· 9 years ago
d8c04b36
std::function is no longer implicitly included. Fixing this.
by Nicolas "Pixel" Noble
· 9 years ago
adfed03
Add missing headers to build.json
by yang-g
· 9 years ago
253aaa6
Merge pull request #1969 from ctiller/one-shouldnt-depend-on-protobufs
by Yang Gao
· 9 years ago
89c5a56
Add const to ByteBuffer methods and add tests
by Yang Gao
· 9 years ago
026e600
Update to set flags=0 on all ops
by Craig Tiller
· 9 years ago
e9fad15
Remove redundant decls
by Craig Tiller
· 9 years ago
ab67485
Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs
by Craig Tiller
· 9 years ago
a96ba40
Base definition of the C++ auth context API.
by Julien Boeuf
· 9 years ago
4ec4337
Merge pull request #2071 from dgquintas/compression-levels
by Craig Tiller
· 9 years ago
2622ddb
Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufs
by Craig Tiller
· 9 years ago
48dd6bf
Merge github.com:grpc/grpc into you-complete-me
by Craig Tiller
· 9 years ago
ddd389a
Merge github.com:grpc/grpc into we-dont-need-no-backup
by Craig Tiller
· 9 years ago
cc6c43c
Exposed compression level in channel arguments (C and C++)
by David Garcia Quintas
· 9 years ago
c1a2c31
Update the Status API
by Yang Gao
· 9 years ago
9bfedd6
Merge remote-tracking branch 'upstream/master' into you-complete-me-csharp
by Jan Tattermusch
· 9 years ago
ca28137
Added missing compression.h file.
by David Garcia Quintas
· 9 years ago
59f905d
Changes to byte_buffer based on comments.
by David Garcia Quintas
· 9 years ago
372fd87
Revert "Revert "Open loop sync/async multithreaded testing""
by Vijay Pai
· 9 years ago
d55636d
Revert "Open loop sync/async multithreaded testing"
by Craig Tiller
· 9 years ago
90ed038
.clang-format
by Craig Tiller
· 9 years ago
fcff618
Clarify some of the call stuff
by Craig Tiller
· 9 years ago
e22fb4e
Merge branch 'one-shouldnt-depend-on-protobufs' of github.com:ctiller/grpc into one-shouldnt-depend-on-protobufs
by Craig Tiller
· 9 years ago
Next »