Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | 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 | |
| | | | | ||||
* | | | | Make tests a little more robust | Craig Tiller | 2015-07-18 | |
| | | | | ||||
| * | | | Merge with head and resolve conflict | yang-g | 2015-07-17 | |
| |\ \ \ | |/ / / |/| | | | ||||
* | | | | Merge pull request #2470 from ctiller/i-want-to-wait-free | Vijay Pai | 2015-07-17 | |
|\ \ \ \ | | | | | | | | | | | Lock free requested call fulfillment path | |||
* \ \ \ \ | 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 #2482 from vjpai/rename_schedule_callback | Craig Tiller | 2015-07-17 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add | |||
| | | | * | | | update according to spec change | yang-g | 2015-07-17 | |
| | | | | | | | ||||
| | * | | | | | Merge github.com:grpc/grpc into no-worries-i-can-wait | Craig Tiller | 2015-07-17 | |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||
| | | * | | | | Merge github.com:grpc/grpc into i-want-to-wait-free | Craig Tiller | 2015-07-17 | |
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||
* | | | | | | | Merge pull request #2413 from dgquintas/interop_sniffer | Craig Tiller | 2015-07-17 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Introduced InteropContextInspector | |||
* \ \ \ \ \ \ \ | Merge pull request #2385 from yang-g/timeout_interop | Craig Tiller | 2015-07-17 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add timeout interop test case | |||
| | | * | | | | | | ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add | vjpai | 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 | |||
| | | | | | * \ \ \ | Merge github.com:grpc/grpc into i-want-to-wait-free | Craig Tiller | 2015-07-16 | |
| | | | | | |\ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||
| | * | | | | | | | | 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 | |||
| | | | * | | | | | | clang-format'd. | David Garcia Quintas | 2015-07-15 | |
| | | | | | | | | | | ||||
| | | | | | | | * | | 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. | |||
| | | | | | | | | | * | update according to spec change | yang-g | 2015-07-15 | |
| | | | | | | | | | | | ||||
* | | | | | | | | | | | 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 | |||
| | | | | | * | | | | Adjust oustanding request count to meet new server algorithm | Craig Tiller | 2015-07-15 | |
| | | | | | | | | | | ||||
* | | | | | | | | | | auth context iterator | yang-g | 2015-07-15 | |
| |_|_|_|_|/ / / / |/| | | | | | | | | ||||
| * | | | | | | | | Addressing outstanding typos and comments | Vijay Pai | 2015-07-14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clang-format of changed files | |||
| * | | | | | | | | Remove reference to nullptr to avoid compiler seeing ambiguity in gcc-4.4 | vjpai | 2015-07-14 | |
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build. The issue is that gcc below 4.6 require us to explicitly define nullptr, and our explicit definition allows a potential confusion between nullptr->unique_ptr<string> and nullptr->char *->grpc::string->unique_ptr<string> | |||
| | | | | | | * | add per_rpc_creds test case in interop test | yang-g | 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 | |
|/ / / / / | ||||
| | | * / | Add oauth2_auth_token test case in interop test | yang-g | 2015-07-13 | |
| | |/ / | |/| | | ||||
| | * | | Update C++ impl | Craig Tiller | 2015-07-13 | |
| | | | | ||||
| | * | | Updating wrapped languages to new time functions | Craig Tiller | 2015-07-13 | |
| |/ / |/| | | ||||
* | | | Merge pull request #2289 from ctiller/footprints-on-the-sands-of-time | Vijay Pai | 2015-07-10 | |
|\ \ \ | | | | | | | | | Introduce multiple clocks to GPR | |||
| | * | | Add timeout interop test case | yang-g | 2015-07-10 | |
| | | | | ||||
* | | | | Make naming a little more consistent | Craig Tiller | 2015-07-10 | |
| |/ / |/| | | ||||
| * | | Merge github.com:grpc/grpc into footprints-on-the-sands-of-time | Craig Tiller | 2015-07-10 | |
| |\ \ | ||||
* | | | | Compile fix for Mac | Craig Tiller | 2015-07-10 | |
| |/ / |/| | | ||||
| | * | 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 | |
|\ \ \ \ | | |_|/ | |/| | | ||||
* | | | | Resolve comments | yang-g | 2015-07-09 | |
| | | | | ||||
| | * | | Merge github.com:grpc/grpc into footprints-on-the-sands-of-time | Craig Tiller | 2015-07-09 | |
| | |\ \ | | |/ / | |/| | | ||||
| | | * | Merge branch 'master' of github.com:grpc/grpc into decompression | David Garcia Quintas | 2015-07-08 | |
| | | |\ | ||||
* | | | | | resolve comments | yang-g | 2015-07-07 | |
| | | | | |