actors: Remove unnecessary "begin".
[8sync.git] / 8sync /
2016-04-25 Christopher Allan... actors: Remove unnecessary "begin".
2016-04-25 Christopher Allan... actors: Add autoreply support.
2016-04-25 Christopher Allan... actors: Fix resuming continuation when waiting on message.
2016-04-25 Christopher Allan... actors: Remove nesting of actions in define-simple...
2016-04-25 Christopher Allan... actors; Move message definitions earlier in the file.
2016-04-25 Christopher Allan... actors: Switch comment header
2016-04-25 Christopher Allan... actors: Fix serialize-message to not use address->string
2016-04-25 Christopher Allan... actors: Fix export of pprint-message
2016-04-25 Christopher Allan... actors: message-ref: Throw a better error on missing key
2016-04-25 Christopher Allan... actors: Export read/write methods on messages.
2016-04-25 Christopher Allan... actors: `message-ref' now errors if no dflt provided...
2016-04-25 Christopher Allan... actors: New read-message procedures, touch up write...
2016-04-25 Christopher Allan... actors: Switch out address objects for more-easily...
2016-04-25 Christopher Allan... actors: Added docstrings to some message write procedures
2016-04-25 Christopher Allan... actors: Write/pretty-print procedures for messages
2016-04-25 Christopher Allan... actors: Rename function deferred-reply -> message-defer...
2016-04-25 Christopher Allan... systems: actors: New actor model system.
2016-04-24 Christopher Allan... agenda: Make agendas run with "easier" default arguments
2016-04-15 Christopher Allan... agenda: Rename %8sync (and %8sync-*) to 8sync (and...
2016-04-14 Christopher Allan... systems: web: Re-enable co-op repl with simple http...
2015-12-12 Christopher Allan... Adding absolute basic webdev environment
2015-12-12 Christopher Allan... Return a value to the continuations from various %8sync...
2015-12-12 Christopher Allan... Switch from (%8sync (%run)) to just (%8sync) or (%8sync...
2015-12-07 Christopher Allan... Fix %port-request and %port-remove-request
2015-12-07 Christopher Allan... agenda: Various %port-foo enhancements
2015-12-01 Christopher Allan... irc: shut down properly when the server does too
2015-12-01 Christopher Allan... Port removal, stop-on-nothing-to-do, and select when...
2015-12-01 Christopher Allan... Add <port-remove-request> and friends
2015-12-01 Christopher Allan... Switch irc.scm to use %8sync-run
2015-11-29 Christopher Allan... Add %8sync-run sugar and friends
2015-11-29 Christopher Allan... Added a TODO for myself to write (%run-immediately)
2015-11-29 Christopher Allan... Renaming `eightsync' to `8sync' everywhere in the code
2015-11-22 Christopher Allan... renamed 8sync directory to eightsync
2015-11-22 Christopher Allan... Adding automake stuff