aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
Commit message (Collapse)AuthorAge
* Merge pull request #6323 from dgquintas/codegen_remove_protoGravatar Jan Tattermusch2016-05-04
|\ | | | | Moved protos out of core_codegen interface
* | Stress test fixesGravatar Craig Tiller2016-04-29
| | | | | | | | | | | | | | | | - properly fail a Read() on a stream if we fail to parse a protobuf - fix an ordering problem with the chttp2 transport global lock, whereby a sequence of two operations could be swapped - this resulted in slices being returned to the upper layers in the wrong order, corrupting data
| * Moved protos out of core_codegen interfaceGravatar David Garcia Quintas2016-04-27
|/
* Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-21
|\
| * Add various options to verify ssl/tls client cert including letting theGravatar Deepak Lukose2016-04-19
| | | | | | | | application handle the authentication.
* | Fix dependenciesGravatar Craig Tiller2016-04-12
| |
* | clang-fmtGravatar Craig Tiller2016-04-12
| |
* | Rollup of changes from the latest importGravatar Craig Tiller2016-04-11
|/
* clang-formatGravatar Craig Tiller2016-04-01
|
* Fix missing argGravatar Craig Tiller2016-04-01
|
* Fix client_crash_test, implement idempotency, fail_fast for C++Gravatar Craig Tiller2016-04-01
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* Make a copy of ByteBuffer when writingGravatar yang-g2016-03-21
|
* Merge pull request #5494 from dgquintas/guard_checkGravatar Jan Tattermusch2016-03-20
|\ | | | | New #include guard sanity check + fixes to current guards
* | fixed multiple initialization of globalsGravatar David Garcia Quintas2016-03-18
| |
| * new fixed guardsGravatar David Garcia Quintas2016-03-18
| |
| * Merge branch 'master' of github.com:grpc/grpc into guard_checkGravatar David Garcia Quintas2016-03-17
| |\ | |/ |/|
* | Merge branch 'master' of github.com:grpc/grpc into codegen_libGravatar David Garcia Quintas2016-03-15
|\ \
| | * Fixed include guardsGravatar David Garcia Quintas2016-03-15
| |/
* | clang-formatGravatar David Garcia Quintas2016-03-09
| |
* | docstringsGravatar David Garcia Quintas2016-03-08
| |
* | clang-formatGravatar David Garcia Quintas2016-03-08
| |
* | codegen interface usage of gpr_inf_futureGravatar David Garcia Quintas2016-03-08
| |
* | reverted gpr_ time changesGravatar David Garcia Quintas2016-03-08
| |
* | moved some files aroundGravatar David Garcia Quintas2016-03-08
| |
* | compiles!Gravatar David Garcia Quintas2016-03-08
| |
* | wip. cq refactoredGravatar David Garcia Quintas2016-03-07
| |
* | wip. prior to cq refactoringGravatar David Garcia Quintas2016-03-07
| |
| * Revert "Revert "Properly integrate async API with server-side cancellations.""Gravatar Sree Kuchibhotla2016-03-07
| |
* | added missing initializer for global proto_serializer holder to codegen libGravatar David Garcia Quintas2016-03-06
| |
| * Revert "Properly integrate async API with server-side cancellations."Gravatar Sree Kuchibhotla2016-03-04
| |
| * Properly integrate async API with server-side cancellations.Gravatar Vijay Pai2016-03-03
| | | | | | | | There is a comment above IsCancelled that says when it is ok to use this.
* | fix commentsGravatar David Garcia Quintas2016-03-02
| |
* | clang-formatGravatar David Garcia Quintas2016-03-02
| |
* | introduced workaround for proto_utilsGravatar David Garcia Quintas2016-03-02
|/
* Merge branch 'master' of github.com:grpc/grpc into alarm_cppGravatar David Garcia Quintas2016-02-22
|\
| * Merge pull request #5287 from yang-g/global_callback_magicGravatar Craig Tiller2016-02-22
| |\ | | | | | | Add a way to override channel arguments for server creation
* | | PR comments addressedGravatar David Garcia Quintas2016-02-22
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into alarm_cppGravatar David Garcia Quintas2016-02-22
|\| |
| * | Added missing virtual dtorGravatar David Garcia Quintas2016-02-19
| | |
| * | Fixed refactoring of grpc_arg pointer vtableGravatar David Garcia Quintas2016-02-17
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into alarm_cppGravatar David Garcia Quintas2016-02-17
|\| |
* | | Made Alarm's constructor a template for deadlineGravatar David Garcia Quintas2016-02-17
| | |
| * | Merge pull request #5186 from yang-g/inherit_from_grpc_libraryGravatar Sree Kuchibhotla2016-02-17
|/| | | | | | | | Provide explicit API for user to set user agent string prefix
| | * Add a way to override channel arguments for server creationGravatar yang-g2016-02-17
| |/ |/|
* | I merged this without checking the copyright. My mistake...Gravatar vjpai2016-02-12
| |
* | Small tweak to make some customer code compileGravatar Craig Tiller2016-02-12
| |
| * Merge remote-tracking branch 'upstream/master' into inherit_from_grpc_libraryGravatar yang-g2016-02-12
| |\ | |/ |/|
* | Merge pull request #5052 from ctiller/compressGravatar David G. Quintas2016-02-11
|\ \ | | | | | | Fix race condition in transport API