Age | Commit message (Expand) | Author |
2010-11-15 | Avoid lengthy stack traces for log(undefined); | Jan Lehnardt |
2010-09-27 | CommonJS support in map functions | John Christopher Anderson |
2010-09-12 | commonjs require no longer creates circular references | John Christopher Anderson |
2010-07-23 | update json2.js to latest version | John Christopher Anderson |
2010-04-22 | fix erlang filter funs and normalize filter fun api. thanks fdmanana. closes ... | John Christopher Anderson |
2010-04-16 | upgrade CommonJS modules support to 1.1.1 - thanks Mikeal. closes COUCHDB-739 | John Christopher Anderson |
2010-02-25 | commonjs require for show list etc via Mikeal Rogers. closes COUCHDB-658 | John Christopher Anderson |
2010-02-18 | add JSON to the sandbox for older spidermonkey without native JSON | John Christopher Anderson |
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-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 | move query server to a design-doc based protocol, closes COUCHDB-589 | John Christopher Anderson |
2009-12-12 | Create a new sandbox for each reset. | Paul Joseph Davis |
2009-12-06 | fix COUCHDB-593, thanks Roger Binns for reporting | John Christopher Anderson |
2009-12-02 | removed add_fun optimization for filters, this provides better concurrency at... | John Christopher Anderson |
2009-08-11 | Initial commit of _update handler. Thanks to Paul Davis, Jason Davies for cod... | John Christopher Anderson |
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 | 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 |