summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-07-18Fix for problem when saving bulk documents with invalid idsDamien F. Katz
2008-07-17Allow for empty attachments.Jan Lehnardt
2008-07-16Fixed replication problems where read ad write queues can get backed up. With...Damien F. Katz
2008-07-16Increase more filesystem layer timeouts. Patch by randall <dizzot> leeds <atf...Jan Lehnardt
2008-07-15fix for attachment editing when their are conflictsDamien F. Katz
2008-07-10Wait for the OS to flush our newly written data to disk without timing out to...Jan Lehnardt
2008-07-10Make RESTful attachment API concurrency aware and the code a little more conc...Jan Lehnardt
2008-07-06Add RESTful API for document attachments as per http://groups.google.com/grou...Jan Lehnardt
2008-07-03Improve error message. If the couch_erl_driver.so is no goodJan Lehnardt
2008-07-03Expose endkey_docid as a view query option through the HTTP API (including te...Jan Lehnardt
2008-06-24Change `Server` HTTP header to say CouchDB instead of MochiWeb, and add a `Ca...Christopher Lenz
2008-06-24Updated MochiWeb in trunk to r82.Christopher Lenz
2008-06-23Apply patch by Chris Anderson that fixes an edge case in the HTTP view interf...Christopher Lenz
2008-06-16renamed directory variables, stage twoNoah Slater
2008-06-16renamed directory variables, stage oneNoah Slater
2008-06-13Fix for bug when reopening view indexes.Damien F. Katz
2008-06-12fix for problem when view index header data exceeds 2k.Damien F. Katz
2008-06-12Fix for COUCHDB-78. Couchdb was failing to close open file handles when compa...Damien F. Katz
2008-06-10slight change to startup messageNoah Slater
2008-06-09Changed name of 'combine' phase of reduce to 'rereduce', to avoid confusion.Damien F. Katz
2008-06-07removed old, broken, datarootdir hackNoah Slater
2008-06-07corrected use of erlc to $(ERLC)Noah Slater
2008-06-05Added reduce/combine example. Fixed broken node chunking with very large key...Damien F. Katz
2008-06-05Remove /db/_search API call. This will be maintained in the lucene-search bra...Jan Lehnardt
2008-06-04Use linebreaks between rows for view results with a negative count value, sam...Christopher Lenz
2008-06-04Enable the use of an unencoded slash in the URL of design documents. Closes C...Christopher Lenz
2008-06-02Increase the request body size limitations on bulk_docs and document POST to ...Christopher Lenz
2008-05-29Grouped reduce support. Needs performance work.Damien F. Katz
2008-05-26Experimental functionality to increment database update seq, might go away, u...Damien F. Katz
2008-05-26Add back /_restart URL that got lost in the transition to MochiWeb.Christopher Lenz
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-26Remove incomplete Lucene integration (will be moved to a branch).Christopher Lenz
2008-05-26Change error handling on unknown private paths to be more consistent with how...Christopher Lenz
2008-05-26Updated MochiWeb in trunk to r76. Closes COUCHDB-42.Christopher Lenz
2008-05-25Use limit of 4GB for document PUT requests, instead of the MochiWeb default o...Christopher Lenz
2008-05-25Fix for file attachments using too much space in compacted databasesDamien F. Katz
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-23fix for missing conflict check during serialized updateDamien F. Katz
2008-05-23Patch MochiWeb for compatibility with R11B. This patch has been rejected upst...Christopher Lenz
2008-05-23fix for bug with reusing map btree indexes when multiple views have the same ...Damien F. Katz
2008-05-22Updated MochiWeb in trunk to r73.Christopher Lenz
2008-05-20Only use chunked encoding when we actually make use of it to iteratively writ...Christopher Lenz
2008-05-20Fixed design document view definitions to be consistent with temp views. Chan...Damien F. Katz
2008-05-19Changed temp view definition to always be jsonobjects with map/reduce source ...Damien F. Katz
2008-05-18Fix for pattern matching bug during reduceDamien 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