summaryrefslogtreecommitdiff
path: root/agent/stream.h
Commit message (Expand)AuthorAgeFilesLines
* agent: trickle ICE modeJakub Adam2019-03-081-0/+1
* component: Replace agent pointer with weak referenceOlivier Crête2018-10-281-1/+1
* agent: Remove explicit parent pointersOlivier Crête2018-10-281-1/+1
* conncheck: improve the selection of the pairs to be checkedFabrice Bellet2017-06-121-3/+0
* conncheck: fix tick counter used for debug statsFabrice Bellet2016-06-231-0/+1
* agent: Correctly namespace Component and its methodsPhilip Withnall2015-10-011-2/+2
* agent: Correctly namespace Stream and its methodsPhilip Withnall2015-10-011-21/+9
* agent: Turn Stream into a GObjectPhilip Withnall2015-10-011-1/+29
* agent: Improve comments for container element typesPhilip Withnall2014-09-221-1/+1
* agent: Split component_free() into component_[close|free]()Philip Withnall2014-08-271-0/+3
* stream: No need to pass RNG to stream_restart()Olivier Crête2014-04-241-1/+1
* stream: Clear connchecks on restart inside streamOlivier Crête2014-04-241-1/+1
* component: Remove return value from *_restart() functions, they can't failOlivier Crête2014-04-241-1/+1
* agent: Prevent gather from being called multiple timesOlivier Crête2014-03-301-0/+1
* agent: Integrate TcpUserData into ComponentPhilip Withnall2014-01-311-1/+1
* Adding new SDP parsing and generation API.Youness Alaoui2013-02-041-0/+1
* Remove useless conncheck_stateJakub Adam2011-05-201-14/+0
* Fix copyright headers for all filesYouness Alaoui2010-02-161-3/+5
* Add nice_agent_new_reliable to the libnice API which uses pseudotcpYouness Alaoui2010-02-161-2/+3
* Change new API to nice_agent_set_stream_tos, save the tos and apply it to new...Youness Alaoui2009-07-281-0/+1
* Clean the files from unwanted gtk-doc tagsYouness Alaoui2009-02-161-3/+3
* remove stream_find_component_by_fd and component_find_socket_by_fd since they...Youness Alaoui2008-11-041-3/+0
* signal candidates-gathering-done for each stream that had a gather_candidates...Youness Alaoui2008-10-301-0/+1
* No need to include random.h from agent.hYouness Alaoui2008-10-081-0/+1
* fix some trailing spacesYouness Alaoui2008-04-221-0/+1
* Updated references to ICE ID-19.Kai Vehmanen2007-11-161-2/+2
* Updated ufrag/pwd max sizes to conform with ICE ID-18.Kai Vehmanen2007-10-101-5/+5
* Updated documentation to match ICE ID-18.Kai Vehmanen2007-10-101-2/+4
* Refactored design for managing connectivity checks: now separate check lists ...Kai Vehmanen2007-09-111-0/+14
* Added API and initial implementation for ICE restarts.Kai Vehmanen2007-07-171-1/+7
* Added support for multiple components (e.g. for RTCP support). Updated to lat...Kai Vehmanen2007-07-161-3/+11
* Major NICE agent update. Added supprt for peer-reflexive candidates, media ke...Kai Vehmanen2007-06-191-7/+10
* Major update to the nice/agent interface: Added full-mode API and initial imp...Kai Vehmanen2007-05-211-0/+11
* 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/+29