summaryrefslogtreecommitdiff
path: root/agent
Commit message (Expand)AuthorAgeFilesLines
* make enum declarations C++-friendlyDafydd Harries2007-02-122-8/+4
* remove unused Stream membersDafydd Harries2007-02-121-2/+0
* comment out unused codeDafydd Harries2007-02-121-0/+2
* test-send: remove unused parameterDafydd Harries2007-02-121-2/+1
* pass in correct data to recv callbackDafydd Harries2007-02-122-2/+5
* remove unused callbacksDafydd Harries2007-02-123-36/+0
* hoist NiceAgentRecvFunc declarationDafydd Harries2007-02-121-6/+4
* mark more parameters as const gchar *Dafydd Harries2007-02-122-6/+6
* mark more functions as staticDafydd Harries2007-02-123-3/+3
* last parameter to select() should be NULL, not 0Dafydd Harries2007-02-121-2/+2
* agent/: add unused qualifier to various parametersDafydd Harries2007-02-121-1/+4
* make _add_stream take number of components but not callback/callback dataDafydd Harries2007-02-098-27/+12
* give nice_agent_poll_read a callback to call, rather than using the stream'sDafydd Harries2007-02-096-55/+31
* wrap long lineDafydd Harries2007-02-091-2/+2
* add some blank linesDafydd Harries2007-02-091-0/+2
* wrap long lineDafydd Harries2007-02-091-2/+2
* catch case where received packed was smaller than bufferDafydd Harries2007-02-091-0/+1
* nice_agent_remove_stream ()Dafydd Harries2007-02-095-48/+121
* rename nice_agent_component_recv -> nice_agent_recvDafydd Harries2007-02-083-4/+4
* remove nice_agent_recvDafydd Harries2007-02-085-45/+21
* for clarity, make max_fd the largest fd when select()ingDafydd Harries2007-02-081-3/+2
* add test for nice_agent_poll_readDafydd Harries2007-02-082-1/+98
* set port to 0 on local addresses so that unique port is allocated for new can...Dafydd Harries2007-02-082-4/+7
* remove nice_agent_pop_eventDafydd Harries2007-02-083-32/+1
* nice_agent_component_recv ()Dafydd Harries2007-02-072-0/+100
* separate recv callback call from data recvDafydd Harries2007-02-061-19/+34
* improve commentsDafydd Harries2007-02-061-8/+8
* separate STUN message type checking from binding request handling; ignore inc...Dafydd Harries2007-02-061-5/+26
* split out stream lookup from _nice_agent_recvDafydd Harries2007-02-061-10/+20
* add commentDafydd Harries2007-02-061-0/+2
* explicitly declare stream_new as taking voidDafydd Harries2007-02-061-1/+1
* initialize addresses in testsDafydd Harries2007-02-052-2/+3
* send reciprocal connectivity checksDafydd Harries2007-02-052-0/+43
* add some debug code to _handle_stunDafydd Harries2007-02-051-0/+23
* don't seed new RNGs to 0 by default; allow overriding RNG constructorDafydd Harries2007-02-051-0/+3
* 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