aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Import test cases from RFC 4791 (CalDAV).Hugo Hörnquist2023-04-18
|
* Allow compilation without sqlite3 module.Hugo Hörnquist2023-04-14
|
* WebDAV Fail properly on bad body.Hugo Hörnquist2023-04-14
|
* Disable auto_compile while compiling.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
|
* Term UI: Display end instead of start time for END.Hugo Hörnquist2023-04-10
|
* Fix command line handling in test runner.Hugo Hörnquist2023-04-10
|
* Add various TODOsHugo Hörnquist2023-04-10
|
* Add (sxml namespaced).Hugo Hörnquist2023-04-10
|
* Add (sxml util).Hugo Hörnquist2023-04-10
|
* Add ->port.Hugo Hörnquist2023-04-10
|
* Add eval- and exec-state.Hugo Hörnquist2023-04-10
|
* Add init+last.Hugo Hörnquist2023-04-10
|
* Add number of missing (hnh util) tests.Hugo Hörnquist2023-04-10
|
* Minor touchup of (hnh util) documentation.Hugo Hörnquist2023-04-10
|
* Reorder (util .*) tests.Hugo Hörnquist2023-04-10
| | | | | | | | Added test groups for each exported procedure (meaning that the TODOs are now updated (at least for (hnh util))). Split path tests out into own file. Also rename those files so they map 1-1 onto their core module names.
* Borrow state-monad from guile-dns.Hugo Hörnquist2023-04-10
| | | | | Also imports the tests from guile-dns. Minor rewrites have been done, to match a differing project structure.
* Extend (web http) to allow adding new methods.Hugo Hörnquist2023-04-10
| | | | | This will be needed for the WebDAV (and CalDAV) server. Since they use some extended methods.
* Vendor (web http) from Guile 3.0.9.Hugo Hörnquist2023-04-10
|
* Fix guile3 deprecation notices.Hugo Hörnquist2023-04-10
|
* Change child/parent interface for vcomponent.Hugo Hörnquist2023-02-23
|
* Start using (vcomponent create) in tests.Hugo Hörnquist2023-02-23
| | | | | This allows us to focus on what we are testing, instead of on the parser in question. It also makes the code parser-agnostic.
* Change group-by to return direct pairs.Hugo Hörnquist2023-02-23
| | | | | Each value in the return of group-by must have exactly two values, so cons pairs (instead of lists) is much better.
* Extend `for'-macro to allow improper list elements.Hugo Hörnquist2023-02-23
|
* Allow shorter byday when constructing recurrence rules.Hugo Hörnquist2023-02-23
|
* Add (vcomponent create).Hugo Hörnquist2023-02-23
|
* Change kvlist->assq to return pairs.Hugo Hörnquist2023-02-21
|
* Fix seeding of UUIDs.Hugo Hörnquist2023-02-21
|
* Fix IPv6-binding without hot-patching guile.Hugo Hörnquist2022-12-07
| | | | | The previous hotpatching worked fine in Guile-2.2, but not in Guile-3.0. Probably due to the higher level of optimizations now applied.
* Document (hnh util io).Hugo Hörnquist2022-11-12
|
* Add /everything.ics endpoint.HEADshowmasterHugo Hörnquist2022-10-24
| | | | | Endpoint returns all events in interval. Used to sync to other calendars.
* Change graphviz linking for easier patching.Hugo Hörnquist2022-10-24
|
* Specify encoding for scss.Hugo Hörnquist2022-10-24
|
* Replace root-redirect with propper HTTP 307.Hugo Hörnquist2022-10-24
|
* Use MAKEINFO variableHugo Hörnquist2022-10-24
|
* Repair labels in HTML.Hugo Hörnquist2022-10-17
| | | | | | At commit bbecd2476ebddb2731065aad2f3895c5074c9ecb the code changed from generating valid labels backend to generating them frontend. I however forgot to attach the labels to the DOM...
* Add missing translations.Hugo Hörnquist2022-10-16
|
* Handle liu-get script if gnutls is unavailable.Hugo Hörnquist2022-10-16
|
* Fix that events where submitted twice.Hugo Hörnquist2022-10-16
|