Age | Commit message (Expand) | Author |
2008-08-05 | Readded file name checks for open and delete, as an attacker could use relati... | Damien F. Katz |
2008-08-05 | Added new erlang source file to build system. | Damien F. Katz |
2008-08-05 | Added concurrent open db limit and a LRU cache for closing old databases when... | Damien F. Katz |
2008-07-29 | Fix for problem with count query arg in grouped reduce views. Previous fix wo... | Damien F. Katz |
2008-07-28 | Adjusted btree chunk size to give a 25% performance increase in random testing. | Damien F. Katz |
2008-07-27 | removed individual committer copyright statements as per policy | Noah Slater |
2008-07-25 | Fix to previous commit r679840. | Christopher Lenz |
2008-07-25 | Use a method compatible with Erlang R11B to put the Erlang OTP version in the... | Christopher Lenz |
2008-07-25 | Fix for problem with Safari and mochiweb. | Damien F. Katz |
2008-07-22 | Fix for compacted databases reporting 0 documents after compaction | Damien F. Katz |
2008-07-18 | Fix for problem when saving bulk documents with invalid ids | Damien F. Katz |
2008-07-17 | Allow for empty attachments. | Jan Lehnardt |
2008-07-16 | Fixed replication problems where read ad write queues can get backed up. With... | Damien F. Katz |
2008-07-16 | Increase more filesystem layer timeouts. Patch by randall <dizzot> leeds <atf... | Jan Lehnardt |
2008-07-15 | fix for attachment editing when their are conflicts | Damien F. Katz |
2008-07-10 | Wait for the OS to flush our newly written data to disk without timing out to... | Jan Lehnardt |
2008-07-10 | Make RESTful attachment API concurrency aware and the code a little more conc... | Jan Lehnardt |
2008-07-06 | Add RESTful API for document attachments as per http://groups.google.com/grou... | Jan Lehnardt |
2008-07-03 | Improve error message. If the couch_erl_driver.so is no good | Jan Lehnardt |
2008-07-03 | Expose endkey_docid as a view query option through the HTTP API (including te... | Jan Lehnardt |
2008-06-24 | Change `Server` HTTP header to say CouchDB instead of MochiWeb, and add a `Ca... | Christopher Lenz |
2008-06-24 | Updated MochiWeb in trunk to r82. | Christopher Lenz |
2008-06-23 | Apply patch by Chris Anderson that fixes an edge case in the HTTP view interf... | Christopher Lenz |
2008-06-16 | renamed directory variables, stage two | Noah Slater |
2008-06-16 | renamed directory variables, stage one | Noah Slater |
2008-06-13 | Fix for bug when reopening view indexes. | Damien F. Katz |
2008-06-12 | fix for problem when view index header data exceeds 2k. | Damien F. Katz |
2008-06-12 | Fix for COUCHDB-78. Couchdb was failing to close open file handles when compa... | Damien F. Katz |
2008-06-10 | slight change to startup message | Noah Slater |
2008-06-09 | Changed name of 'combine' phase of reduce to 'rereduce', to avoid confusion. | Damien F. Katz |
2008-06-07 | removed old, broken, datarootdir hack | Noah Slater |
2008-06-07 | corrected use of erlc to $(ERLC) | Noah Slater |
2008-06-05 | Added reduce/combine example. Fixed broken node chunking with very large key... | Damien F. Katz |
2008-06-05 | Remove /db/_search API call. This will be maintained in the lucene-search bra... | Jan Lehnardt |
2008-06-04 | Use linebreaks between rows for view results with a negative count value, sam... | Christopher Lenz |
2008-06-04 | Enable the use of an unencoded slash in the URL of design documents. Closes C... | Christopher Lenz |
2008-06-02 | Increase the request body size limitations on bulk_docs and document POST to ... | Christopher Lenz |
2008-05-29 | Grouped reduce support. Needs performance work. | Damien F. Katz |
2008-05-26 | Experimental functionality to increment database update seq, might go away, u... | Damien F. Katz |
2008-05-26 | Add 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-26 | Improve the debug logging of request details. As the logging was split into m... | Christopher Lenz |
2008-05-26 | Remove incomplete Lucene integration (will be moved to a branch). | Christopher Lenz |
2008-05-26 | Change error handling on unknown private paths to be more consistent with how... | Christopher Lenz |
2008-05-26 | Updated MochiWeb in trunk to r76. Closes COUCHDB-42. | Christopher Lenz |
2008-05-25 | Use limit of 4GB for document PUT requests, instead of the MochiWeb default o... | Christopher Lenz |
2008-05-25 | Fix for file attachments using too much space in compacted databases | Damien F. Katz |
2008-05-25 | Enable Etag processing for document GET requests that include the '?rev' quer... | Christopher Lenz |
2008-05-23 | improved private path error wording | Noah Slater |
2008-05-23 | fix for missing conflict check during serialized update | Damien F. Katz |