index
:
libnice
master
Unnamed repository; edit this file 'description' to name the repository.
Alvaro Soliverez
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-01
Support building on Android
HEAD
master
Derek Foreman
10
-3/+103
2011-07-07
Merge remote-tracking branch 'main/master'
Youness Alaoui
1
-1/+2
2011-06-23
Use a Queue in gstnicesrc to avoid multiple read_callbacks overwriting the ou...
Youness Alaoui
2
-9/+15
2011-05-24
Updating README file
Youness Alaoui
1
-16/+11
2011-05-24
Updated to the TURN RFC
Marcus Lundblad
1
-5/+2
2011-05-20
Remove useless conncheck_state
Jakub Adam
2
-23/+1
2011-04-20
Rename the internally used librandom into libnice-random to avoid any possibl...
Youness Alaoui
2
-5/+5
2011-04-19
Updating TODO file
Youness Alaoui
1
-5/+0
2011-03-31
Fix a (possible) memory leak in nice_turn_socket_new and in a test
Timothy Redaelli
2
-2/+6
2011-03-31
Use IN6_IS_ADDR_LINKLOCAL in a more portable way
Timothy Redaelli
1
-1/+1
2011-03-31
Use #!/bin/sh instead of #!/bin/bash
Timothy Redaelli
1
-1/+1
2011-03-31
Use only POSIX statements in Makefile.am
Timothy Redaelli
2
-7/+7
2011-03-31
Remove some "set but not used" variables since GCC 4.6 emit a warning about that
Timothy Redaelli
2
-4/+2
2011-03-24
Avoid a possible coverity false positive
Youness Alaoui
1
-0/+2
2011-03-24
Change variable buffer_len into attribute_len: variable already exists in dif...
Youness Alaoui
1
-5/+5
2011-03-24
Add some new APIs to sha1 module, unused for now
Youness Alaoui
2
-9/+75
2011-03-24
coverity: fix possible buffer overrun with turn and IPv6. Use sockaddr_storage
Youness Alaoui
1
-16/+16
2011-03-24
Fix coverity issues, remove possibly NULL dereferencing
Youness Alaoui
3
-5/+15
2011-03-24
test-fullmode: add some debug output to track down a weird bug..
Youness Alaoui
1
-2/+10
2011-03-24
Add some debug output when errors happen and the conncheck is cancelled
Youness Alaoui
1
-1/+7
2011-03-08
Version 0.1.0.1
Youness Alaoui
1
-2/+2
2011-03-08
Print size_t with the right argument
Olivier CrĂȘte
1
-1/+2
2011-02-10
Only restart the timer once
Sjoerd Simons
2
-3/+8
2011-02-10
Remove some dead code
Sjoerd Simons
1
-6/+0
2011-02-10
Reset the connectivity check timer when we get triggered checks
Sjoerd Simons
1
-2/+7
2011-02-10
Also initialize the number of timer retransmissions
Sjoerd Simons
1
-0/+1
2011-01-31
Only restart the timer once
Sjoerd Simons
2
-3/+8
2011-01-28
Remove some dead code
Sjoerd Simons
1
-6/+0
2011-01-28
Reset the connectivity check timer when we get triggered checks
Sjoerd Simons
1
-2/+7
2011-01-28
Also initialize the number of timer retransmissions
Sjoerd Simons
1
-0/+1
2011-01-21
Version 0.1.0.1
Youness Alaoui
1
-2/+2
2011-01-21
Version 0.1.0
Youness Alaoui
2
-4/+16
2011-01-21
Send new-candidate signals for host cands only if the gathering was successful
Youness Alaoui
2
-1/+10
2011-01-20
Add some testing for the nice_agent_set_port_range API
Youness Alaoui
1
-2/+55
2011-01-20
Clear the sockets when removing the candidates
Youness Alaoui
1
-0/+9
2011-01-19
Fix doc for nice_agent_gather_candidates
Youness Alaoui
1
-2/+5
2011-01-19
Make sure that we revert/free the candidates gathered before an error occured...
Youness Alaoui
1
-0/+14
2011-01-19
Add a nice_agent_set_port_range API to allow forcing the listening port on lo...
Youness Alaoui
4
-2/+60
2011-01-19
Do not gather candidates if we can't listen to the host interface
Youness Alaoui
1
-2/+4
2011-01-18
Fix a crash (Broken pipe) if we send to a TCP socket that had an error
Youness Alaoui
1
-1/+14
2011-01-18
define SOL_IPV6 to IPPROTO_IPV6 if not defined
Youness Alaoui
2
-0/+11
2011-01-14
Add support for RFC TURN TCP
Youness Alaoui
1
-4/+8
2011-01-14
test-fullmode: disable checking for the expected selected-pair signal when us...
Youness Alaoui
2
-3/+28
2011-01-13
test-fullmode: better support for TURN testing, some tests can't work with tu...
Youness Alaoui
1
-25/+24
2011-01-10
Merge branch 'master' into rfc5766
Youness Alaoui
1
-1/+1
2010-12-24
only remove sources that are valid
Youness Alaoui
1
-2/+5
2010-12-24
handle the permission response instead of having the code handled in the erro...
Youness Alaoui
1
-18/+19
2010-12-24
test-fullmode: Add a USE_RELIABLE option to enable/disable reliable mode
Youness Alaoui
1
-4/+15
2010-12-22
turn: Do not access the response's attributes if there is no response
Youness Alaoui
1
-4/+6
2010-12-22
Do not destroy the object until we're done using it..
Youness Alaoui
1
-3/+2
[next]