summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_httpd.erl
AgeCommit message (Expand)Author
2008-05-26* Respond to DELETE requests with a "200 OK" status code instead of "202 Acce...Christopher Lenz
2008-05-26Improve the debug logging of request details. As the logging was split into m...Christopher Lenz
2008-05-26Change error handling on unknown private paths to be more consistent with how...Christopher Lenz
2008-05-25Use limit of 4GB for document PUT requests, instead of the MochiWeb default o...Christopher Lenz
2008-05-25Enable Etag processing for document GET requests that include the '?rev' quer...Christopher Lenz
2008-05-23improved private path error wordingNoah Slater
2008-05-20Only use chunked encoding when we actually make use of it to iteratively writ...Christopher Lenz
2008-05-19Changed temp view definition to always be jsonobjects with map/reduce source ...Damien F. Katz
2008-05-18- remove leftover debugging lineJan Lehnardt
2008-05-18- more graceful handling of unknown private URIs including more user friendly...Jan Lehnardt
2008-05-15Incremental reduce first checkin. Warning! Disk format change.Damien F. Katz
2008-05-15ignore descending=false option instead of throwing an error.Jan Lehnardt
2008-04-23Fix for replication being reset when replication a local and a remote database.Damien F. Katz
2008-04-23Replicator optmizations and fix for unnecessary document copy during re-repli...Damien F. Katz
2008-04-20Change uuid generaion to rely on crypto. Started crypto and inets application...Damien F. Katz
2008-04-20Added proper UUID generation and changed the details of how way debug logging...Damien F. Katz
2008-04-17Display Request HTTP version on debugJan Lehnardt
2008-04-15Merged mochiweb branch back into trunk.Christopher Lenz