summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-08-20sysadmins were shocked that we can use $ for anything else than a shellBenoit Chesneau
2010-08-19COUCHDB-861 - enhance _sum to work with lists of numbers.Robert Newson
2010-08-19Fix behaviour of the view query option stale=update_after.Filipe David Borba Manana
2010-08-19Support Range header for all attachments, even without compaction upgrade. It...Robert Newson
2010-08-18expose security obj to shows, lists & updates functions.Benoit Chesneau
2010-08-18COUCHDB-161 - support Range header for attachments.Robert Newson
2010-08-17fix badmatch when fetching zero byte attachments.Robert Newson
2010-08-17don't export twice.. this warning was annoying.Benoit Chesneau
2010-08-17add missing file (#COUCHDB-855)Benoit Chesneau
2010-08-17New vhost manager. allows dynamic add of vhosts without restart,Benoit Chesneau
2010-08-15Bumping ibrowse library to version 1.6.2 (latest).Filipe David Borba Manana
2010-08-15Fix Erlang unused variable warnings.Filipe David Borba Manana
2010-08-15add requested_path to the req so we know original path in shows/lists &Benoit Chesneau
2010-08-13more informative error messages on invalid jsonJohn Christopher Anderson
2010-08-10added oauth_rsa_sha1.erl to the distNoah Slater
2010-08-10add internal.hrl to INTERNAL_DIST. mea culpa.Robert Newson
2010-08-08related to COUCHDB-844. Include committed_update_seq in db_info to allow exte...Robert Newson
2010-08-08Removing unnecessary guard in function clause (superceeded by pattern matching).Filipe David Borba Manana
2010-08-08provide the update_seq in all_docs view even when it is zeroJohn Christopher Anderson
2010-08-08fixes COUCHDB-844, delayed commits gets b0rkedAdam Kocoloski
2010-08-07builtin reduce functions more forgiving about trailing whitespace and other c...John Christopher Anderson
2010-08-07os_process_limit for query servers make them much more robust under concurren...John Christopher Anderson
2010-08-07fix warning about unused RestMatch variable.Robert Newson
2010-08-06add Etag header for standalone attachment PUT.Robert Newson
2010-08-05remove double-spacing in couch.log output.Robert Newson
2010-08-04add wildcard support in query args so it's now possible to have rulesBenoit Chesneau
2010-08-04Add replicator DB (_replicator).Filipe David Borba Manana
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-29more relaxed verification of SSL chains, COUCHDB-840Adam Kocoloski
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