1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 5 hours ago.
Jun 26, 2024 — Jun 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
core: new AppendShortCharSafe() function More... 3 months ago
pdf: fixed Delphi compilation More... 3 months ago
ex: fixed MVC sample compilation More... 3 months ago
core: fixed regression in TEccCertificateSecret.CreateFromSecureFile() More... 3 months ago
core: new File/DirectoryExistsMake() functions - instead of previous overloaded names, which failed to compile in some context/compiler More... 3 months ago
mvc: new allowJsonFormat and defaultErrorContext options More... 3 months ago
mvc: include remote IP and User-Agent to the pages context More... 3 months ago
mvc: refactored error output for future enhancements More... 3 months ago
ex: enhanced MVC sample console output More... 3 months ago
ex: let MVC sample use the new MONTH_NAMES[] constant More... 3 months ago
ex: enhanced MVC sample to find more Views folder locations More... 3 months ago
mvc: let the Views folder be supplied at constructors level More... 3 months ago
core: enhanced TBinaryCookieGenerator code comments More... 3 months ago
net: simplified TUri.Root method - we have a Split() function for this purpose More... 3 months ago
core: new MakeExpandedPath() function More... 3 months ago
core: published days and months text constants More... 3 months ago
all: use MakePath([]) wherever possible More... 3 months ago
core: new FileExists/DirectoryExists() wrapper with MakePath() More... 3 months ago
log: let TSynLogFamily.ExceptionIgnore be a TSynList - why did a TList be kept here? More... 3 months ago
core: implemented our DirectoryExists() overload on POSIX More... 3 months ago
core: refactored FastLocateInteger/Int64/WordSorted functions More... 3 months ago
core: minor refactoring TSynList with no functional change More... 3 months ago
net: fixed TBinaryCookieGenerator.Load when no session has been opened yet More... 3 months ago
core: fixed POSIX compilation with some versions of the FPC compiler More... 3 months ago
tests: cover RemoveSortedInt64SmallerThan(/AddSortedInt64 functions More... 3 months ago
core: fixed RemoveSortedInt64SmallerThan() More... 3 months ago
core: fixed some Delphi compiler warnings More... 3 months ago
mvc: TMvcSessionWithCookies.Finalize keeps track of the closed session - so a cookie couldn't be replayed once removed More... 3 months ago
crypt: maintain a list of closed sessions in TBinaryCookieGenerator - as an efficient in-memory list of IDs, with proper cleaning once expired More... 3 months ago
core: new Int64 sorted arrays function - i.e. FastLocateInt64Sorted(), FastSearchInt64Sorted(), AddSortedInt64(), RemoveSortedInt64SmallerThan() functions More... 3 months ago