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
/
server
Age
Commit message (
Expand
)
Author
2009-08-05
Upgraded JavaScript Accept header handling to make it useful.
John Christopher Anderson
2009-08-04
Move mimeparse.js to it's own file, add to NOTICE as an external library.
John Christopher Anderson
2009-07-24
speed up json encoding, patch by Brian Candler, closes COUCHDB-399
Jan Lehnardt
2009-07-20
Initial checkin of _changes filters. The prime weak-spot for this approach is...
John Christopher Anderson
2009-07-14
wheeeeeeee
Noah Slater
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-14
merge list-iterator branch to trunk. changes JavaScript _list API
John Christopher Anderson
2009-06-06
truncate giant reduce overflow error output
John Christopher Anderson
2009-05-04
reduce_limit error is thrown when the reduce function output is not small eno...
John Christopher Anderson
2009-04-18
move main.js generation to Makefile
Jan Lehnardt
2009-04-18
add generation-notice
Jan Lehnardt
2009-04-18
integrate main.js split-up into build system
Jan Lehnardt
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-16
Baby steps toward better reporting of os_process errors (and JavaScript synta...
John Christopher Anderson
2009-03-05
make row_info.prev_key available on 2nd row
John Christopher Anderson
2009-02-09
row_info object for _list pagination. Thanks benoitc.
John Christopher Anderson
2009-02-09
allow format query param to override accept headers for _list and _show
John Christopher Anderson
2009-02-04
create a separate mime registration for xhtml
John Christopher Anderson
2009-02-02
add iteration numbers to list row functions. closes COUCHDB-233. thanks Benoi...
John Christopher Anderson
2009-01-27
add toJSON to the sandbox
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-24
Improve show/list API and send external responses without chunked as it's not...
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-12
rename _form to _show and move the funcs in the design doc to design.show.docs
John Christopher Anderson
2009-01-03
Slight improvement in forms error logging. When this is solid I will standard...
John Christopher Anderson
2009-01-02
test runner is back up (thanks davisp), and tests pass in safari again (e4x s...
John Christopher Anderson
2008-12-30
slightly better form error logging
John Christopher Anderson
2008-12-29
merge form branch to trunk
John Christopher Anderson
2008-12-24
I agree with Damien that action.js is more than we want to support right now....
John Christopher Anderson
2008-12-16
action.js and tests
John Christopher Anderson
2008-11-25
Log the offending doc._id when the view function raises an exception.
John Christopher Anderson
2008-11-11
Check in of initial validation and authorization work. This work is incomplet...
Damien F. Katz
2008-08-08
COUCHDB-103 Fixed incompatibilty with new javascript (1.8) that no longer sup...
Damien F. Katz
2008-06-23
Follow fixes to r670732 for COUCHDB-83.
Christopher Lenz
2008-06-23
Improve error handling for undefined values emitted by map functions. Closes ...
Christopher Lenz
2008-06-23
Follow-up to r670653: Implement deep sealing in Javascript as using the nativ...
Christopher Lenz
2008-06-23
Seal the document in Javascript view functions in 'deep' mode so that it's no...
Christopher Lenz
2008-06-09
Changed name of 'combine' phase of reduce to 'rereduce', to avoid confusion.
Damien F. Katz
2008-05-26
Applied patch to enable logging from Javascript view functions. Closes COUCHD...
Christopher Lenz
2008-05-23
fix for bug with reusing map btree indexes when multiple views have the same ...
Damien F. Katz
2008-05-20
Some javascript code cleanup.
Christopher Lenz
2008-05-20
Fixed design document view definitions to be consistent with temp views. Chan...
Damien F. Katz
2008-05-15
Incremental reduce first checkin. Warning! Disk format change.
Damien F. Katz
2008-04-07
Compaction. Works, but still needs queueing and better handling for long read...
Damien F. Katz
2008-03-28
Imported trunk.
Christopher Lenz