guix: Use guile-3.0.
[8sync.git] / 8sync /
2021-03-18 Jan (janneke) Nieu... websocket: server: Remove .upgrade-paths accessor.
2020-01-28 Jan Nieuwenhuizenwebsocket: Oops, avoid looping.
2020-01-27 Rutger van BeusekomDo not read a frame past EOF.
2020-01-27 Jan Nieuwenhuizenwebsocket: Also concatenate last fragmented frame.
2019-04-22 Jan Nieuwenhuizenweb server: Treat upgrade requests as case-insensitive.
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...
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...
next