0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 19 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove usage of mixin() More... almost 14 years ago
update README.md example More... about 14 years ago
tests mostly work too More... about 14 years ago
removed dependency on promises More... about 14 years ago
refactor unit tests to use assert.js instead of mjsunit.js More... about 14 years ago
Test doing many inserts without blocking the event loop More... about 14 years ago
make sure closes happen after any remaing IO has happened More... about 14 years ago
Fix an annoying and embarassing concurrency bug. More... about 14 years ago
Refactor and DRY the bson tests More... about 14 years ago
Ref/Unref on Connect/Close respectively More... about 14 years ago
add the ability to decode bson arrays More... about 14 years ago
do a bit of refactor before adding array decoding function More... about 14 years ago
Buffer writes to the mongodb socket internally. Previously, writes to the mongodb socket happened immediately. However, this will inevitable overflow the send buffer. So now, we store commands in a buffer and write them out on the next write event window. Inserting 1000+ things still is an edge case where performance suffers, since you'll be memcpy'ing and growing the buffer each time. But at least now it will not segfault. More... about 14 years ago
refactor project files into their own directories (src/ test/ lib/) More... over 14 years ago
rename README More... over 14 years ago
add a mongo.getCollections() method More... over 14 years ago
commit .gitignore More... over 14 years ago
add test runner script More... over 14 years ago
fix memory leak More... over 14 years ago
serialize js arrays to bson More... over 14 years ago
Add some validation and fix bson tests More... over 14 years ago
fix a broken ObjectID test More... over 14 years ago
Update README and unit tests More... over 14 years ago
forgot to commit this header More... over 14 years ago
refactor and tidy More... over 14 years ago
collapse two functions More... over 14 years ago
get rid of debugging cruft More... over 14 years ago
readme tweaks More... over 14 years ago
serialize objectid objects to bson More... over 14 years ago
update README More... over 14 years ago