Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add set pointer api to channel_arguments | yang-g | 2015-11-25 |
| | |||
* | stream_op cleanup: miscellany | Craig Tiller | 2015-11-02 |
| | |||
* | C++ Alarm implementation (with tests). | David Garcia Quintas | 2015-10-07 |
| | |||
* | Shuffling headers around. | Julien Boeuf | 2015-08-28 |
| | |||
* | Adding C++ metadata processor. | Julien Boeuf | 2015-08-28 |
| | | | | | | | | - Had to chnage the core API to add a destroy function pointer in grpc_auth_metadata_processor. - Tested end to end. - Fixed some issues in the server_auth_filter (we were not checking the length which put us at risk of an overflow). | ||
* | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-27 |
|\ | |||
* \ | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-26 |
|\ \ | |||
| | * | auth context api change for string_ref | yang-g | 2015-08-25 |
| | | | |||
| | * | impl | yang-g | 2015-08-25 |
| |/ | |||
| * | headers reorg | yang-g | 2015-08-21 |
| | | |||
| * | Remove ChannelInterface and replace it with Channel | yang-g | 2015-08-19 |
| | | |||
| * | clang-format all source | Craig Tiller | 2015-08-18 |
| | | |||
* | | Merge branch 'master' of https://github.com/grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-13 |
|\| | |||
* | | Adding C++ auth metadata processor. | Julien Boeuf | 2015-08-13 |
| | | | | | | | | | | | | | | | | | | | | - We always do the processing asynchronously but maintain a synchronous API for the implementor of the processor. - there are a lot of string copies right now. Having a StringPiece object in grpc++ would really help with that (as we would use it for C++ metadata). - Please review the API carefully and if you're happy with it, I'll proceed with tests. | ||
| * | Merge remote-tracking branch 'google/master' into the-ultimate-showdown | Nicolas "Pixel" Noble | 2015-08-12 |
| |\ | |/ |/| | | | | | Conflicts: src/csharp/ext/grpc_csharp_ext.c | ||
* | | move auth property iterator declaration into auth_context.h | yang-g | 2015-08-10 |
| | | |||
| * | Changing the library's code to adapt with the new API. | Nicolas "Pixel" Noble | 2015-07-23 |
|/ | |||
* | Merge github.com:grpc/grpc into no-worries-i-can-wait | Craig Tiller | 2015-07-17 |
|\ | |||
| * | split iterator into its own file | yang-g | 2015-07-16 |
| | | |||
| * | Remove const_iterator typedef and add a range based loop test | yang-g | 2015-07-15 |
| | | |||
| * | auth context iterator | yang-g | 2015-07-15 |
| | | |||
* | | 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 missing pieces | yang-g | 2015-07-09 |
| | |||
* | Resolve comments | yang-g | 2015-07-09 |
| | |||
* | missed one place | yang-g | 2015-07-07 |
| | |||
* | resolve comments | yang-g | 2015-07-07 |
| | |||
* | Add a unit test | yang-g | 2015-07-06 |
| | |||
* | merge with upstream and resolve conflicts | yang-g | 2015-07-06 |
|\ | |||
* | | compiles | yang-g | 2015-07-06 |
| | | |||
* | | Merge pull request #2079 from yang-g/statusChange | Nicolas Noble | 2015-06-16 |
|\ \ | | | | | | | Update the Status API | ||
| * | | Update the Status API | Yang Gao | 2015-06-16 |
| | | | |||
* | | | Added changes to c++ and ruby wrappers | David Garcia Quintas | 2015-06-15 |
|/ / | |||
| * | Remove old code | Craig Tiller | 2015-06-05 |
| | | |||
| * | Client side compiles/links | Craig Tiller | 2015-06-04 |
| | | |||
| * | Progress commit on fixing up C++ | Craig Tiller | 2015-06-04 |
|/ | |||
* | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-05 |
|\ | |||
* | | C Core API cleanup. | Craig Tiller | 2015-05-04 |
| | | | | | | | | | | | | Simplify grpc_event into something that can be non-heap allocated. Deprecate grpc_event_finish. Remove grpc_op_error - use an int as this is more idiomatic C style. | ||
| * | clang-format | Yang Gao | 2015-05-04 |
| | | |||
| * | merge with head | Yang Gao | 2015-05-01 |
| |\ | |/ |/| | |||
| * | Expose max message size at the server side | Yang Gao | 2015-04-30 |
| | | |||
* | | Merge branch 'delete-the-old-api' of github.com:ctiller/grpc into ↵ | Craig Tiller | 2015-04-30 |
|\ \ | | | | | | | | | | delete-the-old-api | ||
| * | | Hack to get Mac end2end test working | Craig Tiller | 2015-04-29 |
| |/ | |||
* | | Merge comments. See below. | David Garcia Quintas | 2015-04-29 |
| | | | | | | | | | | | | | | | | | | - Added ptag ignore annotation threshold - prefixed everythig with grpc_ - removed spurious annotations in channel_create.c and client_channel.c - removed stap_probes.h (it's generated from stap_probes.d by make) - Updated Makefile and its template with the right way to generate stap probe headers from its .d definition. | ||
* | | Integration of Systemtap (STAP) for profiling. | David Garcia Quintas | 2015-04-29 |
|/ | | | | This commit includes a faulty Makefile to be fixed in a follow commit. | ||
* | Merge pull request #1227 from nicolasnoble/the-purge-2 | Craig Tiller | 2015-04-24 |
|\ | | | | | Refactoring std::chrono out. | ||
| * | 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 | ||
* | | | Test client stream cancellation and fix bug exposed by the test. | Abhishek Kumar | 2015-04-23 |
| |/ |/| | |||
* | | Add client-side marks for proto processing. | Vijay Pai | 2015-04-15 |
| | | | | | | | | Need to go in and fill in tag later | ||
| * | Refactoring std::chrono out. | Nicolas Noble | 2015-04-08 |
|/ | |||
* | resolve comment | Yang Gao | 2015-04-02 |
| |