summaryrefslogtreecommitdiff
path: root/gatchat/gatio.c
Commit message (Collapse)AuthorAgeFilesLines
* gatchat: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* gatio: add ability to drain GAtIO read bufferGuillaume Zajac2011-05-021-0/+5
|
* gatio: Remove stray empty lineDenis Kenzior2011-02-281-1/+0
|
* gatio: update commentDenis Kenzior2011-02-281-2/+2
|
* gatio: Add write 'done' notifierDenis Kenzior2011-02-281-0/+18
| | | | | This allows external clients to get notified when GAtIO no longer has a registered write watcher. E.g. no more data is currently pending.
* gatchat: improve large file downlink data transferCarlos Pargada2011-01-201-2/+2
| | | | | | Fix large file downlink data transfer on IFX modem. Increase buffer size of ring buffer to support close received Packets from the modem. Set highest priority for write data on IO device
* gatchat: Use g_io_channel_read_chars and g_io_channel_write_charsMarcel Holtmann2011-01-181-7/+9
|
* gatchat: explicitly compare pointers to NULLLucas De Marchi2010-11-291-2/+2
| | | | | | | | | | | | | | This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl>
* gatchat: remove write watcher on a disconnectDenis Kenzior2010-11-231-0/+3
| | | | | | There's a small probability that we call chat_wakeup_writer just before the channel disonnects. When this happens the write watcher still fires causing a potential crash.
* gatio: support for blocking / nonblocking writesDenis Kenzior2010-04-281-3/+101
|
* gatio: Remove g_at_io_shutdownDenis Kenzior2010-04-281-16/+13
|
* gatio: Get re-entrancy correctDenis Kenzior2010-04-281-3/+6
|
* gatio: Style fix for gsource id comparisonsDenis Kenzior2010-04-281-2/+2
|
* gatio: Kill the reader when no more spaceDenis Kenzior2010-04-281-0/+4
|
* gatchat: Add initial GAtIO implementationDenis Kenzior2010-04-281-0/+265