Swift
Home
Software
Applications
Swift
SDKs
Swiften (C++)
Stroke (Java)
Support
Blog
About Us
index
:
- Swift Master Repository -
master
sandbox/rm/highlighteditor
swift-1.x
swift-2.x
swift-3.x
swift-4.x
Official repository
Swift Team
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Swiften
/
Network
Age
Commit message (
Expand
)
Author
2016-12-15
Merge branch 'swift-3.x’
Tobias Markmann
2016-11-23
Migrate remaining Swiften/Base/foreach.h use to range-based for loop
Tobias Markmann
2016-11-18
Improve string to HostAddress conversion API
Tobias Markmann
2016-11-07
Log address when failing to initialise HostAddress from string
Tobias Markmann
2016-11-04
Change logging output to use SWIFT_LOG
Tobias Markmann
2016-10-21
Fix version number for libminiupnpc version switch
Tobias Markmann
2016-10-04
Remove optional_fwd.hpp use; workaround for Boost Ticket #12179
Tobias Markmann
2016-09-30
Change custom memory copy loop to std::memcpy
Tobias Markmann
2016-09-30
Add missing error check in HostAddress::toString
Tobias Markmann
2016-09-26
Use const std::unique_ptr for pimpl idiom usage
Tobias Markmann
2016-07-22
Add support for libminiupnpc version 2
Tobias Markmann
2016-05-25
Remove unnecessary include of iostream header
Tobias Markmann
2016-04-25
Convert hard tabs to four spaces in all our SConscript/*.py files
Tobias Markmann
2016-04-12
Use C++11 threading library instead of Boost.Thread
Tobias Markmann
2016-04-11
Drop executable permission on source files
Michael Vetter
2016-04-08
Fix code in response to compiler warnings by clang
Tobias Markmann
2016-04-05
Migrate to Boost.Signals2 from Boost.Signals
Tobias Markmann
2016-04-04
Modernize code to use range based for loops using clang-tidy
Tobias Markmann
2016-04-04
Apply automated clang-tidy fixes and add missing includes
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-29
Fix possible race condition between Connection and Connectors
Tobias Markmann
2016-02-29
Fix data race in BoostConnection reported by TSAN
swift-4.0alpha
Tobias Markmann
2016-01-21
Ensure that BoostTimers can't fire after stop()
Kevin Smith
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
2016-01-07
Remove wrong assertion in BoostIOServiceThread
Tobias Markmann
2015-12-17
Add event loop for integration in Boost ASIO
Kevin Smith
2015-11-18
Fix virtual destructors and mismatching signal disconnection
Tobias Markmann
2015-11-10
Add support for client certificate authentication in BOSH
Tobias Markmann
2015-11-09
Change virtual calls in ctors/dtors to be explicit
Tobias Markmann
2015-10-30
Fix issues with HTTPTrafficFilter for HTTP proxy / BOSH usage
Tobias Markmann
2015-10-30
Add support for OS X Secure Transport TLS backend
Tobias Markmann
2015-10-14
Fix compiler warnings about unused variables/arguments
Tobias Markmann
2015-08-11
Make access to deadline_timer thread-safe
Tobias Markmann
2015-08-11
Add note on use of Connector::stop()
Kevin Smith
2015-07-21
Explicitly disconnect from remaining resources in destructors
Tobias Markmann
2015-06-10
Add ability to limit SChannel to TLS 1.0
Kevin Smith
2015-06-08
Add missing SWIFTEN_API annotations to public Swiften API
Tobias Markmann
2015-05-19
Consolidate Python and SCons files to tab based indentation
Tobias Markmann
2015-05-01
Add an EventOwner to NATTraversalRequests so that accociated objects are not ...
Tobias Markmann
2015-04-08
Skip name lookup if manual hostname is a valid IP address
Tobias Markmann
2015-04-08
Fix warning about unused private member variable
Kevin Smith
2015-03-19
Fix for HTTPConnectProxiedConnection to support responses in pieces
Tobias Markmann
2015-03-16
Add ability to modify HTTP CONNECT proxy initialization
Tobias Markmann
2015-02-11
Fix DummyConnectionServer to use private accessors for its members
Tobias Markmann
2015-02-11
Renable SOCKS5 bytestream proxy support for Jingle file transfers.
Tobias Markmann
2015-02-08
Fix data race in PlatformNATTraversalWorker reported by TSAN
Tobias Markmann
[next]