summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-21quietly start a new connection if changes feed is closedAdam Kocoloski
2009-09-21bugfix for _changes when DB is deleted mid-responseAdam Kocoloski
2009-09-21Removed the config test ini files from license.skipPaul Joseph Davis
2009-09-21Updated the headers for test config files.Paul Joseph Davis
2009-09-20remove some unneeded opening, closing and passing around of DbJan Lehnardt
2009-09-17Fixes COUCHDB-396Paul Joseph Davis
2009-09-17Fixes COUCHDB-504Paul Joseph Davis
2009-09-16include_docs now take an _id (as well as a _rev) in the emitted value, to loa...John Christopher Anderson
2009-09-16Single line http request when log=infoDamien F. Katz
2009-09-16GC isn't happening for this process b/c heap is too small, so trigger it manu...Adam Kocoloski
2009-09-16uncomment [admin] section to avoid easy user error and for consistencyJan Lehnardt
2009-09-16Make generateSecret() generate valid UTF-8 in oauth and cookie_authJason David Davies
2009-09-16add limit to _changesJohn Christopher Anderson
2009-09-15Change all "jquery.js?1.3.1" references to "jquery.js?1.3.2".Jason David Davies
2009-09-15Upgrade to jQuery 1.3.2 and latest json2.js (2009-08-17).Jason David Davies
2009-09-15fix attachments with an undefined Content-Length header and no TE, patch by B...Jan Lehnardt
2009-09-15update etap tests to reflect changes in couch_btree, patch by Bob Dionne, clo...Jan Lehnardt
2009-09-15Remove myself from THANKS.Jason David Davies
2009-09-14Fix speling.Jason David Davies
2009-09-14Add test for COUCHDB-500.Jason David Davies
2009-09-14Add myself to AUTHORS.Jason David Davies
2009-09-14add new test to MakefileJohn Christopher Anderson
2009-09-14View refactoring and addition of raw collationoption. Significant performance...Damien F. Katz
2009-09-14finish committing my changes adventure. pardon the dust.John Christopher Anderson
2009-09-14rollback mixed up commit, builds nowJohn Christopher Anderson
2009-09-14support for deletions in changes feedJohn Christopher Anderson
2009-09-14removed _all_docs_by_seq in favor of _changesJohn Christopher Anderson
2009-09-14remove OnDemand tag as it has ben deprecated and doesn't work as used anyway,...Jan Lehnardt
2009-09-13enable multi-key-get in jquery.couch.js, patch by Benoit Chesneau, closes COU...Jan Lehnardt
2009-09-13allow config callbacks to get passed the X-Couch-Persist flagJan Lehnardt
2009-09-13adhere X-Couch-Persist for DELETEsJan Lehnardt
2009-09-12use first 8 bytes of the commit hash as the release info when building from gitJan Lehnardt
2009-09-12bugfixes in supervision tree specificationsAdam Kocoloski
2009-09-11Refactoring of endkey code in views and btrees. End key functionaility is now...Damien F. Katz
2009-09-11fix oauth access to design documents, patch by Jason DaviesJan Lehnardt
2009-09-09oopsieAdam Kocoloski
2009-09-09choice of uuid algos for better insert perf. Closes COUCHDB-465. Thanks rnew...Adam Kocoloski
2009-09-09pass config reset option to recursed background startup, see COUCHDB-498Adam Kocoloski
2009-09-08Update minimum Erlang requirement.Paul Joseph Davis
2009-09-06Fix for building CouchDB on Snow Leapord.Paul Joseph Davis
2009-09-06check if either history is empty, not bothAdam Kocoloski
2009-09-05thou shalt make before thou commit, thou shalt make before thou commit, thou ...Jan Lehnardt
2009-09-05code =~ s/imperative/declarative & faster/, thanks to Kostis Sagonas for poin...Jan Lehnardt
2009-09-02skip some regex etc. if DB is already openAdam Kocoloski
2009-09-02fix make check, patch by Bob Dionne, closes COUCHDB-493Jan Lehnardt
2009-09-02use the same password hash calculation for user creation via ini file and use...Jan Lehnardt
2009-09-02fix buildJan Lehnardt
2009-09-02fix continuous replication occurring after identical normal oneAdam Kocoloski
2009-09-02Support for replication over SSL. Resolves COUCHDB-491Adam Kocoloski
2009-09-02Added 3 stage pipeline for indexing views: loader, mapper, writer. This resul...Damien F. Katz