summaryrefslogtreecommitdiff
path: root/agent/agent.h
Commit message (Expand)AuthorAgeFilesLines
* Repleace UNRELEASED with 0.1.15Olivier Crête2017-06-211-3/+3
* agent: Adjust the nice_agent_new_full() to use flagsOlivier Crête2017-06-211-5/+22
* conncheck: implement ice regular nomination methodFabrice Bellet2017-06-121-1/+42
* agent: Warn on invalid media types for SDPOlivier Crête2015-04-201-2/+6
* Prefix include guardsOlivier Crête2015-04-201-3/+3
* agent: Improve nice_agent_attach_recv and nice_agent_recv* docsIlya Konstantinov2015-04-201-5/+29
* agent: Add API to set local credentialsRohan Garg2015-04-141-0/+27
* agent: Whitespace fixesRohan Garg2015-04-141-1/+0
* agent: Fix documentation to use ‘nul-terminated’ for stringsPhilip Withnall2015-03-101-2/+2
* agent: Expand simple example in documentation to mention GMainContextPhilip Withnall2014-10-301-2/+10
* Fix documentation relating to how remote crendentials should be set for new I...Youness Alaoui2014-10-091-1/+15
* Version 0.1.80.1.8Olivier Crête2014-10-091-1/+1
* agent: Add function to retrieve the current component stateOlivier Crête2014-10-091-0/+18
* agent: Document interaction between closing and removing streamsPhilip Withnall2014-09-261-1/+4
* agent: Rearchitect message handling to use GErrors for EWOULDBLOCKPhilip Withnall2014-08-211-4/+8
* agent: Mark nice_agent_attach_recv() as (skip)Philip Withnall2014-07-071-1/+1
* agent: Fix a typo in a documentation commentPhilip Withnall2014-07-071-1/+1
* agent: Add missing (element-type) annotations to gtk-doc commentsPhilip Withnall2014-07-071-9/+11
* agent: Fix badly formatted gtk-doc commentsPhilip Withnall2014-07-071-45/+44
* Fix documentation in preparation for ice-tcp supportYouness Alaoui2014-05-151-4/+16
* Small documentation fixYouness Alaoui2014-05-151-1/+1
* Version 0.1.60.1.6Olivier Crête2014-04-281-1/+1
* add nice_agent_forget_relays()Guillaume Desmottes2014-04-241-0/+20
* agent: Add nice_agent_restart_stream() to restart a single streamOlivier Crête2014-04-241-0/+22
* add nice_component_state_to_string()Guillaume Desmottes2014-04-231-0/+13
* agent: Expand documentation for a couple of NiceAgent functionsPhilip Withnall2014-02-241-14/+22
* agent: Restore the ability nice_agent_send() to send partial buffersOlivier Crête2014-01-311-0/+7
* agent: Replace nice_agent_build_io_stream() with nice_agent_get_io_stream()Olivier Crête2014-01-311-7/+8
* Remove the "length" parameter from NiceOutputMessageOlivier Crête2014-01-311-2/+0
* Remove the "to" parameter from NiceOutputMessageOlivier Crête2014-01-311-7/+4
* agent: Add support for vectored I/O for sendsPhilip Withnall2014-01-311-16/+16
* socket: Add vectored I/O support for sending on socketsPhilip Withnall2014-01-311-0/+33
* agent: Move gtk-doc comments from agent.c to agent.h for new APIPhilip Withnall2014-01-311-0/+161
* agent: Add support for vectored I/O for receivesPhilip Withnall2014-01-311-7/+27
* socket: Add vectored I/O support for receiving on socketsPhilip Withnall2014-01-311-0/+34
* agent: Document correctness of io_mutex lockingPhilip Withnall2014-01-311-0/+6
* agent: Add GPollableOutputStream support to NiceOutputStreamPhilip Withnall2014-01-311-0/+2
* agent: Add a nice_agent_recv_nonblocking() functionPhilip Withnall2014-01-311-0/+10
* agent: Add nice_agent_build_io_stream() APIPhilip Withnall2014-01-311-0/+22
* agent: Add support for GIO-style I/O streamsPhilip Withnall2014-01-311-0/+15
* agent: Add a nice_agent_send_full() API exposing error informationPhilip Withnall2014-01-311-0/+10
* agent: Add nice_agent_recv() allowing blocking receives on socketsPhilip Withnall2014-01-311-0/+9
* agent: Don't make relayed sockets available in nice_agent_get_selected_socket()Olivier Crête2014-01-311-1/+7
* agent: Note that nice_agent_set_relay_info() can be called many timesPhilip Withnall2014-01-271-0/+2
* agent: Clarify valid range of stream and component IDsPhilip Withnall2013-12-181-1/+6
* agent: Add API to retrieve the selected GSocketBryce Allen2013-11-201-0/+25
* agent: Getting the local candidates returns a copy, fix the docOlivier Crête2013-10-301-2/+2
* Fix documentationYouness Alaoui2013-02-221-0/+4
* Add new parsing API, for stream and candidatesYouness Alaoui2013-02-051-2/+151
* Adding new SDP parsing and generation API.Youness Alaoui2013-02-041-1/+109