index
:
cloudant_bigcouch.git
debian
master
upstream
[cloudant_bigcouch]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
couchdb
/
couch_httpd_db.erl
Age
Commit message (
Expand
)
Author
2009-05-10
export a method
John Christopher Anderson
2009-05-10
refactor JSON body error handling, also consolidate update_docs JSON response...
John Christopher Anderson
2009-05-10
Refactor the make_view_fold_function stuff. Added a proper Acc to both map an...
John Christopher Anderson
2009-05-06
First cut at _changes api. Update the by_id and by_seq indexes to contain upd...
Damien F. Katz
2009-05-04
standalone attachment GETs should respect "rev" qs param
Adam Kocoloski
2009-05-04
Use batch=ok query param for document PUT and POST to defer index updates unt...
John Christopher Anderson
2009-04-27
Resolves COUCHDB-332 Proper errors for invalid docids.
Paul Joseph Davis
2009-04-22
Refactoring the view URL parameter parsing.
Paul Joseph Davis
2009-04-19
COUCHDB-306 - Improving reported errors.
Paul Joseph Davis
2009-04-18
Resolves COUCHDB-306 - Wacky error responses to malformed documents
Paul Joseph Davis
2009-04-05
added compaction for view indexes. See COUCHDB-92
Adam Kocoloski
2009-03-27
Location header responses should be absolute URIs, thanks Christopher
Jan Lehnardt
2009-03-26
return a Location header on newly created documents using PUT requests
Jan Lehnardt
2009-03-26
return Location header for newly create databases
Jan Lehnardt
2009-03-21
provide a 404 response on deletion of non-existant docs
John Christopher Anderson
2009-03-19
Bring back Futon attachment uploading that was removed in the recent rep_secu...
Christopher Lenz
2009-03-18
remove MOVE requests as they can't sensibly be supported and COPY & DELETE do...
Jan Lehnardt
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
tiny refactor of validate_attachment_name for pattern matching
John Christopher Anderson
2009-03-06
Verify attachment names. They must be utf-8 (closes COUCHDB-280) and must not...
Jan Lehnardt
2009-03-04
refactor show 404 handling doc-loading special case out of couch_httpd_db.erl
John Christopher Anderson
2009-03-04
allow for handling 404s in document show functions
Jan Lehnardt
2009-02-27
- group HTTP method stats into httpd_requests_methods as per Christopher Lenz...
Jan Lehnardt
2009-02-26
- add descriptions to metrics
Jan Lehnardt
2009-02-22
Add runtime statistics -- without EUnit tests for now.
Jan Lehnardt
2009-02-15
View etags are now provided. See note in the source about how they could be m...
John Christopher Anderson
2009-02-13
Accept standalone attachment PUTs with Transfer-Encoding: chunked
John Christopher Anderson
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
POST to create docs returns a Location header. fixes COUCHDB-8
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-23
View list functions can stream views in any format. See list_views test for d...
John Christopher Anderson
2009-01-22
Fix some eJSON stragglers (works with mochijson2, but not eep18). thanks koco...
John Christopher Anderson
2009-01-19
fix for COUCHDB-214 (design docs on dbs with slashes)
John Christopher Anderson
2009-01-15
Support for streaming attachment writes.
Damien F. Katz
2009-01-11
Polishing _design/doc urls with slashes -- adding auto redirect from the old ...
John Christopher Anderson
2009-01-09
Added support so clients can detect if a server has potentially lost commits ...
Damien F. Katz
2009-01-09
fixed _all_docs view to use the correct PassedEndFun for binary docid sorting
John Christopher Anderson
2009-01-05
Delayed commit patch. Allows documents to be saved immediately but fully comm...
Damien F. Katz
2009-01-04
change count to limit in view query params
John Christopher Anderson
2008-12-29
add etags to standalone attachment requests. Closes COUCHDB-184
Jan Lehnardt
2008-12-27
design docs use slashes. attachements with slashes in the name can be accesse...
John Christopher Anderson
2008-12-19
Fix Etag checking for document requests: need to convert Etag header value to...
Christopher Lenz
2008-11-25
_all_docs_by_seq works with descending=true
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
[next]