8sync.git
2016-04-26 Christopher... actors: Fix self-destruct.
2016-04-26 Christopher... actors: Fix create-actor, create-actor*
2016-04-26 Christopher... actors: Add actor creation/destruction methods.
2016-04-25 Christopher... tests: actors: Add autoreply tests.
2016-04-25 Christopher... actors: Properly autoreply to replies; make reply-messa...
2016-04-25 Christopher... actors: Remove unnecessary "begin".
2016-04-25 Christopher... actors: Add autoreply support.
2016-04-25 Christopher... actors: Fix resuming continuation when waiting on message.
2016-04-25 Christopher... actors: Remove nesting of actions in define-simple...
2016-04-25 Christopher... tests: test-agenda: Remove broken shebang.
2016-04-25 Christopher... tests: test-actors: Add copyright header.
2016-04-25 Christopher... demos: botherbotherbother: Make executable from command...
2016-04-25 Christopher... actors; Move message definitions earlier in the file.
2016-04-25 Christopher... tests: actors: Fix test-end in test-actors.scm.
2016-04-25 Christopher... build: Add actors.scm to SOURCES
2016-04-25 Christopher... build: Add test-actors.scm to tests.
2016-04-25 Christopher... tests: actors: Test serialization / deserialization...
2016-04-25 Christopher... actors: Switch comment header
2016-04-25 Christopher... actors: Fix serialize-message to not use address->string
2016-04-25 Christopher... actors: Fix export of pprint-message
2016-04-25 Christopher... tests: actors: Fix check for a missing key on message-ref
2016-04-25 Christopher... actors: message-ref: Throw a better error on missing key
2016-04-25 Christopher... actors: Export read/write methods on messages.
2016-04-25 Christopher... actors: `message-ref' now errors if no dflt provided...
2016-04-25 Christopher... actors: New read-message procedures, touch up write...
2016-04-25 Christopher... actors: Switch out address objects for more-easily...
2016-04-25 Christopher... actors: Added docstrings to some message write procedures
2016-04-25 Christopher... actors: Write/pretty-print procedures for messages
2016-04-25 Christopher... actors: Rename function deferred-reply -> message-defer...
2016-04-25 Christopher... tests: test-actors: Start testing the actor model
2016-04-25 Christopher... demos: actors: A couple of simple actor model demos.
2016-04-25 Christopher... systems: actors: New actor model system.
2016-04-24 Christopher... agenda: Make agendas run with "easier" default arguments
2016-04-22 Christopher... build: Ignore .sig, .directive, .asc files.
2016-04-22 Christopher... build: Bump version number. v0.1.0
2016-04-22 Christopher... README: Mention COPYING
2016-04-15 Christopher... Mention INSTALL in the README file.
2016-04-15 Christopher... Add generic GNU style INSTALL file
2016-04-15 Christopher... Move README.md to README
2016-04-15 Christopher... build: Add COPYING-gplv3 to EXTRA_DIST
2016-04-15 Christopher... Update %8sync -> 8sync in NEWS and README.md
2016-04-15 Christopher... agenda: Rename %8sync (and %8sync-*) to 8sync (and...
2016-04-14 Christopher... systems: web: Re-enable co-op repl with simple http...
2016-04-09 Christopher... doc: Add scaffolding for new chapters
2016-03-09 Jan NieuwenhuizenAdd guix package.
2016-03-01 Jan NieuwenhuizenUpdate texinfo menus so that info documentation builds.
2016-02-10 Christopher... Put in a warning that 8sync has an unstable API.
2016-02-10 Christopher... We're GNU 8sync now!
2015-12-30 Christopher... doc: More tweaks to the comments on copyleft section
2015-12-18 Christopher... doc:Updating indentation for consistency
2015-12-18 Christopher... doc: Removing a sentence which made things tricky
2015-12-18 Christopher... Also mention requirement of permitting linking to modif...
2015-12-18 Christopher... Reformatting documentation for easier revision control...
2015-12-17 Christopher... doc: Add section: "8sync's license and general comments...
2015-12-12 Christopher... Adding absolute basic webdev environment
2015-12-12 Christopher... Return a value to the continuations from various %8sync...
2015-12-12 Christopher... Switch from (%8sync (%run)) to just (%8sync) or (%8sync...
2015-12-07 Christopher... Fix %port-request and %port-remove-request
2015-12-07 Christopher... agenda: Various %port-foo enhancements
2015-12-03 Mike GerwitzFail configure when GUILE_PROGS cannot be found
2015-12-01 Christopher... irc: shut down properly when the server does too
2015-12-01 Christopher... Port removal, stop-on-nothing-to-do, and select when...
2015-12-01 Christopher... Add <port-remove-request> and friends
2015-12-01 Christopher... Switch irc.scm to use %8sync-run
2015-12-01 Christopher... tests: update to use make-q* instead of manually mutati...
2015-11-29 Christopher... doc: 8sync code *does* use coroutines, but not generato...
2015-11-29 Christopher... Fix tests to check for equality
2015-11-29 Christopher... Make use of %8sync-run in tests
2015-11-29 Christopher... Add %8sync-run sugar and friends
2015-11-29 Christopher... Added a TODO for myself to write (%run-immediately)
2015-11-29 Christopher... build: Add demos/run-demo.sh and demos/ircbot.scm to...
2015-11-29 Christopher... Add ./run-demo.sh script
2015-11-29 Christopher... Renaming `eightsync' to `8sync' everywhere in the code
2015-11-29 Christopher... doc: Filled out Introduction and Acknowledgement sections
2015-11-29 Christopher... Updating copyright headers to be more "modern"
2015-11-29 Christopher... doc: Adding clarification of dual license under LGPLv3+
2015-11-29 Christopher... Successfully build doc/8sync.texi skeleton manual
2015-11-29 Christopher... build: Attempt to add buildable texinfo (not all is...
2015-11-28 Christopher... Rename LICENSE -> COPYING
2015-11-28 Christopher... NEWS: Note IRC bot demo
2015-11-28 Christopher... Add NEWS file.
2015-11-28 Christopher... Ignore tarballs in .gitignore
2015-11-28 Christopher... build: Add `git-to-changelog' and make use of it in...
2015-11-28 Christopher... Licensed utils.scm under the LGPL, with permission...
2015-11-28 Christopher... Add queue helpers, with tests
2015-11-28 Christopher... remove unused agenda-on-fail and agenda-on-error
2015-11-28 Christopher... Fancy printed exceptions if it's an asynchronous exception
2015-11-28 Christopher... print out quoted key with print-error-and-continue
2015-11-28 Christopher... expose wrapped-exception introspect things for debugging
2015-11-28 Christopher... removing @@ comment
2015-11-28 Christopher... switch %8sync-caught-error to 8sync-caught-error
2015-11-28 Christopher... use catch-8sync in test-agenda.scm
2015-11-28 Christopher... Add (catch-8sync) stuff
2015-11-28 Christopher... Properly handle %8sync to %8sync to error chains.
2015-11-28 Christopher... Add some early error handling tests
2015-11-28 Christopher... remove (display)
2015-11-28 Christopher... propagate asynchronous exceptions
2015-11-28 Christopher... Add catching exceptions, and lots of much needed docuem...
2015-11-28 Christopher... Add test runner utility from David Thompson
2015-11-27 Christopher... write out test-agenda, not tests-agenda
next