Age | Commit message (Expand) | Author |
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 |
2008-05-23 | Patch MochiWeb for compatibility with R11B. This patch has been rejected upst... | Christopher Lenz |
2008-05-23 | fix for bug with reusing map btree indexes when multiple views have the same ... | Damien F. Katz |
2008-05-22 | Updated MochiWeb in trunk to r73. | Christopher Lenz |
2008-05-20 | Only use chunked encoding when we actually make use of it to iteratively writ... | Christopher Lenz |
2008-05-20 | Fixed design document view definitions to be consistent with temp views. Chan... | Damien F. Katz |
2008-05-19 | Changed temp view definition to always be jsonobjects with map/reduce source ... | Damien F. Katz |
2008-05-18 | Fix for pattern matching bug during reduce | Damien F. Katz |
2008-05-18 | - remove leftover debugging line | Jan Lehnardt |
2008-05-18 | - more graceful handling of unknown private URIs including more user friendly... | Jan Lehnardt |
2008-05-15 | Incremental reduce first checkin. Warning! Disk format change. | Damien F. Katz |
2008-05-15 | ignore descending=false option instead of throwing an error. | Jan Lehnardt |
2008-05-14 | Add link to Futon based on current configuration parameters on CouchDB-startu... | Jan Lehnardt |
2008-05-01 | fix for compaction problem with attachments, and enhancements to JS shell, to... | Damien F. Katz |
2008-04-30 | Update MochiWeb code in trunk to r66. | Christopher Lenz |
2008-04-23 | Fix for replication being reset when replication a local and a remote database. | Damien F. Katz |
2008-04-23 | Fix for unnecessary update sequence generation when rewriting an already comm... | Damien F. Katz |
2008-04-23 | Replicator optmizations and fix for unnecessary document copy during re-repli... | Damien F. Katz |
2008-04-20 | Change uuid generaion to rely on crypto. Started crypto and inets application... | Damien F. Katz |
2008-04-20 | Added proper UUID generation and changed the details of how way debug logging... | Damien F. Katz |
2008-04-17 | Display Request HTTP version on debug | Jan Lehnardt |
2008-04-15 | Merged mochiweb branch back into trunk. | Christopher Lenz |
2008-04-09 | Fix for btree modification bug. | Damien F. Katz |
2008-04-07 | Compaction. Works, but still needs queueing and better handling for long read... | Damien F. Katz |
2008-04-04 | Fix typo in error id. | Christopher Lenz |
2008-04-04 | compaction code, not hooked up to webserver yet | Damien F. Katz |