summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-07-24speed up json encoding, patch by Brian Candler, closes COUCHDB-399Jan Lehnardt
2009-07-24comment on jchris comment on not sending Content-Length for attachment GETsJan Lehnardt
2009-07-23Apply patch by Volker Mische to improve the sidebar toggle animation. Really ...Christopher Lenz
2009-07-23Updated local_dev.ini build target as per Noah's suggestion.Paul Joseph Davis
2009-07-23Make local_dev.ini a build product.Paul Joseph Davis
2009-07-23etap tests should be executableAdam Kocoloski
2009-07-23use spawn to avoid recursive gen_server callsAdam Kocoloski
2009-07-23Update svn:ignore for Makefile build products.Paul Joseph Davis
2009-07-23Fixes error on first boot after adding an admin.Paul Joseph Davis
2009-07-23Fixes etap tests for recent updates.Paul Joseph Davis
2009-07-23Allow the Futon sidebar to be moved out of the way. Based on idea and patch b...Christopher Lenz
2009-07-22Fix automatic group=true on reduce views in Futon, which was only getting app...Christopher Lenz
2009-07-22Fix off-by-one error in Futon view paging. Thanks to Jason Davies for the pat...Christopher Lenz
2009-07-22Ignore whitespace in reduce code textarea in Futon. Closes COUCHDB-328.Christopher Lenz
2009-07-22Apply patch by Jason Davies that improves how the view menu is populated: onl...Christopher Lenz
2009-07-22various bugfixes and improvements for view compactionAdam Kocoloski
2009-07-22Avoid usage of `Array.indexOf` function, which is not available on IE (and no...Christopher Lenz
2009-07-22Change document creation in Futon so that it no longer prompts for a document...Christopher Lenz