Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-15 | Provide replace_pragma_once flag. | Remko Tronçon | |
2012-07-12 | Use DYLD_LIBRARY_PATH instead of DYLD_FALLBACK_LIBRARY_PATH for running tests. | Remko Tronçon | |
2012-06-05 | Added ICU support. | Remko Tronçon | |
2011-09-28 | Pass read data from connection via shared_ptr. | Remko Tronçon | |
This should avoid unnecessary copying of the received data while being processed by the event loop. | |||
2011-09-25 | Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ↵ | Tobias Markmann | |
(XEP-0234), Jingle SOCKS5 Bytestreams Transport Method (XEP-0260), Jingle In-Band Bytestreams Transport Method (XEP-0261) and SOCKS5 Bytestreams (XEP-0065). License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-07-03 | Implement TableRoster with roster diff. | Remko Tronçon | |
2011-06-18 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Fixed compilation of Slimber/Qt. Fixed flag order in Slimber. MergeFlags->UseFlags in Slimber. Use UseFlags for compiling the unit test. | |||
2011-06-18 | Use UseFlags for compiling the unit test. | Remko Tronçon | |
2011-06-18 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Moving unused server code out of Swiften into Limber. Conflicts: Limber/Server/ServerFromClientSession.cpp Limber/Server/ServerSession.cpp Limber/Server/ServerStanzaRouter.cpp Limber/Server/SimpleUserRegistry.cpp Limber/Server/SimpleUserRegistry.h Limber/Server/UnitTest/ServerStanzaRouterTest.cpp Limber/Server/UserRegistry.cpp Limber/main.cpp Slimber/Server.cpp Slimber/Server.h | |||
2011-06-18 | Moving unused server code out of Swiften into Limber. | Remko Tronçon | |
2011-06-03 | Limit the use of the SafeString type. | Remko Tronçon | |
2011-05-28 | Added --debug flag to checker. | Remko Tronçon | |
2011-05-18 | Propagate use of SafeByteArray down to the connection. | Remko Tronçon | |
2011-05-18 | Introduce safe containers for storing passwords. | Remko Tronçon | |
2011-05-05 | Replace ByteArray by typedef. | Remko Tronçon | |
2011-04-19 | Fixed OS X ProxyProvider compilation. | Remko Tronçon | |
2011-04-18 | Added option to build library with tests. | Remko Tronçon | |
2011-03-12 | Added optimized version of HMACSHA1 as comment. | Remko Tronçon | |
2011-03-01 | Some more Sluift enhancements. | Remko Tronçon | |
2011-01-22 | Added valgrind suppression. | Remko Tronçon | |
2011-01-22 | Added ZLib valgrind suppressions. | Remko Tronçon | |
2010-12-27 | Avoid leaking connection on exit. | Remko Tronçon | |
2010-12-27 | Fix valgrind warnings & leaks. | Remko Tronçon | |
2010-09-12 | Added Mac OS X valgrind suppression | Remko Tronçon | |
2010-09-02 | Added check_output SCons flag to generate an XML report. | Remko Tronçon | |
2010-08-29 | Put platform flags in PLATFORM_FLAGS variable. | Remko Tronçon | |
This should avoid problems with --as-needed. Resolves: #547 | |||
2010-08-29 | Added Stanza Ack Requester & Responder. | Remko Tronçon | |
2010-04-08 | Added copyrights to QA. | Remko Tronçon | |
2010-03-28 | Fixed unit test compilation when Swift is not present. | Remko Tronçon | |
2010-03-28 | Moving submodule contents back. | Remko Tronçon | |
2010-03-28 | Removing submodules. | Remko Tronçon | |
2010-03-28 | Moving QA to a separate module. | Remko Tronçon | |
2010-03-02 | Adding iPhone compilation | Kevin Smith | |
2009-12-01 | Override SConscript() with our own, test-aware implementation. | Remko Tronçon | |
2009-11-15 | Linkify URLs. | Remko Tronçon | |
2009-11-01 | Moving tests around. | Remko Tronçon | |
2009-11-01 | Added SCons test framework. | Remko Tronçon | |
2009-09-11 | Disable WhitespacePingLayer on disconnect + Timer refactoring. | Remko Tronçon | |
Timer now no longer runs in its own thread, but in the main Boost IOService thread. | |||
2009-09-03 | Add missing LINKFLAGS for checker on Windows. | Remko Tronçon | |
2009-09-03 | Move Swiften QA test into QA module. | Remko Tronçon | |
2009-08-16 | Enable XML parser tests again. | Remko Tronçon | |
2009-08-16 | Add LibXML support to build system. | Remko Tronçon | |
2009-08-16 | Remove autoconf/make files. | Remko Tronçon | |
2009-08-12 | Added Slimber & valgrind testing to SCons. | Remko Tronçon | |
2009-08-10 | Migrated all configure flags to SCons. | Remko Tronçon | |
2009-08-09 | Add SConscript files. | Remko Tronçon | |
2009-07-30 | Remove unnecessary test constructor. | Remko Tronçon | |
2009-07-24 | Update the build system. | Remko Tronçon | |
Coverage now works better. Some files are cleaned by default (without the need of CLEANFILES). | |||
2009-07-17 | Extended CppUnit checker to have test selection. | Remko Tronçon | |
2009-06-22 | Let each module define its own .dep files. | Remko Tronçon | |