summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-05tissue: Delay default value of #:web-files.Arun Isaac
2022-07-05bin: Refer to %xapian-index, not db-path, in main function.Arun Isaac
2022-07-05issues: Request inline image rendering feature.Arun Isaac
2022-07-05tissue.scm: Add tissue.scm.Arun Isaac
2022-07-05bin: Guard main function against all git errors.Arun Isaac
2022-07-05git: Add condition-git-error utility.Arun Isaac
2022-07-05bin: Do not error out when current repository is not found.Arun Isaac
2022-07-05web: server: Serve static files too.Arun Isaac
2022-07-05web: server: Error out on unknown host.Arun Isaac
2022-07-05bin: Centralize `tissue pull' and `tissue run-web' configuration.Arun Isaac
2022-07-05bin: Set css host parameter by parameterizing the current repo.Arun Isaac
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