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
/
share
/
www
/
script
/
test
/
show_documents.js
Age
Commit message (
Expand
)
Author
2010-08-18
expose security obj to shows, lists & updates functions.
Benoit Chesneau
2010-02-28
treat deleted docs as nonexistant docs
Jan Lehnardt
2010-02-28
revert accidental commit
Jan Lehnardt
2010-02-28
Merge branch 'show-deleted-docs' into trunk
Jan Lehnardt
2010-02-05
add list()-API cmompatible API to _show. Symmetry FTW.
Jan Lehnardt
2010-02-04
re-enable 404 handling in show functions while retaining user-friendly error ...
Jan Lehnardt
2010-02-04
fix COUCHDB-638.
Benoit Chesneau
2010-01-26
Replace the old JavaScript query server JSON library with json2.js
John Christopher Anderson
2009-12-23
Follow RFC 2616 closer and use "verb" instead of "method"
Jan Lehnardt
2009-12-22
remove show from db doc GET handler, completing flip-flop on COUCHDB-404
John Christopher Anderson
2009-12-22
move query server to a design-doc based protocol, closes COUCHDB-589
John Christopher Anderson
2009-12-06
fix COUCHDB-593, thanks Roger Binns for reporting
John Christopher Anderson
2009-08-16
make tests fast again, use X-Couch-Full-Commit:false for all db operations
Jan Lehnardt
2009-08-05
proper handling of 406 Not Acceptable errors in list and show functions
John Christopher Anderson
2009-08-05
Upgraded JavaScript Accept header handling to make it useful.
John Christopher Anderson
2009-08-04
Initial check-in of OAuth and cookie authentication.
Damien F. Katz
2009-08-04
add compile-time conditionals to support the upcoming Spidermonkey 1.8, swap ...
Jan Lehnardt
2009-07-14
wheeeeeeee
Noah Slater
2009-07-10
Apply patch from Benoit Chesneau's COUCHDB-404
John Christopher Anderson
2009-07-06
trimmed trailing whitespace
Noah Slater
2009-07-04
send utf-8 hearders with list and show responses. closes COUCHDB-392
John Christopher Anderson
2009-06-15
Send CouchDB Server: header for all external queries. Fixes COUCHDB-379.
Jan Lehnardt
2009-06-14
merge list-iterator branch to trunk. changes JavaScript _list API
John Christopher Anderson
2009-04-18
refactor main.js into many files and improve show/list error handling
John Christopher Anderson
2009-03-28
always load _conflicts in _show functions
Jan Lehnardt
2009-03-10
Remove leftover console.log(). Should we get a pre-commit hook for these? Clo...
Jan Lehnardt
2009-03-09
merge design doc resource branch. breaking changes to _view query paths.
John Christopher Anderson
2009-03-04
whitespace
Jan Lehnardt
2009-03-04
allow for handling 404s in document show functions
Jan Lehnardt
2009-02-15
Reorganize the tests into one file per test. No other changes.
John Christopher Anderson