aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/sync.c
Commit message (Collapse)AuthorAge
* Stage #1 of core breakup: move everything under libGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* 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.
* Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|
* Removing gpr_cancelable.Gravatar Nicolas "Pixel" Noble2015-08-13
|
* Make C/C++ tests passGravatar Craig Tiller2015-05-27
|
* Addressing a first batch of feedback.Gravatar Nicolas Noble2015-02-23
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Initial import.Gravatar Nicolas Noble2014-11-26