summaryrefslogtreecommitdiff
path: root/agent/outputstream.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_assert_cmp.int() to get better debug logs on crashOlivier Crête2020-05-051-1/+1
* Use per-agent locks and GWeakRefs in callbacks from timeout sourcesJuan Navarro2018-10-281-6/+6
* Fix cast-function-type warning introduced in GCC 8Nicolas Dufresne2018-06-121-1/+1
* agent: Correctly namespace Component and its methodsPhilip Withnall2015-10-011-3/+3
* agent: Correctly namespace Stream and its methodsPhilip Withnall2015-10-011-3/+3
* outputstream: Fix double unrefOlivier Crête2014-10-091-1/+0
* agent: Add missing stream-closed checks for pseudo-TCPPhilip Withnall2014-08-231-4/+3
* agent: Close pseudo-TCP streams when closing G[IO|Input|Output]StreamsPhilip Withnall2014-08-211-2/+40
* outputstream: Fix ref leakOlivier Crête2014-08-111-3/+3
* outputstream: Always try sendingOlivier Crête2014-07-071-7/+0
* outputstream: Fix reference leakOlivier Crête2014-07-071-1/+4
* Only check selected pair for writability in gio outputstreamYouness Alaoui2014-05-151-16/+7
* Factor out pseudotcp so it's not used if the transport is already reliableYouness Alaoui2014-05-151-14/+16
* agent: Fix a leak in nice_output_stream_write() with a NULL cancellablePhilip Withnall2014-04-151-5/+11
* Rename variables that shadow global definitionsOlivier Crête2014-03-311-2/+2
* iostream: De-gtkdoc the comments, as it's not public APIOlivier Crête2014-03-061-5/+5
* outputstream: Add a cancellable to get out of blocking write if the stream is...Olivier Crête2014-02-251-4/+21
* outputstream: If tcp, only check for space in the PseudoTCP queueOlivier Crête2014-02-241-2/+2
* iostream: iostreams are only for reliable streams, no need to checkOlivier Crête2014-02-201-2/+1
* agent: Fix compiler warningsOlivier Crête2014-02-131-3/+3
* agent: Restore the ability nice_agent_send() to send partial buffersOlivier Crête2014-01-311-43/+28
* Remove the "length" parameter from NiceOutputMessageOlivier Crête2014-01-311-2/+2
* Remove the "to" parameter from NiceOutputMessageOlivier Crête2014-01-311-4/+2
* agent: Add support for vectored I/O for sendsPhilip Withnall2014-01-311-11/+20
* outputstream: Put GError in the right GError**Olivier Crête2014-01-311-2/+2
* outputstream: Fix race between writable callback and GCond waitOlivier Crête2014-01-311-3/+7
* outputstream: Don't wake up on every input bufferOlivier Crête2014-01-311-10/+20
* outputstream: Release blocking send lock while sendingOlivier Crête2014-01-311-0/+7
* outputstream: Make the blocking send thread safeOlivier Crête2014-01-311-26/+50
* agent: Add GPollableOutputStream support to NiceOutputStreamPhilip Withnall2014-01-311-3/+165
* agent: Add support for GIO-style I/O streamsPhilip Withnall2014-01-311-0/+417