Age | Commit message (Expand) | Author |
2009-03-05 | consistency in messages (HTTPd -> httpd) | Jan Lehnardt |
2009-02-27 | - group HTTP method stats into httpd_requests_methods as per Christopher Lenz... | Jan Lehnardt |
2009-02-24 | added newline to JSON responses, closes COUCHDB-107 | Noah Slater |
2009-02-22 | Add runtime statistics -- without EUnit tests for now. | Jan Lehnardt |
2009-02-14 | enhance the Mochiweb streaming api based on feedback from Bob Ippolito | John Christopher Anderson |
2009-02-13 | Accept standalone attachment PUTs with Transfer-Encoding: chunked | John Christopher Anderson |
2009-02-11 | Fix for COUCHDB-238, explicit check and error for doc ids starting with under... | Damien F. Katz |
2009-02-08 | extract method couch_httpd:send_redirect(Req, Path) | John Christopher Anderson |
2009-01-30 | swap 412 ad 409 error codes. fixes COUCHDB-226 | John Christopher Anderson |
2009-01-30 | use the config setting for max document size. fixes COUCHDB-60 | John Christopher Anderson |
2009-01-29 | Replacement of inets with ibrowse. Fixes COUCHDB-179 and enhances replication. | John Christopher Anderson |
2009-01-27 | Improved etag handling for show funcs and db_doc requests; main.js cleanup (b... | John Christopher Anderson |
2009-01-21 | don't log thrown errors in http requests, just things like badmatch etc | John Christopher Anderson |
2009-01-19 | fix for COUCHDB-214 (design docs on dbs with slashes) | John Christopher Anderson |
2009-01-19 | catch all error handling for HTTP requests | John Christopher Anderson |
2009-01-15 | Support for streaming attachment writes. | Damien F. Katz |
2009-01-03 | Added decent reporting of Mochiweb start errors (eaddrinuse etc) | John Christopher Anderson |
2008-12-10 | view group state gen_server. thanks damien and davisp. | John Christopher Anderson |
2008-12-09 | user name should be binary for json | John Christopher Anderson |
2008-11-20 | Nearly completed security/validation work. Still needs replication testing. | Damien F. Katz |
2008-11-17 | More security and validation work. Still incomplete. | Damien F. Katz |
2008-11-11 | Check in of initial validation and authorization work. This work is incomplet... | Damien F. Katz |
2008-10-22 | First check-in of admin http authentication and authorization. | Damien F. Katz |
2008-10-09 | make couch_httpd:send_error/4 public | John Christopher Anderson |
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 |