doc: Finish "About live hacking" section.
[8sync.git] / 8sync /
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...
2016-12-11 Christopher Allan... actors: Make the <-* message sending procedures officia...
2016-12-11 Christopher Allan... agenda: Fix 8sleep's time parameter.
2016-12-11 Christopher Allan... actors: Removing deprecated comment. new-world-order
2016-12-10 Christopher Allan... actors: Remove deprecated call to former "8sync" definition
2016-12-10 Christopher Allan... agenda: Cut out huge swath of old 8sync-* procedures...
2016-12-10 Christopher Allan... agenda: Add yield procedure.
2016-12-09 Christopher Allan... agenda: Rename 8sync-nowait to 8sync.
2016-12-09 Christopher Allan... agenda: Remove 8sync macro.
2016-12-09 Christopher Allan... Add comment noting that the "web" system needs a rewrite. wip-suspendable-ports
2016-12-08 Christopher Allan... irc: Update IRC code to use simpler suspendable ports...
2016-12-08 Christopher Allan... agenda: Remove call to deprecated agenda-except-port...
2016-12-08 Christopher Allan... agenda: Remove debugging statements.
2016-12-08 Christopher Allan... agenda: Use suspendable ports feature from Guile 2.2.
2016-05-10 Christopher Allan... agenda: Add "8sleep" sugar.
2016-05-07 Christopher Allan... actors: Fix hive-actor-local? to check the hive id...
2016-05-07 Christopher Allan... agenda: Permit a post-run-hook in start-agenda.
2016-05-03 Christopher Allan... agenda: Update comment, could also attach catch routine...
2016-05-03 Christopher Allan... actors: Catch all errors in the actor model.
2016-05-03 Christopher Allan... actors: Permit docstrings in mlambda.
2016-05-03 Christopher Allan... actors: Export simple-dispatcher.
2016-05-03 Christopher Allan... actors: Export build-actions.
2016-05-03 Christopher Allan... actors: Add note that maybe action dispatch error check...
2016-05-03 Christopher Allan... actors: Add build-actions and retool make-action-dispat...
2016-05-02 Christopher Allan... actors: Add with-message-args and build mlambda off it.
2016-04-30 Christopher Allan... actors: Add define-mhandler, a method handler definitio...
2016-04-29 Christopher Allan... actors: mlambda, removing require-slot, GOOPS usage...
2016-04-29 Christopher Allan... actors: debug: hive-create-actor-gimmie*'s init should...
2016-04-28 Christopher Allan... actors: Handle messages/coroutines in want of reply...
2016-04-27 Christopher Allan... actors: Remove unnecessary let in hive-process-message.
2016-04-27 Christopher Allan... actors: debug: Fixing hive-create-actor-gimmie, hive...
2016-04-27 Christopher Allan... actors: Define "<-" type aliases for send-message and...
2016-04-27 Christopher Allan... actors: Rename hive-bootstrap-message -> bootstrap...
2016-04-27 Christopher Allan... actors: Remove <hive-proxy>; no longer export actor...
2016-04-27 Christopher Allan... actors: debug: Expose more things via debug
2016-04-26 Christopher Allan... actors: Switch hive-create-actor[*] to match create...
2016-04-26 Christopher Allan... actors: Switch random-number-size to be 2^128.
2016-04-26 Christopher Allan... actors: Add debug module with useful utilities. wip-actors
2016-04-26 Christopher Allan... agenda: Update copyright header.
2016-04-26 Christopher Allan... actors: Switch send-message and reply-message to use...
2016-04-26 Christopher Allan... agenda: Rename 8sync-immediate to 8sync-nowait and...
2016-04-26 Christopher Allan... actors: Fix self-destruct.
2016-04-26 Christopher Allan... actors: Fix create-actor, create-actor*
2016-04-26 Christopher Allan... actors: Add actor creation/destruction methods.
2016-04-25 Christopher Allan... actors: Properly autoreply to replies; make reply-messa...
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
next