summaryrefslogtreecommitdiff
path: root/share/server
AgeCommit message (Expand)Author
2011-05-11Fix circular imports in CommonJS modules.Paul Joseph Davis
2011-04-17Make this reference ddoc in provides() functionsJan Lehnardt
2010-11-25Merged revision 1039118 from trunk:Filipe David Borba Manana
2010-11-23Merged revision 1038193 from trunk:Filipe David Borba Manana
2010-11-21Merged revision 1037448 from trunk:Filipe David Borba Manana
2010-11-20Merged revision 1037245 from trunk:Filipe David Borba Manana
2010-11-20Merged revision 1037213 from trunk:Filipe David Borba Manana
2010-11-15Avoid lengthy stack traces for log(undefined);Jan Lehnardt
2010-09-27CommonJS support in map functionsJohn Christopher Anderson
2010-09-12commonjs require no longer creates circular referencesJohn Christopher Anderson
2010-07-23update json2.js to latest versionJohn Christopher Anderson
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