Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix bug on shutdown case | vjpai | 2015-07-23 |
| | |||
* | Add dynamic thread pool and initial port of test | vjpai | 2015-07-23 |
| | |||
* | Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY | Craig Tiller | 2015-07-20 |
|\ | | | | | | | | | Conflicts: src/cpp/client/channel_arguments.cc | ||
| * | Fix typo | Craig Tiller | 2015-07-20 |
| | | |||
| * | Remove experimental prefix | Craig Tiller | 2015-07-19 |
| | | |||
* | | Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY | Craig Tiller | 2015-07-19 |
|\| | | | | | | | | | Conflicts: src/cpp/client/channel_arguments.cc | ||
| * | Merge branch 'decompression' of https://github.com/dgquintas/grpc into ↵ | Craig Tiller | 2015-07-19 |
| |\ | | | | | | | | | | | | | | | | | | | | | | dgquintas-decompression Conflicts: Makefile vsprojects/Grpc.mak | ||
* | | | User agent string support | Craig Tiller | 2015-07-18 |
|/ / | |||
* | | Merge pull request #2403 from ctiller/no-worries-i-can-wait | Nicolas Noble | 2015-07-17 |
|\ \ | | | | | | | Add a clock_type field to gpr_timespec | ||
| | * | Removed compression levels from clients and _experimental_'d signature of ↵ | David Garcia Quintas | 2015-07-17 |
| | | | | | | | | | | | | methods manipulating compression algorithms | ||
* | | | Merge pull request #2489 from yang-g/header_guard | Craig Tiller | 2015-07-17 |
|\ \ \ | | | | | | | | | set header guard | ||
* \ \ \ | Merge pull request #2482 from vjpai/rename_schedule_callback | Craig Tiller | 2015-07-17 |
|\ \ \ \ | | | | | | | | | | | ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add | ||
| | * | | | set header guard | yang-g | 2015-07-17 |
| |/ / / |/| | | | |||
| | * | | Merge github.com:grpc/grpc into no-worries-i-can-wait | Craig Tiller | 2015-07-17 |
| | |\ \ | |_|/ / |/| | | | |||
* | | | | Merge pull request #2413 from dgquintas/interop_sniffer | Craig Tiller | 2015-07-17 |
|\ \ \ \ | | | | | | | | | | | Introduced InteropContextInspector | ||
| | * | | | ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add | vjpai | 2015-07-16 |
| | | | | | |||
* | | | | | add missed 'class' | yang-g | 2015-07-16 |
| | | | | | |||
* | | | | | Merge with head | yang-g | 2015-07-16 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
* | | | | | split iterator into its own file | yang-g | 2015-07-16 |
| | | | | | |||
| | | | * | Merge branch 'master' of github.com:grpc/grpc into decompression | David Garcia Quintas | 2015-07-16 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| * | | | | Merge pull request #2460 from vjpai/exposed_pool | Craig Tiller | 2015-07-16 |
| |\ \ \ \ | | | | | | | | | | | | | Make thread_pool.h a public header | ||
| | * | | | | Change name of thread_pool files to fixed_size_thread_pool when | vjpai | 2015-07-15 |
| | | | | | | | | | | | | | | | | | | | | | | | | appropriate | ||
| | | * | | | Added some methods to context inspector. Also minor tweak to server context ↵ | David Garcia Quintas | 2015-07-15 |
| | | | | | | | | | | | | | | | | | | | | | | | | IsCancelled() method | ||
| | | | | * | Merge branch 'master' of github.com:grpc/grpc into decompression | David Garcia Quintas | 2015-07-15 |
| | | | | |\ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Makefile # include/grpc++/client_context.h # include/grpc++/server_context.h # src/cpp/client/client_context.cc # src/cpp/server/server_context.cc # vsprojects/Grpc.mak | ||
| * | | | | | Merge pull request #2406 from dgquintas/writeoptions | Craig Tiller | 2015-07-15 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Added WriteOptions for per-message flags and modified CallOps to use it. | ||
| * \ \ \ \ \ | Merge pull request #2442 from yang-g/authcontext_lazy_create_at_server | Craig Tiller | 2015-07-15 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Create server side auth context lazily | ||
* | | | | | | | | Remove const_iterator typedef and add a range based loop test | yang-g | 2015-07-15 |
| | | | | | | | | |||
| | | | * | | | | Make thread_pool.h a public header | Vijay Pai | 2015-07-15 |
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool | ||
* | | | | | | | auth context iterator | yang-g | 2015-07-15 |
| | | | | | | | |||
| * | | | | | | override and final | Vijay Pai | 2015-07-14 |
| | | | | | | | |||
| | * | | | | | Create server side auth context lazily | yang-g | 2015-07-14 |
| |/ / / / / |/| | | | | | |||
| * | | | | | Addressing outstanding typos and comments | Vijay Pai | 2015-07-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | Clang-format of changed files | ||
| * | | | | | Remove lambda function with lambda capture to allow building with pre-lambda | vjpai | 2015-07-14 |
|/ / / / / | | | | | | | | | | | | | | | | compilers | ||
| * | | | | Removed spurious check | David Garcia Quintas | 2015-07-14 |
| | | | | | |||
| | * | | | Introduced InteropContextInspector to be able to peek into server contexts ↵ | David Garcia Quintas | 2015-07-13 |
| |/ / / |/| | | | | | | | | | | | during interop testing. | ||
| * | | | Added WriteOptions for per-message flags and modified CallOps to use it. | David Garcia Quintas | 2015-07-13 |
|/ / / | |||
| * / | Introduce a clock type field onto gpr_timespec. | Craig Tiller | 2015-07-13 |
|/ / | | | | | | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense. | ||
| * | Merge branch 'master' of github.com:grpc/grpc into decompression | David Garcia Quintas | 2015-07-09 |
| |\ | |||
* | \ | Merge remote-tracking branch 'upstream/master' into security_context2 | yang-g | 2015-07-09 |
|\ \ \ | | |/ | |/| | |||
| * | | Merge pull request #2271 from jboeuf/oauth2_access_token | Yang Gao | 2015-07-08 |
| |\ \ | | | | | | | | | Adding support for raw access token credentials. | ||
| | * \ | Merge branch 'master' of github.com:grpc/grpc into oauth2_access_token | Julien Boeuf | 2015-07-08 |
| | |\ \ | |||
| | | | * | Merge branch 'master' of github.com:grpc/grpc into decompression | David Garcia Quintas | 2015-07-08 |
| | | | |\ | | | | |/ | | | |/| | |||
| * | | | | Remove extraneous explicit | Craig Tiller | 2015-07-08 |
| | | | | | |||
| * | | | | Update comments | Craig Tiller | 2015-07-08 |
| | | | | | |||
| * | | | | Merge github.com:grpc/grpc into hosts-need-names-too | Craig Tiller | 2015-07-08 |
| |\ \ \ \ | | | |/ / | | |/| | | |||
* | | | | | merge head and resolve conflict | yang-g | 2015-07-07 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
* | | | | | resolve comments | yang-g | 2015-07-07 |
| | | | | | |||
| | * | | | Support older compilers | Craig Tiller | 2015-07-07 |
| | | | | | |||
| | * | | | Support registering services against specific hosts | Craig Tiller | 2015-07-07 |
| | | | | | |||
* | | | | | merge with upstream and resolve conflicts | yang-g | 2015-07-06 |
|\ \ \ \ \ | | |/ / / | |/| | | |