summaryrefslogtreecommitdiffstats
path: root/source/scripting/libjs/encoder.js
Commit message (Collapse)AuthorAgeFilesLines
* r9465: handle encoding and decoding of pointers, representing them as aAndrew Tridgell2005-08-221-0/+2
| | | | string containing "(POINTER)"
* r9174: ejs does not include the special variable 'length' in for loops over ↵Andrew Tridgell2005-08-071-18/+32
| | | | | | objects, so we need to check for it separately in the object lineariser
* r9131: started adding the server side code for "AJAJ" (asynchronous ↵Andrew Tridgell2005-08-051-0/+100
javascript and javascript) This is rather like AJAX, but passes around javascript objects between the client and server, taking advantage of the fact that we have the same language on both client and server.