Age | Commit message (Expand) | Author |
2008-10-06 | tiny whitespace fix for 409 database error | John Christopher Anderson |
2008-10-02 | HTTPd refactoring. Moved most code out of couch_httpd into associated modules... | Damien F. Katz |
2008-09-23 | Changed call to Req:recv_body() by Damien's request. | Jan Lehnardt |
2008-09-20 | reduce=false closes COUCHDB-76 | John Christopher Anderson |
2008-09-16 | Add HTTP API for getting the complete config, and add a page to Futon that di... | Christopher Lenz |
2008-09-13 | Changes and refactorings to couch_config | Damien F. Katz |
2008-09-11 | Check-in of document purge functionality. | Damien F. Katz |
2008-09-09 | Fix for attachment content-type conversion from/to binary in RESTful API. | Christopher Lenz |
2008-09-08 | Fix retrieval of specific document revisions, which needed to be updated for ... | Christopher Lenz |
2008-08-31 | Fix the config HTTP API for the changed JSON representation, remove the POST ... | Christopher Lenz |
2008-08-31 | Merged json_term_changes branch back into trunk. | Christopher Lenz |
2008-08-30 | Rename 'module' to 'section', and 'variable' to 'option' in the config code. | Christopher Lenz |
2008-08-30 | Implement attachment uploading in Futon. | Christopher Lenz |
2008-08-30 | - Rename configuration options and sections to allow for a nicer .ini file an... | Jan Lehnardt |
2008-08-30 | Some cosmetic cleanup (removed trailing whitespace, fixed indentation, make t... | Christopher Lenz |
2008-08-20 | Merge runtimeconfig branch back into trunk | Jan Lehnardt |
2008-08-12 | HTTP COPY & MOVE for documents with tests | Jan Lehnardt |
2008-08-08 | Idempotent document creation support, new HTTP api to generate UUIDs and supp... | Damien F. Katz |
2008-08-07 | Fix for bug COUCHDB-100. | Damien F. Katz |
2008-08-05 | Fixed restart testing by making it far less likely a HTTP client will get a n... | 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-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-15 | fix for attachment editing when their are conflicts | Damien F. Katz |
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 | 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-23 | Apply patch by Chris Anderson that fixes an edge case in the HTTP view interf... | Christopher Lenz |
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 | Change error handling on unknown private paths to be more consistent with how... | Christopher Lenz |
2008-05-25 | Use limit of 4GB for document PUT requests, instead of the MochiWeb default o... | Christopher Lenz |
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-20 | Only use chunked encoding when we actually make use of it to iteratively writ... | Christopher Lenz |
2008-05-19 | Changed temp view definition to always be jsonobjects with map/reduce source ... | 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 |