- Sep 18, 2020
-
-
Rob Swindell authored
-
- Aug 16, 2020
-
-
Rob Swindell authored
-
- Nov 04, 2015
-
-
deuce authored
Listen to podcast for more details.
-
- Jan 05, 2014
-
-
rswindell authored
Added CVS $Id$ keyword.
-
- May 10, 2013
-
-
mcmlxxix authored
fixed client splice() method, removed broken db shadow object stuff (may result in fragments of shadow objects being left behind in the case of a splice)
-
mcmlxxix authored
use JSONdb.remove() method instead of writing undefined when deleting a record (removes records completely instead of leaving an empty property behind)
-
mcmlxxix authored
added splice() method to json-client (currently only accepts one "data" argument, unlike the standard JS Array.splice() method). TODO: unlocking a write-locked record does not imply that data was written, yet updates are being sent anyway. not a big deal, but probably should be fixed.
-
- Jan 29, 2013
-
-
mcmlxxix authored
flatten queries to single-level object (to maintain scope property in updates from multiple databases)
-
- Aug 12, 2012
-
-
mcmlxxix authored
-
- Aug 09, 2012
-
-
mcmlxxix authored
-
- Jul 27, 2012
-
-
mcmlxxix authored
-
- Jul 15, 2012
-
-
mcmlxxix authored
add keyTypes method. returns an object containing key:datatype pairs, because deuce wants an object.
-
- Jul 13, 2012
- Apr 14, 2012
-
-
mcmlxxix authored
-
- Apr 13, 2012
- Mar 12, 2012
-
-
mcmlxxix authored
support optional timeout in db queries. default: nonblocking writes, blocking reads. timeout 0 = nonblocking r/w with acknowledgement. timeout > 0 = blocking r/w for duration of timeout with acknowledgement (or read result)
-
- Mar 11, 2012
-
-
mcmlxxix authored
-
- Mar 08, 2012
- Nov 18, 2011
- Oct 21, 2011
- Oct 20, 2011
- Oct 19, 2011
-
-
mcmlxxix authored
pass socket to release instead of descriptor.
-
- Oct 17, 2011
-
-
mcmlxxix authored
-
- Sep 21, 2011
-
-
mcmlxxix authored
-
- Sep 20, 2011
-
-
mcmlxxix authored
updated record identifying functions to allow top-level object access, track subscriptions (for dupe checking and faster subscription release)
-
- Sep 08, 2011
-
-
mcmlxxix authored
-
- Jul 26, 2011
-
-
mcmlxxix authored
some minor updates
-
- Jun 04, 2011
-
-
mcmlxxix authored
-
- Jun 03, 2011
-
-
mcmlxxix authored
-
- May 21, 2011
-
-
mcmlxxix authored
remove leftover debug stuff, move update flag to settings, set update flag on unlock (and not write)
-
- May 20, 2011
-
-
mcmlxxix authored
remove clone function (no longer needed), reject root object requests, no longer self-instantiate, bundle LOCK/operation/UNLOCK requests when a lock is specified on an operation
-
- May 19, 2011
-
-
mcmlxxix authored
-