Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Auto-changes | Craig Tiller | 2016-03-25 |
| | |||
* | Make a copy of ByteBuffer when writing | yang-g | 2016-03-21 |
| | |||
* | Fixed refactoring of grpc_arg pointer vtable | David Garcia Quintas | 2016-02-17 |
| | |||
* | Fix copyright | yang-g | 2016-02-10 |
| | |||
* | Provide explicit API for user to set user agent string prefix | yang-g | 2016-02-10 |
| | |||
* | copyrights | David Garcia Quintas | 2016-01-27 |
| | |||
* | DONE!!1one | David Garcia Quintas | 2016-01-27 |
| | |||
* | After GrpcLibrary refactoring. Compiles and passes. WIP still | David Garcia Quintas | 2016-01-27 |
| | |||
* | pre sync_stream.cc creation. Does not compile | David Garcia Quintas | 2016-01-25 |
| | |||
* | async_stream.h done. Compiles | David Garcia Quintas | 2016-01-25 |
| | |||
* | copyrights | David Garcia Quintas | 2016-01-25 |
| | |||
* | Further work. Compiles. WIP | David Garcia Quintas | 2016-01-25 |
| | |||
* | fixed copyrights | David Garcia Quintas | 2016-01-21 |
| | |||
* | Made "codedgen" directories closed over #includes | David Garcia Quintas | 2016-01-21 |
| | |||
* | updated copyrights | David Garcia Quintas | 2016-01-20 |
| | |||
* | regenerated projects | David Garcia Quintas | 2016-01-19 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into proto_interfaces | David Garcia Quintas | 2016-01-19 |
|\ | |||
* | | Introduced ServerInterface | David Garcia Quintas | 2016-01-15 |
| | | |||
| * | Added back trailing newlines | David Garcia Quintas | 2016-01-14 |
| | | |||
* | | Merge branch 'master' of github.com:grpc/grpc into proto_interfaces | David Garcia Quintas | 2016-01-14 |
|\| | |||
| * | clang-format code | Craig Tiller | 2016-01-14 |
| | | |||
| * | Update copyrights again | murgatroid99 | 2016-01-13 |
| | | |||
* | | WIP. Added ChannelInterface | David Garcia Quintas | 2016-01-13 |
|/ | |||
* | Merge branch 'master' into bbuf | Vijay Pai | 2016-01-13 |
|\ | |||
| * | Updated copyrights | murgatroid99 | 2016-01-12 |
| | | |||
* | | 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 |
|\| | |||
* | | Fix one use of grpc instead of gpr | Vijay Pai | 2016-01-07 |
| | | |||
* | | Refactor server side to support generic tests. | vjpai | 2016-01-07 |
| | | |||
| * | Merge pull request #4562 from ctiller/ints | jboeuf | 2016-01-06 |
| |\ | | | | | | | Switch to using C99 types for fixed size integers | ||
| * | | Update async write documentation | Craig Tiller | 2016-01-06 |
| | | | |||
* | | | 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 |
|\| | |||
* | | Merge branch 'master' into bbuf | vjpai | 2015-11-30 |
|\ \ | |||
* | | | WIP | vjpai | 2015-11-30 |
| | | | |||
| | * | Add set pointer api to channel_arguments | yang-g | 2015-11-25 |
| |/ | |||
| * | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
| |\ | |/ |/| | |||
| * | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
| |\ | |||
* | | | include header | yang-g | 2015-11-17 |
| |/ |/| | |||
* | | Fixing the doc to warn of the dangers for overriding the target name when ↵ | Julien Boeuf | 2015-11-11 |
| | | | | | | | | using SSL. | ||
* | | 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 | ||
* | | | remove log spam | yang-g | 2015-10-27 |
| | | | |||
* | | | Mark WaitForInitialMetadata as override, for Clang | Jorge Canizales | 2015-10-23 |
| | | | |||
| | * | Successfully compile C++ libary (not tests yet). | Julien Boeuf | 2015-10-12 |
| |/ |/| | |||
* | | Replicate C++ docs from master to beta branch | Craig Tiller | 2015-09-03 |
| | | | | | | | | Original PR #3074 by @dgquintas | ||
| * | Move static value grpc::string_ref::npos definition to cc file | Konstantin Podsvirov | 2015-09-01 |
|/ | |||
* | 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). |