| Commit message (Expand) | Author | Age | Files | Lines |
| * | utils: Add critical sections.•••* src/cuirass/utils.scm (make-critical-section)
(call-with-critical-section): New procedures.
(with-critical-section): New macro.
* src/cuirass/http.scm (with-database-access): Remove.
(handle-build-request, handle-builds-request, url-handler): Use
'with-critical-section' instead of 'with-database-access'.
(run-cuirass-server): Remove 'spawn-fiber' call. Use
'make-critical-section' instead.
| Ludovic Courtès | 2018-04-02 | 1 | -1/+2 |
| * | doc: Add Cuirass manual.•••* doc/cuirass.texi: New file.
* doc/fdl-1.3.texi: Likewise.
* Makefile.am (info_TEXINFOS, doc_cuirass_TEXINFOS): New variables.
* dir-locals.el: Use the American dictionary for Texinfo mode.
* .gitignore: Update.
| Mathieu Lirzin | 2016-12-04 | 1 | -14/+16 |
| * | evaluate: Use (cuirass ...) modules.•••This avoids code duplication.
| Mathieu Lirzin | 2016-07-25 | 1 | -0/+1 |
| * | base: Add %program-name parameter object. | Mathieu Lirzin | 2016-07-01 | 1 | -0/+2 |
| * | Make %package-database a parameter object.•••Move it to (cuirass database).
| Mathieu Lirzin | 2016-06-26 | 1 | -1/+4 |
| * | Initial commit. | Mathieu Lirzin | 2016-05-29 | 1 | -0/+11 |