1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 18 hours ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
net: fixed ACME redirection responses - 301 and 308 responses expects no body More... 17 days ago
net: enhanced ACME documentation about ZeroSSL support - no functional change More... 17 days ago
Merge pull request #371 from achechulin/master
ab
More... 17 days ago
Added externalAccountBinding More... 17 days ago
Split CompleteDomainRegistration into FinalizeDomainRegistration, CompleteDomainRegistration and ClearDomainRegistration More... 17 days ago
lib: fixed Delphi 7 compilation More... 18 days ago
core: changed LinuxSetProcessName() to use a RawUtf8 - cleaner and more convenient More... 18 days ago
net: huge rewrite of THttpApiServer.DoExecute - now the logging will happen also for errors - fixed logged content and the whole responses processing More... 18 days ago
tests: some new tests More... 18 days ago
net: rewritten THttpApiServer API v2 logging More... 18 days ago
net: rewritten all THttpApiServer API v2 properties access - previous code was clearly redundant More... 18 days ago
net: rewritten and properly use THttpApiServer.HasApi2 method More... 18 days ago
net: fixed compilation after previous commits More... 18 days ago
net: THttpServerRequestAbstract refactoring - no functional change More... 18 days ago
lib: huge refactoring on Windows HTTP client and server APIs More... 18 days ago
rest: let HTTP authentication via cookies use TAesSignature More... 18 days ago
core: refactored core AES process - in both pascal and Intel/AMD asm - get rid of legacy / dubious types - other reformating and refactoring More... 18 days ago
core: new WinApiErrorUtf8() function More... 18 days ago
core: new TAesSignature reusable data structure More... 18 days ago
tests: refactored TTestCoreCompression.ZipFormat minimum .zip code More... 18 days ago
core: WinApiError*() and RaiseLastModuleError() use HMODULE now More... 18 days ago
core: new PosixSetProcessName() function - the argv[0] trick is ugly and only somehow working - I have seen it in htop for instance on Linux, but not in the Gnome system monitor tool More... 18 days ago
core: new LinuxSetProcessName() More... 18 days ago
pdf: fixed TPdfFontTrueType code Unicode/WinAnsiFont pattern - assigning a TObject to "self" is an unsafe pattern and the compiler may just fail to compile it properly More... 18 days ago
all: properly document usage of "self := xxx" record pattern More... 18 days ago
core: add ERROR_OLD_WIN_VERSION to the internal cross-platform list More... 18 days ago
rest: refactored TRestServerAuthenticationHttpAbstract - for safer and cleaner AES-128 process More... 18 days ago
rest: enhanced TRestServer.SessionGetUser method - to use the current in-thread session ID if none is supplied More... 18 days ago
all: some refactoring with no functional change - mostly about comments and documentation More... 18 days ago
core: fixed TSynLog.CustomEcho when AutoFlushTimeout is enabled - as reported by https://github.com/synopse/mORMot2/issues/370 - thanks a lot for the feedback! More... 18 days ago