Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-10 | Refactored TLS tests. | Remko Tronçon | |
2010-11-09 | Certificate::getCommonName -> getCommonNames. | Remko Tronçon | |
2010-11-09 | Implement DER conversion to/from certificates. | Remko Tronçon | |
2010-11-07 | Refactoring certificates & certificate checking. | Remko Tronçon | |
2010-10-27 | Remove MainEventLoop singleton. | Remko Tronçon | |
The event loop now needs to be explicitly passed to clients using it. | |||
2010-10-26 | Fix compliation problems with CLang. | Remko Tronçon | |
2010-10-22 | Fix failing tests | Kevin Smith | |
2010-10-21 | Moving queries & responders around. | Remko Tronçon | |
2010-10-21 | Added beginnings of outgoing file transfer to Swiften. | Remko Tronçon | |
2010-10-10 | Added ClientTest to test suite.swift-1.0beta7 | Remko Tronçon | |
2010-10-10 | Fixed compilation of StorageTest. | Remko Tronçon | |
2010-09-11 | Fixed VCardFileStorageTest. | Remko Tronçon | |
2010-09-02 | Added check_output SCons flag to generate an XML report. | Remko Tronçon | |
2010-08-29 | Fixed link errors due to previous commit. | Remko Tronçon | |
2010-08-24 | Implemented VCardManager. | Remko Tronçon | |
2010-08-24 | Added VCardStorage. | Remko Tronçon | |
2010-06-19 | Removed DNSSDTest from SConscript. | Remko Tronçon | |
2010-06-19 | Added DNSSDTest. | Remko Tronçon | |
2010-06-18 | Fix crash on reconnect. | Remko Tronçon | |
BoostTimer isn't supposed to be constructed as a non-shared-ptr. Making constructor private to avoid this error in the future. | |||
2010-05-29 | Added ReconnectTest to .gitignore. | Remko Tronçon | |
2010-05-27 | Cleaning up code paths for rapid disconnect/reconnect. | Kevin Smith | |
This includes a fix in OpensSSLContext that stops assert failures when more data is received on a connection after a write has failed. It's worth investigating why this happens, stopping it doing so, and re-instate the assert. Resolves: #402 | |||
2010-04-21 | Fix non-determinism of DomainNameResolverTest. | Remko Tronçon | |
2010-04-08 | Added copyrights to Swiften. | Kevin Smith | |
2010-04-06 | Refactored DomainNameAddressQuery. | Remko Tronçon | |
Result can now consist of multiple addresses. | |||
2010-03-28 | Moving submodule contents back. | Remko Tronçon | |
2010-03-28 | Removing submodules. | Remko Tronçon | |
2010-03-28 | Moved Swiften to a separate module. | Remko Tronçon | |
2010-03-02 | Adding iPhone compilation | Kevin Smith | |
2009-12-03 | DNS querying is now asynchronous. | Remko Tronçon | |
This means we can now move them to a separate thread. | |||
2009-11-20 | Fixed connection leak. | Remko Tronçon | |
2009-11-16 | Fix inconsistent build flags with test=X. | Remko Tronçon | |
2009-11-12 | Created a TimerFactory, and abstracted Timer. | Remko Tronçon | |
2009-11-12 | Refactored DNS handling. | Remko Tronçon | |
Connections now fallback on other DNS entries upon failure, taking into account SRV priorities. | |||
2009-11-10 | Even more Client refactoring. | Remko Tronçon | |
2009-11-01 | Moving tests around. | Remko Tronçon | |
2009-09-03 | Move Swiften QA test into QA module. | 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 | Fix SCons building on os x again. | Remko Tronçon | |
2009-08-01 | Added BoostConnectionServer error signaling. | 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-19 | (Client)Session & Connection refactoring. | Remko Tronçon | |
ClientSession no longer sets up a connection. Connection no longer resolves addresses. | |||
2009-07-15 | Make stream stack layers reference counted. | Remko Tronçon | |
2009-07-15 | Use shared_ptr for EventLoop owners. | Remko Tronçon | |
2009-07-14 | Make all Connection instances shared_ptrs. | Remko Tronçon | |
2009-07-14 | Consolidating IncomingConnection & Connection. | Remko Tronçon | |
BoostConnections no longer have their own thread, but are managed from a central Boost IO thread instead. | |||
2009-07-11 | Use ClientXMLTracer in ClientTest. | Remko Tronçon | |
2009-06-12 | Removing auto delete stuff from Request. | Remko Tronçon | |
This should now be handled properly by using shared_ptrs. | |||
2009-06-10 | Moved Swiften/QA/UnitTest to QA/UnitTest. | Remko Tronçon | |
2009-06-10 | Moved Swiften/Controllers to Swift/Controllers. | Remko Tronçon | |