summaryrefslogtreecommitdiff
path: root/jsonrpc
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r19055: JSON-RPC is working! It passes the small qooxdoo JSON-RPC test suiteDerrell Lipman4-23/+25
perfectly. This check in covers the remaining fixes and enhancements to complete the server. In a subsequent check-in, I need to learn about the new qooxdoo packaging mechanism. Although it'd be nice to have the whole source tree, that's huge and needn't be in samba svn. It's now supposed to be very easy to package qooxdoo, so I'll figure out how that's done and then check in the relevant small number of files. Steps after that involve generating the stubs to allow various ejs functions to be called via JSON-RPC. Derrell (This used to be commit 5bfebbda7a5d28d4deb31c54a8feb24c4416cbf6)
2007-10-10r19052: clarify what actually does whatDerrell Lipman1-1/+3
(This used to be commit 0218a1798978f92491fbf88eaffbc3226b640b5e)
2007-10-10r19051: JSON-RPC server work-in-progress. It's almost working.Derrell Lipman3-57/+32
(This used to be commit 6e9cb2ed1cf87aed322fd7821237d088c2fef340)
2007-10-10r19019: Add a parser for javascript literals. This is implemented for ↵Derrell Lipman1-2/+32
parsing JSON strings, but is generally useful for creating ejs variables from object or array literals, which aren't supported in the old version of ejs that we're using. This parser is implemented in C, but is callable from an ejs script via literal_to_var(). (This used to be commit 82fdcd9339a8ffb1016b96c06f7d6580aa759174)
2007-10-10r18911: add a JSON encoderDerrell Lipman1-0/+213
(This used to be commit 774e87974951a03663a1efd15dfde3d012bcf526)
2007-10-10r18880: JSON-RPC work in progressDerrell Lipman3-0/+922
(This used to be commit 34bffbaebf50c2a75c91285d5ec82e8f377981cc)