aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen
Commit message (Collapse)AuthorAge
* Merge with newly added/modified filesGravatar David Garcia Quintas2016-08-30
|
* Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-08-30
|\
| * Merge pull request #7594 from chedeti/grpc-thrift-v2Gravatar kpayson642016-08-17
| |\ | | | | | | grpc thrift integration
| | * remove const in DeserializeGravatar chedeti2016-08-04
| | |
| | * use boost::make_sharedGravatar chedeti2016-08-04
| | |
| | * rename class variables to snake_caseGravatar chedeti2016-08-03
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-08-02
|\ \ \
| | | * refine code and add READMEGravatar chedeti2016-08-01
| | | |
| | * | fixed include guard script and faulty .hGravatar David Garcia Quintas2016-08-01
| |/ /
| | * thrift serializerGravatar chedeti2016-07-31
| |/
| * Merge pull request #7502 from dgquintas/cpp_compression_levelGravatar Nicolas Noble2016-07-28
| |\ | | | | | | C++ Compression Level set properly
* | | scrubbed codegen/sync.hGravatar David Garcia Quintas2016-07-27
| | |
* | | removed codegen/slice_buffer.h and scrubbed codegen/slice.hGravatar David Garcia Quintas2016-07-27
| | |
* | | removed codegen/log.hGravatar David Garcia Quintas2016-07-27
| | |
* | | removed codegen/time.hGravatar David Garcia Quintas2016-07-27
| | |
* | | removed codegen/byte_buffer.hGravatar David Garcia Quintas2016-07-27
| | |
* | | removed codegen/alloc.hGravatar David Garcia Quintas2016-07-27
|/ /
* | Merge pull request #7451 from y-zeng/seperate_generated_filesGravatar kpayson642016-07-25
|\ \ | | | | | | Separate generated pb files from the server reflection build target, use grpc::protobuf instead of google::protobuf
| | * C++ Compression Level set properlyGravatar David Garcia Quintas2016-07-21
| | |
* | | Removed unused version of async_stream.hGravatar David Garcia Quintas2016-07-21
| |/ |/|
| * Merge remote-tracking branch 'upstream/master' into seperate_generated_filesGravatar Yuchen Zeng2016-07-21
| |\ | |/ |/|
* | Merge pull request #7486 from dgquintas/alive_typoGravatar kpayson642016-07-21
|\ \ | | | | | | fixed typo
* \ \ Merge pull request #7469 from yang-g/proto_liteGravatar Nicolas Noble2016-07-21
|\ \ \ | | | | | | | | Add a macro to support protobuf lite
| | * | fixed typoGravatar David Garcia Quintas2016-07-20
| |/ / |/| |
| | * Merge remote-tracking branch 'upstream/master' into seperate_generated_filesGravatar Yuchen Zeng2016-07-19
| | |\ | |_|/ |/| |
* | | Merge pull request #7444 from y-zeng/fix_typoGravatar kpayson642016-07-19
|\ \ \ | | | | | | | | Fix typos in config_protobuf.h
| | * | Add a macro to support protobuf liteGravatar yang-g2016-07-19
| | | |
| | | * Separate generated file and protobuf dependencyGravatar Yuchen Zeng2016-07-18
| | | |
| | | * fix typoGravatar Yuchen Zeng2016-07-18
| | |/
| * / fix typoGravatar Yuchen Zeng2016-07-18
| |/
* / Reduce the number of unnecessary allocationsGravatar Sree Kuchibhotla2016-07-14
|/
* Merge branch 'master' of github.com:grpc/grpc into bb_reader_errorGravatar David Garcia Quintas2016-07-06
|\
* | Return success status of grpc_byte_buffer_readerGravatar David Garcia Quintas2016-06-30
| |
| * removed unused version of status_code_enum.hGravatar David Garcia Quintas2016-06-30
|/
* Merge pull request #6947 from vjpai/async_stream_docGravatar Jan Tattermusch2016-06-24
|\ | | | | Doc Fixit: Ordering and thread-safety for C++ streaming (sync/async) APIs
* | Const correctness for ClientContext and ServerContext gettersGravatar Bill Clarke2016-06-22
| |
| * Properly handle reviewer comment re concurrent ReadGravatar vjpai2016-06-21
| |
| * Fix review commentsGravatar vjpai2016-06-21
| |
| * Merge branch 'master' into async_stream_docGravatar vjpai2016-06-21
| |\ | |/ |/|
| * Add proper documentation of ordering and thread-safety forGravatar vjpai2016-06-17
| | | | | | | | streaming (sync and async) APIs
* | Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-15
|\|
* | clang-formatGravatar Vijay Pai2016-06-15
| |
* | Deal with to_string, proper usage of nullptr, and lack of map::emplaceGravatar Vijay Pai2016-06-15
| |
* | Provide nullptr->std::function castGravatar Vijay Pai2016-06-15
| |
| * Added to server's shutdown docstringsGravatar David Garcia Quintas2016-06-13
| |
| * Merge pull request #6438 from y-zeng/reflection_separate_libGravatar Jan Tattermusch2016-06-13
| |\ | | | | | | Proto server reflection
* | | Manual clang-formatGravatar vjpai2016-06-13
| | |
* | | override->GRPC_OVERRIDEGravatar Vijay Pai2016-06-09
| | | | | | | | | | | | Remove range-based fors
| * | Merge pull request #6481 from dgquintas/compression_md_level_bisGravatar Jan Tattermusch2016-06-08
|/| | | | | | | | Allow servers to select compression level via initial MD & overall compression cleanup
* | | Merge pull request #6649 from dgquintas/core_codegen_be_publicGravatar Jan Tattermusch2016-06-08
|\ \ \ | | | | | | | | moved core_codegen from src/cpp/... to include/grpc++/...