summaryrefslogtreecommitdiff
path: root/nice
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* include headers in the files that implement their functionsDafydd Harries2007-02-102-0/+4
* add blank lines to symbol list for readabilityDafydd Harries2007-02-101-0/+6
* use "" rather than <> for local header filesDafydd Harries2007-02-101-1/+1
* make _add_stream take number of components but not callback/callback dataDafydd Harries2007-02-092-2/+2
* give nice_agent_poll_read a callback to call, rather than using the stream'sDafydd Harries2007-02-092-2/+2
* nice_agent_remove_stream ()Dafydd Harries2007-02-091-0/+1
* rename nice_agent_component_recv -> nice_agent_recvDafydd Harries2007-02-081-1/+1
* remove nice_agent_recvDafydd Harries2007-02-081-1/+0
* remove nice_agent_pop_eventDafydd Harries2007-02-081-1/+0
* nice_agent_component_recv ()Dafydd Harries2007-02-071-0/+1
* don't seed new RNGs to 0 by default; allow overriding RNG constructorDafydd Harries2007-02-051-0/+1
* nice_rng_glib_new_predictableDafydd Harries2007-02-051-0/+1
* rename nice_glib_rng_new -> nice_rng_glib_newDafydd Harries2007-02-051-1/+1
* make UDP code use NiceAddress instead of sockaddr_inDafydd Harries2007-02-054-32/+26
* nice_agent_send ()Dafydd Harries2007-02-051-0/+1
* include common.mk in each Makefile.amDafydd Harries2007-02-051-0/+2
* split address code into separate directoryDafydd Harries2007-02-031-0/+1
* add jingle-test-serverDafydd Harries2007-02-032-2/+169
* ice-test-server: convert to using nice_agent_poll_readDafydd Harries2007-02-031-50/+18
* ice-test-client: take server address as argumentDafydd Harries2007-02-031-2/+8
* tidy up local/ code and export its functionsDafydd Harries2007-02-031-0/+3
* add G_GNUC_WARN_UNUSED_RESULT to various functionsDafydd Harries2007-02-021-2/+3
* add nice_agent_poll_readDafydd Harries2007-02-021-0/+1
* remove NiceCandidate.port in favour of using NiceCandidate.addr.portDafydd Harries2007-02-024-7/+6
* initialize address in test-utilDafydd Harries2007-02-021-1/+1