summaryrefslogtreecommitdiff
path: root/agent/agent-priv.h
Commit message (Expand)AuthorAgeFilesLines
* agent: Add warning on ignored resultOlivier Crête2016-05-201-1/+1
* conncheck: implement a "triggered queue" listFabrice Bellet2016-04-041-0/+1
* agent: Correctly namespace Component and its methodsPhilip Withnall2015-10-011-1/+1
* agent: Correctly namespace Stream and its methodsPhilip Withnall2015-10-011-3/+3
* conncheck: set writable callback to socket from TCP active connectJakub Adam2015-07-031-0/+2
* Split "verbose" on-every-packet messages to a verbose logOlivier Crête2015-06-241-0/+4
* agent: Avoid leaking UPnP mappings between streamsOlivier Crête2014-10-091-0/+3
* agent: Improve comments for container element typesPhilip Withnall2014-09-221-1/+1
* agent: Clear existing GSource timeouts before adding new onesPhilip Withnall2014-09-191-2/+2
* agent: Add names to timer GSourcesPhilip Withnall2014-09-191-1/+2
* agent: Put one StunAgent per ComponentOlivier Crête2014-09-011-1/+2
* agent: Add "keepalive-conncheck" property to make keepalives be conncheckOlivier Crête2014-08-211-0/+1
* Add support for ICE-TCPYouness Alaoui2014-05-171-0/+2
* Add support for RFC4571 framing (packetized mode) for ICE-TCP candidatesYouness Alaoui2014-05-171-0/+1
* Add support for MS-ICE2 candidate priorization for OC2007R2 compatibilityYouness Alaoui2014-05-151-0/+4
* Remove priority functions from public header file and move to agent-priv.hYouness Alaoui2014-05-151-0/+18
* Add a nice_socket_send_reliable API for internal use.Youness Alaoui2014-05-151-0/+3
* Some refactoring to allow for ice-tcp (non pseudotcp reliable)Youness Alaoui2014-05-151-2/+2
* agent: Delay signal emission after the lock has been releasedOlivier Crête2014-02-241-0/+3
* agent: Fix inlining of nice_debug() if NDEBUG is definedPhilip Withnall2014-02-241-2/+2
* agent: Add nice_input_message_iter_compare()Philip Withnall2014-02-241-0/+3
* agent: Avoid calling nice_address_to_string() when debugging is disabledOlivier Crête2014-01-311-0/+16
* Remove the "length" parameter from NiceOutputMessageOlivier Crête2014-01-311-1/+5
* socket: Add vectored I/O support for sending on socketsPhilip Withnall2014-01-311-0/+3
* agent: Add support for vectored I/O for receivesPhilip Withnall2014-01-311-3/+33
* socket: Add vectored I/O support for receiving on socketsPhilip Withnall2014-01-311-0/+6
* agent: Add nice_agent_recv() allowing blocking receives on socketsPhilip Withnall2014-01-311-0/+3
* agent: Move GSource handling into ComponentPhilip Withnall2014-01-311-5/+6
* Fix copyright headers for all filesYouness Alaoui2010-02-161-3/+4
* Add nice_agent_new_reliable to the libnice API which uses pseudotcpYouness Alaoui2010-02-161-0/+1
* Adding a nice_agent_set_software APIYouness Alaoui2009-11-041-0/+1
* Change new API to nice_agent_set_stream_tos, save the tos and apply it to new...Youness Alaoui2009-07-281-0/+2
* Use a global mutex for all nice agents and use g_source_is_destroyed to avoid...Youness Alaoui2009-06-161-1/+3
* fix keepalive issue when there is network/cpu bottleneckYouness Alaoui2009-06-091-0/+1
* Use thread-safe version of GUPnP Simple IGDOlivier Crête2009-06-021-2/+2
* Add UPnP support to libniceYouness Alaoui2009-04-241-0/+18
* Clean the files from unwanted gtk-doc tagsYouness Alaoui2009-02-161-29/+29
* add proxy properties to NiceAgentYouness Alaoui2008-12-101-0/+5
* Change the priv_agent_to_turn_* functions into non static functions instead o...Youness Alaoui2008-12-081-0/+6
* change priv_attach_stream_component_socket to agent_attach_stream_component_s...Youness Alaoui2008-11-041-1/+1
* Add full support for refreshs as well as retransmissions of those turn refres...Youness Alaoui2008-10-161-0/+1
* Remove unused includes and files from pkgincludeYouness Alaoui2008-10-081-0/+1
* Port nice agent to the new API of NiceSocketYouness Alaoui2008-10-071-2/+0
* Port libnice to the new NiceSocket APIYouness Alaoui2008-10-061-3/+3
* Remove timeout sources from the right contextSjoerd Simons2008-09-221-4/+4
* Removing turn properties from nice agentYouness Alaoui2008-08-071-4/+0
* Adding turn support to libniceYouness Alaoui2008-08-041-0/+2
* Remove the socket factory from nice_agent_newYouness Alaoui2008-08-041-1/+2
* (WIP) Ported libnice to the new API...Youness Alaoui2008-06-201-0/+2
* Do not unlock the mutex when emitting the signal because it might unlock anot...Youness Alaoui2008-04-301-1/+1