summaryrefslogtreecommitdiff
path: root/nice/libnice.sym
Commit message (Expand)AuthorAgeFilesLines
* candidate: Add equality check functionOlivier Crête2017-04-111-0/+1
* pseudotcp: Export more symbols for PseudoTCPOlivier Crête2016-06-031-0/+4
* agent: Add API to set local credentialsRohan Garg2015-04-141-0/+1
* agent: Add function to retrieve the current component stateOlivier Crête2014-10-091-0/+1
* address: add nice_address_equal_no_port() to compare addresses ignoring portsOlivier Crête2014-05-171-0/+1
* add nice_agent_forget_relays()Guillaume Desmottes2014-04-241-0/+1
* agent: Add nice_agent_restart_stream() to restart a single streamOlivier Crête2014-04-241-0/+1
* add nice_component_state_to_string()Guillaume Desmottes2014-04-231-0/+1
* agent: Replace nice_agent_build_io_stream() with nice_agent_get_io_stream()Olivier Crête2014-01-311-1/+1
* agent: Add support for vectored I/O for sendsPhilip Withnall2014-01-311-1/+1
* agent: Add support for vectored I/O for receivesPhilip Withnall2014-01-311-0/+2
* nice: Add nice_agent_build_io_stream to exported symbolsOlivier Crête2014-01-311-0/+1
* agent: Add a nice_agent_recv_nonblocking() functionPhilip Withnall2014-01-311-0/+1
* agent: Add support for GIO-style I/O streamsPhilip Withnall2014-01-311-0/+3
* agent: Add a nice_agent_send_full() API exposing error informationPhilip Withnall2014-01-311-0/+1
* agent: Add nice_agent_recv() allowing blocking receives on socketsPhilip Withnall2014-01-311-0/+1
* agent: Add API to retrieve the selected GSocketBryce Allen2013-11-201-0/+1
* Add new parsing API, for stream and candidatesYouness Alaoui2013-02-051-0/+5
* Adding new SDP parsing and generation API.Youness Alaoui2013-02-041-0/+4
* Add nice_agent_get_selected_pair API to NiceAgentYouness Alaoui2013-02-011-0/+1
* Add nice_address_ip_version API to NiceAddressYouness Alaoui2013-02-011-0/+1
* Add nice_agent_set_port_range to the list of exported API functionsYouness Alaoui2012-12-031-0/+1
* Add nice_candidate_copy to the public APIYouness Alaoui2010-08-231-0/+1
* Adding pseudotcp API to the exported symbol listYouness Alaoui2010-02-161-0/+11
* make the nice_agent_new_reliable API part of the exported symbolsYouness Alaoui2010-02-161-0/+1
* Export the symbols for nice_agent_set_software and stun_agent_set_softwareYouness Alaoui2009-11-041-0/+2
* Change new API to nice_agent_set_stream_tos, save the tos and apply it to new...Youness Alaoui2009-07-281-0/+1
* Adding new stun API stun_agent_forget_transaction to forget a saved transacti...Youness Alaoui2009-03-271-0/+1
* Update docs, finish formatting the gtk-doc and add the STUN API to the export...Youness Alaoui2009-03-021-0/+57
* Add nice_interfaces APIYouness Alaoui2009-01-141-0/+3
* Remove nice_agent_add_remote_candidate since it's uselessYouness Alaoui2008-11-041-1/+0
* Add an else to HAVE_CONFIG_H in order to define NICEAPI_EXPORT. Also removed ...Youness Alaoui2008-11-031-12/+0
* make nice_address_init part of the APIYouness Alaoui2008-10-301-0/+1
* remove interface symbolsYouness Alaoui2008-10-291-3/+0
* Remove the nice_agent_recv/recv_sock/poll_read APIs because they are useless ...Youness Alaoui2008-10-231-3/+0
* remove NiceSocket API from the exported symbolsYouness Alaoui2008-10-071-10/+0
* Correctly order the symbols so make check worksYouness Alaoui2008-09-191-1/+1
* export the nice_debug_en/disable API and add a boolean to access the stun debugYouness Alaoui2008-09-171-0/+2
* nice_agent_set_relay_info must be an exported symbolYouness Alaoui2008-09-091-0/+1
* Export symbol for nice_agent_set_selected_remote_candidateOlivier Crête2008-07-291-0/+1
* Add nice_address_is_valid functionOlivier Crête2008-05-011-0/+1
* Make the tests use the gather_candidates() api and make them pass.Olivier Crete2008-04-261-1/+1
* Separate stream creating from candidate gatheringOlivier Crete2008-04-251-0/+1
* Adding compatibility mode and improvements on the main loop integration.Youness Alaoui2008-04-221-1/+1
* Added new functions nice_address_get_port() and nice_address_set_port() to th...Kai Vehmanen2007-09-111-0/+2
* Added nice_agent_set_selected_pair to public library API.Kai Vehmanen2007-08-301-0/+1
* Update rest of the libnice modules to match the new address API.Kai Vehmanen2007-08-301-1/+1
* Added nice_agent_restart() to the public API.Kai Vehmanen2007-07-171-0/+1
* Modified the logic for passing list of exported symbols to linker. Fixes to u...Kai Vehmanen2007-06-191-0/+54