0
I Use This!
Inactive

Commits : Listings

Analyzed 6 days ago. based on code collected 6 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... over 10 years ago
Merge branch 'master' of github.com:aybabtme/dskvs More... about 12 years ago
Wrong use of sha1 package. More... about 12 years ago
Merge pull request #6 from chinhodado/patch-1 More... over 12 years ago
typo More... over 12 years ago
Add Go version. Fix issue #5. More... over 12 years ago
Change API to accept request to verify empty sets. More... over 12 years ago
Fix API that returns error when inserting key in a collection that doesn't yet exist. More... over 12 years ago
Create new benchmark. More... over 12 years ago
Properly bump the version. More... over 12 years ago
Change the API to return `val, ok, err` from a Get. More... over 12 years ago
More cases of invalid keys. More... over 12 years ago
Check for errors, don't in the janitor, but explicitely so. More... over 12 years ago
Fix bug with sha1 generation of filename. More... over 12 years ago
Add another test that fails about collisions of filenames. More... over 12 years ago
Doesn't support long key name very well. Test failing. More... over 12 years ago
Update doc for Open. More... over 12 years ago
Safer `page.set` if client reads the bytes of `page.get` concurrently. More... over 12 years ago
Update README for new API. Add safety when Store.Close is called. More... over 12 years ago
Remove version fields from api.go. More... over 12 years ago
Move version fields to dskvs.go, with the docs. More... over 12 years ago
Remove `NewStore` from API. Remove `Load` from API. Replace by `Open`. More... over 12 years ago
Fix backlog measurement problem pointed out by Nigel Tao [1]. More... over 12 years ago
Merge branch 'master' into proto More... over 12 years ago
Implement Nigel Tao's comments [1]. More... over 12 years ago
Remove erroneous demo about Put. More... over 12 years ago
Remove erroneous demo about Put. More... over 12 years ago
Actually show the link. More... over 12 years ago
Update README.md More... over 12 years ago
Use the median, average means nothing when a single call takes forever. More... over 12 years ago