0
I Use This!
Inactive

Commits : Listings

Analyzed 17 days ago. based on code collected 17 days ago.
Jan 28, 2024 — Jan 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #17 from anujb/master More... over 11 years ago
added iOS and Android support More... over 11 years ago
Merge pull request #12 from RoystonS/master More... over 12 years ago
Removed broken Makefiles More... over 12 years ago
SaveArbitraryDocuments failed because CouchBulkDocuments always did a StartObject/EndObject even if the contained object was self-contained.
RoystonS
as Royston Shufflebotham
More... about 14 years ago
fixes "Failed to create document: The remote server returned an error: (415) Unsupported Media Type." error with CouchDB 1.0.0 More... over 14 years ago
BugFix More... almost 15 years ago
Merge More... almost 15 years ago
Allow null values More... almost 15 years ago
Virtual to allow override More... almost 15 years ago
Check id coument exists based on id and revision More... almost 15 years ago
Added missing files to project More... almost 15 years ago
Merge kolosy More... almost 15 years ago
Merge remote branch 'nseba/master' More... about 15 years ago
Replaced usages of CouchRequest with ICouchRequest More... about 15 years ago
Extracted ICouchRequest interface More... about 15 years ago
Merge branch 'master' of github.com:nseba/Divan More... about 15 years ago
Replaced some CouchDatabase and CouchServer references with their interface counterparts. More... about 15 years ago
Replaced some CouchDatabase and CouchServer references with their interface counterparts. More... about 15 years ago
Extracted the ICouchServer interface to improve decoupling and testability. More... about 15 years ago
Changed tests to generate an automatic database name to prevent tests failing on Windows when deleting the test database. Introduced ICouchDatabase, IViewDefinition and ICouchViewDefinitionBase to decouple the functionality for easier mocking and testing. More... about 15 years ago
Switched everywhere from IList to IEnumerable (since there is no benefit in having list functionality) Switched everywhere from arrays to IEnumerable (same reason as the IList switch) More... about 15 years ago
Switched everywhere from IList to IEnumerable (since there is no benefit in having list functionality) Switched everywhere from arrays to IEnumerable (same reason as the IList switch) More... about 15 years ago
fix of dupe-save on new broke this unit test. Goran, run the unit tests! :) More... about 15 years ago
fix of dupe-save on new broke this unit test. Goran, run the unit tests! :) More... about 15 years ago
Merge branch 'kolosy', and cleaned up postStream in CouchRequest. More... about 15 years ago
Fix to broken logic in SaveDocument() that caused unit test to go red. Alex, run the unit tests! :) More... about 15 years ago
Merge branch 'sebastian' More... about 15 years ago
Fix to a test and adjustments to Makefile etc. More... about 15 years ago
Changed Copy to use ICouchDocument to improve decoupling. More... about 15 years ago