summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-30Fix compilation with GCC 4.4, patch by Vincent Untz <vuntz@gnome.org>HEADmasterOlivier Crête2-0/+2
2009-04-30Make it build correctly with --as-neededOlivier Crête2-2/+2
2008-10-24configure.ac: Be more generic in OS detectionLaurent Bigonville1-2/+4
2008-09-17updated ChangeLog and NEWS for the new versionlibjingle-0.3.12Senko Rasic2-18/+35
2008-09-17version 0.3.12Senko Rasic1-1/+1
2008-09-11Replace _boring with .gitignoreOlivier Crête2-60/+36
2008-09-11Make autogen.sh executableOlivier Crête1-0/+0
2008-09-10Ignore unknown attributes above 0x7FFF per RFC3489Olivier Crete2-3/+10
2008-04-07stunserver.cc: #include <cstring> to compile with g++ 4.3Simon McVittie1-0/+1
2008-04-07stun.cc: add missing headers to fix build with g++ 4.3Simon McVittie1-0/+2
2008-04-07pseudotcp.cc: add missing headers to fix build with g++ 4.3Simon McVittie1-0/+2
2008-04-07xmpppassword.h: #include <cstring> for g++ 4.3Simon McVittie1-0/+1
2008-04-07stringutils.h: #include <cstring> to fix compilation with g++ 4.3Simon McVittie1-0/+1
2008-04-07stream.cc: #include <string.h> to fix compilation with g++ 4.3Simon McVittie1-0/+1
2008-04-07physicalsocketserver.cc: #include <string.h> to fix compilation with g++ 4.3Simon McVittie1-0/+1
2008-04-07physicalsocketserver.cc: #include <algorithm> to fix compilation with g++ 4.3Simon McVittie1-0/+1
2008-04-07messagequeue.h: #include <cstring> to fix compilation with g++ 4.3Simon McVittie1-0/+1
2008-04-07logging.cc: #include <string.h> to fix compilation with g++ 4.3Simon McVittie1-0/+1
2008-04-07host.cc: #include <cstdlib> to fix compilation with g++ 4.3Simon McVittie1-0/+1
2008-04-07bytebuffer: #include <cstring> to fix compilation with g++ 4.3Simon McVittie1-0/+1
2008-04-07asynctcpsocket.cc: #include <cstring> to fix compilation with g++ 4.3Simon McVittie1-0/+1
2008-03-31Install header files in /usr/include/libjingle-0.3 (version in the path)Alban Crequy5-7/+7
2008-03-31Add missing httpcommon-inl.h in MakefilesAlban Crequy1-0/+1
2007-11-08P2PSocket deconstructor: don't manually delete each port, they'll get det del...Senko Rasic1-4/+0
2007-11-01P2PSocket::OnPacketRead: gracefully handle situations in which wrong thread c...Senko Rasic1-1/+6
2007-11-01P2PSocket destructor: delete ports, so we don't get any notifications after w...Senko Rasic1-0/+8
2007-06-27HTTPPortAllocator: properly call ConfigReady() so that we actually use stun p...Senko Rasic1-2/+2
2007-06-27AsyncHTTPRequest, HTTPPortAllocator: don't start allocating ports until we've...Senko Rasic2-5/+4
2007-05-31HttpPortAllocator: fixed problems when not using google relay, or when it's i...Senko Rasic3-16/+30
2007-05-17Use monotonic clock instead of gettimeofdayOlivier Crete3-12/+15
2007-04-28Fixed crash in PhysicalSocketServer::Wait(); Added check for OpenSSL in confi...Senko Rasic2-0/+13
2007-05-09autogen.sh: remove $MAKE testGuillaume Desmottes1-5/+0
2007-05-02add autogen.shGuillaume Desmottes1-0/+24
2007-05-02Add support for WMM1-2/+7
2007-05-02License fix for socketclient.h1-11/+19
2007-05-02License for socketclient.cc fixed, init mutex attr before using, properly del...3-12/+21
2007-05-01remove unused talk/third_party directoryDafydd Harries93-11416/+0
2007-04-26Version 0.3.110.3.11Olivier Crete1-1/+1
2007-04-18SocketClient: removed user_agent parameter from constructor to avoid api brea...Senko Rasic2-3/+3
2007-04-05SocketClient now sets stun and turn addresses only if given; HTTPPortAllocato...Senko Rasic2-7/+19
2007-03-29SocketClient: pass stun and relay hosts to HttpPortAllocatorSenko Rasic1-2/+13
2007-03-26fixed a few include errorsSenko Rasic3-9/+2
2007-03-12SocketClient: using HttpPortAllocator instead of BasicPortAllocatorSenko Rasic2-8/+16
2007-03-12added backported HttpPortAllocator and friendsSenko Rasic22-15/+2923
2007-02-04fix thread leaks in SocketClientRobert McQueen2-4/+10
2007-02-04fix missing constructor in socketserverRobert McQueen1-0/+2
2007-02-04set lowdelay TOS flag on packetsRobert McQueen1-0/+11
2007-02-04version jingle .pc files properlyRobert McQueen2-2/+2
2007-02-04remove dubious sed call from Makefile.amRobert McQueen1-3/+0
2007-02-04Compile warning fixes (and some errors on G++ 4.1) from Olli Salli <olli.sall...Robert McQueen18-22/+40