index
:
searchix
this commit
main
templ
Search engine for NixOS, nix-darwin and home-manager users
Gitolite user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
internal
Commit message (
Expand
)
Author
Age
Lines
*
feat: add detail pages for packages/options
Alan Pearce
2024-06-08
-27
/
+132
*
feat: use stale-while-revalidate instead of immutable asset paths
Alan Pearce
2024-06-03
-4
/
+4
*
feat: serve assets via immutable paths
Alan Pearce
2024-05-31
-3
/
+10
*
build: re-enable asset reloading in dev
Alan Pearce
2024-05-31
-1
/
+7
*
feat: make security headers stricter
Alan Pearce
2024-05-30
-1
/
+26
*
feat: enable sub-resource integrity for assets
Alan Pearce
2024-05-30
-0
/
+4
*
refactor: extract default config to own file
Alan Pearce
2024-05-30
-98
/
+105
*
fix: nil pointer exception when (re-)indexing
Alan Pearce
2024-05-29
-2
/
+3
*
feat: improve search relevance by boosting keyword matches
Alan Pearce
2024-05-29
-4
/
+46
*
fix: missing alternate forms of packages with the same name
Alan Pearce
2024-05-29
-1
/
+1
*
feat: support cleartext HTTP/2 (i.e. from a reverse proxy)
Alan Pearce
2024-05-25
-1
/
+8
*
refactor: don't log request Host, it's irrelevant to this server
Alan Pearce
2024-05-25
-6
/
+1
*
build: just use nix version as internal version
Alan Pearce
2024-05-25
-21
/
+3
*
refactor: split server cmd and module
Alan Pearce
2024-05-24
-8
/
+29
*
fix: check for nil pointers in NewMux
Alan Pearce
2024-05-24
-0
/
+6
*
refactor: use a single value for per-source import timeouts
Alan Pearce
2024-05-23
-69
/
+60
*
feat: stream files directly from fetcher to importer
Alan Pearce
2024-05-23
-287
/
+288
*
fix: abort import of source on batch processing errors
Alan Pearce
2024-05-23
-7
/
+36
*
fix(web): fetch host from request, not header, where it's expected
Alan Pearce
2024-05-22
-1
/
+1
*
fix: make fetcher check on creation that it supports Source.Importer
Alan Pearce
2024-05-20
-41
/
+57
*
fix(importer): abort import of current source in case of error
Alan Pearce
2024-05-20
-6
/
+22
*
perf: make channel-nixpkgs importer only fetch necessary files
Alan Pearce
2024-05-20
-5
/
+14
*
refactor: make repository URLs by Repo.Type (currently no change)
Alan Pearce
2024-05-20
-12
/
+29
*
refactor: use enum for Repository.Type
Alan Pearce
2024-05-20
-4
/
+8
*
refactor: make declaration/definition URLs from Source.Repo
Alan Pearce
2024-05-20
-19
/
+8
*
docs: add comments to default configuration
Alan Pearce
2024-05-20
-44
/
+51
*
feat(config): use enums' string representations to print defaults
Alan Pearce
2024-05-20
-0
/
+8
*
fix: nix cannot read date/time TOML values from default config
Alan Pearce
2024-05-20
-2
/
+25
*
feat(config): print durations and URLs with human values
Alan Pearce
2024-05-20
-19
/
+23
*
feat: show default configuration with --print-default-config
Alan Pearce
2024-05-20
-0
/
+9
*
feat: render markdown in packages' LongDescription
Alan Pearce
2024-05-17
-2
/
+2
*
feat: use attribute instead of name for packages
Alan Pearce
2024-05-17
-1
/
+3
*
fix: missing last page of search results
Alan Pearce
2024-05-17
-1
/
+2
*
fix: store only data from current entity in index
Alan Pearce
2024-05-17
-4
/
+5
*
fix: nil pointer when updating all sources
Alan Pearce
2024-05-17
-1
/
+1
*
feat: error on non-matching configuration entries
Alan Pearce
2024-05-17
-0
/
+5
*
refactor: reduce debug logging
Alan Pearce
2024-05-17
-5
/
+0
*
feat: automatically add/remove sources to/from index
Alan Pearce
2024-05-17
-2
/
+70
*
fix: don't panic when re-indexing if fetcher did not update
Alan Pearce
2024-05-17
-2
/
+2
*
feat: support searching packages
Alan Pearce
2024-05-17
-105
/
+122
*
feat(index): enable storage of package data
Alan Pearce
2024-05-17
-1
/
+18
*
refactor: export functions for parsing enum types
Alan Pearce
2024-05-17
-4
/
+4
*
perf: flush index batch in groups of 10000
Alan Pearce
2024-05-17
-5
/
+26
*
fix(logging): track whether headers are written properly
Alan Pearce
2024-05-17
-3
/
+20
*
feat: decode brotli-compressed files
Alan Pearce
2024-05-17
-16
/
+59
*
refactor: separate fetch and import logic
Alan Pearce
2024-05-16
-344
/
+444
*
fix: rebuild index when --replace is specified
Alan Pearce
2024-05-16
-4
/
+4
*
refactor: remove unnecessary and incorrect bleve config option
Alan Pearce
2024-05-16
-1
/
+0
*
feat: extract and store package set (e.g. nodePackages)
Alan Pearce
2024-05-16
-1
/
+8
*
refactor: use interface to unify Options and Packages
Alan Pearce
2024-05-16
-104
/
+130
[next]