aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Collapse)AuthorAge
* First round changes to handle dynamic hpack table sizeGravatar Craig Tiller2015-11-10
|
* Merge github.com:grpc/grpc into new_opGravatar Craig Tiller2015-11-05
|\
* \ Merge github.com:grpc/grpc into new_opGravatar Craig Tiller2015-11-04
|\ \
| | * Merge branch 'master' into protosplitGravatar vjpai2015-11-04
| | |\ | | |/ | |/|
| * | Merge pull request #4013 from dgquintas/bb_readallGravatar Craig Tiller2015-11-04
| |\ \ | | | | | | | | Added grpc_byte_buffer_reader_readall
* | | | Merge github.com:grpc/grpc into new_opGravatar Craig Tiller2015-11-04
|\| | |
| * | | Merge pull request #3177 from podsvirov/topic-grpc-string-ref-npos-redifinitionGravatar Craig Tiller2015-11-04
| |\ \ \ | | | | | | | | | | Move static value grpc::string_ref::npos definition to cc file
* | | | | stream_op cleanup: miscellanyGravatar Craig Tiller2015-11-02
|/ / / /
| | | * Merge remote-tracking branch 'upstream/master' into protosplitGravatar vjpai2015-11-02
| | | |\ | |_|_|/ |/| | |
| | * | Added grpc_byte_buffer_reader_readallGravatar David Garcia Quintas2015-10-30
| |/ / |/| |
| | * Split up into a new service proto, use proper service suffix, add aGravatar vjpai2015-10-29
| | | | | | | | | | | | | | | reset option to the mark, create a closed loop config params (empty message) for consistency with other tests.
* | | remove log spamGravatar yang-g2015-10-27
| | |
* | | Merge pull request #3969 from grpc/release-0_11Gravatar Nicolas Noble2015-10-26
|\ \ \ | |_|/ |/| | Release 0 11 -> master
| * | Mark WaitForInitialMetadata as override, for ClangGravatar Jorge Canizales2015-10-23
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into cq_alarmGravatar David Garcia Quintas2015-10-12
|\ \ \
* | | | C++ Alarm implementation (with tests).Gravatar David Garcia Quintas2015-10-07
| | | |
| * | | mark unreachable code with a macroGravatar yang-g2015-10-07
| | | |
* | | | s/grpc_alarm/grpc_timer && s/grpc_cq_alarm/grpc_alarmGravatar David Garcia Quintas2015-10-04
|/ / /
* | | Merge pull request #3602 from grpc/release-0_11Gravatar Tim Emiola2015-10-02
|\| | | | | | | | Upmerge from beta to master.
| * | Repeat https://github.com/grpc/grpc/issues/3049 for OSXGravatar Jorge Canizales2015-09-29
| | |
* | | FixesGravatar Craig Tiller2015-09-28
| | |
* | | Merge pull request #3544 from ctiller/backtrace-on-crashGravatar Nicolas Noble2015-09-28
|\ \ \ | | | | | | | | Enable backtraces on C tests
* \ \ \ Merge pull request #3497 from nicolasnoble/lost-my-sanityGravatar Craig Tiller2015-09-28
|\ \ \ \ | | | | | | | | | | Restoring sanity.
| | * | | Enable backtraces on C testsGravatar Craig Tiller2015-09-28
| | | | |
* | | | | Merge pull request #3483 from ctiller/no-tcp-allocGravatar Yang Gao2015-09-28
|\ \ \ \ \ | | | | | | | | | | | | Save some allocations in tcp_posix.c
| | * | | | Restoring sanity.Gravatar Nicolas "Pixel" Noble2015-09-26
| |/ / / / |/| | | |
* | | | | Merge pull request #3474 from ctiller/clang_formatGravatar Nicolas Noble2015-09-25
|\ \ \ \ \ | | | | | | | | | | | | Add clang-format to sanity
* \ \ \ \ \ Merge pull request #2920 from nicolasnoble/winnt-checkGravatar Craig Tiller2015-09-25
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Better handling of _WIN32_WINNT.
| | * | | | Merge github.com:grpc/grpc into clang_formatGravatar Craig Tiller2015-09-25
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| | | * | | Recycle partially filled buffers on the next readGravatar Craig Tiller2015-09-24
| |_|/ / / |/| | | |
| | * | | Add clang-format to sanityGravatar Craig Tiller2015-09-24
| | | | |
* | | | | Windows fixesGravatar Craig Tiller2015-09-23
| |/ / / |/| | |
| | * | Do not use string_ref for output params.Gravatar Julien Boeuf2015-09-22
| | | | | | | | | | | | | | | | | | | | It is very much unsafe to do so as the string_ref could point on a stack variable of the callee.
* | | | It is a bad idea to have a map with string_refs as output params.Gravatar Julien Boeuf2015-09-22
| | | | | | | | | | | | | | | | | | | | This is very much unsafe as the string_ref could point on a stack variable of the callee.
* | | | Credentials plugin fixes (after the branch was merged).Gravatar Julien Boeuf2015-09-21
| | | |
* | | | Adding documentation.Gravatar Julien Boeuf2015-09-15
| | | |
* | | | Merge branch 'master' of github.com:grpc/grpc into core_creds_pluginGravatar Julien Boeuf2015-09-15
|\ \ \ \
| * \ \ \ Merge branch 'immolating-conversion' of github.com:ctiller/grpc into ↵Gravatar Craig Tiller2015-09-11
| |\ \ \ \ | | | | | | | | | | | | | | | | | | immolating-conversion
| * \ \ \ \ Merge github.com:grpc/grpc into immolating-conversionGravatar Craig Tiller2015-09-11
| |\ \ \ \ \
| | | * | | | Mac build fixesGravatar Craig Tiller2015-09-10
| | |/ / / / | |/| | | |
| * | | | | First round of fixing up implicit 64->32 bit conversionsGravatar Craig Tiller2015-09-10
| | |_|/ / | |/| | |
| | * | | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encodingGravatar David Garcia Quintas2015-09-08
| | |\ \ \ | | |/ / / | |/| | |
| | | * | Merge branch 'master' of github.com:grpc/grpc into winnt-checkGravatar Nicolas "Pixel" Noble2015-09-04
| | | |\ \ | | |_|/ / | |/| | | | | | | | | | | | | Conflicts: vsprojects/global.props
| * | | | Removed grpc_security.h from auth_context.hGravatar David Garcia Quintas2015-09-03
| | | | |
| * | | | Replicate C++ docs from master to beta branchGravatar Craig Tiller2015-09-03
| | | | | | | | | | | | | | | | | | | | Original PR #3074 by @dgquintas
| * | | | Merge branch 'third-coming' into endpointsGravatar Craig Tiller2015-09-01
| |\ \ \ \
| | | | | * Move static value grpc::string_ref::npos definition to cc fileGravatar Konstantin Podsvirov2015-09-01
| | |_|_|/ | |/| | |
* | | | | Merge branch 'master' of github.com:grpc/grpc into core_creds_pluginGravatar Julien Boeuf2015-08-31
|\| | | |
* | | | | Design and implementation of the core credentials plugin API.Gravatar Julien Boeuf2015-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - We use C++ as an example to show how this API can be used while still providing an idiomatic interface in the wrapped language of choice. - No testing yet.
| * | | | Merge pull request #3107 from a-veitch/view_apiGravatar Hongyu Chen2015-08-31
| |\ \ \ \ | | | | | | | | | | | | API for: defining view and aggregations, associating them with metrics, and retrieving data