Age | Commit message (Expand) | Author |
2016-06-29 | Fail file-transfer if proxy session of candidate does not exist | Tobias Markmann |
2016-04-25 | Convert hard tabs to four spaces in all our SConscript/*.py files | Tobias Markmann |
2016-04-05 | Migrate to Boost.Signals2 from Boost.Signals | Tobias Markmann |
2016-04-04 | Modernize code to use C++11 shared_ptr instead of Boost's | Tobias Markmann |
2016-04-01 | Modernize code to use C++11 nullptr using clang-tidy | Tobias Markmann |
2016-03-31 | Convert tabs to 4 spaces for all source files | Tobias Markmann |
2016-03-30 | Apply consistent #include grouping and sorting style | Tobias Markmann |
2016-02-15 | Support early IBB use in Jingle File Transfer | Tobias Markmann |
2016-02-15 | Fix crash when saving a received file to non-writable location | Tobias Markmann |
2016-01-22 | Add missing Timer related cleanup code | Tobias Markmann |
2016-01-15 | Add missing virtual keyword to some destructors | Tobias Markmann |
2016-01-12 | Listen to IPv6 any address instead of only IPv4 | Tobias Markmann |
2015-12-17 | Show file-transfer description if provided | Tobias Markmann |
2015-12-17 | Do not advertise link-local IPv6 addresses in FT candidates | Tobias Markmann |
2015-12-17 | Disconnect signals from in-flight IBB request | Tobias Markmann |
2015-12-17 | Only calculate S5B candidates if supported by recipient | Tobias Markmann |
2015-11-09 | Change virtual calls in ctors/dtors to be explicit | Tobias Markmann |
2015-10-30 | Fix bug in FT candidate discovery in absence of S5B proxies | Tobias Markmann |
2015-10-30 | Fix code in response to unused macro and private field warnings | Tobias Markmann |
2015-10-30 | Add FileTransfer::getState() method | Tobias Markmann |
2015-10-14 | Fix compiler warnings about unused variables/arguments | Tobias Markmann |
2015-10-14 | Fix memory leak warnings by Valgrind/LSAN | Tobias Markmann |
2015-10-14 | Remove remains of OutgoingSIFileTransfer | Tobias Markmann |
2015-10-07 | Fix hang during file-transfer preparation with missing proxy | Tobias Markmann |
2015-08-11 | Add missing virtual keyword on FileTransferManagerImpl dtor | Tobias Markmann |
2015-07-24 | Add missing includes for dependencies in public header files | Tobias Markmann |
2015-07-20 | Do not reallocate FileTransferManager on connect of Clientswift-3.0beta2 | Tobias Markmann |
2015-07-17 | Fix S5B proxy connection management for multiple hosts per JID | Tobias Markmann |
2015-07-16 | Fix memory leak in SOCKS5BytestreamServerManager | Tobias Markmann |
2015-07-16 | Fix memory leaks in FileReadBytestream and FileWriteBytestream | Tobias Markmann |
2015-07-10 | Fix memory leaks reported by memcheck (Valgrind) in Jingle FT Tests | Tobias Markmann |
2015-07-10 | Explicitly disconnect early from signals in candidate generator | Tobias Markmann |
2015-07-08 | Show canceled file-transfer by other party as canceled and not failed | Tobias Markmann |
2015-07-08 | Create S5B proxy candidates for each DNS lookup result | Tobias Markmann |
2015-07-08 | Stop timer when SOCKS5BytestreamClientSession is deleted | Tobias Markmann |
2015-07-08 | Rearranged initialization list to be in sync with sequence in header | Tobias Markmann |
2015-07-08 | Wait for assisted candidate detection before emitting candidates | Tobias Markmann |
2015-07-07 | Fix memory leaks reported by ASAN | Tobias Markmann |
2015-06-11 | Update progress bar on incoming file transfers | Tobias Markmann |
2015-06-08 | Add missing SWIFTEN_API annotations to public Swiften API | Tobias Markmann |
2015-05-26 | Fix crash when sending a file to yourself | Tobias Markmann |
2015-05-01 | Fix typo | Tobias Markmann |
2015-05-01 | Fix hash verification in Jingle FT to only verify one hash algorithm | Tobias Markmann |
2015-05-01 | Only close unneedded S5B connections on the S5B server if a S5B server is run... | Tobias Markmann |
2015-05-01 | Add resource management for S5B server and port forwardings | Tobias Markmann |
2015-03-28 | Fix a bug in successful file-transfer termination in IncomingJingleFT | Tobias Markmann |
2015-03-28 | Set file-transfer finished state after checking the data | Tobias Markmann |
2015-03-28 | Change IQ handling to allow non-final IQ handlers/responders | Tobias Markmann |
2015-03-27 | Fix OutgoingJingleFileTransferTest and enable it again | Tobias Markmann |
2015-03-02 | Move *TransportSession to their own files | Tobias Markmann |