summaryrefslogtreecommitdiff
path: root/share/server/util.js
Commit message (Expand)AuthorAgeFilesLines
* Avoid re-compiling filter view functionsNick Vatamaniuc2023-03-131-2/+2
* Remove json2 JS script and the try except around sealNick Vatamaniuc2023-02-031-7/+1
* Ensure Object.prototype.toSource() is always availableRobert Newson2022-04-201-4/+3
* Add Javascript to support Spidermonkey 60sm60-davispjiangph2019-12-201-2/+3
* use fresh sandbox for every compileRandall Leeds2016-09-091-41/+35
* Merge branch '1843-feature-bigcouch'Robert Newson2014-07-101-6/+3
|\
| * Use native JSON everywhere. Also, no eval for parsing JSON, thanks.Stefano J. Attardi2013-03-201-6/+3
* | share/server: use toString instead of toSourceFedor Indutny2013-08-021-4/+13
|/
* Merged pull request #19 from @maghoff with thanksMagnus Hoff2012-04-301-1/+1
* COUCHDB-111 CommonJS module names in tracebacksRandall Leeds2012-01-261-4/+4
* Revert "Fix function evaluation by newer SpiderMonkey's."Robert Newson2011-10-071-5/+1
* Allow CommonJS modules to be an empty string.Paul Joseph Davis2011-09-281-1/+1
* Fix function evaluation by newer SpiderMonkey's.Paul Joseph Davis2011-09-271-1/+5
* Fix CouchJS compatibility with older Spidermonkey.Paul Joseph Davis2011-09-021-1/+1
* Add CoffeeScript (http://coffeescript.org/) support to the JS view server.Jan Lehnardt2011-05-311-2/+13
* Fix handling of circular imports in CommonJS modules.Paul Joseph Davis2011-05-111-14/+23
* Even if sealing of an array is not allowed in the installed SpiderMonkey vers...Filipe David Borba Manana2010-11-251-1/+0
* Seal documents before passing them to map functions (JavaScript view server o...Filipe David Borba Manana2010-11-231-1/+7
* Proper verification of the roles property of a user document.Filipe David Borba Manana2010-11-211-0/+4
* Fix recursive call: recursivelySeal is not defined within the body of the ano...Filipe David Borba Manana2010-11-201-1/+1
* Bug fix: using undeclared identifier (doc). The function argument is named ob...Filipe David Borba Manana2010-11-201-2/+2
* Fixing some jslint warnings.Filipe David Borba Manana2010-11-201-4/+6
* Avoid lengthy stack traces for log(undefined);Jan Lehnardt2010-11-151-2/+4
* commonjs require no longer creates circular referencesJohn Christopher Anderson2010-09-121-26/+38
* upgrade CommonJS modules support to 1.1.1 - thanks Mikeal. closes COUCHDB-739John Christopher Anderson2010-04-161-14/+16
* commonjs require for show list etc via Mikeal Rogers. closes COUCHDB-658John Christopher Anderson2010-02-251-2/+53
* Replace the old JavaScript query server JSON library with json2.jsJohn Christopher Anderson2010-01-261-61/+3
* move query server to a design-doc based protocol, closes COUCHDB-589John Christopher Anderson2009-12-221-44/+47
* speed up json encoding, patch by Brian Candler, closes COUCHDB-399Jan Lehnardt2009-07-241-13/+16
* wheeeeeeeeNoah Slater2009-07-141-3/+3
* trimmed trailing whitespaceNoah Slater2009-07-061-1/+1
* merge list-iterator branch to trunk. changes JavaScript _list APIJohn Christopher Anderson2009-06-141-3/+2
* refactor main.js into many files and improve show/list error handlingJohn Christopher Anderson2009-04-181-0/+112