summaryrefslogtreecommitdiff
path: root/agent/inputstream.c
Commit message (Expand)AuthorAgeFilesLines
* iostream: Implement close() for ICE-TCP alsoOle André Vadla Ravnås2021-11-221-6/+4
* Use per-agent locks and GWeakRefs in callbacks from timeout sourcesJuan Navarro2018-10-281-4/+4
* agent: Correctly namespace Component and its methodsPhilip Withnall2015-10-011-3/+3
* agent: Correctly namespace Stream and its methodsPhilip Withnall2015-10-011-2/+2
* agent: Add missing stream-closed checks for pseudo-TCPPhilip Withnall2014-08-231-3/+3
* agent: Return 0 on EOS from nice_input_stream_read()Philip Withnall2014-08-231-6/+2
* agent: Close pseudo-TCP streams when closing G[IO|Input|Output]StreamsPhilip Withnall2014-08-211-2/+40
* 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
* iostream: iostreams are only for reliable streams, no need to checkOlivier Crête2014-02-201-1/+1
* inputstream: Make the GSource hold a weak ref on the agentOlivier Crête2014-01-311-18/+16
* agent: Add GPollableInputStream support to NiceInputStreamPhilip Withnall2014-01-311-3/+153
* agent: Add support for GIO-style I/O streamsPhilip Withnall2014-01-311-0/+314