index
:
libjingle.git
master
Unnamed repository; edit this file to name it for gitweb.
Olivier Crête
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-09
Make it build correctly with --as-needed
HEAD
master
Olivier Crête
2
-2/+2
2008-09-17
updated ChangeLog and NEWS for the new version
libjingle-0.3.12
Senko Rasic
2
-18/+35
2008-09-17
version 0.3.12
Senko Rasic
1
-1/+1
2008-09-11
Replace _boring with .gitignore
Olivier Crête
2
-60/+36
2008-09-11
Make autogen.sh executable
Olivier Crête
1
-0/+0
2008-09-10
Ignore unknown attributes above 0x7FFF per RFC3489
Olivier Crete
2
-3/+10
2008-04-07
stunserver.cc: #include <cstring> to compile with g++ 4.3
Simon McVittie
1
-0/+1
2008-04-07
stun.cc: add missing headers to fix build with g++ 4.3
Simon McVittie
1
-0/+2
2008-04-07
pseudotcp.cc: add missing headers to fix build with g++ 4.3
Simon McVittie
1
-0/+2
2008-04-07
xmpppassword.h: #include <cstring> for g++ 4.3
Simon McVittie
1
-0/+1
2008-04-07
stringutils.h: #include <cstring> to fix compilation with g++ 4.3
Simon McVittie
1
-0/+1
2008-04-07
stream.cc: #include <string.h> to fix compilation with g++ 4.3
Simon McVittie
1
-0/+1
2008-04-07
physicalsocketserver.cc: #include <string.h> to fix compilation with g++ 4.3
Simon McVittie
1
-0/+1
2008-04-07
physicalsocketserver.cc: #include <algorithm> to fix compilation with g++ 4.3
Simon McVittie
1
-0/+1
2008-04-07
messagequeue.h: #include <cstring> to fix compilation with g++ 4.3
Simon McVittie
1
-0/+1
2008-04-07
logging.cc: #include <string.h> to fix compilation with g++ 4.3
Simon McVittie
1
-0/+1
2008-04-07
host.cc: #include <cstdlib> to fix compilation with g++ 4.3
Simon McVittie
1
-0/+1
2008-04-07
bytebuffer: #include <cstring> to fix compilation with g++ 4.3
Simon McVittie
1
-0/+1
2008-04-07
asynctcpsocket.cc: #include <cstring> to fix compilation with g++ 4.3
Simon McVittie
1
-0/+1
2008-03-31
Install header files in /usr/include/libjingle-0.3 (version in the path)
Alban Crequy
5
-7/+7
2008-03-31
Add missing httpcommon-inl.h in Makefiles
Alban Crequy
1
-0/+1
2007-11-08
P2PSocket deconstructor: don't manually delete each port, they'll get det del...
Senko Rasic
1
-4/+0
2007-11-01
P2PSocket::OnPacketRead: gracefully handle situations in which wrong thread c...
Senko Rasic
1
-1/+6
2007-11-01
P2PSocket destructor: delete ports, so we don't get any notifications after w...
Senko Rasic
1
-0/+8
2007-06-27
HTTPPortAllocator: properly call ConfigReady() so that we actually use stun p...
Senko Rasic
1
-2/+2
2007-06-27
AsyncHTTPRequest, HTTPPortAllocator: don't start allocating ports until we've...
Senko Rasic
2
-5/+4
2007-05-31
HttpPortAllocator: fixed problems when not using google relay, or when it's i...
Senko Rasic
3
-16/+30
2007-05-17
Use monotonic clock instead of gettimeofday
Olivier Crete
3
-12/+15
2007-04-28
Fixed crash in PhysicalSocketServer::Wait(); Added check for OpenSSL in confi...
Senko Rasic
2
-0/+13
2007-05-09
autogen.sh: remove $MAKE test
Guillaume Desmottes
1
-5/+0
2007-05-02
add autogen.sh
Guillaume Desmottes
1
-0/+24
2007-05-02
Add support for WMM
1
-2/+7
2007-05-02
License fix for socketclient.h
1
-11/+19
2007-05-02
License for socketclient.cc fixed, init mutex attr before using, properly del...
3
-12/+21
2007-05-01
remove unused talk/third_party directory
Dafydd Harries
93
-11416/+0
2007-04-26
Version 0.3.11
0.3.11
Olivier Crete
1
-1/+1
2007-04-18
SocketClient: removed user_agent parameter from constructor to avoid api brea...
Senko Rasic
2
-3/+3
2007-04-05
SocketClient now sets stun and turn addresses only if given; HTTPPortAllocato...
Senko Rasic
2
-7/+19
2007-03-29
SocketClient: pass stun and relay hosts to HttpPortAllocator
Senko Rasic
1
-2/+13
2007-03-26
fixed a few include errors
Senko Rasic
3
-9/+2
2007-03-12
SocketClient: using HttpPortAllocator instead of BasicPortAllocator
Senko Rasic
2
-8/+16
2007-03-12
added backported HttpPortAllocator and friends
Senko Rasic
22
-15/+2923
2007-02-04
fix thread leaks in SocketClient
Robert McQueen
2
-4/+10
2007-02-04
fix missing constructor in socketserver
Robert McQueen
1
-0/+2
2007-02-04
set lowdelay TOS flag on packets
Robert McQueen
1
-0/+11
2007-02-04
version jingle .pc files properly
Robert McQueen
2
-2/+2
2007-02-04
remove dubious sed call from Makefile.am
Robert McQueen
1
-3/+0
2007-02-04
Compile warning fixes (and some errors on G++ 4.1) from Olli Salli <olli.sall...
Robert McQueen
18
-22/+40
2006-09-26
TCPConnection needs to return EWOULDBLOCK if not writable, P2PSocket needs to...
2
-2/+9
2006-06-12
Patch for FD leak in tcpconnections
1
-0/+1
[next]