0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 01, 2024 — Dec 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version, release More... over 13 years ago
Provide proper API for setting log prefix. Also rework Atomize constructor so that the internal STM object is hidden in the closure. More... over 13 years ago
Tidy logging API a bit more More... over 13 years ago
Bump version, release More... over 13 years ago
Sort out the mess that was logging More... over 13 years ago
Remove logic merely for the determining of log msgs More... over 13 years ago
spotted some == instead of ===. More... over 13 years ago
Tidy up, simply and abstract the logic surrounding whether we go to the server on commit and whether we wait for the result. Much cleaner. More... over 13 years ago
Objects that we write to don't actually need to record the object version at all: only reads need validating for versions. More... over 13 years ago
Discovered that ! binds more tightly than "in". So "! foo in bar" ends up doing "false in bar". FFS #ThisLanguageIsStupidBeyondRepair More... over 13 years ago
Correct loops that walk back through proto chain. Also opera 12 implements "use strict" fairly accurately and exposed an issue once _map gets into Object.prototype then preventing shadowing. Thus have to allow writable. More... over 13 years ago
Move Map stuff from cereal into atomize-client which makes much more sense. Now that cereal can encode undefined we can drop explicit encoding support for that from the atomize protocol. A few other tidyups, bump version and dependencies, release. More... over 13 years ago
Bump version and release More... over 13 years ago
If the transaction is reads only, no need to go to the server. If the transaction is reads and creates only, the commit will always succeed, so invoke continuation early. More... over 13 years ago
Bump version and release. More... over 13 years ago
JSON can't represent 'undefined' values, so work around that. Also correct some remaining bugs with defineOwnProperty, especially with partial declarations and modifications to existing properties especially in nested transactions. More... over 13 years ago
Bump version and release. More... over 13 years ago
Correct implementation of defineProperty to match EcmaScript spec. Need to write some tests for this though. More... over 13 years ago
Oops. Correct license date More... over 13 years ago
Correct deps More... over 13 years ago
Large version bump (as I think we're getting close enough to a 0.9 release) and release. More... over 13 years ago
Improve implementation of delete and set - actually observe the property descriptors More... over 13 years ago
Refactoring More... over 13 years ago
Bump version and release. More... over 13 years ago
Turns out the use of bind in access is essential for non-harmony browsers More... over 13 years ago
In the browser, support trying to extract a sensible URL for SockJS to connect to if none is supplied and the protocol is http or https More... over 13 years ago
Bump version and release More... over 13 years ago
Rework retry mechanism so that it works correctly for vsn-0 objects in nested transactions. Turns out it was largely doing the wrong thing... More... over 13 years ago
Fix compatibility layer. I think. More... over 13 years ago
Bump version and release. More... over 13 years ago