Commit Graph

164 Commits

Author SHA1 Message Date
Tony Garnock-Jones d080494664 Add singleton feature to Actor observation 2014-08-25 11:44:09 -07:00
Tony Garnock-Jones c5f7e9db2a Update build products 2014-08-22 17:12:50 -07:00
Tony Garnock-Jones a62f00b8a3 Sort process tree by numeric PID, not by PID string 2014-08-22 17:12:40 -07:00
Tony Garnock-Jones e9697c8171 Update build products 2014-08-22 17:06:11 -07:00
Tony Garnock-Jones d7baec744e Smarter process-tree-printing for Chrome 2014-08-22 17:06:06 -07:00
Tony Garnock-Jones 216935d60f Webworkerized DOM example 2014-08-05 17:25:40 -07:00
Tony Garnock-Jones 66709fe58e Update build products 2014-08-04 11:32:03 -07:00
Tony Garnock-Jones 318770e301 Fix missing Codec module reference 2014-08-04 11:28:47 -07:00
Tony Garnock-Jones bd06a8a09e Update build products 2014-08-02 09:00:44 -07:00
Tony Garnock-Jones 659ee24105 Experimental Web Worker support 2014-08-02 00:32:46 -07:00
Tony Garnock-Jones 2bfacbfc7b Split veryclean out from clean to avoid foolish mistakes 2014-08-02 00:31:18 -07:00
Tony Garnock-Jones e78696c621 Split out Ground, Codec 2014-08-02 00:30:52 -07:00
Tony Garnock-Jones f46fd52239 Filter out metaLevel mismatches 2014-08-02 00:25:18 -07:00
Tony Garnock-Jones e0def26f6c Initialize Actor presence/name/added/removed state variables 2014-07-28 17:43:08 -07:00
Tony Garnock-Jones 9965ce760e Update build products 2014-07-25 16:57:16 -07:00
Tony Garnock-Jones 76044b539e Update chat example to Actor; preserve non-Actor version; remove
currently-useless OSX app resources
2014-07-25 16:57:16 -07:00
Tony Garnock-Jones 55c9fa1d49 Convert DOM and smoketest examples to actor.js 2014-07-25 16:57:16 -07:00
Tony Garnock-Jones 95a4bc3c93 Finish actor.js 2014-07-25 16:57:09 -07:00
Tony Garnock-Jones 9ffbec107f More experimentation in test/tr.js 2014-07-25 16:56:06 -07:00
Tony Garnock-Jones fba2ee91a8 actor.js (WIP) 2014-07-25 16:56:06 -07:00
Tony Garnock-Jones 0b361137a2 Reflect.formalParameters 2014-07-25 16:56:06 -07:00
Tony Garnock-Jones e0b476cc0a matchPattern, projectObjects 2014-07-25 16:56:06 -07:00
Tony Garnock-Jones cfeb46ef62 Prefer Array.isArray() to "instanceof Array" tests 2014-07-25 16:56:06 -07:00
Tony Garnock-Jones 80befd60eb Named captures 2014-07-25 16:56:06 -07:00
Tony Garnock-Jones 28405b544f Remove unused bindings 2014-07-25 16:56:05 -07:00
Tony Garnock-Jones a605a438cf Multidom example (buggy!) 2014-07-25 16:56:05 -07:00
Tony Garnock-Jones 96d577b2d7 Permit overriding of DOM/jQuery patterns (enables remote connectivity) 2014-07-24 16:21:54 -07:00
Tony Garnock-Jones f7baa65a2d Use nested-arrays (sexpr style) instead of hashes for DOM fragments 2014-07-24 16:21:07 -07:00
Tony Garnock-Jones 8fde23d187 Fix module path in tests 2014-07-23 17:25:29 -07:00
Tony Garnock-Jones 96d3d3c621 Makefile tweaks 2014-07-23 17:24:48 -07:00
Tony Garnock-Jones 7bab9be492 Some modularity; general cleanup of codebase 2014-07-23 17:21:51 -07:00
Tony Garnock-Jones 4239c1ea33 Simply erase *all* entries mapping to the driver's PID 2014-07-22 10:24:11 -07:00
Tony Garnock-Jones 044cd84e60 Add route.fullGestalt function 2014-07-22 10:23:32 -07:00
Tony Garnock-Jones 48e1b04f90 Only keep a tombstone if there was a non-falsy exit reason 2014-07-22 09:36:04 -07:00
Tony Garnock-Jones 0025e6b3af Statistics; deduplication of outgoing routes 2014-07-21 17:42:29 -07:00
Tony Garnock-Jones a0b3ac3198 Track metalevels and levels in .transform; exploit this in websocket driver 2014-07-21 17:11:47 -07:00
Tony Garnock-Jones 19374f6926 Cheap and nasty hack to keep websocket relay from crashing 2014-07-21 16:40:38 -07:00
Tony Garnock-Jones 853533f5b1 Store tombstones for debugging purposes 2014-07-21 16:20:24 -07:00
Tony Garnock-Jones 2aa44a9142 processTree, textProcessTree 2014-07-21 16:06:51 -07:00
Tony Garnock-Jones 340d32e33c Moved server to minimart/.../broker.rkt 2014-07-18 10:24:48 -07:00
Tony Garnock-Jones 4e5bf4955f Switch to minimart built-in relay 2014-06-14 20:53:21 -04:00
Tony Garnock-Jones 44de4f118c No callers of rupdate() 2014-06-07 12:32:41 -04:00
Tony Garnock-Jones 73192735e0 Flip default demandSideIsSubscription to false. 2014-06-06 21:16:20 -04:00
Tony Garnock-Jones 53e3c23a5f Include route.js in OS X app 2014-05-28 22:11:21 -04:00
Tony Garnock-Jones fe2fcdb1c8 Bring chat example up to date 2014-05-28 19:45:12 -04:00
Tony Garnock-Jones a7212a02af Adjust projection to yield multiple values instead of a vector 2014-05-28 19:44:35 -04:00
Tony Garnock-Jones 420784bb11 Allow overriding of (de)serializeSuccess functions 2014-05-28 19:42:30 -04:00
Tony Garnock-Jones 5c68f2243a Support for embedding matchers in patterns 2014-05-28 17:22:08 -04:00
Tony Garnock-Jones 461f96d5d4 Initial attempt at porting server.rkt to fastrouting 2014-05-28 16:36:52 -04:00
Tony Garnock-Jones 95701d39c5 It's console.warn, not console.warning 2014-05-27 13:15:32 -04:00