actors: Reflect removal of choice of whether to cleanup in self-destruct
[8sync.git] / 8sync /
2017-11-01 Christopher Allan... actors: Reflect removal of choice of whether to cleanup...
2017-11-01 Christopher Allan... web: Various updates to web-server-client-loop
2017-11-01 Christopher Allan... websocket: Fix use of with-actor-nonblocking-ports
2017-11-01 Christopher Allan... actors: Have actors attach class name as cookie to...
2017-11-01 Christopher Allan... actors: Make addresses into a srfi-9 record.
2017-10-26 Christopher Allan... websocket: Ping client occasionally to prevent timeoiuts.
2017-10-24 Christopher Allan... actors: Fix handling errors on resuming.
2017-08-12 Christopher Allan... repl: Add spawn-repl, a simpler cooperative repl interf...
2017-08-11 Christopher Allan... Remove stray `pk' from web.scm.
2017-08-10 Christopher Allan... Fix unnecessary conditional check.
2017-08-10 Christopher Allan... Allow sending messages to put to-actor as an actual...
2017-08-09 Christopher Allan... Remove actor-alive?.
2017-08-09 Christopher Allan... Export *current-actor*.
2017-08-08 Christopher Allan... Rename wrap -> live-wrap and use in websocket server...
2017-08-08 Christopher Allan... actors.scm: Rename `wrap-apply' to `wrap' and export.
2017-08-08 Christopher Allan... Remove the wrap-apply surrounding websocket-client...
2017-08-08 Christopher Allan... irc: Remove import of (8sync agenda) module.
2017-08-08 Christopher Allan... Update actor io behavior to not break on new fibers...
2017-08-04 Christopher Allan... Remove deprecated files and clean up files in Makefile.am.
2017-08-03 Christopher Allan... Update web, websocket servers for recent actor changes.
2017-08-03 Christopher Allan... Update users of bootstrap-actor -> create-actor, and...
2017-08-03 Christopher Allan... Fix resuming from actor-suspended io.
2017-08-03 Christopher Allan... Update reference to hive to be dynamic state, simplify...
2017-08-03 Christopher Allan... Add TODO to inbox for adding backpressure.
2017-08-03 Christopher Allan... Remove spawn-inbox.
2017-08-03 Christopher Allan... Use `with-actor-nonblocking-ports' in irc.scm.
2017-08-03 Christopher Allan... Add with-actor-nonblocking-ports and related tooling.
2017-08-03 Christopher Allan... Remove (8sync agenda) as an import from actors.scm...
2017-08-03 Christopher Allan... Add 8syncfibers'ified REPL.
2017-08-03 Christopher Allan... Cleaning up exports.
2017-08-03 Christopher Allan... Add daydream.scm and re-enable some files in Makefile.am.
2017-08-03 Christopher Allan... Big refactor for 8sync on fibers in progress.
2017-02-09 Christopher Allan... web: Remove web-deprecated.scm.
2017-02-09 Christopher Allan... websocket: Preventing some eof-object related errors.
2017-01-30 Christopher Allan... actors: Avoid building up stack of error handlers when...
2017-01-30 Christopher Allan... agenda: Always set sec/usec to exact time.
2017-01-29 Christopher Allan... rmeta-slot: Rename wrap-rmeta-slot to build-rmeta-slot.
2017-01-25 Christopher Allan... actors: Switch over to using wrap-rmeta-slot for build...
2017-01-25 Christopher Allan... actors: Use rmeta-slot for actions dispatch.
2017-01-24 Christopher Allan... rmeta-slot: Make equal? type hash table access the...
2017-01-24 Christopher Allan... rmeta-slot: New module for recursive meta-slot access.
2017-01-24 Christopher Allan... websocket: Adding myself to server copyright lines.
2017-01-22 Christopher Allan... websockets: Initial websocket support.
2017-01-21 Christopher Allan... actors: Allow actors to specify whether to handle an...
2017-01-21 Christopher Allan... actors: Don't reply to a message when the messsage...
2017-01-19 Christopher Allan... repl: Publish notification about repl updates to subscr...
2017-01-15 Christopher Allan... web: Rename getters / accessors to use dot prefix.
2017-01-15 Christopher Allan... web: Rename handler slot to http-handler.
2017-01-11 Christopher Allan... Add define-method-star.
2017-01-11 Christopher Allan... Update copyrights.
2017-01-11 Christopher Allan... web: New actorified version of the web server.
2017-01-09 Christopher Allan... actors: Update comments on addresses.
2017-01-06 Christopher Allan... irc: Convert handle-line to a message handler.
2017-01-06 Christopher Allan... agenda: Remove deprecated comment.
2017-01-05 Christopher Allan... Use *init* and *cleanup* in existing actors.
2017-01-04 Christopher Allan... actors: Cleanup on signals.
2017-01-04 Christopher Allan... actors: Remove define-simple-actor, add define-actor.
2017-01-04 Christopher Allan... actors: Rename msg-receive, msg-val to mbody-receive...
2017-01-04 Christopher Allan... actors: Add auto-init feature to actors.
2017-01-03 Christopher Allan... actors: Implicit from-actor argument <-foo methods...
2017-01-02 Christopher Allan... agenda: Rename start-agenda to run-agenda.
2017-01-02 Christopher Allan... actors: Rename *clean-up* back to *cleanup.
2017-01-02 Christopher Allan... actors: Rename actor-am-i-alive? to actor-alive?.
2017-01-02 Christopher Allan... actors: Automatically add cookie by default in hive...
2017-01-02 Christopher Allan... actors: Update self-destruct to run *clean-up* message...
2017-01-02 Christopher Allan... actors: Rename *cleanup* action to *clean-up*.
2017-01-02 Christopher Allan... actors: Add cleanup facility to run-hive.
2017-01-02 Christopher Allan... actors: Rename ez-run-hive to run-hive.
2016-12-28 Christopher Allan... agenda: When re-invoking a continuation at the agenda...
2016-12-28 Christopher Allan... agenda: Fix prompt buildup in agenda.
2016-12-28 Christopher Allan... agenda: Switch "yield" to "8yield" and export.
2016-12-28 Christopher Allan... agenda: Major cleanup.
2016-12-27 Christopher Allan... actors: Add new method of running REPL via REPL actor.
2016-12-26 Christopher Allan... actors: Removing unnecessary level of indirection aroun...
2016-12-24 Christopher Allan... irc: Split irc-bot-send-line into main functionality...
2016-12-24 Christopher Allan... actors: Update actor ids to use a vector rather than...
2016-12-24 Christopher Allan... irc: Fixing "PONG" response, calls to handle-foo commands.
2016-12-23 Christopher Allan... irc: Shorten generic method names.
2016-12-23 Christopher Allan... irc: Move irc-bot code to make use of generic methods
2016-12-23 Christopher Allan... irc: Update irc code to use actors.
2016-12-23 Christopher Allan... actors: Add docstring to hive-create-actor*.
2016-12-21 Christopher Allan... actors: Move error propagation within <-wait; add ...
2016-12-21 Christopher Allan... actors: Generalize the <-foo methods functionality...
2016-12-20 Christopher Allan... actors: Switch coroutine waiting code over to using...
2016-12-20 Christopher Allan... agenda: Fixing exports.
2016-12-20 Christopher Allan... actors: Document the <message> records's fields.
2016-12-20 Christopher Allan... actors: Move actors center-stage in 8sync.
2016-12-19 Christopher Allan... web: Deprecate current web system.
2016-12-17 Christopher Allan... actors: Deprecate old facilities.
2016-12-17 Christopher Allan... actors: Adding "mhandlers" and updating define-simple...
2016-12-16 Christopher Allan... actors: Remove wrap-apply from actor-inheritable-messag...
2016-12-16 Christopher Allan... actors: Add "inheritable" message handler as default...
2016-12-15 Christopher Allan... actors: Add %current-actor parameter.
2016-12-14 Christopher Allan... agenda: Add 8usleep.
2016-12-13 Christopher Allan... actors: Add msg-val and add docstring to msg-receive. remove-define-mhandler
2016-12-12 Christopher Allan... actors: Add comment about adding deferred-slot to ...
2016-12-12 Christopher Allan... actors: Remove => alias.
2016-12-12 Christopher Allan... actors: Fix "unrewindable continuation" issue with...
2016-12-12 Christopher Allan... actors: Move message body to being an argument list...
2016-12-12 Christopher Allan... agenda: Move install-suspendable-ports! call to start...
next