summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-05improved find invokation for portabilityNoah Slater
2010-07-04_log should be an admin-only resourceJohn Christopher Anderson
2010-07-03Replacing call couch_httpd_db:couch_doc_open/4 with call to couch_db:open_doc/2.Filipe David Borba Manana
2010-07-03Fix deletion to move properly to root of storage, to avoid copying files when...Damien F. Katz
2010-07-03Fixed intermittent problem deleting files on Windows. Added Juhani Ränkimies...Damien F. Katz
2010-07-03fix jquery.couch.js replicate optionsJohn Christopher Anderson
2010-07-02add line ending to be like the pidfile and fix typo.Benoit Chesneau
2010-07-02close #COUCHDB-393. save the uri http://IP:PORT/ inBenoit Chesneau
2010-07-02make NEWS reflect that the next release will be 1.0.0John Christopher Anderson
2010-07-02helpful note about configuring require_valid_user=trueJohn Christopher Anderson
2010-07-02fix edge case in users db validation funJohn Christopher Anderson
2010-07-02fix a query parameter in the list_views.js testJohn Christopher Anderson
2010-07-02Revert "click to edit config in Futon instead of double click. thanks Aaron M...John Christopher Anderson
2010-07-02Backport warning fix from a future version of ibrowse.Jan Lehnardt
2010-07-02Moving duplicated code into a single private module function.Filipe David Borba Manana
2010-07-01more robust uuids testJohn Christopher Anderson
2010-07-01Move Robert Newson from THANKS to AUTHORS to be in there well deservedlyJan Lehnardt
2010-07-01prevent zero byte files, closes COUCHDB-647John Christopher Anderson
2010-07-01click to edit config in Futon instead of double click. thanks Aaron MillerJohn Christopher Anderson
2010-07-01Added comment why we use werl instead of erl by default. It's because of test...Damien F. Katz
2010-07-01Fix for windows fsync, race conditions in attachments.js and the default shel...Damien F. Katz
2010-07-01reflect new (old) versioning planJan Lehnardt
2010-06-30Bug fix when creating a DB with the option 'sys_db' and the number of current...Filipe David Borba Manana
2010-06-26Adding myself to the list of authors.Filipe David Borba Manana
2010-06-25make erl start options and ./bin/couchdb -h output more robustJan Lehnardt
2010-06-25Increasing async threadpool.John Christopher Anderson
2010-06-25fix test case for revpos-checking commitJan Lehnardt
2010-06-25update NEWS and CHANGESJan Lehnardt
2010-06-25fix the Futon issue where you have to cancel the admin dialog box after putti...John Christopher Anderson
2010-06-25make the authentication redirect URL configurable. setting it to the empty st...John Christopher Anderson
2010-06-25Added checking to ensure when a revpos is sent with a stub, it's correct.Damien F. Katz
2010-06-25use proper Accept headers in the test suiteJohn Christopher Anderson
2010-06-24removed redundant lineNoah Slater
2010-06-24improved \`couchdb --help\` outputNoah Slater
2010-06-24patch mochijson2 to allow output of big integers not in float form (it stores...John Christopher Anderson
2010-06-24don't require a revpos attribute for stubs. closes COUCHDB-809 thanks Caleb LandJohn Christopher Anderson
2010-06-24Revert "allow help2man to work with commands that send help output to stderr"Jan Lehnardt
2010-06-24proper docid escaping in Futon view display, thanks Paul Bonser. Closes COUCH...John Christopher Anderson
2010-06-24add $.couch.urlPrefix to link to users db. closes COUCHDB-742John Christopher Anderson
2010-06-24better error message for db names, closes COUCHDB-741 thanks FrankJohn Christopher Anderson
2010-06-24close COUCHDB-795 add X-HTTP-METHOD-OVERRIDE support. Thanks Brian JenkinsJohn Christopher Anderson
2010-06-24allow help2man to work with commands that send help output to stderrJan Lehnardt
2010-06-24wait forever on large ini filesJan Lehnardt
2010-06-24ignore error when loading public_key on R12B5. spotted by barj on ircBenoit Chesneau
2010-06-24use JSON content type in replicator, require it in the _bulk_docs and other P...John Christopher Anderson
2010-06-24send browsers to /_utils/session.html when they need to log inJohn Christopher Anderson
2010-06-23make jquery.couch.js changes handling more robustJohn Christopher Anderson
2010-06-23Added files missing from last checkin for COUCHDB-807Damien F. Katz
2010-06-23Authentication caching, to avoid repeated opening and closing of the users da...Damien F. Katz
2010-06-23Make file deletions async to avoid pauses during compaction and db deletion. ...Damien F. Katz