summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-12Add 4.1.4 releaseHEADmasterPeter Bex
2021-10-12Fix tests for newer server versions which report no "micro" version4.1.4Peter Bex
Reported by Kon Lovett
2020-07-05Add 4.1.3 release4.1.3Peter Bex
2020-07-05Add missing shebang line, required on some *nixes.Peter Bex
This also removes the need to add an Emacs modeline. Pointed out by Ricardo G. Herdt, as the build didn't work on Alpine.
2020-03-28Tag 4.1.24.1.2Peter Bex
2020-03-28Explicitly depend on scheduler unit so it gets loadedPeter Bex
We used to use srfi-18, but that's an extra dependency we don't need so when we added our own thread waiter with support for a delay, we dropped srfi-18 altogether, also for calls not using the delay. Tests did not catch this, ironically, because they load srfi-18.
2020-03-28Don't use keywords as identifiers in macro in testsPeter Bex
This breaks in newer CHICKEN versions.
2019-05-12Add 4.1.1 to release-infoPeter Bex
2019-05-12Forgot to expose the default notify handler parameter4.1.1Peter Bex
2019-05-12Add 4.1.0 to release-info filePeter Bex
2019-05-12Add LISTEN/NOTIFY support4.1.0Peter Bex
This really is just a matter of reading out notifications when they're available. Also, we offer a way to explicitly wait for notifications.
2019-05-01Change file encoding to UTF-8Peter Bex
2018-10-10Add TODO item for multi-host listPeter Bex
2018-06-11Initial port of PostgreSQL egg to CHICKEN 54.0.0Peter Bex