8sync.git
2017-01-30 Christopher... agenda: Always set sec/usec to exact time.
2017-01-29 Christopher... rmeta-slot: Rename wrap-rmeta-slot to build-rmeta-slot.
2017-01-25 Christopher... actors: Switch over to using wrap-rmeta-slot for build...
2017-01-25 Christopher... actors: Use rmeta-slot for actions dispatch.
2017-01-24 Christopher... rmeta-slot: Make equal? type hash table access the...
2017-01-24 Christopher... rmeta-slot: New module for recursive meta-slot access.
2017-01-24 Christopher... websocket: Adding myself to server copyright lines.
2017-01-22 Christopher... websockets: Initial websocket support.
2017-01-21 Christopher... actors: Allow actors to specify whether to handle an...
2017-01-21 Christopher... actors: Don't reply to a message when the messsage...
2017-01-19 Christopher... repl: Publish notification about repl updates to subscr...
2017-01-15 Christopher... web: Rename getters / accessors to use dot prefix.
2017-01-15 Christopher... web: Rename handler slot to http-handler.
2017-01-11 Christopher... Add define-method-star.
2017-01-11 Christopher... Update copyrights.
2017-01-11 Christopher... web: New actorified version of the web server.
2017-01-09 Christopher... actors: Update comments on addresses.
2017-01-08 Christopher... build: Releasing 8sync 0.4.1. v0.4.1
2017-01-08 Christopher... build: Fix install targets to point to Guile 2.2 instea...
2017-01-08 Christopher... packaging: Updating guix.scm to GPLv3+, setting source...
2017-01-08 Christopher... build: Releasing version 0.4.0. v0.4.0
2017-01-08 Christopher... build: Update and comment on hash in guix.scm.
2017-01-08 Christopher... build: Add guix.scm to tarball.
2017-01-08 Christopher... build: Rename package.scm to guix.scm and update.
2017-01-08 Christopher... build: Include bootstrap.sh in tarball.
2017-01-08 Christopher... NEWS: Updating news for v0.4.0.
2017-01-07 Christopher... build: Add gendocs.
2017-01-07 Christopher... doc: Move content from doc/8sync-new-manual.org to...
2017-01-06 Christopher... doc: Delete trailing whitespace.
2017-01-06 Christopher... doc: Last minute cleanups to the tutorial before we...
2017-01-06 Christopher... doc: Add a note about actor-alive? being likely to...
2017-01-06 Christopher... doc: Have telcmd tutorial example send itself a message...
2017-01-06 Christopher... irc: Convert handle-line to a message handler.
2017-01-06 Christopher... doc: Reordering some paragraphs in the tutorial.
2017-01-06 Christopher... doc: Remove stray #+END_SRC.
2017-01-06 Christopher... agenda: Remove deprecated comment.
2017-01-06 Christopher... doc: Some tutorial tweaks.
2017-01-05 Christopher... doc: Move the "live hacking intermission" to the bottom.
2017-01-05 Christopher... doc: Tutorial additions.
2017-01-05 Christopher... Use *init* and *cleanup* in existing actors.
2017-01-04 Christopher... demos: Switch botherbotherbother demo over to use defin...
2017-01-04 Christopher... actors: Cleanup on signals.
2017-01-04 Christopher... actors: Remove define-simple-actor, add define-actor.
2017-01-04 Christopher... doc: Add a note about the calls to display.
2017-01-04 Christopher... doc: Tweak and fix the "Writing our own actors" section.
2017-01-04 Christopher... actors: Rename msg-receive, msg-val to mbody-receive...
2017-01-04 Christopher... actors: Add auto-init feature to actors.
2017-01-03 Christopher... doc: Add addendum section on relationship between 8sync...
2017-01-03 Christopher... actors: Implicit from-actor argument <-foo methods...
2017-01-02 Christopher... agenda: Rename start-agenda to run-agenda.
2017-01-02 Christopher... actors: Rename *clean-up* back to *cleanup.
2017-01-02 Christopher... actors: Rename actor-am-i-alive? to actor-alive?.
2017-01-02 Christopher... actors: Automatically add cookie by default in hive...
2017-01-02 Christopher... tests: Fix broken test in test-actors.
2017-01-02 Christopher... tests: Oops, forgot to add <exploder> to test-actors.
2017-01-02 Christopher... actors: Update self-destruct to run *clean-up* message...
2017-01-02 Christopher... actors: Rename *cleanup* action to *clean-up*.
2017-01-02 Christopher... actors: Add cleanup facility to run-hive.
2017-01-02 Christopher... tests: Add "speaker" utility.
2017-01-02 Christopher... doc: Rename calls to ez-run-hive to run-hive and adjust...
2017-01-02 Christopher... actors: Rename ez-run-hive to run-hive.
2017-01-01 Christopher... docs: Added "Writing our own actors" section
2016-12-31 Christopher... doc: Add pk debugging section.
2016-12-30 Christopher... doc: Finish "About live hacking" section.
2016-12-28 Christopher... agenda: When re-invoking a continuation at the agenda...
2016-12-28 Christopher... agenda: Fix prompt buildup in agenda.
2016-12-28 Christopher... agenda: Switch "yield" to "8yield" and export.
2016-12-28 Christopher... agenda: Major cleanup.
2016-12-27 Christopher... actors: Add new method of running REPL via REPL actor.
2016-12-26 Christopher... actors: Removing unnecessary level of indirection aroun...
2016-12-25 Christopher... doc: Add "A silly little IRC bot" section to new manual.
2016-12-25 Christopher... demos: Import format in ircbot.scm.
2016-12-25 Christopher... doc: Add tutorial intro to the new manual.
2016-12-24 Christopher... doc: Drafting a new manual.
2016-12-24 Christopher... irc: Split irc-bot-send-line into main functionality...
2016-12-24 Christopher... actors: Update actor ids to use a vector rather than...
2016-12-24 Christopher... irc: Fixing "PONG" response, calls to handle-foo commands.
2016-12-23 Christopher... irc: Shorten generic method names.
2016-12-23 Christopher... irc: Move irc-bot code to make use of generic methods
2016-12-23 Christopher... irc: Update irc code to use actors.
2016-12-23 Christopher... actors: Add docstring to hive-create-actor*.
2016-12-21 Christopher... actors: Move error propagation within <-wait; add ...
2016-12-21 Christopher... actors: Generalize the <-foo methods functionality...
2016-12-20 Christopher... actors: Switch coroutine waiting code over to using...
2016-12-20 Christopher... agenda: Fixing exports.
2016-12-20 Christopher... actors: Document the <message> records's fields.
2016-12-20 Christopher... Add toplevel 8sync.scm file.
2016-12-20 Christopher... actors: Move actors center-stage in 8sync.
2016-12-19 Christopher... build: Releasing v0.3.0. v0.3.0
2016-12-19 Christopher... web: Deprecate current web system.
2016-12-19 Christopher... NEWS: Updating news to current 0.3.0 state.
2016-12-17 Christopher... actors: Deprecate old facilities.
2016-12-17 Christopher... demos: Update demos to new conventions.
2016-12-17 Christopher... actors: Adding "mhandlers" and updating define-simple...
2016-12-16 Christopher... actors: Remove wrap-apply from actor-inheritable-messag...
2016-12-16 Christopher... actors: Add "inheritable" message handler as default...
2016-12-15 Christopher... actors: Add %current-actor parameter.
2016-12-14 Christopher... agenda: Add 8usleep.
2016-12-14 Christopher... doc: Remove (inaccurate) version number from docs.
2016-12-14 Christopher... doc: Remove the indentation after newline structure.
next