8sync.git
2022-05-03 Christine Lemmer... finish docstring fibers
2020-08-25 Christopher... Update for guile-3.0
2017-11-01 Christopher... actors: Reflect removal of choice of whether to cleanup...
2017-11-01 Christopher... web: Various updates to web-server-client-loop
2017-11-01 Christopher... websocket: Fix use of with-actor-nonblocking-ports
2017-11-01 Christopher... actors: Have actors attach class name as cookie to...
2017-11-01 Christopher... actors: Make addresses into a srfi-9 record.
2017-10-26 Christopher... websocket: Ping client occasionally to prevent timeoiuts.
2017-10-24 Christopher... actors: Fix handling errors on resuming.
2017-08-14 Christopher... guix.scm: Update commit of guile-fibers-git.
2017-08-12 Christopher... repl: Add spawn-repl, a simpler cooperative repl interf...
2017-08-11 Christopher... Remove stray `pk' from web.scm.
2017-08-10 Christopher... Fix unnecessary conditional check.
2017-08-10 Christopher... Allow sending messages to put to-actor as an actual...
2017-08-09 Christopher... Remove actor-alive?.
2017-08-09 Christopher... Export *current-actor*.
2017-08-08 Christopher... Rename wrap -> live-wrap and use in websocket server...
2017-08-08 Christopher... actors.scm: Rename `wrap-apply' to `wrap' and export.
2017-08-08 Christopher... Remove the wrap-apply surrounding websocket-client...
2017-08-08 Christopher... irc: Remove import of (8sync agenda) module.
2017-08-08 Christopher... 8sync.scm: Remove agenda from %public-modules.
2017-08-08 Christopher... Updated actors unit tests.
2017-08-08 Christopher... Update actor io behavior to not break on new fibers...
2017-08-08 Christopher... guix.scm: Add git checkout of guile-fibers.
2017-08-04 Christopher... Remove deprecated files and clean up files in Makefile.am.
2017-08-03 Christopher... Update web, websocket servers for recent actor changes.
2017-08-03 Christopher... Update users of bootstrap-actor -> create-actor, and...
2017-08-03 Christopher... Fix resuming from actor-suspended io.
2017-08-03 Christopher... Update reference to hive to be dynamic state, simplify...
2017-08-03 Christopher... Add TODO to inbox for adding backpressure.
2017-08-03 Christopher... Remove spawn-inbox.
2017-08-03 Christopher... Use `with-actor-nonblocking-ports' in irc.scm.
2017-08-03 Christopher... Add with-actor-nonblocking-ports and related tooling.
2017-08-03 Christopher... Remove (8sync agenda) as an import from actors.scm...
2017-08-03 Christopher... Ircbot WIP.
2017-08-03 Christopher... Add 8syncfibers'ified REPL.
2017-08-03 Christopher... Cleaning up exports.
2017-08-03 Christopher... Add daydream.scm and re-enable some files in Makefile.am.
2017-08-03 Christopher... Big refactor for 8sync on fibers in progress.
2017-03-18 Christopher... 8sync 0.4.2 v0.4.2
2017-03-18 Christopher... Add NEWS for 8sync 0.4.2
2017-02-14 Christopher... build: guix.scm: Use git-predicate procedure from Guix...
2017-02-09 Christopher... web: Remove web-deprecated.scm.
2017-02-09 Christopher... websocket: Preventing some eof-object related errors.
2017-01-30 Christopher... actors: Avoid building up stack of error handlers when...
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.
next