summaryrefslogtreecommitdiff
path: root/src/couchdb
AgeCommit message (Expand)Author
2010-08-04Don't close an idle system DB to open a non-system DB. Doing so allowed us to...Filipe David Borba Manana
2010-08-04Avoid unncessary pattern matching.Filipe David Borba Manana
2010-08-04Allow POSTing of a JSON object to /_session/ for login.Filipe David Borba Manana
2010-08-02Add option "stale=update_after" when querying a view. Closes COUCHDB-837.Filipe David Borba Manana
2010-08-02Remove functions from export list that are not used by any other module (incl...Filipe David Borba Manana
2010-08-01Buf fix - proper RegExp matching to avoid having a case like "hhtml" being co...Filipe David Borba Manana
2010-08-01Add missing clause to the case expression to avoid a case_clause Erlang excep...Filipe David Borba Manana
2010-08-01Bug fix - RegExp matching the atom 'undefined'.Filipe David Borba Manana
2010-07-30Add support for replication through an HTTP/HTTPS proxy.John Christopher Anderson
2010-07-29fix the underlying issue that was giving replication problems attempting to p...John Christopher Anderson
2010-07-29Revert "replicator was getting stuck on push replication to design docs by no...John Christopher Anderson
2010-07-28don't require integer seqnums in the changes feed, COUCHDB-838Adam Kocoloski
2010-07-27replicator was getting stuck on push replication to design docs by non-admins...John Christopher Anderson
2010-07-27Fix issues with the replicator when using HTTP Basic authentication, receivin...Filipe David Borba Manana
2010-07-26Add SSL support to CouchDB.Robert Newson
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