summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nice_rng_glib_new_predictableDafydd Harries2007-02-053-0/+14
* rename nice_glib_rng_new -> nice_rng_glib_newDafydd Harries2007-02-054-4/+4
* tidy up udp-echo-serverDafydd Harries2007-02-051-7/+13
* add extra test for BSD socketsDafydd Harries2007-02-052-2/+48
* make UDP code use NiceAddress instead of sockaddr_inDafydd Harries2007-02-0519-170/+161
* nice_agent_send ()Dafydd Harries2007-02-055-0/+181
* keep track of where incoming valid connectivity checks went from/toDafydd Harries2007-02-051-0/+19
* pass stream to _handle_stunDafydd Harries2007-02-051-8/+10
* add blank lineDafydd Harries2007-02-051-0/+1
* include common.mk in each Makefile.amDafydd Harries2007-02-057-0/+14
* rename NiceAgentRecvHandler -> NiceAgentRecvFuncDafydd Harries2007-02-042-4/+7
* improve agent docstringsDafydd Harries2007-02-041-21/+30
* tidy up event codeDafydd Harries2007-02-042-15/+11
* include udp.h in candidate.hDafydd Harries2007-02-041-0/+2
* remove unused select stuff from udp/Dafydd Harries2007-02-043-9/+0
* include username from request in connectivity check binding responsesDafydd Harries2007-02-032-12/+14
* split address code into separate directoryDafydd Harries2007-02-037-3/+17
* 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-034-19/+20
* split top level SUBDIRS onto multiple linesDafydd Harries2007-02-021-1/+8
* fix username checking for inbound connectivity checks to be compatible with l...Dafydd Harries2007-02-022-11/+12
* add G_GNUC_WARN_UNUSED_RESULT to various functionsDafydd Harries2007-02-028-9/+18
* move udp/test.c -> udp/test-fake.cDafydd Harries2007-02-022-3/+3
* update _boring patternsDafydd Harries2007-02-021-2/+7
* rename overly terse variableDafydd Harries2007-02-021-2/+2
* split check-valgrind rule into common.mkDafydd Harries2007-02-022-4/+7
* add nice_agent_poll_readDafydd Harries2007-02-023-0/+76
* make pkginclude_HEADERS declarations completeDafydd Harries2007-02-022-2/+2
* remove NiceCandidate.port in favour of using NiceCandidate.addr.portDafydd Harries2007-02-029-19/+16
* fix memory leak in test-message-dump-unknownDafydd Harries2007-02-021-0/+1
* add port to address struct; compare it in address_is_equalDafydd Harries2007-02-022-1/+2
* initialize address in test-utilDafydd Harries2007-02-021-1/+1
* split out event code; add "nice" prefix; add _ prefix to nice_event_newDafydd Harries2007-02-025-72/+81
* include glib.h in address.hDafydd Harries2007-02-021-0/+2
* update comments to new ICE draftDafydd Harries2007-02-021-4/+4
* check-symbols.sh: check for existence of symbol fileDafydd Harries2007-02-021-0/+5
* fix dumping of STUN transaction IDsDafydd Harries2007-02-022-6/+7
* support dumping STUN binding error response messagesDafydd Harries2007-02-021-0/+3
* remove stun_message_binding_request_newDafydd Harries2007-02-025-15/+5
* better support for dumping unrecognised STUN messagesDafydd Harries2007-02-023-1/+23
* close socket when candidate is freedDafydd Harries2007-02-021-0/+5
* test client: improve comments/debug messagesDafydd Harries2007-02-021-3/+8
* test client: use Jingle-style concatenated password for connectivity checksDafydd Harries2007-02-021-4/+9
* test client: add missing string.h includeDafydd Harries2007-02-021-0/+1
* test client: send local candidate to serverDafydd Harries2007-02-021-0/+10
* test client: print out recieved candidate lineDafydd Harries2007-02-021-1/+1
* test client: free candidate lineDafydd Harries2007-02-021-0/+1
* nice_candidate_{to,from}_string: include username/password in stringDafydd Harries2007-02-022-14/+17