summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_httpd_db.erl
AgeCommit message (Expand)Author
2009-07-21Close jsonp response for _changes requests. Patch by Benoit Chesneau. Closes ...Jan Lehnardt
2009-07-20Optimize filtered _changes to use an OS process only when actively filtering ...Damien F. Katz
2009-07-20Initial checkin of _changes filters. The prime weak-spot for this approach is...John Christopher Anderson
2009-07-17Deterministic revids, MD5 checking of documents, added tracking of rev when a...Damien F. Katz
2009-07-14wheeeeeeeeNoah Slater
2009-07-12removed some unnecessary loggingJohn Christopher Anderson
2009-07-11send Location header for new or updated attachmentsJan Lehnardt
2009-07-10fix attachment etags, thanks Mark Hammond for the test case. closes COUCHDB-386John Christopher Anderson
2009-07-10Apply patch from Benoit Chesneau's COUCHDB-404John Christopher Anderson
2009-07-08Fixes COUCHDB-389Paul Joseph Davis
2009-07-06trimmed trailing whitespaceNoah Slater
2009-07-04Name view index files by their function hashes for no downtime deploys. Close...John Christopher Anderson
2009-06-27removed some dead code found by Dialyzer, more to comeJohn Christopher Anderson
2009-06-18Fixes COUCHDB-383 - Ignore extra URL parameters.Paul Joseph Davis
2009-06-01Added tests for heartbeat and timeout options in the _changes api.Damien F. Katz
2009-05-31Removed space from whitespace heartbeat in _changes apiDamien F. Katz
2009-05-31Added timeout and heartbeat options to the _changes apiDamien F. Katz
2009-05-25Merging new tail append storage into trunk. Upgrades are automatic, once open...Damien F. Katz
2009-05-24Added stats tracking for active _changes clients.Damien F. Katz
2009-05-23added an design doc option so that doc._local_seq can be available in the map...John Christopher Anderson
2009-05-10export a methodJohn Christopher Anderson
2009-05-10refactor JSON body error handling, also consolidate update_docs JSON response...John Christopher Anderson
2009-05-10Refactor the make_view_fold_function stuff. Added a proper Acc to both map an...John Christopher Anderson
2009-05-06First cut at _changes api. Update the by_id and by_seq indexes to contain upd...Damien F. Katz
2009-05-04standalone attachment GETs should respect "rev" qs paramAdam Kocoloski
2009-05-04Use batch=ok query param for document PUT and POST to defer index updates unt...John Christopher Anderson
2009-04-27Resolves COUCHDB-332 Proper errors for invalid docids.Paul Joseph Davis
2009-04-22Refactoring the view URL parameter parsing.Paul Joseph Davis
2009-04-19COUCHDB-306 - Improving reported errors.Paul Joseph Davis
2009-04-18Resolves COUCHDB-306 - Wacky error responses to malformed documentsPaul Joseph Davis
2009-04-05added compaction for view indexes. See COUCHDB-92Adam Kocoloski
2009-03-27Location header responses should be absolute URIs, thanks ChristopherJan Lehnardt
2009-03-26return a Location header on newly created documents using PUT requestsJan Lehnardt
2009-03-26return Location header for newly create databasesJan Lehnardt
2009-03-21provide a 404 response on deletion of non-existant docsJohn Christopher Anderson
2009-03-19Bring back Futon attachment uploading that was removed in the recent rep_secu...Christopher Lenz
2009-03-18remove MOVE requests as they can't sensibly be supported and COPY & DELETE do...Jan Lehnardt
2009-03-13Commit Damien's rep_security branch to trunk. John Christopher Anderson
2009-03-09merge design doc resource branch. breaking changes to _view query paths. John Christopher Anderson
2009-03-06tiny refactor of validate_attachment_name for pattern matchingJohn Christopher Anderson
2009-03-06Verify attachment names. They must be utf-8 (closes COUCHDB-280) and must not...Jan Lehnardt
2009-03-04refactor show 404 handling doc-loading special case out of couch_httpd_db.erlJohn Christopher Anderson
2009-03-04allow for handling 404s in document show functionsJan Lehnardt
2009-02-27- group HTTP method stats into httpd_requests_methods as per Christopher Lenz...Jan Lehnardt
2009-02-26- add descriptions to metricsJan Lehnardt
2009-02-22Add runtime statistics -- without EUnit tests for now.Jan Lehnardt
2009-02-15View etags are now provided. See note in the source about how they could be m...John Christopher Anderson
2009-02-13Accept standalone attachment PUTs with Transfer-Encoding: chunked John Christopher Anderson
2009-02-08extract method couch_httpd:send_redirect(Req, Path)John Christopher Anderson
2009-01-30swap 412 ad 409 error codes. fixes COUCHDB-226John Christopher Anderson