summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* test server: accept remote candidates and add them to agentDafydd Harries2007-02-021-3/+17
* test server: make connection closed message more distinctiveDafydd Harries2007-02-021-1/+1
* test server: free agent when connection closesDafydd Harries2007-02-021-0/+1
* valgrind.sh: make it libtool-friendly, and use G_DEBUG=gc-friendlyDafydd Harries2007-02-011-1/+2
* fix memory leak in nice/test-utilDafydd Harries2007-02-011-3/+8
* fix memory leaks in agent/test-stunDafydd Harries2007-02-011-0/+5
* refactor nice_candidate_from_string to use g_strsplitDafydd Harries2007-02-011-31/+10
* link stuff in nice/ against libnice instead of libagentDafydd Harries2007-02-011-2/+2
* add "nice" prefix to UDP codeDafydd Harries2007-02-0118-143/+143
* refactor nice_agent_recvDafydd Harries2007-02-011-23/+32
* add test for symbol changesDafydd Harries2007-02-013-1/+59
* rename udp_socket_manager_bsd_init -> udp_bsd_socket_manager_init for consist...Dafydd Harries2007-02-016-6/+6
* tidy #includesDafydd Harries2007-02-011-2/+3
* send error response if connectivity check has missing/invalid passwordDafydd Harries2007-02-012-12/+49
* add n_attributes paramenter to stun_message_newDafydd Harries2007-02-016-23/+18
* don't assume that StunMessage->attributes is not NULLDafydd Harries2007-02-011-6/+7
* ifdef-out unused nice_event_push and make it staticDafydd Harries2007-02-011-1/+3
* STUN server: copy transaction ID from request into responseDafydd Harries2007-02-011-1/+1
* add more spaces to header filesDafydd Harries2007-02-013-0/+16
* make stun_message_{new,init} take transaction IDDafydd Harries2007-02-016-21/+23
* README: update, tidy, cite standardsDafydd Harries2007-02-011-5/+30
* name the BSD socket implementation of UDP sockets as such; tidy up header filesDafydd Harries2007-02-0110-37/+28
* update boring patternsDafydd Harries2007-02-011-0/+7
* add check-valgrind make targetDafydd Harries2007-02-011-0/+3
* add/update agent function documentationDafydd Harries2007-02-011-2/+36
* add more spaces to header filesDafydd Harries2007-01-312-0/+9
* make type<->typedef name mapping more consistent (makes gtk-doc happier)Dafydd Harries2007-01-314-12/+12
* make type<->typedef name mapping more consistent (makes gtk-doc happier)Dafydd Harries2007-01-312-10/+10
* fix memory leak in testDafydd Harries2007-01-311-0/+1
* split agent STUN test into several smaller onesDafydd Harries2007-01-311-70/+142
* add libnice.pcDafydd Harries2007-01-313-0/+15
* verify username on connectivity checksDafydd Harries2007-01-312-21/+124
* add spaces in agent.h for readabilityDafydd Harries2007-01-311-0/+7
* add stream/component/username/password to nice_agent_remote_candidate_newDafydd Harries2007-01-313-5/+36
* generate random usernames/passwords for local candidatesDafydd Harries2007-01-312-1/+11
* include random.h in nice.hDafydd Harries2007-01-312-0/+2
* build random/ before agent/Dafydd Harries2007-01-311-1/+1
* refactor readline flow controlDafydd Harries2007-01-311-2/+2
* assert that payload is aligned when packing STUN messageDafydd Harries2007-01-311-0/+1
* terminate STUN message dumps with a newlineDafydd Harries2007-01-312-3/+3
* add nice_rng_freeDafydd Harries2007-01-312-0/+7
* make nice_rng_new explicitly take voidDafydd Harries2007-01-311-1/+1
* install random.hDafydd Harries2007-01-311-0/+2
* add scripts for generating/checking symbol listsDafydd Harries2007-01-312-0/+43
* add random number generation codeDafydd Harries2007-01-318-1/+177
* add valgrind wrapper scriptDafydd Harries2007-01-301-0/+16
* add simple test clientDafydd Harries2007-01-302-1/+138
* initialize addresses in testDafydd Harries2007-01-301-1/+1
* discard STUN binding requests that don't have a passwordDafydd Harries2007-01-302-1/+42
* remove dependency on checkDafydd Harries2007-01-302-5/+0