index
:
libnice.git
gstreamer-0.11
master
nice-kakaroto
Unnamed repository; edit this file to name it for gitweb.
Sjoerd Simons
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-31
Only restart the timer once
HEAD
master
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
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
2010-12-22
test-fullmode: Clean the credentials exchange by using a single function
Youness Alaoui
1
-69/+20
2010-12-22
test-fullmode: remove the old code that sets candidates from one agent to ano...
Youness Alaoui
1
-209/+38
2010-12-22
Add a USE_UPNP option to test-fullmode
Youness Alaoui
1
-0/+2
2010-12-22
Add a USE_PROXY option to test-fullmode
Youness Alaoui
1
-1/+6
2010-12-21
Fix a typo, use the proper enum comparison for NiceRelayType
Youness Alaoui
1
-1/+1
2010-12-18
Do not destroy the retransmission timer that just got created by priv_schedul...
Youness Alaoui
1
-12/+18
2010-12-18
Do not loop forever if we keep getting unauthorized error on create_permission
Youness Alaoui
1
-24/+45
2010-12-18
Add the expired binding to the pending list before destroying it
Youness Alaoui
1
-0/+3
2010-12-18
If a channel bind couldn't be renewed when it expired, then renew it after we...
Youness Alaoui
1
-4/+20
2010-12-18
Make sure we don't free a currently being-refreshed binding
Youness Alaoui
1
-0/+21
2010-12-18
Make the binding timeout unique per channel binding. And refactor code.
Youness Alaoui
1
-54/+104
2010-12-17
Refuse to create a permission without a peer instead of not sending the XOR_P...
Youness Alaoui
1
-5/+6
2010-12-17
Destroy sent_permissions and remove tick_source_create_permission and binding...
Youness Alaoui
1
-0/+10
2010-12-17
Some minor changes, code cleaning
Youness Alaoui
3
-14/+9
2010-12-15
Remove trailing spaces
Youness Alaoui
1
-2/+3
2010-12-15
Fix lines that are > 80 chars
Youness Alaoui
2
-13/+21
2010-12-15
Fix compilation errors as a result of the rebase
Youness Alaoui
2
-3/+5
2010-12-15
fix indentation issues
Youness Alaoui
2
-221/+221
2010-12-15
Removed trailing whitespaces that had appeared..
Marcus Lundblad
1
-4/+4
2010-12-15
Fixed some whitespace before function calls (nice_debug)
Marcus Lundblad
1
-5/+4
2010-12-15
Remove a couple of unnessesary debug outputs
Marcus Lundblad
1
-7/+0
2010-12-15
Remove unnessesary changes
Marcus Lundblad
2
-3/+1
2010-12-15
Re-arrange the code when obtaining a permission and enqueueing data
Marcus Lundblad
1
-7/+4
2010-12-15
Use a flag for active bindings in the ChannelBinding struct instead of keepin...
Marcus Lundblad
1
-11/+12
2010-12-15
Move code handling lists of installed and pending permissions into separate f...
Marcus Lundblad
1
-58/+70
2010-12-15
Remove some debug outputs and an exit call that I had accidentally left in fo...
Marcus Lundblad
1
-26/+1
2010-12-15
Don't log pending permission messages more than once (when resending the mess...
Marcus Lundblad
1
-14/+43
[next]