summaryrefslogtreecommitdiff
path: root/agent
Commit message (Expand)AuthorAgeFilesLines
* make UDP code use NiceAddress instead of sockaddr_inDafydd Harries2007-02-056-51/+25
* nice_agent_send ()Dafydd Harries2007-02-054-0/+180
* 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-051-0/+2
* 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
* include username from request in connectivity check binding responsesDafydd Harries2007-02-032-12/+14
* split address code into separate directoryDafydd Harries2007-02-033-176/+3
* 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-025-6/+10
* rename overly terse variableDafydd Harries2007-02-021-2/+2
* add nice_agent_poll_readDafydd Harries2007-02-022-0/+75
* make pkginclude_HEADERS declarations completeDafydd Harries2007-02-021-1/+1
* remove NiceCandidate.port in favour of using NiceCandidate.addr.portDafydd Harries2007-02-025-12/+10
* add port to address struct; compare it in address_is_equalDafydd Harries2007-02-022-1/+2
* 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
* close socket when candidate is freedDafydd Harries2007-02-021-0/+5
* fix memory leaks in agent/test-stunDafydd Harries2007-02-011-0/+5
* add "nice" prefix to UDP codeDafydd Harries2007-02-016-33/+33
* refactor nice_agent_recvDafydd Harries2007-02-011-23/+32
* 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-012-9/+5
* 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
* make stun_message_{new,init} take transaction IDDafydd Harries2007-02-012-10/+10
* 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
* 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
* initialize addresses in testDafydd Harries2007-01-301-1/+1
* discard STUN binding requests that don't have a passwordDafydd Harries2007-01-302-1/+42
* refactor STUN handling codeDafydd Harries2007-01-291-21/+31
* tidy up headers/#includesDafydd Harries2007-01-298-37/+19
* add user data parameter to recv callbackDafydd Harries2007-01-296-14/+22
* move readline/util code from agent/ to nice/Dafydd Harries2007-01-297-244/+0
* remove unnecessary casts from void *Dafydd Harries2007-01-294-14/+13
* add "nice" prefix to agent, candidate, addressDafydd Harries2007-01-2914-214/+215
* agent.c: add some commentsDafydd Harries2007-01-291-0/+11