index
:
8sync.git
fibers
master
new-world-order
remove-define-mhandler
websockets
wip-actors
wip-bug
wip-irc
wip-non-reentrant-actors
wip-suspendable-ports
wip-websocket
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-07
build: Add gendocs.
Christopher Allan Webber
3
-0
/
+599
2017-01-07
doc: Move content from doc/8sync-new-manual.org to doc/8sync.texi.
Christopher Allan Webber
2
-1156
/
+1124
2017-01-06
doc: Delete trailing whitespace.
Christopher Allan Webber
1
-5
/
+5
2017-01-06
doc: Last minute cleanups to the tutorial before we move to texinfo.
Christopher Allan Webber
1
-36
/
+39
2017-01-06
doc: Add a note about actor-alive? being likely to be deprecated.
Christopher Allan Webber
1
-1
/
+7
2017-01-06
doc: Have telcmd tutorial example send itself a message for line handling.
Christopher Allan Webber
1
-5
/
+20
2017-01-06
irc: Convert handle-line to a message handler.
Christopher Allan Webber
3
-20
/
+27
2017-01-06
doc: Reordering some paragraphs in the tutorial.
Christopher Allan Webber
1
-14
/
+14
2017-01-06
doc: Remove stray #+END_SRC.
Christopher Allan Webber
1
-1
/
+0
2017-01-06
agenda: Remove deprecated comment.
Christopher Allan Webber
1
-2
/
+0
2017-01-06
doc: Some tutorial tweaks.
Christopher Allan Webber
1
-20
/
+2
2017-01-04
doc: Move the "live hacking intermission" to the bottom.
Christopher Allan Webber
1
-162
/
+163
2017-01-04
doc: Tutorial additions.
Christopher Allan Webber
1
-57
/
+249
2017-01-04
Use *init* and *cleanup* in existing actors.
Christopher Allan Webber
4
-13
/
+9
2017-01-04
demos: Switch botherbotherbother demo over to use define-actor.
Christopher Allan Webber
1
-26
/
+20
2017-01-04
actors: Cleanup on signals.
Christopher Allan Webber
1
-8
/
+23
2017-01-04
actors: Remove define-simple-actor, add define-actor.
Christopher Allan Webber
4
-86
/
+89
2017-01-04
doc: Add a note about the calls to display.
Christopher Allan Webber
1
-0
/
+4
2017-01-04
doc: Tweak and fix the "Writing our own actors" section.
Christopher Allan Webber
1
-16
/
+50
2017-01-04
actors: Rename msg-receive, msg-val to mbody-receive, mbody-val.
Christopher Allan Webber
4
-16
/
+26
2017-01-03
actors: Add auto-init feature to actors.
Christopher Allan Webber
8
-60
/
+112
2017-01-03
doc: Add addendum section on relationship between 8sync and Fibers.
Christopher Allan Webber
1
-0
/
+35
2017-01-02
actors: Implicit from-actor argument <-foo methods, and add rest of <-foo*.
Christopher Allan Webber
8
-79
/
+101
2017-01-02
agenda: Rename start-agenda to run-agenda.
Christopher Allan Webber
3
-11
/
+11
2017-01-02
actors: Rename *clean-up* back to *cleanup.
Christopher Allan Webber
2
-23
/
+23
2017-01-02
actors: Rename actor-am-i-alive? to actor-alive?.
Christopher Allan Webber
3
-7
/
+7
2017-01-02
actors: Automatically add cookie by default in hive-create-actor.
Christopher Allan Webber
1
-3
/
+5
2017-01-02
tests: Fix broken test in test-actors.
Christopher Allan Webber
1
-1
/
+1
2017-01-02
tests: Oops, forgot to add <exploder> to test-actors.
Christopher Allan Webber
1
-0
/
+6
2017-01-02
actors: Update self-destruct to run *clean-up* message handler.
Christopher Allan Webber
2
-6
/
+36
2017-01-02
actors: Rename *cleanup* action to *clean-up*.
Christopher Allan Webber
2
-11
/
+11
2017-01-02
actors: Add cleanup facility to run-hive.
Christopher Allan Webber
2
-14
/
+56
2017-01-02
tests: Add "speaker" utility.
Christopher Allan Webber
2
-29
/
+43
2017-01-01
doc: Rename calls to ez-run-hive to run-hive and adjust titles.
Christopher Allan Webber
1
-6
/
+6
2017-01-01
actors: Rename ez-run-hive to run-hive.
Christopher Allan Webber
6
-10
/
+10
2017-01-01
docs: Added "Writing our own actors" section
Christopher Allan Webber
1
-1
/
+218
2016-12-31
doc: Add pk debugging section.
Christopher Allan Webber
1
-18
/
+80
2016-12-30
doc: Finish "About live hacking" section.
Christopher Allan Webber
1
-2
/
+54
2016-12-28
agenda: When re-invoking a continuation at the agenda, don't wrap in a catch.
Christopher Allan Webber
1
-11
/
+25
2016-12-28
agenda: Fix prompt buildup in agenda.
Christopher Allan Webber
1
-34
/
+20
2016-12-28
agenda: Switch "yield" to "8yield" and export.
Christopher Allan Webber
1
-2
/
+2
2016-12-28
agenda: Major cleanup.
Christopher Allan Webber
2
-228
/
+131
2016-12-26
actors: Add new method of running REPL via REPL actor.
Christopher Allan Webber
4
-32
/
+96
2016-12-26
actors: Removing unnecessary level of indirection around actor-message-handler.
Christopher Allan Webber
1
-4
/
+2
2016-12-25
doc: Add "A silly little IRC bot" section to new manual.
Christopher Allan Webber
1
-1
/
+290
2016-12-25
demos: Import format in ircbot.scm.
Christopher Allan Webber
1
-0
/
+1
2016-12-24
doc: Add tutorial intro to the new manual.
Christopher Allan Webber
1
-1
/
+35
2016-12-24
doc: Drafting a new manual.
Christopher Allan Webber
1
-0
/
+92
2016-12-24
irc: Split irc-bot-send-line into main functionality and action handler.
Christopher Allan Webber
1
-3
/
+11
2016-12-24
actors: Update actor ids to use a vector rather than a cons cell.
Christopher Allan Webber
1
-3
/
+3
[prev]
[next]