aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/RxLibrary/GRXBufferedPipe.m
Commit message (Collapse)AuthorAge
* clang-formatGravatar Muxi Yan2019-01-07
|
* Make gRPC ObjC thread safety rightGravatar Muxi Yan2019-01-07
|
* clang-format objective-c filesGravatar Muxi Yan2018-04-11
|
* Resume GRXBufferedPipe when it gets deallocedGravatar Muxi Yan2017-07-29
|
* Some fixes for tests and change contractGravatar Muxi Yan2017-06-26
|
* Merge remote-tracking branch 'upstream/master' into fix-pipe-bufferGravatar Muxi Yan2017-06-26
|\
* | Simply queue up writesFinishedWithError without cancelling pending messagesGravatar Muxi Yan2017-06-26
| |
* | Fix minor problemsGravatar Muxi Yan2017-06-26
| |
* | Remove conditionals covered by invoke agreementGravatar Muxi Yan2017-06-17
| |
* | Polish GRXBufferedPipeGravatar Muxi Yan2017-06-13
| |
| * auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| |
* | Better concurrency handlingGravatar Muxi Yan2017-06-06
| |
* | Use getter/setterGravatar Muxi Yan2017-06-05
| |
* | Comments on BufferedPipeGravatar Muxi Yan2017-06-05
| |
* | Fix pipeline finishing bugGravatar Muxi Yan2017-05-23
| |
* | Remove synchronization in GRXBufferedPipe:writesFinishedWithError and change ↵Gravatar Muxi Yan2017-05-22
| | | | | | | | tests correspondingly
* | Use dispatch_queue to serialize writesGravatar Muxi Yan2017-05-15
| |
* | Sync writes with queueGravatar Muxi Yan2017-05-10
|/
* Merge pull request #1664 from jcanizales/renames-grx-writeable-methodsGravatar Michael Lumish2015-05-20
|\ | | | | Rename GRXWriteable methods
| * s/didFinishWithError/writesFinishedWithErrorGravatar Jorge Canizales2015-05-19
| |
| * s/didReceiveValue/writeValueGravatar Jorge Canizales2015-05-19
| |
* | Copy values before buffering them.Gravatar Jorge Canizales2015-05-18
|/ | | | So they aren’t mutated before being written later.
* Adds GRXBufferedPipeGravatar Jorge Canizales2015-05-18