Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Create inproc transport, add relevant tests, exclude irrelevant tests | Vijay Pai | 2017-07-14 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Moving gtest include down. | Nicolas "Pixel" Noble | 2017-05-10 |
| | | | | In some cases, depending on the direction of the wind, and the phase of the moon, gtest can interfere with protobuf badly with macros cross-pollution between the two projects. Moving the gtest inclusion at the end makes the problem go away. | ||
* | clang-format | Vijay Pai | 2016-11-04 |
| | |||
* | Remove some unnecessary new/delete patterns | Vijay Pai | 2016-11-04 |
| | |||
* | Eliminate unnecessary uses of new[]/delete[] that can be replaced | Vijay Pai | 2016-11-04 |
| | | | | | | with vector Also start eliminating uses of plain-old delete that are not helpful | ||
* | Deprecate grpc::thread and sync in favor of std::thread,mutex,etc | Vijay Pai | 2016-11-01 |
| | |||
* | clang-format | Vijay Pai | 2016-11-01 |
| | |||
* | Use C++11 final and override | Vijay Pai | 2016-11-01 |
| | |||
* | clang-format | Craig Tiller | 2016-09-08 |
| | |||
* | Cleanup, debug support | Craig Tiller | 2016-09-07 |
| | |||
* | clang-format changes | Vijay Pai | 2016-06-17 |
| | |||
* | Deal with to_string, proper usage of nullptr, and lack of map::emplace | Vijay Pai | 2016-06-15 |
| | |||
* | Merge pull request #6041 from vjpai/i_know_virtual_destructors | Jan Tattermusch | 2016-03-31 |
|\ | | | | | Add virtual destructor to satisfy a requirement of some compilers | ||
| * | Add virtual destructor to satisfy a requirement of some compilers | vjpai | 2016-03-31 |
| | | |||
* | | Update copyrights | Craig Tiller | 2016-03-31 |
|/ | |||
* | Used TYPED_TEST to parametrize | Vijay Pai | 2016-03-29 |
| | | | | Include all 4 sync/async client/server combos | ||
* | clang-format | Vijay Pai | 2016-03-29 |
| | |||
* | Add a concurrent test for sync client, async server case | Vijay Pai | 2016-03-29 |
| | |||
* | Fix includes | Craig Tiller | 2016-03-25 |
| | |||
* | Auto-changes | Craig Tiller | 2016-03-25 |
| | |||
* | Fix sanity | Craig Tiller | 2016-02-08 |
| | |||
* | Modify the test to have large number of threads receiving the RPCs and a | Sree Kuchibhotla | 2016-02-08 |
| | | | | | smaller number of threads sending the RPCs. This increases the likelyhood of race-conditions on receiving threads. | ||
* | Give tsan a chance | Vijay Pai | 2016-02-04 |
| | |||
* | clang-format | Vijay Pai | 2016-02-03 |
| | |||
* | Remove the command-line flags | Vijay Pai | 2016-02-03 |
| | |||
* | Fix a typecast... | Vijay Pai | 2016-02-03 |
| | |||
* | Remove some std:: so that grpc:: will be used by default when available | Vijay Pai | 2016-02-03 |
| | |||
* | Generalize namespace for ParseCommandLineFlags | Vijay Pai | 2016-02-03 |
| | |||
* | Refactor to favor composition over inheritance | Vijay Pai | 2016-02-03 |
| | | | | Also make num_threads and num_rpcs as command-line flags | ||
* | 100->1000 | vjpai | 2016-01-26 |
| | |||
* | Make async message match sync | vjpai | 2016-01-26 |
| | |||
* | Make TearDown follow typical gtest fixture format | Vijay Pai | 2016-01-22 |
| | |||
* | 100->1000 | Vijay Pai | 2016-01-22 |
| | |||
* | Merge async client thread stress test into main thread stress test so as to | Vijay Pai | 2016-01-22 |
| | | | | improve code reuse | ||
* | Added back trailing newlines | David Garcia Quintas | 2016-01-14 |
| | |||
* | Fix copyrights again | murgatroid99 | 2016-01-14 |
| | |||
* | FormatCode | Sree Kuchibhotla | 2016-01-13 |
| | |||
* | Rename TestService to EchoTestService to prevent name-conflict with | Sree Kuchibhotla | 2016-01-13 |
| | | | | 'TestService' in test.proto | ||
* | Consolidate C++ proto files under src/proto | Craig Tiller | 2015-12-17 |
| | | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies | ||
* | Fixing Cpp tests. | Julien Boeuf | 2015-10-12 |
| | |||
* | Removing pessimizing moves. | Nicolas "Pixel" Noble | 2015-09-03 |
| | | | | Pass #2. | ||
* | Fixing headers and paths after merge with upstream. | Julien Boeuf | 2015-08-30 |
| | |||
* | Shuffling headers around. | Julien Boeuf | 2015-08-28 |
| | |||
* | implementation fix | yang-g | 2015-08-27 |
| | |||
* | merge with head | yang-g | 2015-08-24 |
|\ | |||
| * | Eliminate public thread-pool interface | Vijay Pai | 2015-08-24 |
| | | |||
* | | headers reorg | yang-g | 2015-08-21 |
| | | |||
* | | Remove ChannelInterface and replace it with Channel | yang-g | 2015-08-19 |
|/ | |||
* | Start switching everything to dynamic pool | Vijay Pai | 2015-07-23 |
| |