summaryrefslogtreecommitdiff
path: root/agent/stream.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-14agent: Add debug output for lifetime of Components and StreamsPhilip Withnall1-0/+13
2014-09-23agent: Use g_slist_free_full() to reduce codePhilip Withnall1-10/+2
2014-08-27agent: Split component_free() into component_[close|free]()Philip Withnall1-0/+11
2014-04-24stream: No need to pass RNG to stream_restart()Olivier Crête1-2/+2
2014-04-24stream: Clear connchecks on restart inside streamOlivier Crête1-1/+4
2014-04-24component: Remove return value from *_restart() functions, they can't failOlivier Crête1-7/+4
2014-01-31agent: Integrate TcpUserData into ComponentPhilip Withnall1-2/+2
2013-02-04Adding new SDP parsing and generation API.Youness Alaoui1-0/+2
2010-05-21stream: Remove useless checks from stream_newOlivier Crête1-16/+1
2010-02-16Fix copyright headers for all filesYouness Alaoui1-3/+4
2009-02-16Clean the files from unwanted gtk-doc tagsYouness Alaoui1-4/+4
2008-11-04remove stream_find_component_by_fd and component_find_socket_by_fd since they...Youness Alaoui1-22/+0
2008-10-06Rename component_find_udp_socket_by_fd into component_find_socket_by_fdYouness Alaoui1-4/+4
2008-04-22Fix a logic bugYouness Alaoui1-2/+2
2008-04-22fix some trailing spacesYouness Alaoui1-3/+3
2007-11-16Updated references to ICE ID-19.Kai Vehmanen1-1/+1
2007-10-10Updated documentation to match ICE ID-18.Kai Vehmanen1-1/+1
2007-07-17Added API and initial implementation for ICE restarts.Kai Vehmanen1-0/+35
2007-07-16Added support for multiple components (e.g. for RTCP support). Updated to lat...Kai Vehmanen1-6/+87
2007-06-19Major NICE agent update. Added supprt for peer-reflexive candidates, media ke...Kai Vehmanen1-0/+8
2007-05-21Major update to the nice/agent interface: Added full-mode API and initial imp...Kai Vehmanen1-0/+5
2007-04-30add copyright/license notice to each .c/.h fileDafydd Harries1-0/+36
2007-03-15split out stream/component code into separate filesDafydd Harries1-0/+22