summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-22humane error message on missing design handlerJohn Christopher Anderson
2010-07-21Add "Stale views" checkbox to Futon's database pages.Filipe David Borba Manana
2010-07-20add link to the wiki about the messed up ubuntu install situation. Closes COU...Jan Lehnardt
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-17note about firefox support in test suiteJohn Christopher Anderson
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-15Update AUTHORS to use my new apache.org address.Robert Newson
2010-07-14Adapt test to change introduced in revision 963725 - deleted documents can no...Filipe David Borba Manana
2010-07-14Fix test assertions introduced in revision 964108.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-14fix test report sharingJan Lehnardt
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-09added some list padding to NEWS and CHANGESNoah Slater
2010-07-09Adding one more assertion to the view_compaction.js test to verify that theFilipe David Borba Manana
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-08use json as the default content-type for requests from jquery.couch.jsJohn Christopher Anderson
2010-07-08Fix for occasional failed tests caused by responding with 202 success to comp...Damien F. Katz
2010-07-07fixed up version numbers, etcNoah Slater
2010-07-07update trunk with version info assuming 1.0.0 passes the voteNoah Slater
2010-07-07link to wiki discussion of delayed_commits configuration from the config page...John Christopher Anderson
2010-07-07avoid Futon popup when listing databases that cant be accessedJohn Christopher Anderson
2010-07-06dont redirect endlessly when require_valid_user=trueJohn Christopher Anderson
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