summaryrefslogtreecommitdiff
path: root/share/server
AgeCommit message (Expand)Author
2010-04-22fix erlang filter funs and normalize filter fun api. thanks fdmanana. closes ...John Christopher Anderson
2010-04-16upgrade CommonJS modules support to 1.1.1 - thanks Mikeal. closes COUCHDB-739John Christopher Anderson
2010-02-25commonjs require for show list etc via Mikeal Rogers. closes COUCHDB-658John Christopher Anderson
2010-02-18add JSON to the sandbox for older spidermonkey without native JSONJohn Christopher Anderson
2010-02-05add list()-API cmompatible API to _show. Symmetry FTW.Jan Lehnardt
2010-02-04re-enable 404 handling in show functions while retaining user-friendly error ...Jan Lehnardt
2010-01-26Replace the old JavaScript query server JSON library with json2.jsJohn Christopher Anderson
2009-12-23Follow RFC 2616 closer and use "verb" instead of "method"Jan Lehnardt
2009-12-22move query server to a design-doc based protocol, closes COUCHDB-589John Christopher Anderson
2009-12-12Create a new sandbox for each reset.Paul Joseph Davis
2009-12-06fix COUCHDB-593, thanks Roger Binns for reportingJohn Christopher Anderson
2009-12-02removed add_fun optimization for filters, this provides better concurrency at...John Christopher Anderson
2009-08-11Initial commit of _update handler. Thanks to Paul Davis, Jason Davies for cod...John Christopher Anderson
2009-08-05proper handling of 406 Not Acceptable errors in list and show functionsJohn Christopher Anderson
2009-08-05Upgraded JavaScript Accept header handling to make it useful.John Christopher Anderson
2009-08-04Move mimeparse.js to it's own file, add to NOTICE as an external library.John Christopher Anderson
2009-07-24speed up json encoding, patch by Brian Candler, closes COUCHDB-399Jan Lehnardt
2009-07-20Initial checkin of _changes filters. The prime weak-spot for this approach is...John Christopher Anderson
2009-07-14wheeeeeeeeNoah Slater
2009-07-06trimmed trailing whitespaceNoah Slater
2009-07-04send utf-8 hearders with list and show responses. closes COUCHDB-392John Christopher Anderson
2009-06-14merge list-iterator branch to trunk. changes JavaScript _list APIJohn Christopher Anderson
2009-06-06truncate giant reduce overflow error outputJohn Christopher Anderson
2009-05-04reduce_limit error is thrown when the reduce function output is not small eno...John Christopher Anderson
2009-04-18move main.js generation to MakefileJan Lehnardt
2009-04-18add generation-noticeJan Lehnardt
2009-04-18integrate main.js split-up into build systemJan Lehnardt
2009-04-18refactor main.js into many files and improve show/list error handlingJohn Christopher Anderson
2009-04-17output errors differently during chunked responses (view and list)John Christopher Anderson
2009-04-16Baby steps toward better reporting of os_process errors (and JavaScript synta...John Christopher Anderson
2009-03-05make row_info.prev_key available on 2nd rowJohn Christopher Anderson
2009-02-09row_info object for _list pagination. Thanks benoitc.John Christopher Anderson
2009-02-09allow format query param to override accept headers for _list and _showJohn Christopher Anderson
2009-02-04create a separate mime registration for xhtmlJohn Christopher Anderson
2009-02-02add iteration numbers to list row functions. closes COUCHDB-233. thanks Benoi...John Christopher Anderson
2009-01-27add toJSON to the sandboxJohn Christopher Anderson
2009-01-27Improved etag handling for show funcs and db_doc requests; main.js cleanup (b...John Christopher Anderson
2009-01-24Improve show/list API and send external responses without chunked as it's not...John Christopher Anderson
2009-01-23View list functions can stream views in any format. See list_views test for d...John Christopher Anderson
2009-01-12rename _form to _show and move the funcs in the design doc to design.show.docsJohn Christopher Anderson
2009-01-03Slight improvement in forms error logging. When this is solid I will standard...John Christopher Anderson
2009-01-02test runner is back up (thanks davisp), and tests pass in safari again (e4x s...John Christopher Anderson
2008-12-30slightly better form error loggingJohn Christopher Anderson
2008-12-29merge form branch to trunkJohn Christopher Anderson
2008-12-24I agree with Damien that action.js is more than we want to support right now....John Christopher Anderson
2008-12-16action.js and testsJohn Christopher Anderson
2008-11-25Log the offending doc._id when the view function raises an exception.John Christopher Anderson
2008-11-11Check in of initial validation and authorization work. This work is incomplet...Damien F. Katz
2008-08-08COUCHDB-103 Fixed incompatibilty with new javascript (1.8) that no longer sup...Damien F. Katz
2008-06-23Follow fixes to r670732 for COUCHDB-83.Christopher Lenz