Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Address concerns from review | vjpai | 2015-08-11 |
| | |||
* | Stop using a variable-sized array since that's not standards-compliant | Vijay Pai | 2015-08-07 |
| | |||
* | clang-format plus helpful comments | Vijay Pai | 2015-08-05 |
| | |||
* | Remaining changes needed to get QPS test working on old compilers. | Vijay Pai | 2015-08-05 |
| | | | | | This change contains a lot of ugly changes, such as changing std::vector to allocation by new, etc. | ||
* | Eliminate use of this_thread::sleep_until | Vijay Pai | 2015-07-31 |
| | |||
* | Eliminate lambda used as CV predicate | Vijay Pai | 2015-07-31 |
| | |||
* | Eliminate user of lambda in server definition | Vijay Pai | 2015-07-31 |
| | |||
* | Eliminate use of lambdas in ResourceUsage processing functions... | Vijay Pai | 2015-07-31 |
| | | | | Introduce simple getters instead. | ||
* | clang-format | Vijay Pai | 2015-07-31 |
| | |||
* | Remove lambdas from state machine functions | vjpai | 2015-07-31 |
| | |||
* | Switch a push_back to emplace_back to avoid being interpreted | vjpai | 2015-07-31 |
| | | | | as a copy constructor | ||
* | Remove lambda from client definition | vjpai | 2015-07-31 |
| | |||
* | Merge branch 'master' into asklipion | vjpai | 2015-07-31 |
|\ | |||
| * | Tune down number of channels for qps_test | Craig Tiller | 2015-07-30 |
| | | |||
* | | Remove use of C++11 randomization engines | vjpai | 2015-07-27 |
| | | |||
| * | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-26 |
| |\ | |/ |/| | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other Conflicts: src/core/iomgr/tcp_server_windows.c | ||
* | | Merge pull request #2647 from vjpai/deepend | Yang Gao | 2015-07-24 |
|\ \ | | | | | | | Dynamic-sized thread pool | ||
* \ \ | Merge pull request #2655 from vjpai/expecteq | Yang Gao | 2015-07-24 |
|\ \ \ | | | | | | | | | Switch an int to size_t or else it fails on Mac | ||
* \ \ \ | Merge pull request #2662 from vjpai/the_isolation_of_nullptr | Yang Gao | 2015-07-24 |
|\ \ \ \ | | | | | | | | | | | Isolate nullptr to grpc namespace when we must define it ourselves | ||
* \ \ \ \ | Merge pull request #2605 from yang-g/fake_transport_security_to_private | jboeuf | 2015-07-24 |
|\ \ \ \ \ | | | | | | | | | | | | | Fake transport security to private | ||
| | * | | | | Isolate nullptr to grpc namespace when we must define it ourselves | Vijay Pai | 2015-07-25 |
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | Change the one non-namespace use of nullptr to NULL (used as an argument to a C function anyway) | ||
| | * | | | Switch an int to size_t or else it fails on Mac | vjpai | 2015-07-24 |
| |/ / / |/| | | | |||
| | * | | Merge branch 'master' into deepend | Vijay Pai | 2015-07-24 |
| | |\ \ | |_|/ / |/| | | | |||
| | * | | Start off with zero reserve threads to make sure that that case works | Vijay Pai | 2015-07-23 |
| | | | | |||
| | * | | Start switching everything to dynamic pool | Vijay Pai | 2015-07-23 |
| | | | | |||
* | | | | Merge github.com:grpc/grpc into virtuous-velvit-velociraptor | Craig Tiller | 2015-07-23 |
|\ \ \ \ | |||
| | | * | | Add dynamic thread pool and initial port of test | vjpai | 2015-07-23 |
| | | | | | |||
| * | | | | Merge pull request #2617 from jboeuf/jwt_creds_renaming | Yang Gao | 2015-07-23 |
| |\ \ \ \ | | | | | | | | | | | | | Renaming jwt_credentials to service_account_jwt_access_credentials. | ||
| | | | | * | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-23 |
| | | | |/| | | |_|_|/ | |/| | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
* / | | | | Flow control fix | yang-g | 2015-07-22 |
|/ / / / | |||
* | | | | Merge pull request #2571 from vjpai/cent6-issues | Yang Gao | 2015-07-22 |
|\ \ \ \ | |_|_|/ |/| | | | Remove one range-based for and do appropriate static casts on nullptr | ||
| | * | | Renaming jwt_credentials to service_account_jwt_access_credentials. | Julien Boeuf | 2015-07-22 |
| |/ / |/| | | |||
| | * | merge head and resolve conflict | yang-g | 2015-07-22 |
| | |\ | |_|/ |/| | | |||
| | * | move fake_transport_security_credentials to private API | yang-g | 2015-07-21 |
| | | | |||
* | | | Merge pull request #2427 from yang-g/per_call_oauth_creds_impl | Abhishek Kumar | 2015-07-21 |
|\ \ \ | | | | | | | | | Per call oauth creds impl | ||
| | * | | Remove iterator-based test altogether | Vijay Pai | 2015-07-21 |
| | | | | |||
| | * | | Remove one range-based for and do appropriate static casts on nullptr | Vijay Pai | 2015-07-21 |
| | |/ | |||
* | | | 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 | ||
| | * | Merge remote-tracking branch 'upstream/master' into per_call_oauth_creds_impl | yang-g | 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 |
| | | | | |||
* | | | | 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 |
| | | | | | | |