index
:
libnice
master
libnice
Vivek Dasmohapatra
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-04
Version 0.0.10
HEAD
0.0.10
master
Youness Alaoui
1
-4/+4
2009-11-04
Updating NEWS file for 0.0.10
Youness Alaoui
1
-0/+12
2009-11-04
Export the symbols for nice_agent_set_software and stun_agent_set_software
Youness Alaoui
1
-0/+2
2009-11-04
Add nice_agent_set_software and stun_agent_set_software documentation
Youness Alaoui
1
-0/+2
2009-11-04
Free the strduped software attribute when the nice agent gets disposed
Youness Alaoui
1
-0/+3
2009-11-04
Add a SOFTWARE attribute in test-fullmode test
Youness Alaoui
1
-0/+2
2009-11-04
stun_agent_set_software must also take a const char *, not just a char *
Youness Alaoui
2
-3/+3
2009-11-04
nice_agent_set_software must take a const gchar *, not just a gchar *
Youness Alaoui
2
-2/+2
2009-11-04
Adding a nice_agent_set_software API
Youness Alaoui
3
-0/+44
2009-11-04
add SOFTWARE attribute only if we're in the right compatibility mode
Youness Alaoui
1
-6/+6
2009-11-04
Add a stun_agent_set_software API and correctly append only the first 128 utf...
Youness Alaoui
4
-12/+82
2009-10-12
Fix obivous/stupid bug.. do not use variable i for looping inside the 'i' loop
Youness Alaoui
1
-2/+2
2009-10-09
Oups, fix bad copy/paste
Youness Alaoui
1
-11/+10
2009-10-07
Fix a crash in case a relay candidate could not be added (because of an error...
Youness Alaoui
1
-2/+3
2009-10-07
Once we process the pending checks, we should free them to avoid reprocessing...
Youness Alaoui
1
-0/+11
2009-10-07
avoid a memory leak in case of a restart
Youness Alaoui
1
-0/+2
2009-09-17
Properly cleanup the idle source in the gst src
Olivier CrĂȘte
1
-5/+10
2009-09-10
use sizeof struct sockaddr instead of sizeof sockadddr_storage for doing the ...
Youness Alaoui
1
-2/+2
2009-08-20
Do not use connect on UDP sockets and use sendto/recvfrom instead of send/rec...
Youness Alaoui
2
-22/+30
2009-08-20
Only prune pending checks once if there's a nominated pair, not 100 times for...
Youness Alaoui
1
-8/+10
2009-08-20
Correctly show the priority as a guint64
Youness Alaoui
2
-9/+18
2009-08-17
Only keep the srv-reflexive candidates alive by resending our initial STUN di...
Youness Alaoui
1
-7/+31
2009-08-15
Use candidate->type instead of candidate->turn to check if a candidate is of ...
Youness Alaoui
1
-1/+1
2009-08-15
do not change the username/foundation for google TURN candidates
Youness Alaoui
1
-1/+4
2009-08-10
nicesrc: Don't leak a ref to the main context
Olivier CrĂȘte
2
-4/+9
2009-07-31
version 0.0.9.1
Youness Alaoui
1
-2/+2
2009-07-31
version 0.0.9
0.0.9
Youness Alaoui
2
-5/+17
2009-07-28
Update doc
Youness Alaoui
1
-1/+1
2009-07-28
add the doc for nice_agent_set_stream_tos
Youness Alaoui
1
-0/+1
2009-07-28
Change new API to nice_agent_set_stream_tos, save the tos and apply it to new...
Youness Alaoui
6
-14/+43
2009-07-27
Add ToS support for libnice
Youness Alaoui
2
-0/+39
2009-07-24
include sys/time.h in timer.h instead of timer.c since we need it for the str...
Youness Alaoui
2
-4/+2
2009-07-24
if MSG_ERRQUEUE is not defined, then make recv_err return something since it'...
Youness Alaoui
1
-0/+2
2009-07-24
Add the AC_DEFINE for HAVE_GETIFADDRS
Youness Alaoui
1
-1/+3
2009-07-24
include sys/socket even if HAVE_GETIFADDRS isn't defined
Youness Alaoui
1
-1/+2
2009-07-24
oups, agent undefined
Youness Alaoui
1
-2/+2
2009-07-22
Do not limit the size of the conncheck list if we're not using DRAFT19.. goog...
Youness Alaoui
1
-2/+6
2009-07-22
Add correct conncheck pairs for discovered remote peer reflexive candidates. ...
Youness Alaoui
1
-0/+4
2009-07-02
Fix SHA1 algorithm when strict aliasing is used : http://bugs.archlinux.org/t...
Youness Alaoui
1
-2/+2
2009-06-30
fix up a little the test program in the docs
Youness Alaoui
1
-4/+3
2009-06-30
Correctly find the username of a peer-reflexive candidate in google mode when...
Youness Alaoui
3
-16/+79
2009-06-19
version 0.0.8.1
Youness Alaoui
2
-46/+101
2009-06-19
version 0.0.8
0.0.8
Youness Alaoui
2
-3/+11
2009-06-18
Update TODO
Youness Alaoui
1
-3/+7
2009-06-17
force autoreconf so libtoolize can renew its files
Youness Alaoui
1
-1/+1
2009-06-17
Initialize the length to 0 to avoid a compiler warning
Youness Alaoui
1
-6/+6
2009-06-17
no more need for refcounting the request since we use g_source_is_destroyed
Youness Alaoui
1
-19/+8
2009-06-17
unlock the mutex before calling the recv callback
Youness Alaoui
1
-2/+8
2009-06-17
Use a global mutex for all nice agents and use g_source_is_destroyed to avoid...
Youness Alaoui
7
-83/+155
2009-06-15
Remove deprecated g_strcasecmp
Youness Alaoui
1
-1/+2
[next]