summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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
2010-06-19fix issue COUCHDB-805. tested on R13B-04 and R14A. also public_key isBenoit Chesneau
2010-06-16provide a uuid to update functions (and all other functions) that they can us...John Christopher Anderson
2010-06-16small optimization for reordering result listsAdam Kocoloski
2010-06-16remove unused Bt from chunkify functionAdam Kocoloski
2010-06-15Fix for wrong offset when writing headers and converting them to blocks, only...Damien F. Katz
2010-06-15Fix warnings on Linux builds.Jan Lehnardt
2010-06-15iodata() type is too new for usAdam Kocoloski
2010-06-13hack for log requests during make check, when logger is not runningAdam Kocoloski
2010-06-13synchronous logging, COUCHDB-761. Patch by Randall Leeds.Adam Kocoloski
2010-06-12log HEAD requests as HEAD, not GET. COUCHDB-788Adam Kocoloski
2010-06-12more efficient header commits. COUCHDB-767Adam Kocoloski
2010-06-12remove unnuecessary receive loop in commit_data. COUCHDB-794Adam Kocoloski
2010-06-12Fix hanging replication. COUCHDB-793. Thanks Filipe and Paul Bonser.Adam Kocoloski
2010-06-10Code mods to support streaming attachment replication.Damien F. Katz
2010-06-08preserve _revs_limit after compaction. COUCHDB-789Adam Kocoloski
2010-06-06keep massive invalid json blobs out of the error logger, move them to debug logJohn Christopher Anderson
2010-06-05fix #COUCHDB-787 . thanks!Benoit Chesneau
2010-06-05update_seq is only in view response when update_seq=true is in query paramsJohn Christopher Anderson
2010-06-03More work to allow for streaming attachment replication.Damien F. Katz
2010-06-02trailing whitespace pedantryJan Lehnardt
2010-06-02add license bannerJan Lehnardt
2010-06-01better tests for the vhost globals, fixed a bugJohn Christopher Anderson
2010-05-22Major whitespace cleanup, no functional changes.Jan Lehnardt
2010-05-22Fix Solaris compat.Jan Lehnardt