summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix memleak in nice_candidate_from_stringDafydd Harries2007-01-301-4/+1
* fix memleak in readline testDafydd Harries2007-01-301-0/+1
* add support for packing STUN usernamesDafydd Harries2007-01-302-2/+48
* stun_attribute_username_newDafydd Harries2007-01-302-0/+14
* fix code for calculating STUN attribute paddingDafydd Harries2007-01-301-5/+13
* add support for dumping STUN username attributeDafydd Harries2007-01-301-0/+3
* simplify STUN message packing to not use GStringDafydd Harries2007-01-301-15/+9
* fix memory leak when unpacking attribute failsDafydd Harries2007-01-301-2/+3
* use calculated length to preallocate GString when packing STUN messageDafydd Harries2007-01-301-1/+2
* don't use StunAttribute.length as packed value length when packing messagesDafydd Harries2007-01-301-9/+13
* update boring patternsDafydd Harries2007-01-301-3/+13
* split STUN test into smaller test programsDafydd Harries2007-01-3012-309/+306
* initialize address to 0 in UDP testDafydd Harries2007-01-301-1/+1
* expand STUN attribute enums to those introduced by draftsDafydd Harries2007-01-291-11/+34
* add support for STUN usernames/passwordsDafydd Harries2007-01-293-7/+52
* initialize STUN attributes to 0 when allocatedDafydd Harries2007-01-291-1/+1
* refactor STUN handling codeDafydd Harries2007-01-291-21/+31
* create nice.hDafydd Harries2007-01-293-3/+13
* tidy up headers/#includesDafydd Harries2007-01-2916-50/+83
* add user data parameter to recv callbackDafydd Harries2007-01-297-16/+25
* move readline/util code from agent/ to nice/Dafydd Harries2007-01-298-19/+24
* remove unnecessary casts from void *Dafydd Harries2007-01-295-17/+16
* add "nice" prefix to agent, candidate, addressDafydd Harries2007-01-2916-231/+231
* agent.c: add some commentsDafydd Harries2007-01-291-0/+11
* add function for retrieving list of local candidatesDafydd Harries2007-01-293-1/+11
* add storage for candidate username/passwordDafydd Harries2007-01-291-0/+2
* split out candidate codeDafydd Harries2007-01-295-119/+124
* include dependant headers in agent.hDafydd Harries2007-01-291-0/+4
* remove media type property from stream, as it's not usedDafydd Harries2007-01-297-22/+9
* add functions for calculating candidate priorityDafydd Harries2007-01-294-15/+80
* STUN: warn about unused results from various functionsDafydd Harries2007-01-262-0/+11
* support STUN attributes that aren't a multiple of 4 bytes longDafydd Harries2007-01-262-8/+4
* validate lengths of STUN attributesDafydd Harries2007-01-262-3/+43
* stun_message_unpack: include attribute header in header lengthDafydd Harries2007-01-261-4/+4
* give _stun_attribute_unpack a return value so that it can indicate errorsDafydd Harries2007-01-261-3/+7
* remove unused headerDafydd Harries2007-01-261-3/+0
* STUN: add test case for packing and unpacking unknown attributesDafydd Harries2007-01-261-0/+41
* fix STUN test formattingDafydd Harries2007-01-261-84/+84
* fix some indentationDafydd Harries2007-01-251-5/+5
* add typedef for data recv callbackDafydd Harries2007-01-252-6/+7
* add component ID parameter to media recv callbackDafydd Harries2007-01-257-9/+39
* rename label from "EOF" to "END" to avoid conflict with stdio.h valueDafydd Harries2007-01-251-2/+2
* make boring pattern match top level lcov/ directoryDafydd Harries2007-01-251-1/+1
* don't try to decode packets as STUN unless top two bits are 0Dafydd Harries2007-01-251-1/+5
* distribute scripts/ directoryDafydd Harries2007-01-241-0/+2
* add makefile/script for generating lcov reportDafydd Harries2007-01-242-0/+32
* gcov/lcov files are boringDafydd Harries2007-01-241-1/+2
* fix setting of transaction ID in responses to STUN requestsDafydd Harries2007-01-232-0/+3
* factor out common link flags in makefilesDafydd Harries2007-01-233-13/+19
* UDP: fix comment and move to header fileDafydd Harries2007-01-232-4/+5