summaryrefslogtreecommitdiffstats
path: root/acf/persistence/backends/json.lua
Commit message (Collapse)AuthorAgeFilesLines
* changed module paths from acf to acf2v0.1.0Kaarle Ritvanen2013-10-081-79/+0
|
* switch to cjson from json4Kaarle Ritvanen2013-10-041-1/+1
|
* json back-end: follow symlinksKaarle Ritvanen2013-10-041-0/+1
|
* eliminate deprecated module styleKaarle Ritvanen2013-09-041-6/+7
|
* eliminate data type arguments from transaction and persistence manager intefacesKaarle Ritvanen2013-06-281-4/+4
| | | | utilize model topology information instead
* allow numerical components in path namesKaarle Ritvanen2013-05-011-2/+2
| | | | use escape syntax to encode number-looking strings
* make persistence manager aware of data typesKaarle Ritvanen2013-05-011-2/+2
| | | | coerce values into proper types
* substitute lua-posix for lua-filesystemKaarle Ritvanen2013-04-261-4/+4
|
* volatile backend for persistence managerKaarle Ritvanen2013-03-251-41/+8
| | | | | set as default backend possibility to switch backend in field definition
* allow escaped slashes in object path namesKaarle Ritvanen2013-03-251-3/+3
|
* initial versionKaarle Ritvanen2012-12-161-0/+110