| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix coverity issues, remove possibly NULL dereferencing | Youness Alaoui | 2011-03-23 | 1 | -2/+4 |
* | Also initialize the number of timer retransmissions | Sjoerd Simons | 2011-02-09 | 1 | -0/+1 |
* | define SOL_IPV6 to IPPROTO_IPV6 if not defined | Youness Alaoui | 2011-01-17 | 2 | -0/+11 |
* | Refuse to create a permission without a peer instead of not sending the XOR_P... | Youness Alaoui | 2010-12-17 | 1 | -5/+6 |
* | Some minor changes, code cleaning | Youness Alaoui | 2010-12-16 | 2 | -2/+1 |
* | Fix lines that are > 80 chars | Youness Alaoui | 2010-12-14 | 1 | -1/+2 |
* | Fix compilation errors as a result of the rebase | Youness Alaoui | 2010-12-14 | 1 | -1/+1 |
* | fix indentation issues | Youness Alaoui | 2010-12-14 | 1 | -34/+34 |
* | Remove unnessesary changes | Marcus Lundblad | 2010-12-14 | 1 | -3/+0 |
* | Revert value for test TURN server | Marcus Lundblad | 2010-12-14 | 1 | -1/+1 |
* | Fixing tabs, trailing whitespaces and indentation | Marcus Lundblad | 2010-12-14 | 3 | -4/+5 |
* | Track permission per peer, take one (untested so far...) | Marcus Lundblad | 2010-12-14 | 1 | -0/+1 |
* | Removed some debug messages that might be a little unnessesary | Marcus Lundblad | 2010-12-14 | 1 | -2/+1 |
* | Remaining changes for RFC 5766 | Marcus Lundblad | 2010-12-14 | 5 | -9/+80 |
* | MS-TURN support for Microsoft Office Communicator | Jakub Adam | 2010-10-01 | 7 | -28/+119 |
* | Compatibility with MSOC 2007 R2 | Jakub Adam | 2010-10-01 | 3 | -4/+41 |
* | Make stun_timer timeouts configurable (breaks API) | Youness Alaoui | 2010-09-29 | 3 | -30/+60 |
* | Rename function crc32 to stun_crc32 to avoid conflict with existing crc32 fun... | Youness Alaoui | 2010-07-15 | 3 | -3/+3 |
* | Change the compatibility modes from DRAFT19 to RFC5245 | Youness Alaoui | 2010-05-19 | 3 | -10/+17 |
* | Fix build on FreeBSD. | Alexis Ballier | 2010-03-18 | 4 | -0/+4 |
* | Fix various gtk-doc warnings/errors and typos | Youness Alaoui | 2010-02-16 | 5 | -14/+22 |
* | Fix copyright headers for all files | Youness Alaoui | 2010-02-16 | 28 | -42/+142 |
* | Adding 'Since' gtk-doc tags to specify since which version each function has ... | Youness Alaoui | 2010-02-16 | 1 | -0/+4 |
* | do not cast time_t and clock_t into unsigned long, on some systems (kfreebsd)... | Youness Alaoui | 2009-12-04 | 1 | -2/+4 |
* | use sizeof struct sockaddr_in instead of sizeof struct sockaddr to hopefully ... | Youness Alaoui | 2009-12-04 | 1 | -1/+1 |
* | in order to please coverity, do not have the return at the end of the functio... | Youness Alaoui | 2009-11-19 | 1 | -2/+2 |
* | always check return value of stun_agent_init_error | Youness Alaoui | 2009-11-13 | 1 | -2/+3 |
* | avoid warning by using fd argument when MSG_ERRQUEUE is undefined | Youness Alaoui | 2009-11-13 | 2 | -0/+2 |
* | Increase test-bind timeout to 20 seconds since it was 10 and it took more tha... | Youness Alaoui | 2009-11-12 | 1 | -1/+1 |
* | stun_agent_set_software must also take a const char *, not just a char * | Youness Alaoui | 2009-11-04 | 2 | -3/+3 |
* | add SOFTWARE attribute only if we're in the right compatibility mode | Youness Alaoui | 2009-11-04 | 1 | -6/+6 |
* | Add a stun_agent_set_software API and correctly append only the first 128 utf... | Youness Alaoui | 2009-11-04 | 4 | -12/+82 |
* | use sizeof struct sockaddr instead of sizeof sockadddr_storage for doing the ... | Youness Alaoui | 2009-09-10 | 1 | -2/+2 |
* | Do not use connect on UDP sockets and use sendto/recvfrom instead of send/rec... | Youness Alaoui | 2009-08-20 | 2 | -22/+30 |
* | include sys/time.h in timer.h instead of timer.c since we need it for the str... | Youness Alaoui | 2009-07-24 | 2 | -4/+2 |
* | if MSG_ERRQUEUE is not defined, then make recv_err return something since it'... | Youness Alaoui | 2009-07-24 | 1 | -0/+2 |
* | Fix SHA1 algorithm when strict aliasing is used : http://bugs.archlinux.org/t... | Youness Alaoui | 2009-07-02 | 1 | -2/+2 |
* | Initialize the length to 0 to avoid a compiler warning | Youness Alaoui | 2009-06-16 | 1 | -6/+6 |
* | Attempt to work around binding responses with no mapped address to have inter... | Youness Alaoui | 2009-05-29 | 2 | -1/+5 |
* | Fix confusing docs, addr_len is an IN and OUT variable... | Youness Alaoui | 2009-04-16 | 2 | -6/+12 |
* | Add -n to stunbdc usage string | Olivier CrĂȘte | 2009-04-16 | 1 | -2/+3 |
* | Fix documentation | Youness Alaoui | 2009-03-31 | 2 | -18/+21 |
* | Updating docs | Youness Alaoui | 2009-03-31 | 1 | -1/+17 |
* | Improve test-turn to test for turnserver locally too | Youness Alaoui | 2009-03-31 | 1 | -4/+13 |
* | Disable test-turn as its dependent on internet and on an external server | Youness Alaoui | 2009-03-31 | 1 | -1/+0 |
* | Set test-turn to use turnserver locally instead of numb.viagenie.ca | Youness Alaoui | 2009-03-31 | 1 | -5/+5 |
* | Return 0 in stun_agent_finish_message if there is no more slots for saved ids | Youness Alaoui | 2009-03-31 | 1 | -16/+21 |
* | Set libnice specific debug domains | Olivier CrĂȘte | 2009-03-30 | 1 | -1/+1 |
* | Adding new stun API stun_agent_forget_transaction to forget a saved transacti... | Youness Alaoui | 2009-03-27 | 2 | -0/+33 |
* | useless unit test.. it doesn't test libstun, it only tests the behavior of se... | Youness Alaoui | 2009-03-27 | 1 | -7/+0 |