1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
core: recognize SEC_* status/errors SSPI constants More... about 1 month ago
core: defined new TTemp24 type - used e.g. by StrInt32() or StrInt64() as temporary buffer More... about 1 month ago
tests: new --loop option to reiterate tests until failure More... about 1 month ago
core: use pure pascal zlib on 32-bit ARM - issues were reported on some Raspbery PI More... about 1 month ago
crypt: new TBinaryCookieGenerator.Validate overload More... about 1 month ago
core: optimized ObjectToVariant() More... about 1 month ago
core: new TRttiCustom.PropsCount method More... about 1 month ago
tests: fixed TTestServiceOrientedArchitecture compilation - the test case is not directly accessible via a method now More... about 1 month ago
core: new aCapacity optional parameter to TDocVariantData.InitJsonInPlace - no need to guess the capacity if the caller knows about it (e.g. from RTTI) More... about 1 month ago
core: enhanced TTextWriter.AddTypedJson to return TRttiCustom - used e.g. for the overloaded SaveJson() function More... about 1 month ago
core: moved TInterfaceMock to mormot.core.test.pas - there is no need of any mormot.core.test dependency in mormot.core.interfaces More... about 1 month ago
core: new EnsureDirectoryExistsNoExpand() function to circumvent a weird Delphi 7 compiler issue More... about 1 month ago
mvc: huge refactoring of the whole MVC core - prepare for truly independent from TRestServer - could be used directly with a THttpServerGeneric - a lot of fixes and optimizations More... about 1 month ago
core: another pass on TSynMustache.FoundInTemplate More... about 1 month ago
soa: fixed TWrapperContext.ContextArgsFromMethod More... about 1 month ago
soa: code generation refactoring More... about 1 month ago
rest: rewritten TRestServerUriContext.GetInputAsTDocVariant More... about 1 month ago
rest: enhanced TRestUriContext.ReturnFile More... about 1 month ago
core: new TDocVariantData.FlattenAsNestedObject overloaded method More... about 1 month ago
core: fixed TSynMustache.FoundInTemplate method More... about 1 month ago
core: new TSynNameValue.FindItem method More... about 1 month ago
core: fixed DeduplicateRawUtf8() with one item More... about 1 month ago
pdf: simplified GdiComment*() wrapper functions More... about 1 month ago
rest: fixed compilation in PUREMORMOT2 mode More... about 1 month ago
rest: rewritten TRestUriContext.ContentTypeIsJson More... about 1 month ago
mvc: refactored startup and core process - try to get rid of all "with xxx do" ambiguous statements - optimized transient memory allocation More... about 1 month ago
mvc: fixed partials runtime reload TMvcViewsMustache - previous code was not thread safe More... about 1 month ago
mvc: refined caching options documentation More... about 1 month ago
mvc: new TMvcSessionWithRestServer.Exists method - no need to retrieve the cookie value itself: just check for its presence More... about 1 month ago
mvc: introducing TMvcRunWithViewCache internal data structure More... about 1 month ago