summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-05bin: Pass configuration file to `tissue run-web' as an option.Arun Isaac
2022-07-05web: server: Pass state directory to web server.Arun Isaac
2022-07-05bin: Move stale index checks to main function.Arun Isaac
2022-07-04bin: Add `tissue pull' subcommand.Arun Isaac
2022-07-04git: Bind git_reference_set_target from libgit2.Arun Isaac
2022-07-04git: Bind git_reference_symbolic_target from libgit2.Arun Isaac
2022-07-04utils: Add call-with-temporary-directory utility.Arun Isaac
2022-07-04web: static: When building website, accept port to log to.Arun Isaac
2022-07-04web: static: Deprecate mkdir-p in favor of guile-filesystem.Arun Isaac
2022-07-04bin: Deprecate delete-directory in favor of guile-filesystem.Arun Isaac
2022-07-04git: Add %current-git-repository parameter.Arun Isaac
2022-07-04git: Implement git-top-level in terms of current-git-repository.Arun Isaac
2022-07-04git: Implement current-git-repository using repository-open-ext.Arun Isaac
2022-07-04git: Add clone-options utility.Arun Isaac
2022-07-04bin: Separate out indexing into new function.Arun Isaac
2022-07-04bin: Generalize delete-xapian-index to delete-directory.Arun Isaac
2022-07-04bin: Unmemoize load-config.Arun Isaac
2022-07-03git: Fill git-top-level docstring.Arun Isaac
2022-07-03bin: Correctly support REPL listening on TCP socket.Arun Isaac
2022-07-03bin: Print Unix socket path, not port, for REPL listening on it.Arun Isaac
2022-07-03issue: Use string-remove-prefix from (tissue utils).Arun Isaac
2022-07-03conditions: Deprecate &issue-file-not-found-error.Arun Isaac
2022-07-03tissue: Read files from git repository, not from the working tree.Arun Isaac
2022-07-03git: Add call-with-file-in-git utility.Arun Isaac
2022-07-03git: Find git tracked files from HEAD, not from index.Arun Isaac
2022-07-01web: server: Make CSS a host-specific parameter.Arun Isaac
2022-07-01bin: Do not build index or parameterize for `tissue run-web'.Arun Isaac
2022-06-30web: server: Support virtual hosts.Arun Isaac
2022-06-30web: server: Grant read-write permissions to all on Unix socket.Arun Isaac
2022-06-30bin: Introduce listen specification for web service.Arun Isaac
2022-06-30bin: Read web service parameters from configuration file.Arun Isaac
2022-06-30web: server: Make CSS representationally more concise.Arun Isaac
2022-06-30web: server: Do not pad search results.Arun Isaac
2022-06-30web: server: Add class to search results ul list.Arun Isaac
2022-06-30web: server: Display estimated number of matches.Arun Isaac
2022-06-30search: Separate out query parsing into public function.Arun Isaac
2022-06-30web: server: Re-indent make-search-page.Arun Isaac
2022-06-29Makefile: Remove top_level_module_dir suffix from scmdir and godir.Arun Isaac
2022-06-29Makefile: Preserve directory structure during installation.Arun Isaac
2022-06-29Makefile: Remove dependencies of phony target `install'.Arun Isaac
2022-06-29web: server: Self-document search filters.Arun Isaac
2022-06-29search: Rename last-updater to lastupdater.Arun Isaac
2022-06-29search: Return all results by default.Arun Isaac
2022-06-29web: server: List search results even on home page.Arun Isaac
2022-06-29web: server: Pre-fill search box with current query.Arun Isaac
2022-06-29web: server: Add document type identifiers in web output.Arun Isaac
2022-06-29issue: Remove space at the beginning of search result metadata.Arun Isaac
2022-06-29document: Add search result title CSS class.Arun Isaac
2022-06-29document: Add CSS classes identifying document type.Arun Isaac
2022-06-29search: AND is:open filter with search query.Arun Isaac