Swift
Home
Software
Applications
Swift
SDKs
Swiften (C++)
Stroke (Java)
Support
Blog
About Us
index
:
Swift Contributors Repository
catalinb/history
catalinb/history2
dknn/rtp
dreijer/schannel
ephraim/SOCKS5Unittests
ephraim/chatview
ephraim/german
kev/forvlad
ks/asyncsqlite
ks/boost1.47
ks/luasocket
ks/spell_checker
ks/tlserrors
master
pielas/branch
pielas/whiteboard
pielas/whiteboardnew
remko/libvnc
swift-1.x
tobias/cocoa-ssl
tobias/jingle
tobias/notification-center
tobias/openssl_crl
tobias/unbound
tobias/vcard
vladv/history
vladv/spell_checker
Swift Repository used by contributors
Swift Contributors
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Swiften
/
FileTransfer
Age
Commit message (
Expand
)
Author
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
2011-04-18
Fixed tests on windows.
Remko Tronçon
2011-04-18
Jingle refactoring.
Remko Tronçon
2011-04-18
Cleaned up includes.
swift-2.0alpha
Remko Tronçon
2011-03-16
Added possibility to dynamically link Swiften.
Remko Tronçon
2011-03-12
Make ByteArray an std::vector<unsigned char>.
Remko Tronçon
2011-02-14
Removed Swift::String.
Remko Tronçon
2011-01-29
Added some experimental Jingle classes.
Remko Tronçon
2010-11-28
Change error from optional to shared_ptr in GenericRequest
Remko Tronçon
2010-11-03
Added incoming IBB session.
Remko Tronçon
2010-10-27
Remove MainEventLoop singleton.
Remko Tronçon
2010-10-26
Fix compliation problems with CLang.
Remko Tronçon
2010-10-25
Remove the use of Shared<>.
Remko Tronçon
2010-10-23
Fixed compilation warnings.
Remko Tronçon
2010-10-21
Added beginnings of outgoing file transfer to Swiften.
Remko Tronçon
2010-03-28
Removing submodules.
Remko Tronçon
2010-03-28
Moved Swiften to a separate module.
Remko Tronçon