Age | Commit message (Expand) | Author |
2009-05-23 | added an design doc option so that doc._local_seq can be available in the map... | John Christopher Anderson |
2009-05-20 | Move default handler configuration to couch_httpd:start_link/0 | Paul Joseph Davis |
2009-05-19 | Add a configuration parameter for the default database handler. | Paul Joseph Davis |
2009-05-17 | Fixes COUCHDB-41 | Paul Joseph Davis |
2009-05-13 | Closes COUCHDB-334 - Add JSONP support to CouchDB | Paul Joseph Davis |
2009-05-10 | refactor JSON body error handling, also consolidate update_docs JSON response... | John Christopher Anderson |
2009-04-19 | COUCHDB-306 - Improving reported errors. | Paul Joseph Davis |
2009-04-18 | refactor main.js into many files and improve show/list error handling | John Christopher Anderson |
2009-04-17 | output errors differently during chunked responses (view and list) | John Christopher Anderson |
2009-04-07 | Add null_authentication_handler. It is useful when running CouchDB behind an ... | Jan Lehnardt |
2009-04-04 | Use now_diff instead of statistics(runtime). Closes COUCHDB-316 | Adam Kocoloski |
2009-03-24 | make some error messages more readable, committed for jchris | Jan Lehnardt |
2009-03-15 | verbose error logging turned back on for http requests and log_level = debug | John Christopher Anderson |
2009-03-13 | Commit Damien's rep_security branch to trunk. | John Christopher Anderson |
2009-03-09 | merge design doc resource branch. breaking changes to _view query paths. | John Christopher Anderson |
2009-03-06 | validate reduce view list queries, make query_parse_error response code 400 | John Christopher Anderson |
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 |