aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Collapse)AuthorAge
* Always ref writable streamsGravatar Craig Tiller2016-03-02
| | | | | | | | We suffered a bug whereby doing a follow-up write to another write could resurrect a deleted stream, causing all sorts of crash. Fix: when a stream becomes writable (vs when we start writing) take a ref on the stream, and only relinquish it once we're done writing.
* Merge pull request #5441 from a-veitch/no_binary_tagsGravatar Bogdan Drutu2016-02-29
|\ | | | | Remove binary tags, restrict tag characters to ASCII
| * eliminate binary tagsGravatar Alistair Veitch2016-02-25
| |
* | 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 #4859 from ctiller/sceqGravatar Sree Kuchibhotla2016-02-17
| |\ \ | | | | | | | | Subchannel Sharing [The interop tests failures and Basic test failures are unrelated to this change. Merging]
| * \ \ 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
| | |_|/ | |/| |
| * | | Flagging the missing API entries.Gravatar Nicolas "Pixel" Noble2016-02-17
|/ / /
| | * Merge github.com:grpc/grpc into sceqGravatar Craig Tiller2016-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 #5078 from ctiller/compatibility_modeGravatar Craig Tiller2016-02-12
|\ \ \ | | | | | | | | Make binary compatibility not the default
* \ \ \ Merge pull request #5052 from ctiller/compressGravatar David G. Quintas2016-02-11
|\ \ \ \ | | | | | | | | | | Fix race condition in transport API
* \ \ \ \ Merge pull request #5079 from nicolasnoble/underscores_are_the_root_of_all_evilGravatar David G. Quintas2016-02-11
|\ \ \ \ \ | | | | | | | | | | | | Removing underscores in CENSUS_API, GRPC_API and GPR_API.
* \ \ \ \ \ Merge pull request #5193 from vjpai/alarm_modsGravatar Craig Tiller2016-02-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make C++ alarm class usable and testable
| | | * \ \ \ Merge github.com:grpc/grpc into compressGravatar Craig Tiller2016-02-11
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
| | | | * | | Merge github.com:grpc/grpc into compatibility_modeGravatar Craig Tiller2016-02-11
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Remove a small allocation, at the cost of a little uglier header file.Gravatar Vijay Pai2016-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit may or may not be a great tradeoff.
* | | | | | | Removed outdated mention of AsynchronousServiceGravatar David Garcia Quintas2016-02-11
| | | | | | |
| * | | | | | Make C++ alarm class usable and testable - there were some build issues andGravatar vjpai2016-02-10
|/ / / / / / | | | | | | | | | | | | | | | | | | it was not actually even included in the library or the test suite.
| | | | * | Fix copyrightGravatar yang-g2016-02-10
| | | | | |
| | | | * | Provide explicit API for user to set user agent string prefixGravatar yang-g2016-02-10
| |_|_|/ / |/| | | |
* | | | | Added missing codegen includesGravatar David Garcia Quintas2016-02-09
| | | | |
| | | | * Merge github.com:grpc/grpc into sceqGravatar Craig Tiller2016-02-09
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #5128 from yang-g/inherit_from_grpc_libraryGravatar Craig Tiller2016-02-08
|\ \ \ \ \ | | | | | | | | | | | | Add missing base class
* \ \ \ \ \ Merge pull request #5099 from vjpai/cpp_racesGravatar Nicolas Noble2016-02-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | Move internals of many C++ Async classes to ref-counted struct
| | * \ \ \ \ Merge remote-tracking branch 'upstream/master' into inherit_from_grpc_libraryGravatar yang-g2016-02-08
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
* | | | | | | Fix include hygieneGravatar Craig Tiller2016-02-08
| | | | | | |
| | | * | | | Removing undescores in {GPR,GRPC,CENSUS}_API.Gravatar Nicolas "Pixel" Noble2016-02-08
| |_|/ / / / |/| | | | |
| * | | | | Merge branch 'master' into cpp_racesGravatar Vijay Pai2016-02-08
| |\ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | clang-formatGravatar Vijay Pai2016-02-08
| | | | | |
| | * | | | add missing base classGravatar yang-g2016-02-08
| |/ / / / |/| | | |
| * | | | reset the shared_ptrGravatar Vijay Pai2016-02-08
| | | | |
* | | | | Merge pull request #5096 from a-veitch/win_cv_waitGravatar Craig Tiller2016-02-08
|\ \ \ \ \ | | | | | | | | | | | | Add timespan support for win32 gpr_cv_wait.
| | * | | | Ref the collection only when it will be used (and later finalized)Gravatar Vijay Pai2016-02-05
| | | | | |
* | | | | | Reverse changes to AVL codeGravatar murgatroid992016-02-05
| | | | | |
| | * | | | Drop the refGravatar Vijay Pai2016-02-05
| | | | | |
| | * | | | Undo much of the previous commits so that only CallOpSet groupsGravatar Vijay Pai2016-02-05
| | | | | | | | | | | | | | | | | | | | | | | | with a Sneaky member are in a collection.
| | * | | | Forgot to include these edits in the last commitGravatar Vijay Pai2016-02-05
| | | | | |
| | * | | | Wrap groups of related CallOpSet's into a ref-counted structureGravatar Vijay Pai2016-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | whenever appropriate so as to avoid any unintentional free-before-use problems. Potential performance issue: this triggers an additional allocation for each Async call initiation, along with the cost of ref-counting shared_ptr . But this is worth it for the additional safety provided here without any change to the exposed C++ API.
| * | | | | Add timespan support for win32 gpr_cv_wait.Gravatar Alistair Veitch2016-02-05
| |/ / / /
* | | | | Clang format and fix copyrightsGravatar murgatroid992016-02-05
| | | | |