summaryrefslogtreecommitdiff
path: root/nice/libnice.sym
AgeCommit message (Expand)AuthorFilesLines
2014-10-09agent: Add function to retrieve the current component stateOlivier Crête1-0/+1
2014-05-17address: add nice_address_equal_no_port() to compare addresses ignoring portsOlivier Crête1-0/+1
2014-04-24add nice_agent_forget_relays()Guillaume Desmottes1-0/+1
2014-04-24agent: Add nice_agent_restart_stream() to restart a single streamOlivier Crête1-0/+1
2014-04-23add nice_component_state_to_string()Guillaume Desmottes1-0/+1
2014-01-31agent: Replace nice_agent_build_io_stream() with nice_agent_get_io_stream()Olivier Crête1-1/+1
2014-01-31agent: Add support for vectored I/O for sendsPhilip Withnall1-1/+1
2014-01-31agent: Add support for vectored I/O for receivesPhilip Withnall1-0/+2
2014-01-31nice: Add nice_agent_build_io_stream to exported symbolsOlivier Crête1-0/+1
2014-01-31agent: Add a nice_agent_recv_nonblocking() functionPhilip Withnall1-0/+1
2014-01-31agent: Add support for GIO-style I/O streamsPhilip Withnall1-0/+3
2014-01-31agent: Add a nice_agent_send_full() API exposing error informationPhilip Withnall1-0/+1
2014-01-31agent: Add nice_agent_recv() allowing blocking receives on socketsPhilip Withnall1-0/+1
2013-11-20agent: Add API to retrieve the selected GSocketBryce Allen1-0/+1
2013-02-05Add new parsing API, for stream and candidatesYouness Alaoui1-0/+5
2013-02-04Adding new SDP parsing and generation API.Youness Alaoui1-0/+4
2013-02-01Add nice_agent_get_selected_pair API to NiceAgentYouness Alaoui1-0/+1
2013-02-01Add nice_address_ip_version API to NiceAddressYouness Alaoui1-0/+1
2012-12-03Add nice_agent_set_port_range to the list of exported API functionsYouness Alaoui1-0/+1
2010-08-23Add nice_candidate_copy to the public APIYouness Alaoui1-0/+1
2010-02-16Adding pseudotcp API to the exported symbol listYouness Alaoui1-0/+11
2010-02-16make the nice_agent_new_reliable API part of the exported symbolsYouness Alaoui1-0/+1
2009-11-04Export the symbols for nice_agent_set_software and stun_agent_set_softwareYouness Alaoui1-0/+2
2009-07-28Change new API to nice_agent_set_stream_tos, save the tos and apply it to new...Youness Alaoui1-0/+1
2009-03-27Adding new stun API stun_agent_forget_transaction to forget a saved transacti...Youness Alaoui1-0/+1
2009-03-02Update docs, finish formatting the gtk-doc and add the STUN API to the export...Youness Alaoui1-0/+57
2009-01-14Add nice_interfaces APIYouness Alaoui1-0/+3
2008-11-04Remove nice_agent_add_remote_candidate since it's uselessYouness Alaoui1-1/+0
2008-11-03Add an else to HAVE_CONFIG_H in order to define NICEAPI_EXPORT. Also removed ...Youness Alaoui1-12/+0
2008-10-30make nice_address_init part of the APIYouness Alaoui1-0/+1
2008-10-29remove interface symbolsYouness Alaoui1-3/+0
2008-10-23Remove the nice_agent_recv/recv_sock/poll_read APIs because they are useless ...Youness Alaoui1-3/+0
2008-10-07remove NiceSocket API from the exported symbolsYouness Alaoui1-10/+0
2008-09-19Correctly order the symbols so make check worksYouness Alaoui1-1/+1
2008-09-17export the nice_debug_en/disable API and add a boolean to access the stun debugYouness Alaoui1-0/+2
2008-09-09nice_agent_set_relay_info must be an exported symbolYouness Alaoui1-0/+1
2008-07-29Export symbol for nice_agent_set_selected_remote_candidateOlivier Crête1-0/+1
2008-05-01Add nice_address_is_valid functionOlivier Crête1-0/+1
2008-04-26Make the tests use the gather_candidates() api and make them pass.Olivier Crete1-1/+1
2008-04-25Separate stream creating from candidate gatheringOlivier Crete1-0/+1
2008-04-22Adding compatibility mode and improvements on the main loop integration.Youness Alaoui1-1/+1
2007-09-11Added new functions nice_address_get_port() and nice_address_set_port() to th...Kai Vehmanen1-0/+2
2007-08-30Added nice_agent_set_selected_pair to public library API.Kai Vehmanen1-0/+1
2007-08-30Update rest of the libnice modules to match the new address API.Kai Vehmanen1-1/+1
2007-07-17Added nice_agent_restart() to the public API.Kai Vehmanen1-0/+1
2007-06-19Modified the logic for passing list of exported symbols to linker. Fixes to u...Kai Vehmanen1-0/+54