summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-01trunk is 0.11.0a nowJan Lehnardt
2009-09-01WebKit's XHR object is lacking, patch by Sebastian Cohnen, closes COUCHDB-483Jan Lehnardt
2009-09-01don't check for response code text, patch by Robert Newson, closes COUCHDB-482Jan Lehnardt
2009-09-01remove debugging leftoverJan Lehnardt
2009-08-30utils/run hack, source tree is incompatible w/ ERL_LIBS. See COUCHDB-216Adam Kocoloski
2009-08-30use a POSIX-compatible invocation of basenameAdam Kocoloski
2009-08-30refactor CouchDB startup procedure, see COUCHDB-216 for detailsAdam Kocoloski
2009-08-29remove legacy erlang tests, etap covers theseJan Lehnardt
2009-08-29sort tests alphabeticallyJan Lehnardt
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-25Added crypto export notice to READMEDamien F. Katz
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-25update etap; missing_revs output now includes DB update_seqAdam 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-21Update .gitignore for changes to the priv directory build.Paul Joseph Davis
2009-08-20revert accidental boolean flip, this test doesn't make much sense any moreJan Lehnardt
2009-08-19make http.js hostname-aware, patch by Benoit Chesneau, closes COUCHDB-475Jan Lehnardt
2009-08-19maybe reopen source to get newer documentsAdam Kocoloski
2009-08-19make httpc test work in R12B (no macros allowed)Adam Kocoloski
2009-08-19continuous replication request returns 202 Accepted and the _local docidAdam Kocoloski
2009-08-18Addresses Noah's remarks on COUCHDB-471 by using $(top_builddir) instead ofPaul Joseph Davis
2009-08-18cleanup application of auth functionsAdam Kocoloski
2009-08-18allow configurable X-Forwarded-Host header handling for work behind reverse p...Jan Lehnardt
2009-08-18unset new config values on run_on_modified_server rollbackJan Lehnardt
2009-08-18continuous _changes are now newline-delimited JSON Objects (no commas)Adam Kocoloski
2009-08-18sort files alphabeticallyJan Lehnardt
2009-08-18add another file, closes COUCHDB-473 tooJan Lehnardt
2009-08-18add missing files to distro, devs, please learn the minimal autotools bits fo...Jan Lehnardt
2009-08-18fix make install, closes COUCHDB-471 againJan Lehnardt
2009-08-18fix persisting config changes from Futon, reported by Robert Newson, we need ...Jan Lehnardt