yang-g
|
ffc8a6b431
|
move auth property iterator declaration into auth_context.h
|
2015-08-10 12:26:39 -07:00 |
yang-g
|
87e133e13a
|
merge with head
|
2015-08-06 22:51:27 -07:00 |
yang-g
|
c8abca8f53
|
Resolve comments
|
2015-08-06 22:50:16 -07:00 |
Craig Tiller
|
8e5de39fb9
|
Document finish
|
2015-08-06 13:50:08 -07:00 |
Yang Gao
|
aa7a75a4d9
|
Merge pull request #2813 from ctiller/every-day-i-propagate
C++ propagation API
|
2015-08-06 09:40:04 -07:00 |
Craig Tiller
|
2c3be1df4f
|
Add tests for C++ propagation
|
2015-08-05 15:59:27 -07:00 |
yang-g
|
8708dd76c1
|
Add WaitForState
|
2015-08-05 15:57:14 -07:00 |
Abhishek Kumar
|
98049242b7
|
Merge pull request #2781 from yang-g/stuboptions
Add StubOptions
|
2015-08-05 15:55:19 -07:00 |
Craig Tiller
|
bb5361453f
|
C++ context propagation
|
2015-08-05 15:18:19 -07:00 |
yang-g
|
a73dc1c708
|
specialize deadline type and implementation
|
2015-08-05 14:24:00 -07:00 |
yang-g
|
c0f3279175
|
remove new state ptr
|
2015-08-05 13:27:46 -07:00 |
yang-g
|
88d772c5b8
|
sync api needs last_observed state too
|
2015-08-05 13:23:38 -07:00 |
yang-g
|
1ae0afccb5
|
api
|
2015-08-05 13:20:33 -07:00 |
yang-g
|
d45a26ed06
|
allow null tag
|
2015-08-04 16:36:22 -07:00 |
yang-g
|
b335256444
|
Add AsyncNotifyWhenDone
|
2015-08-04 14:42:06 -07:00 |
yang-g
|
297a25b0cf
|
Add StubOptions
|
2015-08-03 16:43:46 -07:00 |
yang-g
|
b803313b2c
|
merge with head and resolve conflicts
|
2015-07-31 14:15:36 -07:00 |
Vijay Pai
|
c226edcadc
|
Merge pull request #2706 from yang-g/remove_get_from_accessor
make accessors from get_x() to x()
|
2015-07-30 11:44:28 -07:00 |
yang-g
|
dcf6c90b33
|
merge with head
|
2015-07-30 11:35:18 -07:00 |
Yang Gao
|
7ee4b89d59
|
Merge pull request #2670 from a-veitch/server_context
Server side census context plumbing for c++
|
2015-07-30 10:04:21 -07:00 |
Vijay Pai
|
339aaea50b
|
Merge pull request #2711 from yang-g/missing_brace
fix build
|
2015-07-29 16:07:59 -07:00 |
yang-g
|
766d9ee148
|
fix build
|
2015-07-29 15:51:25 -07:00 |
Alistair Veitch
|
100a6e1d82
|
add struct include/grpc++/server_context.h src/cpp/server/server_context.cc
|
2015-07-29 15:25:28 -07:00 |
yang-g
|
9a009f2a75
|
make accessors from get_x() to x()
|
2015-07-29 11:38:18 -07:00 |
yang-g
|
487f5a20b6
|
add warning comments
|
2015-07-28 23:21:03 -07:00 |
yang-g
|
f1ec377063
|
server api
|
2015-07-28 23:05:22 -07:00 |
Nicolas "Pixel" Noble
|
b3d69c3c0f
|
Fixing Windows build
|
2015-07-29 06:12:51 +02:00 |
yang-g
|
c07d9bf668
|
client api
|
2015-07-28 09:19:22 -07:00 |
Julien Boeuf
|
eabb4f53b9
|
Addressing comments.
|
2015-07-27 16:28:09 -07:00 |
Julien Boeuf
|
4aee724004
|
Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth
|
2015-07-27 16:16:29 -07:00 |
Alistair Veitch
|
cf39e94872
|
Server side census context plumbing for c++
|
2015-07-26 17:28:26 -07:00 |
Yang Gao
|
2a31304d7f
|
Merge pull request #2647 from vjpai/deepend
Dynamic-sized thread pool
|
2015-07-24 23:08:27 -07:00 |
Vijay Pai
|
d2a9b6da13
|
Isolate nullptr to grpc namespace when we must define it ourselves
Change the one non-namespace use of nullptr to NULL (used as an
argument to a C function anyway)
|
2015-07-25 00:56:33 +00:00 |
Vijay Pai
|
f0c66c6365
|
Merge branch 'master' into deepend
|
2015-07-24 10:51:27 -07:00 |
yang-g
|
7cbac4cf95
|
Fix gpr_inf_future call
|
2015-07-23 23:00:52 -07:00 |
vjpai
|
02b80549e9
|
Bug fixes
|
2015-07-23 17:44:45 -07:00 |
vjpai
|
b76f3ada11
|
Fix bug on shutdown case
|
2015-07-23 14:41:23 -07:00 |
vjpai
|
b28456b1e4
|
Add dynamic thread pool and initial port of test
|
2015-07-23 14:17:10 -07:00 |
Julien Boeuf
|
fe4c3f4f14
|
Renaming jwt_credentials to service_account_jwt_access_credentials.
|
2015-07-22 16:20:13 -07:00 |
Julien Boeuf
|
5029b30d1c
|
Adding option to force client auth on the server SSL creds.
|
2015-07-21 23:02:16 -07:00 |
Craig Tiller
|
60fb201277
|
Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY
Conflicts:
src/cpp/client/channel_arguments.cc
|
2015-07-20 21:37:13 -07:00 |
Craig Tiller
|
af1f97e92a
|
Fix typo
|
2015-07-20 07:26:18 -07:00 |
Craig Tiller
|
bf6abeef3d
|
Remove experimental prefix
|
2015-07-19 22:31:04 -07:00 |
Craig Tiller
|
b4fdd32100
|
Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY
Conflicts:
src/cpp/client/channel_arguments.cc
|
2015-07-19 22:26:26 -07:00 |
Craig Tiller
|
b4e70366c6
|
Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquintas-decompression
Conflicts:
Makefile
vsprojects/Grpc.mak
|
2015-07-19 15:35:17 -07:00 |
Craig Tiller
|
0dc5e6cf16
|
User agent string support
|
2015-07-18 20:39:34 -07:00 |
Nicolas Noble
|
e9881bbaf3
|
Merge pull request #2403 from ctiller/no-worries-i-can-wait
Add a clock_type field to gpr_timespec
|
2015-07-17 15:39:28 -07:00 |
David Garcia Quintas
|
cadbf22467
|
Removed compression levels from clients and _experimental_'d signature of methods manipulating compression algorithms
|
2015-07-17 15:33:13 -07:00 |
Craig Tiller
|
2d883e7231
|
Merge pull request #2489 from yang-g/header_guard
set header guard
|
2015-07-17 15:31:31 -07:00 |
Craig Tiller
|
29cb6dd21f
|
Merge pull request #2482 from vjpai/rename_schedule_callback
ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add
|
2015-07-17 15:30:33 -07:00 |