index
:
cloudant_bigcouch.git
debian
master
upstream
[cloudant_bigcouch]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2010-08-12
ddoc is already opened for us now
Adam Kocoloski
2010-08-12
switch to 0.11-style (3-arity) design handlers, fix _show
Adam Kocoloski
_list and _update still need to be fixed, and _view reopens the ddoc
2010-08-12
add json_req_obj/3, which accepts a docid as last argument
Adam Kocoloski
2010-08-12
fix passing options to fabric in _bulk_docs
Adam Kocoloski
2010-08-12
nicer error message when querying a non-existent DB
Adam Kocoloski
2010-08-12
better cookie auth failures. BugzID 1522, BugzID 10157
Adam Kocoloski
2010-08-12
re-add GET /_metrics to see list of installed handlers
Adam Kocoloski
2010-08-12
refactored couch metrics interface
Adam Kocoloski
2010-08-12
use proper startkey and endkey for 0.11
Adam Kocoloski
2010-08-12
return 409 on update conflict
Adam Kocoloski
2010-08-12
use 0.11 couch_uuids module
Adam Kocoloski
2010-08-12
fix error clause of view callbacks
Adam Kocoloski
2010-08-12
move ?b2a into couch_db.hrl
Adam Kocoloski
2010-08-12
more obvious file_exists create error handling
Adam Kocoloski
2010-08-12
support for sorted=false map views over HTTP. BugzID 10073
Adam Kocoloski
2010-08-12
_changes feed via fabric
Adam Kocoloski
2010-08-12
temporarily disable metrics
Adam Kocoloski
2010-08-12
starting to move metrics hooks into chttpd
Adam Kocoloski
2010-08-12
two more small ?COUCH -> fabric updates
Adam Kocoloski
2010-08-12
map and reduce views working over HTTP now, too
Adam Kocoloski
2010-08-12
updates to .app resource files
Adam Kocoloski
2010-08-12
remove unused module
Adam Kocoloski
2010-08-12
minor fixes to _all_docs with keys
Adam Kocoloski
2010-08-12
allow _all_docs with keys, too
Adam Kocoloski
2010-08-12
_all_docs served over http via fabric, woot
Adam Kocoloski
2010-08-12
bunch o' updates
Adam Kocoloski
- fabric view group info - send user_ctx to fabric on update_docs requests - send 403s for compaction and view cleanup
2010-08-12
some ?COUCH cleanup, and replicated_changes updates
Adam Kocoloski
2010-08-12
cleanup of customer_name code
Adam Kocoloski
2010-08-12
cosmetics
Adam Kocoloski
2010-08-12
yay, faster and simpler
Adam Kocoloski
2010-08-12
simpler startup, rely on constant pools for handler tables
Adam Kocoloski
2010-06-09
new app for dedicated cluster HTTP interface
Adam Kocoloski