summaryrefslogtreecommitdiff
path: root/nice
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove automatically generated libnice.symbols file.Kai Vehmanen2007-09-191-59/+0
* Fixed build time dependencies from nice towards submodules agent and local.Kai Vehmanen2007-09-181-3/+7
* Added new functions nice_address_get_port() and nice_address_set_port() to th...Kai Vehmanen2007-09-111-0/+2
* Fixed 64bit compiler warnings in test apps.Kai Vehmanen2007-08-301-1/+1
* 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-304-5/+5
* Add prefix directory to the pkg-config header path.Kai Vehmanen2007-07-201-1/+2
* 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-1910-8/+93
* Added new symbols to the public API. Fixed the unit tests to compile with the...Kai Vehmanen2007-05-215-7/+18
* Build system updates: update to Makefile.am rules.Kai Vehmanen2007-05-211-1/+4
* Build system updates: modified lcov rules.Kai Vehmanen2007-05-211-0/+6
* Added nice_agent_set_remote_candidates to the public API.Kai Vehmanen2007-05-021-0/+1
* Added proper signature to ice-test-server.c callback.Kai Vehmanen2007-05-021-1/+6
* use "nice" rather than "libnice" as pkgconfig identifierDafydd Harries2007-10-022-1/+1
* add copyright/license notice to each Makefile.amDafydd Harries2007-04-301-0/+7
* add copyright/license notice to each .c/.h fileDafydd Harries2007-04-3010-0/+360
* make nice_address_to_string() write result into passed-in buffer; define cons...Dafydd Harries2007-03-141-3/+2
* nice_address_set_from_sockaddr_in ()Dafydd Harries2007-03-141-0/+1
* add -I${includedir}/nice to libnice.pc.inDafydd Harries2007-02-261-1/+1
* store the candidates in the components rather than in the agentDafydd Harries2007-02-173-9/+21
* ice-test-client: concatenate usernames in correct orderDafydd Harries2007-02-171-1/+1
* ice-test-server: call g_type_init ()Dafydd Harries2007-02-171-0/+2
* fix indentationDafydd Harries2007-02-171-7/+7
* emit component-state-changed(connected) when we get connectivity check rather...Dafydd Harries2007-02-151-0/+2
* fake UDP sockets: use socket pair instead of pipe for simplicity/pollabilityDafydd Harries2007-02-131-0/+1
* include random-glib.h in nice.hDafydd Harries2007-02-131-0/+1
* nice_agent_recv_sockDafydd Harries2007-02-131-0/+1
* make nice_agent_get_local_candidates take stream/component ID and return a ne...Dafydd Harries2007-02-132-2/+2
* remove nice_agent_free; add/fix calls to nice_udp_socket_factory_closeDafydd Harries2007-02-133-3/+2
* make NiceAgent a GObjectDafydd Harries2007-02-131-0/+1
* remove unused event APIDafydd Harries2007-02-131-2/+0
* improve commentDafydd Harries2007-02-131-1/+1
* use ERROR_CFLAGS in subdirectoriesDafydd Harries2007-02-131-3/+4
* jingle-test-server: echo media back to senderDafydd Harries2007-02-131-3/+1
* fix signed/unsigned comparison with castDafydd Harries2007-02-131-1/+1
* mark unused parametersDafydd Harries2007-02-131-0/+3
* nice_agent_main_context_attach ()Dafydd Harries2007-02-131-0/+1
* declare const string as const gchar *Dafydd Harries2007-02-121-1/+1
* declare callback not using its arguments as taking ()Dafydd Harries2007-02-121-7/+1
* test-readline: include unistd.h for read() prototype, mark unused parameterDafydd Harries2007-02-121-1/+7
* read() returns gint, not guintDafydd Harries2007-02-121-1/+1
* declare main not using arguments as taking (void)Dafydd Harries2007-02-121-1/+1
* declare variable holding file descriptor as gintDafydd Harries2007-02-121-1/+1
* nice_address_set_ipv6 ()Dafydd Harries2007-02-101-0/+1