summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-12Introduces native Erlang query servers. Closes COUCHDB-377John Christopher Anderson
2009-08-12add native /db/_conflicts view, patch by Adam Kocolosk, closes COUCHDB-462Jan Lehnardt
2009-08-12add to gitignoreJan Lehnardt
2009-08-12recloses COUCHDB-4 (view etags) thanks to Matt Goodall for the tests. keep 'e...John Christopher Anderson
2009-08-11silence compiler warnings, don't use unused variablesJan Lehnardt
2009-08-11roll back streaming _bulk_docs b/c of a race conditionAdam Kocoloski
2009-08-11remove merge fileJan Lehnardt
2009-08-11and the test file itself :)John Christopher Anderson
2009-08-11Initial commit of _update handler. Thanks to Paul Davis, Jason Davies for cod...John Christopher Anderson
2009-08-11more work on _bulk_docs streaming during replication.Adam Kocoloski
2009-08-11fix pull replication w/o _changes (for 0.9.x remote sources)Adam Kocoloski
2009-08-11whoops, process dictionary certainly won't work thereAdam Kocoloski
2009-08-11split into multiple requests so target doesn't buffer too muchAdam Kocoloski
2009-08-11max chunk size of 4G, not 64kAdam Kocoloski
2009-08-11stream _bulk_docs JSON body during replicationAdam Kocoloski
2009-08-10new replicator using _changes feed for continuous replicationAdam Kocoloski
2009-08-10switch pause to millisecondsAdam Kocoloski
2009-08-10suppress obsolete list() guard warningAdam Kocoloski
2009-08-10Add LICENSE entries for ibrowse and erlang-oauth, patch by Jason Davies, clos...Jan Lehnardt
2009-08-10fix speling, thanks JasonJan Lehnardt
2009-08-10remove leftover line from testAdam Kocoloski
2009-08-09oops, whitespaceAdam Kocoloski
2009-08-09next piece of new replicator -- missing_revs bufferAdam Kocoloski
2009-08-08update rep_changes_feed to use feed=continuous and rep_httpcAdam Kocoloski
2009-08-07ibrowse wrapper for replicator, will replace do_http_requestAdam Kocoloski
2009-08-06upgrade ibrowse to 1.5.2. Closes COUCHDB-451Adam Kocoloski
2009-08-06batch_save test wasn't being installedAdam Kocoloski
2009-08-06batch=ok was leaking processes and ignoring intervals. Closes COUCHDB-454Adam Kocoloski
2009-08-05The RSA SHA1 Oauth module was breaking trunk for older versions of the ErlangPaul Joseph Davis
2009-08-05Update svn:ignore for erlang-oauth directory and erl_crash.dumpPaul Joseph Davis
2009-08-05proper handling of 406 Not Acceptable errors in list and show functionsJohn Christopher Anderson
2009-08-05add mimeparse.js to license.skipJohn Christopher Anderson
2009-08-05ignore missing license header in erlang-oauthNoah Slater
2009-08-05added NOTICE for Erlang OAuthNoah Slater
2009-08-05Upgraded JavaScript Accept header handling to make it useful.John Christopher Anderson
2009-08-04Move mimeparse.js to it's own file, add to NOTICE as an external library.John Christopher Anderson
2009-08-04apply patch for chunking error from ibrowse 1.5.2Adam Kocoloski
2009-08-04Initial check-in of OAuth and cookie authentication.Damien F. Katz
2009-08-04Rookie mistake. Needed to force a compiler error to determine the difference inPaul Joseph Davis
2009-08-04log bind_address and port after startup, helps with COUCHDB-393Jan Lehnardt
2009-08-04encode slashes in db names in Location response header after database creatio...Jan Lehnardt
2009-08-04Proper fix because JS_VERSION cannot distinguish between 1.8.0 and 1.8.1Paul Joseph Davis
2009-08-04Fix couch_js.c compilation with builds of non-threadsafe Spidermonkey 1.7Paul Joseph Davis
2009-08-04search for jsapi.h in in $includedir and $includedir/js as a fallback, patch ...Jan Lehnardt
2009-08-04add compile-time conditionals to support the upcoming Spidermonkey 1.8, swap ...Jan Lehnardt
2009-08-01implement longpolling for _changes, unify _changes-mode parameters, patch by ...Jan Lehnardt
2009-08-01enable include_docs=true for list functions, patch by Mark Hammond, closes CO...Jan Lehnardt
2009-07-29Fix for COUCHDB-434. Only reassign previous revid inside the updater process.Damien F. Katz
2009-07-27corrected caseNoah Slater
2009-07-24reassemble split chunks in changes feed, add all() exportAdam Kocoloski