Age | Commit message (Expand) | Author |
2019-10-30 | Fix libxml2 crash on certain invalid input | Edwin Mons |
2019-10-29 | Comment out logging calls | Tim Costen |
2019-10-29 | Allow use of system TAs to be disabled via TLSOptions | Tim Costen |
2019-10-18 | Extend getPeerCertificateChain | Tim Costen |
2019-10-18 | Return unique_ptr in PlatformIDNConverter::create() | Tobias Markmann |
2019-10-07 | Add ability to set external Trust Anchors to Swift OpenSSL context | Tim Costen |
2019-10-04 | Correct leaks in OpenSSL interface | Tim Costen |
2019-10-03 | Treat numeric domain JID as invalid | Joanna Hulboj |
2019-09-25 | Remove duplicated arguments | Joanna Hulboj |
2019-09-24 | Process attribute and element prefixes | Joanna Hulboj |
2019-09-19 | Add support for use of shared certificate chain when setting up TLS context | Tim Costen |
2019-09-17 | Fix casing of enums to avoid conflict on Windows | Tobias Markmann |
2019-09-16 | Close the stream for disallowed XML features | Joanna Hulboj |
2019-09-03 | Add enhanced OpenSSL configuration | Tim Costen |
2019-07-22 | Signal namespace declarations to ParserClients | Edwin Mons |
2019-05-28 | Add check if IPv4, IPv6 are valid JID domain part | Joanna Hulboj |
2019-05-13 | Add flag to signal final XML data | Edwin Mons |
2019-02-07 | Split out attribute escape routine | Edwin Mons |
2019-01-22 | Avoid deprecated boost endianess include | Miroslaw Stein |
2019-01-22 | Don't assume that tribool has an implicit bool conversion | Bruce Stephens |
2019-01-21 | Make Version.py compatible with both Py2 and Py3 | Edwin Mons |
2019-01-21 | Fix OpenSSLContext to work correctly with OpenSSL 1.1.1 | Tobias Markmann |
2019-01-18 | Allow ownership transfer of certificates | Edwin Mons |
2019-01-15 | Merge tag 'swift-4.x' into master | Tobias Markmann |
2019-01-14 | Add optional message to TLSError | Edwin Mons |
2019-01-07 | Don't crash on missing bookmark result | Kevin Smith |
2018-11-19 | Fix incorrect cast in OpenSSL provider | Edwin Mons |
2018-11-15 | Allow HostAddress(Port) to be used in a map | Kevin Smith |
2018-11-14 | Address bad_numeric_casts for filetransfers | Edwin Mons |
2018-11-14 | Remove numeric_casts from BOSH parser | Edwin Mons |
2018-11-14 | Address LinkLocal issues | Edwin Mons |
2018-11-14 | Catch bad_numeric_casts in crypto code | Edwin Mons |
2018-11-14 | Fix various uses of numeric_cast in UI bits | Edwin Mons |
2018-11-14 | Fix Stanza Ack maximum and tests | Edwin Mons |
2018-11-13 | Update one forgotten port in BoostConnection | Edwin Mons |
2018-11-09 | Remove numeric_casts from XML parsers | Edwin Mons |
2018-11-09 | Store NATPortMapping lifetime as uint32_t | Edwin Mons |
2018-11-08 | Handle RFC 1035 label and domain len restrictions in libidn backend | Tobias Markmann |
2018-11-08 | Consistently use unsigned short for network ports | Edwin Mons |
2018-10-25 | Strip off trailing dot from domainpart of jid | Edwin Mons |
2018-10-24 | Honour JID part length in ICUConverter | Edwin Mons |
2018-10-24 | Fix buffer overrun in LibIDNConverter | Edwin Mons |
2018-10-10 | Remove JID prep caching from JID class | Tobias Markmann |
2018-10-09 | Address compiler warnings about missing override on dtors | Tobias Markmann |
2018-10-04 | Prevent connect on active sluift clients and components | Edwin Mons |
2018-10-01 | Catch numeric cast errors in BoostConnectionServer | Edwin Mons |
2018-09-26 | Update SCons in 3rdParty from 2.4.0 to 3.0.1 | Tobias Markmann |
2018-08-02 | Have StreamStack own the top and bottom layer | Tobias Markmann |
2018-08-01 | Use interfaces for top and bottom layer in StreamStack | Tobias Markmann |
2018-08-01 | Avoid lvalue and simplify boolean expression | Tobias Markmann |