summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-22websocket: frame: Insert blocking put-bytevector hack.wip-bugJan Nieuwenhuizen1-0/+8
2019-04-22bug: suspendable put-bytevector.Jan Nieuwenhuizen2-0/+116
2019-04-22web server: Treat upgrade requests as case-insensitive.Jan Nieuwenhuizen1-1/+3
2019-04-22doc: Fix initial sleeper.Jan Nieuwenhuizen1-1/+2
2019-04-22guix: Bump to guile-2.2Jan Nieuwenhuizen1-1/+1
2017-03-188sync 0.4.2v0.4.2Christopher Allan Webber1-1/+1
2017-03-18Add NEWS for 8sync 0.4.2Christopher Allan Webber1-1/+24
2017-02-14build: guix.scm: Use git-predicate procedure from Guix proper.Christopher Allan Webber1-22/+3
2017-02-09web: Remove web-deprecated.scm.Christopher Allan Webber1-179/+0
2017-02-09websocket: Preventing some eof-object related errors.Christopher Allan Webber1-1/+3
2017-01-29actors: Avoid building up stack of error handlers when resuming coroutines.Christopher Allan Webber1-3/+9
2017-01-29agenda: Always set sec/usec to exact time.Christopher Allan Webber1-1/+2
2017-01-29rmeta-slot: Rename wrap-rmeta-slot to build-rmeta-slot.Christopher Allan Webber3-12/+8
2017-01-25actors: Switch over to using wrap-rmeta-slot for build-actions.Christopher Allan Webber7-21/+30
2017-01-24actors: Use rmeta-slot for actions dispatch.Christopher Allan Webber1-17/+9
2017-01-24rmeta-slot: Make equal? type hash table access the default.Christopher Allan Webber1-3/+3
2017-01-24rmeta-slot: New module for recursive meta-slot access.Christopher Allan Webber3-1/+182
2017-01-24websocket: Adding myself to server copyright lines.Christopher Allan Webber1-0/+1
2017-01-21websockets: Initial websocket support.Christopher Allan Webber10-16/+1512
2017-01-21actors: Allow actors to specify whether to handle an *init* action.Christopher Allan Webber1-8/+23
2017-01-20actors: Don't reply to a message when the messsage doesn't need a reply.Christopher Allan Webber1-8/+13
2017-01-19repl: Publish notification about repl updates to subscribers.Christopher Allan Webber1-15/+36
2017-01-15web: Rename getters / accessors to use dot prefix.Christopher Allan Webber1-17/+17
2017-01-15web: Rename handler slot to http-handler.Christopher Allan Webber1-3/+5
2017-01-11Add define-method-star.Christopher Allan Webber1-0/+36
2017-01-11Update copyrights.Christopher Allan Webber11-17/+13
2017-01-11web: New actorified version of the web server.Christopher Allan Webber2-0/+185
2017-01-09actors: Update comments on addresses.Christopher Allan Webber1-16/+3
2017-01-08build: Releasing 8sync 0.4.1.v0.4.1Christopher Allan Webber1-1/+1
2017-01-08build: Fix install targets to point to Guile 2.2 instead of 2.0.Christopher Allan Webber1-2/+2
2017-01-08packaging: Updating guix.scm to GPLv3+, setting source to checkout.Christopher Allan Webber1-21/+47
2017-01-07build: Releasing version 0.4.0.v0.4.0Christopher Allan Webber1-1/+1
2017-01-07build: Update and comment on hash in guix.scm.Christopher Allan Webber1-1/+3
2017-01-07build: Add guix.scm to tarball.Christopher Allan Webber1-0/+1
2017-01-07build: Rename package.scm to guix.scm and update.Christopher Allan Webber1-18/+13
2017-01-07build: Include bootstrap.sh in tarball.Christopher Allan Webber1-0/+1
2017-01-07NEWS: Updating news for v0.4.0.Christopher Allan Webber1-0/+60
2017-01-07build: Add gendocs.Christopher Allan Webber3-0/+599
2017-01-07doc: Move content from doc/8sync-new-manual.org to doc/8sync.texi.Christopher Allan Webber2-1156/+1124
2017-01-06doc: Delete trailing whitespace.Christopher Allan Webber1-5/+5
2017-01-06doc: Last minute cleanups to the tutorial before we move to texinfo.Christopher Allan Webber1-36/+39
2017-01-06doc: Add a note about actor-alive? being likely to be deprecated.Christopher Allan Webber1-1/+7
2017-01-06doc: Have telcmd tutorial example send itself a message for line handling.Christopher Allan Webber1-5/+20
2017-01-06irc: Convert handle-line to a message handler.Christopher Allan Webber3-20/+27
2017-01-06doc: Reordering some paragraphs in the tutorial.Christopher Allan Webber1-14/+14
2017-01-06doc: Remove stray #+END_SRC.Christopher Allan Webber1-1/+0
2017-01-06agenda: Remove deprecated comment.Christopher Allan Webber1-2/+0
2017-01-06doc: Some tutorial tweaks.Christopher Allan Webber1-20/+2
2017-01-04doc: Move the "live hacking intermission" to the bottom.Christopher Allan Webber1-162/+163
2017-01-04doc: Tutorial additions.Christopher Allan Webber1-57/+249