summaryrefslogtreecommitdiff
path: root/share/server/util.js
AgeCommit message (Expand)Author
2011-09-27Fix function evaluation by newer SpiderMonkey's.Paul Joseph Davis
2011-05-11Fix circular imports in CommonJS modules.Paul Joseph Davis
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-12commonjs require no longer creates circular referencesJohn 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-01-26Replace the old JavaScript query server JSON library with json2.jsJohn Christopher Anderson
2009-12-22move query server to a design-doc based protocol, closes COUCHDB-589John Christopher Anderson
2009-07-24speed up json encoding, patch by Brian Candler, closes COUCHDB-399Jan Lehnardt
2009-07-14wheeeeeeeeNoah Slater
2009-07-06trimmed trailing whitespaceNoah Slater
2009-06-14merge list-iterator branch to trunk. changes JavaScript _list APIJohn Christopher Anderson
2009-04-18refactor main.js into many files and improve show/list error handlingJohn Christopher Anderson