summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2021-02-17Updated the_FoundationJaakko Keränen
2021-02-17Updated the_FoundationJaakko Keränen
Improved XmlDocument.
2021-02-10Updated the_FoundationJaakko Keränen
2021-02-09Updated the_FoundationJaakko Keränen
IssueID #43 IssueID #151
2021-02-09Updated the_FoundationJaakko Keränen
Per-family socket creation. IssueID #43
2021-02-02Updated the_FoundationJaakko Keränen
Fix for Daylight Saving Time flag in dates.
2021-01-26Updated the_FoundationJaakko Keränen
IssueID #117
2021-01-09Updated the_FoundationJaakko Keränen
2021-01-04Updated the_FoundationJaakko Keränen
2021-01-04Updated the_FoundationJaakko Keränen
New TlsCertificate private key access methods.
2020-12-30Updated the_FoundationJaakko Keränen
Change to TlsCertificate domain name verification.
2020-12-19Updated the_FoundationJaakko Keränen
2020-12-16Updated the_FoundationJaakko Keränen
2020-12-12Updated the_FoundationJaakko Keränen
Build failure on Linux.
2020-12-12Updated the_FoundationJaakko Keränen
2020-12-11Updated the_FoundationJaakko Keränen
Unicode normalization and Punycode.
2020-12-10Updated the_FoundationJaakko Keränen
Crash when using client certificate (LibreSSL on OpenBSD).
2020-12-07Set REQUEST_URL in the MIME hook environmentJaakko Keränen
This time without a race. IssueID #90
2020-12-07Updated the_FoundationJaakko Keränen
Better check for SSE 4.1 support. IssueID #91
2020-12-02MimeHooks: Fixed issue with waiting for outputJaakko Keränen
2020-12-02Added MimeHooksJaakko Keränen
This is a very powerful mechanism: translate the contents of any request to something else when the original MIME type matches a configured regexp. The external hook command may still elect not to process the request.
2020-11-30Updated the_FoundationJaakko Keränen
Socket connection has a timeout. IssueID #74
2020-11-27Updated the_FoundationJaakko Keränen
Problem with mutexes in Address.
2020-11-26Updated the_FoundationJaakko Keränen
2020-11-26Updated the_FoundationJaakko Keränen
Improved async address lookups.
2020-11-25Updated the_FoundationJaakko Keränen
IssueID #45
2020-11-25Updated the_FoundationJaakko Keränen
2020-11-25Updated the_FoundationJaakko Keränen
Build failure on Linux.
2020-11-24Updated the_FoundationJaakko Keränen
2020-11-24Updated the_FoundationJaakko Keränen
Fixes for threading issues.
2020-11-23Updated the_FoundationJaakko Keränen
IssueID #45
2020-11-23Updated the_FoundationJaakko Keränen
Use of obsolete header.
2020-11-10Updated the_FoundationJaakko Keränen
IssueID #30
2020-11-07Updated the_FoundationJaakko Keränen
2020-11-04Updated the_FoundationJaakko Keränen
2020-11-03GmResponse: Fixed parsing of the responseJaakko Keränen
In some cases an empty <META> in the server response would cause GmResponse to treat the entire header as invalid. Also, TlsRequest was not handling closing of the TLS/SSL connection if the socket still remained open. This caused GmRequest to wait until the timeout before it realized the full response had been received. IssueID #22
2020-11-02Updated the_FoundationJaakko Keranen
TlsRequest: LibreSSL compatibility.
2020-11-01Updated the_FoundationJaakko Keränen
2020-11-01Updated the_FoundationJaakko Keranen
2020-10-28Reporting TLS/SSL errorsJaakko Keränen
A proper error page is now shown if there is an error during the TLS request.
2020-10-27Updated the_FoundationJaakko Keränen
2020-10-27Updated the_FoundationJaakko Keränen
TCP socket connection improvements.
2020-10-26Updated the_FoundationJaakko Keränen
IssueID #15
2020-10-25Updated the_FoundationJaakko Keränen
2020-10-25Updated the_FoundationJaakko Keränen
2020-10-06Updating media contentJaakko Keränen
Making it possible for media to be partially updated, for streaming. Also fixed a problem with multiple concurrent audio players started on a single media item.
2020-09-20Widget: Expanded flags to 64 bitsJaakko Keränen
Ran out of room in 32 bits, more flags needed for arranging.
2020-09-17DocumentWidget: Working on "Save Page"Jaakko Keränen
2020-09-14Added the_Foundation as a Git submoduleJaakko Keränen