Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r9465: handle encoding and decoding of pointers, representing them as a | Andrew Tridgell | 2005-08-22 | 1 | -0/+2 |
| | | | | string containing "(POINTER)" | ||||
* | r9174: ejs does not include the special variable 'length' in for loops over ↵ | Andrew Tridgell | 2005-08-07 | 1 | -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 Tridgell | 2005-08-05 | 1 | -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. |