index
:
tissue
keyring
main
Text based issue tracker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-07-04
utils: Add call-with-temporary-directory utility.
Arun Isaac
2022-07-04
web: static: When building website, accept port to log to.
Arun Isaac
2022-07-04
web: static: Deprecate mkdir-p in favor of guile-filesystem.
Arun Isaac
2022-07-04
bin: Deprecate delete-directory in favor of guile-filesystem.
Arun Isaac
2022-07-04
git: Add %current-git-repository parameter.
Arun Isaac
2022-07-04
git: Implement git-top-level in terms of current-git-repository.
Arun Isaac
2022-07-04
git: Implement current-git-repository using repository-open-ext.
Arun Isaac
2022-07-04
git: Add clone-options utility.
Arun Isaac
2022-07-04
bin: Separate out indexing into new function.
Arun Isaac
2022-07-04
bin: Generalize delete-xapian-index to delete-directory.
Arun Isaac
2022-07-04
bin: Unmemoize load-config.
Arun Isaac
2022-07-03
git: Fill git-top-level docstring.
Arun Isaac
2022-07-03
bin: Correctly support REPL listening on TCP socket.
Arun Isaac
2022-07-03
bin: Print Unix socket path, not port, for REPL listening on it.
Arun Isaac
2022-07-03
issue: Use string-remove-prefix from (tissue utils).
Arun Isaac
2022-07-03
conditions: Deprecate &issue-file-not-found-error.
Arun Isaac
2022-07-03
tissue: Read files from git repository, not from the working tree.
Arun Isaac
2022-07-03
git: Add call-with-file-in-git utility.
Arun Isaac
2022-07-03
git: Find git tracked files from HEAD, not from index.
Arun Isaac
2022-07-01
web: server: Make CSS a host-specific parameter.
Arun Isaac
2022-07-01
bin: Do not build index or parameterize for `tissue run-web'.
Arun Isaac
2022-06-30
web: server: Support virtual hosts.
Arun Isaac
2022-06-30
web: server: Grant read-write permissions to all on Unix socket.
Arun Isaac
2022-06-30
bin: Introduce listen specification for web service.
Arun Isaac
2022-06-30
bin: Read web service parameters from configuration file.
Arun Isaac
2022-06-30
web: server: Make CSS representationally more concise.
Arun Isaac
2022-06-30
web: server: Do not pad search results.
Arun Isaac
2022-06-30
web: server: Add class to search results ul list.
Arun Isaac
2022-06-30
web: server: Display estimated number of matches.
Arun Isaac
2022-06-30
search: Separate out query parsing into public function.
Arun Isaac
2022-06-30
web: server: Re-indent make-search-page.
Arun Isaac
2022-06-29
Makefile: Remove top_level_module_dir suffix from scmdir and godir.
Arun Isaac
2022-06-29
Makefile: Preserve directory structure during installation.
Arun Isaac
2022-06-29
Makefile: Remove dependencies of phony target `install'.
Arun Isaac
2022-06-29
web: server: Self-document search filters.
Arun Isaac
2022-06-29
search: Rename last-updater to lastupdater.
Arun Isaac
2022-06-29
search: Return all results by default.
Arun Isaac
2022-06-29
web: server: List search results even on home page.
Arun Isaac
2022-06-29
web: server: Pre-fill search box with current query.
Arun Isaac
2022-06-29
web: server: Add document type identifiers in web output.
Arun Isaac
2022-06-29
issue: Remove space at the beginning of search result metadata.
Arun Isaac
2022-06-29
document: Add search result title CSS class.
Arun Isaac
2022-06-29
document: Add CSS classes identifying document type.
Arun Isaac
2022-06-29
search: AND is:open filter with search query.
Arun Isaac
2022-06-29
document: Print identifier identifying type of search result.
Arun Isaac
2022-06-29
bin: Page search results, and do not limit number of results.
Arun Isaac
2022-06-29
document: Accept port argument when printing to text.
Arun Isaac
2022-06-29
utils: Add call-with-output-pipe.
Arun Isaac
2022-06-29
document: Remove blank line between title and snippet.
Arun Isaac
2022-06-29
web: server: Use div instead of span for snippets and metadata.
Arun Isaac
[prev]
[next]