aboutsummaryrefslogtreecommitdiff
path: root/module (follow)
Commit message (Collapse)AuthorAge
...
| * Fix seeding of UUIDs.Hugo Hörnquist2023-09-11
| |
| * Add comment about bad stream error.Hugo Hörnquist2023-09-11
| |
| * Simplify glob procedure bindings.Hugo Hörnquist2023-09-11
| |
| * Require component for path append.Hugo Hörnquist2023-09-11
| | | | | | | | | | Changed the signature of `path-append` to require at least one argument. The alternative would have been that no components expands into '.'.
| * Allow find-undocumented to skip files.Hugo Hörnquist2023-09-11
| |
| * Document how find-undocumented's pattern builder work.Hugo Hörnquist2023-09-11
| |
| * Expose eager-stream-cons.Hugo Hörnquist2023-09-11
| |
| * Add `break` and `continue` support in `for`.Hugo Hörnquist2023-09-11
| |
| * Enable let-env to unset variables.Hugo Hörnquist2023-09-11
| |
| * Fixes to xdg basedir.Hugo Hörnquist2023-09-11
| | | | | | | | | | Update to v0.8 (XDG_STATE_HOME). Allowed empty environment variables alongside unset variables.
| * Remove xdg sysconfdir.Hugo Hörnquist2023-09-11
| | | | | | | | | | It was based on a missunderstanding of the spec. `sysconfdir` is mentioned, but only as an element of XDG_CONFIG_DIR.
| * Add new script to find undocumented symbols.Hugo Hörnquist2023-09-07
| |
| * Remove accidental extra 'vcomponent control' module.Hugo Hörnquist2023-09-07
| |
| * Explicitly import copy-tree (needed since guile 3).Hugo Hörnquist2023-09-07
| |
| * Create a true all-files-under-directory procedure.Hugo Hörnquist2023-09-07
| |
| * Add test for path-append without components.Hugo Hörnquist2023-02-11
| |
* | Major work on, something.Hugo Hörnquist2023-09-05
| |
* | Add set on top of tree-table.Hugo Hörnquist2023-04-24
| |
* | Add tree->list, -map, and -fold.Hugo Hörnquist2023-04-24
| |
* | Add basic table.Hugo Hörnquist2023-04-24
| |
* | Merge remote-tracking branch 'origin/new-object-system' into ↵Hugo Hörnquist2023-04-24
|\ \ | | | | | | | | | datarewrite-structures
| * | Move type checking macros to own module.Hugo Hörnquist2022-07-09
| | |
| * | Change list-of and pair-of validator to separate macros.Hugo Hörnquist2022-07-08
| | | | | | | | | | | | | | | The functionallity is still the same, but this demonstrates that the system is easily extensible.
| * | Add pair-of to object system.Hugo Hörnquist2022-07-07
| | |
| * | Extend object type system to allow list-of.Hugo Hörnquist2022-07-07
| | |
| * | Change date/time interface.Hugo Hörnquist2022-07-07
| | |
| * | Add lenses.Hugo Hörnquist2022-07-07
| | |
| * | Add new object system.Hugo Hörnquist2022-07-07
| | | | | | | | | | | | fixup object tests.
* | | Add href-relative.Hugo Hörnquist2023-04-21
| | |
* | | Split WebDAV calendar resources into 2.Hugo Hörnquist2023-04-21
| | | | | | | | | | | | | | | | | | | | | Differentiate between calendar collection and calendar objects already at the DAV level. This is sensible since they support completely different properties, and only collections support REPORTS (as for as I can tell).
* | | Add xmllint shell-out for normalizing xml trees.Hugo Hörnquist2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | Used by the serialization format tests which work on xml. Ensures that they don't fail due to whitespace mismatchs. I however still need to ensure that all components are arranged in the correct order, and that namespace prefixes match. This could be improved.
* | | Change xcal to work on namespaced sxml instead.Hugo Hörnquist2023-04-21
| | |
* | | Utilities for namespaced sxml.Hugo Hörnquist2023-04-19
| | |
* | | Allow namespaced sxml to add namespaces.Hugo Hörnquist2023-04-18
| | |
* | | Move code for finding an available socket.Hugo Hörnquist2023-04-18
| | |
* | | Move test runner to library.Hugo Hörnquist2023-04-18
| | | | | | | | | | | | | | | | | | | | | | | | This will both allow us multiple test entry points, since some integration tests doesn't fit to well in our current unit test setup. It will hopefully also allow me to reuse the code in other projects.
* | | Allow compilation without sqlite3 module.Hugo Hörnquist2023-04-14
| | |
* | | WebDAV Fail properly on bad body.Hugo Hörnquist2023-04-14
| | |
* | | Fix propfind.Hugo Hörnquist2023-04-14
| | | | | | | | | | | | | | | | | | * Allows propfind elements to appear in any order * properly ignored unknown elements * works directly with namespaced sxml
* | | Fix webdav move.Hugo Hörnquist2023-04-13
| | |
* | | Fix copy for file resources.Hugo Hörnquist2023-04-12
| | |
* | | UNFINISHED webdav server.Hugo Hörnquist2023-04-12
| | |
* | | Add with-locale1.Hugo Hörnquist2023-04-12
| | |
* | | Add registry of HTTP status codes.Hugo Hörnquist2023-04-12
| | | | | | | | | | | | | | | | | | | | | Guile already includes such a registry, but it's incomplete (it lacks WebDAV extension, for one). This also adds a dedicated procedure to generate HTTP status lines, which besides the regular HTTP header are also needed for WebDAV's multistatus responses.
* | | UNFINISHED work on data stores and formats.Hugo Hörnquist2023-04-12
| | |
* | | UNFINISHED work on formats.Hugo Hörnquist2023-04-10
| | |
* | | Start writing data-store: metaHugo Hörnquist2023-04-10
| | |
* | | Put base for new store-load interface.Hugo Hörnquist2023-04-10
| | |
* | | Minor style change.Hugo Hörnquist2023-04-10
| | |
* | | Avoid extra string allocation in (calp server routes).Hugo Hörnquist2023-04-10
| | |