1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 17, 2024 — Jun 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
some refactoring with no functional change More... 10 months ago
include "_attr.objectName" to LDAP results docvariant More... 10 months ago
dedicated unit test for the previous commit More... 10 months ago
fixed DNToCN() and added ParseDN() - any value with espaced = or , chars was not properly retrieved and converted More... 10 months ago
allow RawUtf8ArrayToCsv() to return the items in reverse order More... 10 months ago
new GetNextItemTrimedEscaped() function More... 10 months ago
enhanced content type mime detection More... 10 months ago
small reformatting after https://github.com/synopse/mORMot2/pull/282 More... 10 months ago
Merge pull request #282 from dkounal/master
ab
More... 10 months ago
allow sorting of nested dicts in IDocDict.Sort More... 10 months ago
Include Dicom to mime types More... 10 months ago
new TLdapClient.SearchAll method - returning a TDocVariant with the whole resultset of all nested objects - optionally with the returned attributes More... 10 months ago
introducing TLdapAttribute.GetVariant More... 10 months ago
allow TDocVariantData.SortByName() to sort all its nested objects More... 10 months ago
enhanced TDocVariantData.SetValueByPath - now returns a reference to the newly added value - allow to merge the properties of an existing object More... 10 months ago
introducing RunCommandWin() - as proposed by https://github.com/synopse/mORMot2/pull/281 More... 10 months ago
reduce log verbosity in case of regression test error More... 10 months ago
enhanced documentation and comments More... 10 months ago
force more stable -O2 on arm-32 More... 10 months ago
make clear default compiler options should NOT be changed in mormot.defines.inc - to avoid confusion More... 10 months ago
Merge pull request #280 from dkounal/master
ab
More... 10 months ago
Update mormot.core.os.pas More... 10 months ago
Update mormot.core.os.pas More... 10 months ago
fixed potential Heisenbug in TRestStorageMongoDB.DocFromJson More... 10 months ago
hardened TCrtSocket.SockSend([...]) - explicitly raise an exception if a parameter is unsupported More... 10 months ago
fixed TDocVariant.IsVoid - result was inverted - but not used anywhere in the framework (yet) More... 10 months ago
fixed potential GPF in TSynInvokeableVariantType.DispInvoke - when a function is called without any parameter More... 10 months ago
TSynLocker refactoring - use TSynVarData for the internal padding values - optimized padding values access More... 10 months ago
huge TSynVarData refactoring - moved to mormot.core.base - use whenever we could - add most values direct access without the Data.* sub-member More... 10 months ago
made TRttiCustomProp.GetRttiVarData method private - since it is for internal use - to avoid any misusage in end-user code More... 10 months ago