yang-g
|
fb58d239ef
|
Merge with head
|
2015-07-16 21:03:49 -07:00 |
yang-g
|
7ef7232dd9
|
split iterator into its own file
|
2015-07-16 21:00:51 -07:00 |
Craig Tiller
|
9a3f858f93
|
Merge pull request #2460 from vjpai/exposed_pool
Make thread_pool.h a public header
|
2015-07-16 16:26:19 -07:00 |
vjpai
|
a2e1bb1577
|
Change name of thread_pool files to fixed_size_thread_pool when
appropriate
|
2015-07-15 16:49:49 -07:00 |
Craig Tiller
|
e845d980e5
|
Merge pull request #2406 from dgquintas/writeoptions
Added WriteOptions for per-message flags and modified CallOps to use it.
|
2015-07-15 13:40:31 -07:00 |
Craig Tiller
|
ded3f69716
|
Merge pull request #2442 from yang-g/authcontext_lazy_create_at_server
Create server side auth context lazily
|
2015-07-15 13:38:57 -07:00 |
yang-g
|
14b3684dee
|
Remove const_iterator typedef and add a range based loop test
|
2015-07-15 13:20:23 -07:00 |
Vijay Pai
|
69f2410086
|
Make thread_pool.h a public header
Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction
of DynamicSizeThreadPool
|
2015-07-15 12:33:37 -07:00 |
yang-g
|
811536efce
|
auth context iterator
|
2015-07-15 00:55:30 -07:00 |
Vijay Pai
|
94fd462df8
|
override and final
|
2015-07-14 16:18:41 -07:00 |
yang-g
|
94d6225ae7
|
Create server side auth context lazily
|
2015-07-14 14:25:37 -07:00 |
Vijay Pai
|
181ef45f5e
|
Addressing outstanding typos and comments
Clang-format of changed files
|
2015-07-14 13:52:48 -07:00 |
vjpai
|
7d980e44b2
|
Remove lambda function with lambda capture to allow building with pre-lambda
compilers
|
2015-07-14 10:38:30 -07:00 |
David Garcia Quintas
|
664cda0ef5
|
Removed spurious check
|
2015-07-14 09:03:54 -07:00 |
David Garcia Quintas
|
6a3cf974f7
|
Added WriteOptions for per-message flags and modified CallOps to use it.
|
2015-07-13 13:38:18 -07:00 |
yang-g
|
3315a845ef
|
Merge remote-tracking branch 'upstream/master' into security_context2
|
2015-07-09 12:32:48 -07:00 |
Yang Gao
|
ec5a0ba6ba
|
Merge pull request #2271 from jboeuf/oauth2_access_token
Adding support for raw access token credentials.
|
2015-07-08 21:48:46 -07:00 |
Julien Boeuf
|
a6b9a891a0
|
Merge branch 'master' of github.com:grpc/grpc into oauth2_access_token
|
2015-07-08 20:40:13 -07:00 |
Craig Tiller
|
b09caa967d
|
Remove extraneous explicit
|
2015-07-08 07:53:47 -07:00 |
Craig Tiller
|
2ee8f0b978
|
Update comments
|
2015-07-08 07:53:20 -07:00 |
Craig Tiller
|
98d60fcb9a
|
Merge github.com:grpc/grpc into hosts-need-names-too
|
2015-07-08 07:44:54 -07:00 |
yang-g
|
ab575d46f7
|
merge head and resolve conflict
|
2015-07-07 23:33:40 -07:00 |
yang-g
|
85c04f938f
|
resolve comments
|
2015-07-07 17:47:31 -07:00 |
Craig Tiller
|
d9b6fcfee4
|
Support older compilers
|
2015-07-07 16:28:20 -07:00 |
Craig Tiller
|
822d2c7beb
|
Support registering services against specific hosts
|
2015-07-07 16:08:00 -07:00 |
yang-g
|
5ea46ab248
|
merge with upstream and resolve conflicts
|
2015-07-06 14:05:54 -07:00 |
yang-g
|
3abe60b9d0
|
compiles
|
2015-07-06 14:00:36 -07:00 |
Julien Boeuf
|
2805be1aa5
|
Adding support for raw access token credentials.
|
2015-07-01 02:47:18 -07:00 |
Alistair Veitch
|
e2aa487936
|
review changes
|
2015-07-01 02:00:32 -07:00 |
Alistair Veitch
|
fc62dddd1c
|
add client side census context
|
2015-06-29 02:52:46 -07:00 |
Nicolas "Pixel" Noble
|
d8c04b3603
|
std::function is no longer implicitly included. Fixing this.
|
2015-06-24 02:33:08 +02:00 |
yang-g
|
adfed03146
|
Add missing headers to build.json
|
2015-06-23 13:01:22 -07:00 |
Yang Gao
|
253aaa6b10
|
Merge pull request #1969 from ctiller/one-shouldnt-depend-on-protobufs
Remove Protobuf dependency for C++
|
2015-06-23 10:05:20 -07:00 |
Yang Gao
|
89c5a56233
|
Add const to ByteBuffer methods and add tests
|
2015-06-22 16:31:11 -07:00 |
Craig Tiller
|
026e600b5b
|
Update to set flags=0 on all ops
|
2015-06-22 11:41:14 -07:00 |
Craig Tiller
|
e9fad15b0b
|
Remove redundant decls
|
2015-06-22 10:49:02 -07:00 |
Craig Tiller
|
ab67485ff0
|
Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs
|
2015-06-19 15:32:52 -07:00 |
Julien Boeuf
|
a96ba40f0d
|
Base definition of the C++ auth context API.
|
2015-06-18 03:07:33 -07:00 |
Craig Tiller
|
4ec433741a
|
Merge pull request #2071 from dgquintas/compression-levels
Introduced compression levels as an abstraction for the actual algorithm
|
2015-06-17 17:21:09 -07:00 |
Craig Tiller
|
2622ddbcfd
|
Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufs
Conflicts:
include/grpc++/async_unary_call.h
include/grpc++/config.h
include/grpc++/config_protobuf.h
include/grpc++/impl/service_type.h
include/grpc++/stream.h
src/cpp/common/call.cc
|
2015-06-16 17:30:26 -07:00 |
Craig Tiller
|
48dd6bfb53
|
Merge github.com:grpc/grpc into you-complete-me
|
2015-06-16 17:18:34 -07:00 |
Craig Tiller
|
ddd389a149
|
Merge github.com:grpc/grpc into we-dont-need-no-backup
|
2015-06-16 17:14:43 -07:00 |
David Garcia Quintas
|
cc6c43c496
|
Exposed compression level in channel arguments (C and C++)
|
2015-06-16 11:35:41 -07:00 |
Yang Gao
|
c1a2c314fb
|
Update the Status API
|
2015-06-16 10:59:46 -07:00 |
Jan Tattermusch
|
9bfedd67e0
|
Merge remote-tracking branch 'upstream/master' into you-complete-me-csharp
|
2015-06-09 17:47:56 -07:00 |
David Garcia Quintas
|
ca281377c0
|
Added missing compression.h file.
|
2015-06-08 20:11:30 -07:00 |
David Garcia Quintas
|
59f905d79a
|
Changes to byte_buffer based on comments.
|
2015-06-08 20:06:17 -07:00 |
Vijay Pai
|
372fd8791b
|
Revert "Revert "Open loop sync/async multithreaded testing""
|
2015-06-08 13:30:08 -07:00 |
Craig Tiller
|
d55636d813
|
Revert "Open loop sync/async multithreaded testing"
|
2015-06-08 10:12:46 -07:00 |
Craig Tiller
|
90ed038999
|
.clang-format
|
2015-06-05 10:56:47 -07:00 |