aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* git2d: Accept an uint commandRunxi Yu2025-04-052-8/+31
* git2d: Note to pass integer instead of the stringRunxi Yu2025-04-051-0/+1
* git2d: Add license headers where missingRunxi Yu2025-04-054-0/+20
* git2d: Separate the files a bitRunxi Yu2025-04-055-191/+206
* Makefile: Statically build GoRunxi Yu2025-04-051-1/+1
* Makefile: Note on GNUismsRunxi Yu2025-04-051-0/+6
* Makefile: Cleanup and utilize dependencies correctlyRunxi Yu2025-04-053-11/+11
* Bump dependenciesRunxi Yu2025-04-042-1/+4
* Makefile: Compile git2d as one compilation unitRunxi Yu2025-04-041-1/+1
* Update dependenciesRunxi Yu2025-04-032-5/+6
* Update go.modRunxi Yu2025-04-031-3/+3
* HTML: cd {{ .repo_name }} instead of hardcoding powxy...Runxi Yu2025-04-031-1/+1
* HTML: Repo patch mailing list should not include final slashv0.1.17Runxi Yu2025-04-031-1/+1
* HTML: Add contribution guidelines in the MR tabv0.1.16Runxi Yu2025-04-033-9/+18
* README: Update status on patch conversionsRunxi Yu2025-04-031-1/+2
* CSS: Remove .commit-list-small .event's borderv0.1.15Runxi Yu2025-04-031-1/+0
* git2d: Only show last three commits in index pagev0.1.14Runxi Yu2025-04-031-1/+1
* HTML: Don't use <table> for the repo index page's commit listRunxi Yu2025-04-032-30/+73
* HTTP: Serve raw blobs with application/octet-streamRunxi Yu2025-04-031-0/+1
* man: Update lindenii-forge.5 for daemon_pathRunxi Yu2025-04-031-0/+4
* HTML: Fix the repo file page toov0.1.13Runxi Yu2025-04-031-7/+7
* HTML: Use the proper repo_url_root in tree/rawtreev0.1.12Runxi Yu2025-04-033-14/+21
* HTTP: Ref type query errors should be 400, not 500Runxi Yu2025-04-031-1/+1
* HTTP: Remove resolved TODO on subgroupsRunxi Yu2025-04-031-2/+0
* HTML: Branches should link to a summary of that branchRunxi Yu2025-04-031-1/+1
* HTTP: Fix old commit hash field on commit pagev0.1.11Runxi Yu2025-04-031-1/+1
* Makefile: Put libraries after the sourceRunxi Yu2025-04-031-1/+1
* Makefile: Add git2d to the daemon's dependenciesRunxi Yu2025-04-031-1/+1
* Automatically deploy and run git2dRunxi Yu2025-04-034-2/+47
* HTML: Fix authorship fieldsRunxi Yu2025-04-031-2/+2
* HTTP: Use Go-style comments for Go, not C-style commentsRunxi Yu2025-04-031-2/+2
* lint: Disable dogsledRunxi Yu2025-04-031-0/+1
* HTTP: Use git2d for the repo indexRunxi Yu2025-04-033-78/+76
* Rename commitDisplay to commitDisplayOldRunxi Yu2025-04-033-8/+8
* HTTP: Make README rendering more composableRunxi Yu2025-04-031-36/+31
* resources: Embed git2dRunxi Yu2025-04-031-1/+3
* config: Add git.socket for git2dRunxi Yu2025-04-033-0/+8
* git2d: Initialize the path to zerosRunxi Yu2025-04-031-1/+1
* git2d: Clean up commit author date/etc handling, and add emailRunxi Yu2025-04-031-12/+14
* git2d: Report recent commits tooRunxi Yu2025-04-031-15/+68
* git2d: Use BARE to send contents too, instead of using raw writeRunxi Yu2025-04-033-23/+47
* CSS: Remove Comic SansRunxi Yu2025-04-031-4/+0
* git2d: Ignore SIGPIPERunxi Yu2025-04-031-0/+3
* gti2d: Set umask to 0077 to secure the UNIX domain socketRunxi Yu2025-04-031-0/+3
* git2d: Slight cleanup; print error integers to connection for nowRunxi Yu2025-04-031-7/+5
* git2d: Specify socket path as argument instead of hardcodingRunxi Yu2025-04-031-3/+7
* git2d: Accept path from UDS with bare_get_data instead of hardcodingRunxi Yu2025-04-031-8/+34
* Disable CI for nowRunxi Yu2025-04-032-32/+0
* git2d: Use extern inline for utf8_decodeRunxi Yu2025-04-033-3/+6
* git2d: Import BARE and UTF-8 utilitiesRunxi Yu2025-04-035-1/+529