1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 7 hours ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
core: new ContentAppend() function More... 3 months ago
net: fixed TCurlHttp redirection from http to https - as reported by https://github.com/synopse/mORMot2/issues/366 More... 3 months ago
net: fixed TWinHttp http to https redirection - similar to what was reported for TCurlHttp by https://github.com/synopse/mORMot2/issues/366 More... 3 months ago
net: enhanced TWinINet error message context More... 3 months ago
net: proper TCurlHttp RedirectMax extended option support More... 3 months ago
core: fixed WinAPI UTF-8 encoding on Delphi 7/2007 - the RTL function of these old Delphi revisions won't handle properly surrogates More... 3 months ago
net: avoid potential memory leak on TFTP server error More... 3 months ago
net: fixed TUdpServerThread startup on error More... 3 months ago
core: refined PeerCache tests More... 3 months ago
libcurl: circumvent MacOS limitation - mime_*() functions may be nil e.g. on MacOS More... 3 months ago
tests: fixed PeerCache tests - ping may actually respond when several VMs are actually run in parallel (as with LUTI) - just validate that it does something with no exception More... 3 months ago
core: fixed GPF when libcurl is not available More... 3 months ago
core: minor library loading comments - no functional change More... 3 months ago
lib: rewritten libcurl loading - only try once, and properly catch any exception More... 3 months ago
lib: refined curl.version_info() result struct documentation More... 3 months ago
lib: rewritten OpenSSL initialization More... 3 months ago
core: refactored IsUacVirtualizationEnabled on Windows More... 3 months ago
core: introducing LibraryAvailable() More... 3 months ago
core: refined documentation about UTF-8 internal codepoint markers More... 3 months ago
core: disable parallel execution by default - introducing the new /multithread command line switch - when run on several VMs at the same time (e.g. in LUTI), multi-thread process was found out to be unreliable and trigger some false positive More... 3 months ago
core: refactored RTTI raw comparison methods More... 3 months ago
core: introducing TInterfaceResolverInjected.TryResolveImplements More... 3 months ago
orm: enhanced REST storage engines documentation More... 3 months ago
soa: fixed TServiceFactoryServer.CreateInstance for external DI/IoC More... 3 months ago
core: simplified JSON serialization of some core types More... 3 months ago
json: refactored JSON_SQLDATE_MAGIC writing More... 3 months ago
json: refactored JSON_BASE64_MAGIC writing More... 3 months ago
core: rewritten TTextWriter.AddNull to use the new TTextWriter.AddShort() overload More... 3 months ago
core: new TTextWriter.AddShort overloaded method More... 3 months ago
tests: simplified RTSP / async server regressions More... 3 months ago