0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
Jun 30, 2025 — Jun 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version, release More... about 14 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... about 14 years ago
Tidy logging API a bit more More... about 14 years ago
Bump version, release More... about 14 years ago
Sort out the mess that was logging More... about 14 years ago
Remove logic merely for the determining of log msgs More... about 14 years ago
spotted some == instead of ===. More... about 14 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... about 14 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... about 14 years ago
Discovered that ! binds more tightly than "in". So "! foo in bar" ends up doing "false in bar". FFS #ThisLanguageIsStupidBeyondRepair More... about 14 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... about 14 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... about 14 years ago
Bump version and release More... about 14 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... about 14 years ago
Bump version and release. More... about 14 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... about 14 years ago
Bump version and release. More... about 14 years ago
Correct implementation of defineProperty to match EcmaScript spec. Need to write some tests for this though. More... about 14 years ago
Oops. Correct license date More... about 14 years ago
Correct deps More... about 14 years ago
Large version bump (as I think we're getting close enough to a 0.9 release) and release. More... about 14 years ago
Improve implementation of delete and set - actually observe the property descriptors More... about 14 years ago
Refactoring More... about 14 years ago
Bump version and release. More... about 14 years ago
Turns out the use of bind in access is essential for non-harmony browsers More... about 14 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... about 14 years ago
Bump version and release More... about 14 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... about 14 years ago
Fix compatibility layer. I think. More... about 14 years ago
Bump version and release. More... about 14 years ago