summaryrefslogtreecommitdiffstats
path: root/gatchat/gatio.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10gatchat: Update copyright informationMarcel Holtmann1-1/+1
2011-05-02gatio: add ability to drain GAtIO read bufferGuillaume Zajac1-0/+5
2011-02-28gatio: Remove stray empty lineDenis Kenzior1-1/+0
2011-02-28gatio: update commentDenis Kenzior1-2/+2
2011-02-28gatio: Add write 'done' notifierDenis Kenzior1-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.
2011-01-20gatchat: improve large file downlink data transferCarlos Pargada1-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
2011-01-18gatchat: Use g_io_channel_read_chars and g_io_channel_write_charsMarcel Holtmann1-7/+9
2010-11-29gatchat: explicitly compare pointers to NULLLucas De Marchi1-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>
2010-11-23gatchat: remove write watcher on a disconnectDenis Kenzior1-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.
2010-04-28gatio: support for blocking / nonblocking writesDenis Kenzior1-3/+101
2010-04-28gatio: Remove g_at_io_shutdownDenis Kenzior1-16/+13
2010-04-28gatio: Get re-entrancy correctDenis Kenzior1-3/+6
2010-04-28gatio: Style fix for gsource id comparisonsDenis Kenzior1-2/+2
2010-04-28gatio: Kill the reader when no more spaceDenis Kenzior1-0/+4
2010-04-28gatchat: Add initial GAtIO implementationDenis Kenzior1-0/+265