Age | Commit message (Expand) | Author |
2014-05-18 | Fix uninitialized variables | Remko Tronçon |
2014-02-13 | Fix clang warnings | Remko Tronçon |
2014-01-03 | Post NAT Traversal query results to the event loop. | Remko Tronçon |
2013-10-01 | Fix bug on writing empty bytearray in file bytestream. | Remko Tronçon |
2013-05-17 | Fixed unicode path handling. | Remko Tronçon |
2013-05-11 | File Transfer refactoring. | Remko Tronçon |
2013-04-27 | Removing third-party hash implementations. | Remko Tronçon |
2013-04-12 | File Transfer refactoring. | Remko Tronçon |
2013-03-04 | Qt5 support & warning fixes. | Remko Tronçon |
2013-01-13 | Fix more warnings. | Remko Tronçon |
2012-12-31 | Fix more warnings. | Remko Tronçon |
2012-12-31 | Fixed typo. | Remko Tronçon |
2012-12-30 | Enable & fix pedantic CLang warnings. | Remko Tronçon |
2012-11-06 | Compile with very old Boost filesystem (e.g. 1.42) | Kevin Smith |
2012-10-15 | Use vecptr() instead of .data(). | Remko Tronçon |
2012-09-17 | Support for building swiften as a DLL | Remko Tronçon |
2012-09-12 | Add support for pause/resume using Bytestream for SOCKS5BytestreamServerSession. | HanzZ |
2012-08-17 | Update to boost.filesystem v3. | Remko Tronçon |
2012-07-14 | Initial DLL support for Swiften. | Remko Tronçon |
2012-06-17 | Remove some unused private variables. | Remko Tronçon |
2012-04-24 | Statically check the log severity level. | Remko Tronçon |
2012-03-21 | Fix typo. (Thanks dreijer) | Tobias Markmann |
2012-03-20 | boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) transformation... | Tobias Markmann |
2011-09-30 | Moved SOCKS5BytestreamProxyFinder to Swiften. | Remko Tronçon |
2011-09-30 | Avoid a copy when reading from a byte array. | Remko Tronçon |
2011-09-30 | Added way to set from in BytestreamsRequest and StreamInitiationRequest | HanzZ |
2011-09-29 | Fixed check for F/T support used for enabling the "Send File" menu. | Remko Tronçon |
2011-09-29 | Work around FT crash when proxies are available. | Remko Tronçon |
2011-09-29 | Allow ReadBytestreams to be resumed. | Remko Tronçon |
2011-09-29 | Allow to set 'from' on Request & IBB classes. | Remko Tronçon |
2011-09-29 | File Transfer refactoring. | Remko Tronçon |
2011-09-28 | Added getRecipient() to IncomingJingleFileTransfer. | Remko Tronçon |
2011-09-28 | Make FTManagers independent of account JID. | Remko Tronçon |
2011-09-28 | Pass read data from connection via shared_ptr. | Remko Tronçon |
2011-09-26 | Refactoring NetworkEnvironments. | Remko Tronçon |
2011-09-26 | Compile on Windows | Kevin Smith |
2011-09-26 | Avoid the use of at(). | Remko Tronçon |
2011-09-26 | And some more occurrences of uintmax_t. | Remko Tronçon |
2011-09-26 | Use boost int type in FileTransfer. | Remko Tronçon |
2011-09-26 | Added another missing include. | Remko Tronçon |
2011-09-26 | Remove double-link | Kevin Smith |
2011-09-25 | File transfer changes. | Remko Tronçon |
2011-09-25 | Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ... | Tobias Markmann |
2011-08-28 | Merge branch 'swift-1.x' | Remko Tronçon |
2011-08-28 | Check sender on incoming IQ responses. | Remko Tronçon |
2011-05-18 | Propagate use of SafeByteArray down to the connection. | Remko Tronçon |
2011-05-05 | Replace ByteArray by typedef. | Remko Tronçon |
2011-05-02 | Replace auto_ptr by shared_ptr. | Remko Tronçon |
2011-04-30 | Replace #icnlude "" by #include <> in Swiften. | Remko Tronçon |
2011-04-27 | Added missing include. | Remko Tronçon |