summaryrefslogtreecommitdiff
path: root/agent/stream.c
Commit message (Expand)AuthorAgeFilesLines
* component: Replace agent pointer with weak referenceOlivier Crête2018-10-281-2/+2
* agent: Remove explicit parent pointersOlivier Crête2018-10-281-1/+3
* conncheck: improve the selection of the pairs to be checkedFabrice Bellet2017-06-121-21/+0
* agent: Correctly namespace Component and its methodsPhilip Withnall2015-10-011-10/+10
* agent: Correctly namespace Stream and its methodsPhilip Withnall2015-10-011-14/+9
* agent: Turn Stream into a GObjectPhilip Withnall2015-10-011-14/+48
* agent: Add debug output for lifetime of Components and StreamsPhilip Withnall2014-11-141-0/+13
* agent: Use g_slist_free_full() to reduce codePhilip Withnall2014-09-231-10/+2
* agent: Split component_free() into component_[close|free]()Philip Withnall2014-08-271-0/+11
* stream: No need to pass RNG to stream_restart()Olivier Crête2014-04-241-2/+2
* stream: Clear connchecks on restart inside streamOlivier Crête2014-04-241-1/+4
* component: Remove return value from *_restart() functions, they can't failOlivier Crête2014-04-241-7/+4
* agent: Integrate TcpUserData into ComponentPhilip Withnall2014-01-311-2/+2
* Adding new SDP parsing and generation API.Youness Alaoui2013-02-041-0/+2
* stream: Remove useless checks from stream_newOlivier Crête2010-05-211-16/+1
* Fix copyright headers for all filesYouness Alaoui2010-02-161-3/+4
* Clean the files from unwanted gtk-doc tagsYouness Alaoui2009-02-161-4/+4
* remove stream_find_component_by_fd and component_find_socket_by_fd since they...Youness Alaoui2008-11-041-22/+0
* Rename component_find_udp_socket_by_fd into component_find_socket_by_fdYouness Alaoui2008-10-061-4/+4
* Fix a logic bugYouness Alaoui2008-04-221-2/+2
* fix some trailing spacesYouness Alaoui2008-04-221-3/+3
* Updated references to ICE ID-19.Kai Vehmanen2007-11-161-1/+1
* Updated documentation to match ICE ID-18.Kai Vehmanen2007-10-101-1/+1
* Added API and initial implementation for ICE restarts.Kai Vehmanen2007-07-171-0/+35
* Added support for multiple components (e.g. for RTCP support). Updated to lat...Kai Vehmanen2007-07-161-6/+87
* Major NICE agent update. Added supprt for peer-reflexive candidates, media ke...Kai Vehmanen2007-06-191-0/+8
* Major update to the nice/agent interface: Added full-mode API and initial imp...Kai Vehmanen2007-05-211-0/+5
* add copyright/license notice to each .c/.h fileDafydd Harries2007-04-301-0/+36
* split out stream/component code into separate filesDafydd Harries2007-03-151-0/+22