1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Oct 17, 2024 — Oct 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
core: refined TLoggedThread log More... 1 day ago
net: refined THttpProxyServer debug logging More... 1 day ago
net: fixed TStartProxyRequest More... 1 day ago
net: background concurrent progressive download of huge files for THttpProxyServer - with a dedicated thread (in the future, async clients could be implemented, but the THttpAsyncClientConnection class seems currently buggy) - most simple requests will use the existing connection More... 1 day ago
net: gzip compression for THttpProxyServer - enabled by default, could be disabled if needed More... 1 day ago
net: fixed THttpProxyServer process More... 1 day ago
net: fixed THttpAsyncClientConnections.StartRequest More... 1 day ago
net: fixed HTTP server error messages More... 1 day ago
net: fixed Delphi compilation More... 1 day ago
net: fixed HttpRequestLength() More... 1 day ago
net: fixed PurgeHeaders() More... 1 day ago
core: rewritten TSynAnsiConvert.AnsiToUtf8 as procedure - to avoid a transient RawUtf8 variable on stack More... 1 day ago
net: new UriTruncAnchorLen() function More... 1 day ago
core: rewritten UnixMSTimeUtcToHttpDate() - used during HTTP process More... 1 day ago
net: THttpProxyUrl.StartProxyRequest More... 1 day ago
net: fixed THttpProxyUrl.RemoteClientHead More... 1 day ago
net: hardened TUriTreeNode.RewriteUri More... 1 day ago
net: fixed THttpProxyServerSettings.Owner More... 1 day ago
net: set HttpHeadCacheSec default to 1 minute More... 1 day ago
net: fixed and enhanced HttpRequestHash/HttpRequestHashBase32() functions More... 1 day ago
net: new UriTruncLen() function More... 1 day ago
doc: minor documentation/comments fixes More... 1 day ago
net: rewritten GetHeaderInfo() function More... 1 day ago
net: enhanced THttpPartials - refactored hashing storage - rewritten HTTP connection to partial association - allow to search and associate a partial from a hash More... 1 day ago
net: fixed THttpServerRequestAbstract.RouteAt More... 1 day ago
net: don't filter THttpClientSocket headers on HEAD or as ISimpleClient More... 1 day ago
net: refined HttpRequestLength() - moved to mormot.net.http - optional "len" parameter More... 1 day ago
net: enhanced GetHeaderInfo() when no "Content-Length" is returned More... 2 days ago
net: introducing THttpProxyServer.Sources property - used e.g. to initialize progressive downloading only if remote proxy are used More... 2 days ago
ex: new -x --proxy command line options for httpServerMain sample More... 2 days ago