summaryrefslogtreecommitdiffstats
path: root/source4/scripting/libjs/encoder.js
Commit message (Collapse)AuthorAgeFilesLines
* Convert some more files to GPLv3.Andrew Kroeger2008-03-281-1/+1
| | | | (This used to be commit ebe5e8399422eb7e2ff4deb546338823e2718907)
* r9465: handle encoding and decoding of pointers, representing them as aAndrew Tridgell2007-10-101-0/+2
| | | | | string containing "(POINTER)" (This used to be commit 6f69eeb8f258063f1ac911ab38e667e7743ccba3)
* r9174: ejs does not include the special variable 'length' in for loops over ↵Andrew Tridgell2007-10-101-18/+32
| | | | | | | objects, so we need to check for it separately in the object lineariser (This used to be commit ea3c3d0a0f79c49c2e93da4956cc509614f92f37)
* r9131: started adding the server side code for "AJAJ" (asynchronous ↵Andrew Tridgell2007-10-101-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. (This used to be commit 5f9e00fb7f36f3351f40da93acfe47c911f6f65f)