summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-09-07fix issue #COUCHDB-230 . now it's possible to do */test =Benoit Chesneau
2010-09-07improve rewriter. No< it's possible to pass a variable in path as <var>Benoit Chesneau
2010-09-07remove extra log statementJohn Christopher Anderson
2010-09-07warn when a view query will be empty due to backwards start and end keysJohn Christopher Anderson
2010-09-02fix warnings in couch_httpd_db.erlRobert Newson
2010-08-31validate input strings containing escape characters, COUCHDB-875Adam Kocoloski
2010-08-25COUCHDB-161 - range support. Adhere closer to the spec. correct range parsing...Robert Newson
2010-08-24correct fencepost error for last bytes range request.Robert Newson
2010-08-24fix warnings of unused Len variables.Robert Newson
2010-08-24set Accept-Ranges conditionally on identity encoding.Robert Newson
2010-08-24support multiple byte ranges in Range header.Robert Newson
2010-08-24return 400 Bad Request for unparseable range request.Robert Newson
2010-08-24Added configurable nodelay setting via the ini. Set [httpd] nodelay=true to e...Damien F. Katz
2010-08-23Replicator: fix authentication failure when replicating design documents that...Filipe David Borba Manana
2010-08-22tidy range support, make inserting of multirange support more obvious.Robert Newson
2010-08-22COUCHDB-864 - set SAVE_RECV flag in mochiweb request to allow connection keep...Robert Newson
2010-08-21Fix revision 987824 - add missing changes.Filipe David Borba Manana
2010-08-21Added some whitespaces to make the code easier to the eye.Filipe David Borba Manana
2010-08-21Work queue - add support for multiple consumers.Filipe David Borba Manana
2010-08-21Small refactoring of the work queue module to accomodate for incoming options...Filipe David Borba Manana
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