1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 10, 2024 — Jun 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
some HTTP server minor tweaks with no functional change More... 12 months ago
renamed CacheControlMaxAge as CacheControlMaxAgeSec for consistency and least surprise principle More... 12 months ago
maximum/optimum socket output buffer is 128KB on 32-bit More... about 1 year ago
reduce HTTP server memory consumption when serving files - on Linux/POSIX, typical values for the output buffers are 2MB for TCP, 200KB on Unix Sockets - in practice, 256KB is good enough, and anything bigger won't make any performance benefit, but would consume much more memory - only noticeable with a lot of concurrent client connections serving huge files More... about 1 year ago
fixed potential TFileStream leak on broken connection More... about 1 year ago
include [dir] .. to SetOutFolderHtmlIndex() output More... about 1 year ago
finalizing httpServerMain sample More... about 1 year ago
let THttpProxyServer return a HTML index when pointing to a folder - can be disabled in the instance options More... about 1 year ago
new THttpProxyServerMainSettings.ServerName property More... about 1 year ago
fixed THttpServerRequestAbstract.SetOutFile - let it support folders - fixed returned content type More... about 1 year ago
new OpenSslDefaultPath global variable More... about 1 year ago
introducing SetOutFolderHtmlIndex() function More... about 1 year ago
let ffoIncludeFolder add the nested folders to FindFiles() More... about 1 year ago
let KB() of negative size return '' More... about 1 year ago
rewritten GetSetCsvValue() to accept any kind of separator More... about 1 year ago
introducing httpServerFiles sample More... about 1 year ago
some documentation precisions - no functional change More... about 1 year ago
enhanced function FileNames() on POSIX More... about 1 year ago
fixed and enhanced PosixFileNames() - introducing ExcludesDir flag - fixed Recursive call of nested folders - optimized the process to avoid unneeded memory allocation More... about 1 year ago
let FileNames() call faster PosixFileNames() if possible - to reduce a lot the number of syscalls on POSIX - with a TMatchDynArray for efficient mask lookup More... about 1 year ago
changed TOnPosixFileName callback signature More... about 1 year ago
fixed and separated MatchAnyP() function More... about 1 year ago
add an optional callback to PosixFileNames() More... about 1 year ago
several THttpProxyServer fixes More... about 1 year ago
properly detect unexpected folder More... about 1 year ago
let FileInfoByName() return FileSize=-1 for a folder More... about 1 year ago
huge refactoring of THttpProxyServer names More... about 1 year ago
let TSynLog file name follow the LocalTimestamp property - as proposed by https://github.com/synopse/mORMot2/issues/259 More... about 1 year ago
huge rework of THttpProxyCache More... about 1 year ago
introducing THttpServerRequestAbstract.SetOutFile method More... about 1 year ago