summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-07-26Multi-part patch to enable white-listing of _config API values:Jan Lehnardt
2010-07-25send a basic-auth popup header if require_valid_user=true, to prevent lock-outJohn Christopher Anderson
2010-07-24Make sure all the properties of an EJSON change line are binaries (instead of...Filipe David Borba Manana
2010-07-24Move the tracking of the stat {httpd, clients_requesting_changes} from couch_...Filipe David Borba Manana
2010-07-23Corrected misleading parameter name (Logs => DbList) and removed unnecessary ...Filipe David Borba Manana
2010-07-23Removed warnings about unused vairables.Filipe David Borba Manana
2010-07-23Removed bogus log error message.Filipe David Borba Manana
2010-07-22humane error message on missing design handlerJohn Christopher Anderson
2010-07-20require application/json content-type in the remaining places where a POST ha...John Christopher Anderson
2010-07-19remove unguarded atom creation to prevent DOS attacks. closes COUCHDB-829John Christopher Anderson
2010-07-19Fix possible bad match error - WriteFun might not return the atom 'ok'.Filipe David Borba Manana
2010-07-19COUCHDB-810: Adds port to replication checkpoints.Robert Newson
2010-07-16Revert revision 964956 (COUCHDB-827) - solution had secondary effects.Filipe David Borba Manana
2010-07-16Fix for a pull replication, targeted to a 1.0 CouchDB server, where the sourc...Filipe David Borba Manana
2010-07-14Bug fix: badmatch error after deleting a user doc (uncovered by revision 9637...Filipe David Borba Manana
2010-07-13show the complete document body even when the document is deleted (Couch lets...John Christopher Anderson
2010-07-13test and fix for deleting users documentsJohn Christopher Anderson
2010-07-12Reverting revision 963042 - lists:keystore/4 only replaces the first occurren...Filipe David Borba Manana
2010-07-11Simplification - avoid 2 proplists lookups and an unnecessary list to binary ...Filipe David Borba Manana
2010-07-11Removing unused function couch_util:ascii_lower/1. If ever needed, the exact ...Filipe David Borba Manana
2010-07-11Removing unnecessary code.Filipe David Borba Manana
2010-07-11Removing couch_util:read_file_size/1 because same functionality is provided b...Filipe David Borba Manana
2010-07-11thank you dialyzerAdam Kocoloski
2010-07-11deleting a DB while it was being opened would crash couch_serverAdam Kocoloski
2010-07-08validate admin and content type for compact requestsJohn Christopher Anderson
2010-07-08Fix deletion of view files after compaction.Filipe David Borba Manana
2010-07-08Fix for occasional failed tests caused by responding with 202 success to comp...Damien F. Katz
2010-07-06dont redirect endlessly when require_valid_user=trueJohn Christopher Anderson
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-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-02fix edge case in users db validation funJohn 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-01prevent zero byte files, closes COUCHDB-647John Christopher Anderson
2010-07-01Fix for windows fsync, race conditions in attachments.js and the default shel...Damien F. Katz
2010-06-30Bug fix when creating a DB with the option 'sys_db' and the number of current...Filipe David Borba Manana
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-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-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-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