Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Fix copyrights | Craig Tiller | 2016-03-25 |
| | |||
* | Auto-changes | Craig Tiller | 2016-03-25 |
| | |||
* | copyright | David Garcia Quintas | 2016-03-08 |
| | |||
* | compiles! | David Garcia Quintas | 2016-03-08 |
| | |||
* | wip. prior to cq refactoring | David Garcia Quintas | 2016-03-07 |
| | |||
* | clang-format | Vijay Pai | 2016-01-27 |
| | |||
* | Fix a case in bbuf copy constructore | Vijay Pai | 2016-01-26 |
| | |||
* | destroy reader after using it | yang-g | 2016-01-14 |
| | |||
* | clang-format code | Craig Tiller | 2016-01-14 |
| | |||
* | Update copyrights again | murgatroid99 | 2016-01-13 |
| | |||
* | Remove dead code and a thus unneeded change to C++ bbuf | Vijay Pai | 2016-01-11 |
| | |||
* | Merge branch 'master' into bbuf | Vijay Pai | 2016-01-11 |
|\ | |||
* | | Refactor server side to support generic tests. | vjpai | 2016-01-07 |
| | | |||
* | | Got rid of all compilation problems, now need to test | Vijay Pai | 2016-01-04 |
| | | |||
| * | Eliminate gpr_ int types - and insist on C99 variants instead | Craig Tiller | 2015-12-22 |
| | | |||
* | | Merge branch 'master' into bbuf | vjpai | 2015-12-22 |
|\| | |||
| * | make gpr_timespec platform agnostic | Jan Tattermusch | 2015-12-10 |
| | | |||
* | | WIP | vjpai | 2015-11-30 |
|/ | |||
* | Merge pull request #3177 from podsvirov/topic-grpc-string-ref-npos-redifinition | Craig Tiller | 2015-11-04 |
|\ | | | | | Move static value grpc::string_ref::npos definition to cc file | ||
* | | Fix clang-format script | Craig Tiller | 2015-09-28 |
| | | |||
* | | Windows fixes | Craig Tiller | 2015-09-23 |
| | | |||
* | | Replicate C++ docs from master to beta branch | Craig Tiller | 2015-09-03 |
| | | | | | | | | Original PR #3074 by @dgquintas | ||
* | | Add missed header | yang-g | 2015-09-01 |
| | | |||
| * | Move static value grpc::string_ref::npos definition to cc file | Konstantin Podsvirov | 2015-09-01 |
|/ | |||
* | minor fixes | yang-g | 2015-08-26 |
| | |||
* | Add ostream support for string_ref | Craig Tiller | 2015-08-26 |
| | |||
* | impl | yang-g | 2015-08-25 |
| | |||
* | remove constexpr since gcc 4.4 or vs2010 does not support it | yang-g | 2015-08-25 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into cpp_string_ref | Julien Boeuf | 2015-08-24 |
|\ | |||
* | | Adding grpc::string_ref class. | Julien Boeuf | 2015-08-24 |
| | | | | | | | | | | | | - Strict subset of http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3442.html - Useful to avoid unnecessary string copies. | ||
| * | headers reorg | yang-g | 2015-08-21 |
|/ | |||
* | Make the server report monotonic times for deadlines | Craig Tiller | 2015-07-23 |
| | | | | | | | | For very high performance systems, we're going to want to be able to simply push the value reported from the server down onto clients. If we report realtime now, then all wrapped languages are going to assume it, meaning that such a change will be impossible later. | ||
* | Updating wrapped languages to new time functions | Craig Tiller | 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. | ||
* | Add const to ByteBuffer methods and add tests | Yang Gao | 2015-06-22 |
| | |||
* | Update the Status API | Yang Gao | 2015-06-16 |
| | |||
* | Added missing compression.h file. | David Garcia Quintas | 2015-06-08 |
|\ | |||
* | | Changes to byte_buffer based on comments. | David Garcia Quintas | 2015-06-08 |
| | | |||
| * | Revert "Revert "Open loop sync/async multithreaded testing"" | Vijay Pai | 2015-06-08 |
| | | |||
| * | Revert "Open loop sync/async multithreaded testing" | Craig Tiller | 2015-06-08 |
| | | |||
| * | clang-format | Vijay Pai | 2015-06-05 |
| | | |||
| * | Account for time difference in mac and linux | Vijay Pai | 2015-06-03 |
| | | |||
| * | Merge branch 'master' into poisson | vjpai | 2015-06-03 |
| |\ | |/ |/| | |||
| * | Support use of high_res clock in timepoints | vjpai | 2015-06-02 |
| | | |||
* | | Removed grpc_byte_buffer_reader_{create,destroy}. | David Garcia Quintas | 2015-06-01 |
|/ | | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory. | ||
* | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 |
|\ | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc vsprojects/vs2010/grpc++.vcxproj vsprojects/vs2013/grpc++.vcxproj.filters | ||
| * | Remove an extra unref | Yang Gao | 2015-04-21 |
| | | |||
* | | Refactoring std::chrono out. | Nicolas Noble | 2015-04-08 |
|/ | |||
* | Protect on some overflow scenarios, add a test and build/run the test | Yang Gao | 2015-03-20 |
| |