summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-09-14Fix speling.Jason David Davies
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-13allow config callbacks to get passed the X-Couch-Persist flagJan Lehnardt
2009-09-13adhere X-Couch-Persist for DELETEsJan 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-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-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
2009-09-01remove debugging leftoverJan Lehnardt
2009-08-30use a POSIX-compatible invocation of basenameAdam Kocoloski
2009-08-30refactor CouchDB startup procedure, see COUCHDB-216 for detailsAdam Kocoloski
2009-08-29merge cascading auth patch by Jason Davies, closes COUCHDB-478, fix testsJan Lehnardt
2009-08-28fix pattern matching bug in redirects for replicationAdam Kocoloski
2009-08-28couch_rep_httpc should know about 503sAdam Kocoloski
2009-08-28guard against non-existing filters in _changesAdam Kocoloski
2009-08-27Fixed spurious console errors caused when attempting to query information abo...Damien F. Katz
2009-08-27Fix for problem where HEAD requests that would have a chunked responses would...Damien F. Katz
2009-08-27send deleted docs to _changes filtersAdam Kocoloski
2009-08-25fix a process leak in local changes feed consumerAdam Kocoloski
2009-08-25disable gen_server timeouts for internal replication processesAdam Kocoloski
2009-08-25use _ensure_full_commit?seq=N in replication for efficiencyAdam Kocoloski
2009-08-25_ensure_full_commit?seq=N to ensure everything up to N is committedAdam Kocoloski
2009-08-24only save a checkpoint at the end if something changedAdam Kocoloski
2009-08-24overlooked a function clauseAdam Kocoloski
2009-08-24also follow 302 for _changes feedAdam Kocoloski
2009-08-24follow 302s in replicationAdam Kocoloski
2009-08-24checkpoint at most once per 5 secondsAdam Kocoloski
2009-08-24more precise and accurate calculation of replication progressAdam Kocoloski
2009-08-24skip full_commit during replication when its safeAdam Kocoloski
2009-08-23fix HEAD requests for OAuth, patch by Jason Davies, closes COUCHDB-479Jan Lehnardt
2009-08-23heartbeat bugfix for continuous replication from remote sourceAdam Kocoloski
2009-08-22Fix bug that caused duplicate INI sections on write back.Paul Joseph Davis
2009-08-21Munge all ErlJSON to use binaries.Paul Joseph Davis
2009-08-21Back out Mochiweb patch from r659636 to support older Erlang versions, as tho...Christopher Lenz
2009-08-19maybe reopen source to get newer documentsAdam Kocoloski