summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-30Makefile: Explicitly list only scm files in tests.Arun Isaac
2023-04-18web: server: Handle files without extension.Arun Isaac
2023-04-15issue: Ignore preformatted blocks.Arun Isaac
2023-04-15issue: Allow checkboxes without a space.Arun Isaac
2023-04-15tests: Add test for checkbox parsing.Arun Isaac
2023-04-15tests: Sort alist entries after converting hashtable.Arun Isaac
2023-04-14issues: Provide app bundle.Arun Isaac
2023-04-14issues: Set up public inbox.Arun Isaac
2023-04-14issues: Mirror on GitHub.Arun Isaac
2023-04-14issues: Indicate incompatibility between state and web server.Arun Isaac
2023-04-14issues: Put up FOSDEM 2023 video on website.Arun Isaac
2023-04-14issues: Handle unicode characters correctly in C locale.Arun Isaac
2023-03-21website: Remove small caps for headings.Arun Isaac
2023-03-21website: List feature highlights on home page.Arun Isaac
2023-03-21doc: Describe tissue's non-discussion-orientedness.Arun Isaac
2023-02-04skribilo: Check if node has identifier.Arun Isaac
2023-01-31issues: Ignore preformatted blocks when parsing issues.Arun Isaac
2023-01-31issues: Clean up Unix socket when deployed with shepherd.Arun Isaac
2023-01-29bin: Indicate in synopsis that host is required for tissue-pull.Arun Isaac
2023-01-29issues: Add corrupted double-linked list issue.Arun Isaac
2023-01-29bin: Remove note about restoring load path.Arun Isaac
2023-01-29bin: Allow pulling only one host in each invocation.Arun Isaac
2023-01-29bin: Show options placeholder in tissue-pull subcommand usage.Arun Isaac
2023-01-29git: Deprecate call-with-file-in-git.Arun Isaac
2023-01-29bin: Pass list of indexed documents explicitly to index function.Arun Isaac
2023-01-29web: Explain why we pass a project thunk to the dev server.Arun Isaac
2023-01-29web: Do not temporarily checkout repository when serving it.Arun Isaac
2023-01-29document: Inter snippet source text into the xapian index.Arun Isaac
2023-01-29commit: Explain use of commit-body for snippet source text.Arun Isaac
2023-01-29skribilo: Temporarily disable search snippets.Arun Isaac
2023-01-29bin: Do not change into state directory when checking out.Arun Isaac
2023-01-29git: Create temporary checkout in temporary directory.Arun Isaac
2023-01-28web: Change to repository directory when handling requests.Arun Isaac
2023-01-28bin: Pass temporary checkout to server handler.Arun Isaac
2023-01-28bin: Use call-with-temporary-checkout when pulling.Arun Isaac
2023-01-28git: Abstract temporary checkout.Arun Isaac
2023-01-27website: Publish release tarballs on website.Arun Isaac
2023-01-27website: Add tissue 0.1.0 release tarball.Arun Isaac
2023-01-27Makefile: Do not use pre-inst-env.v0.1.0Arun Isaac
2023-01-27Makefile: Add tarball generation rules.Arun Isaac
2023-01-27website: Link to search interface from home page.Arun Isaac
2023-01-27tissue.scm: Replace filter-map with map.Arun Isaac
2023-01-27doc: Add Tutorial.Arun Isaac
2023-01-27doc: Add file function.Arun Isaac
2023-01-27issues: Resolve aliases when searching for people.Arun Isaac
2023-01-27issue: Stop exporting deleted function.Arun Isaac
2023-01-26issue: Index names of people as non-boolean terms.Arun Isaac
2023-01-26web: Clean up socket file when Unix sockets are used.Arun Isaac
2023-01-26git: Infer changes by root commit correctly.Arun Isaac
2023-01-26web: Log complete request URI, not just the path.Arun Isaac