| Commit message (Expand) | Author | Files | Lines |
2024-10-09 | {courses,wsc}.go: Atomic 64-bit alignment | Runxi Yu | 2 | -4/+7 |
2024-10-09 | wsc.go: Use sync.Map for cancelPool to reduce lock contention | Runxi Yu | 1 | -21/+10 |
2024-10-09 | student.html: Use separate columns for Selected and Max | Runxi Yu | 1 | -2/+9 |
2024-10-09 | eslint.sh: Call eslint directly rather than through npx | Runxi Yu | 1 | -1/+1 |
2024-10-09 | *.go: Update comments | Runxi Yu | 8 | -30/+17 |
2024-10-09 | bench.go: Update number of courses | Runxi Yu | 1 | -1/+1 |
2024-10-09 | student.js: Don't N then Y the same course on selectv0.1.8 | Runxi Yu | 1 | -1/+1 |
2024-10-09 | student.{html,js}: Deselect courses in the same group when selecting | Runxi Yu | 2 | -5/+7 |
2024-10-09 | student.html: Slightly better looks around tickbox | Runxi Yu | 1 | -8/+10 |
2024-10-09 | tcourse.sql: Add more example CCAs | Runxi Yu | 1 | -5/+13 |
2024-10-09 | {courses,index}.go, student.html, style.css: Group by course group | Runxi Yu | 4 | -20/+34 |
2024-10-09 | student.html: Simplify JS | Runxi Yu | 1 | -2/+1 |
2024-10-09 | index.go, {login,student}.html: Use structs rather than maps for tmpl | Runxi Yu | 3 | -22/+28 |
2024-10-09 | *.go: Use sync.Map instead of map[int]*courseT for courses | Runxi Yu | 6 | -73/+115 |
2024-10-09 | {courses,wsc,wsp}.go: Usems should be sync.Map | Runxi Yu | 3 | -19/+12 |
2024-10-08 | {courses,wsc,wsm}.go: map[courseGroupT](bool->struct{}) | Runxi Yu | 3 | -8/+8 |
2024-10-08 | style.css: Work around Firefox bug 217769 | Runxi Yu | 1 | -0/+8 |
2024-10-08 | *.go: Further wrap errors | Runxi Yu | 6 | -24/+52 |
2024-10-08 | err.go: Create, and unify some error definitions | Runxi Yu | 5 | -38/+55 |
2024-10-07 | Revert "latexify-source.sh: \subsection{\texttt{%s}}" | Runxi Yu | 1 | -11/+11 |
2024-10-07 | student.js: Use "let" rather than "var"v0.1.7 | Runxi Yu | 1 | -2/+2 |
2024-10-07 | latexify-source.sh: Don't set -x | Runxi Yu | 1 | -1/+1 |
2024-10-07 | cca.scfg.example: usem_delay_shift_bits should default to 5 | Runxi Yu | 1 | -1/+1 |
2024-10-07 | Reapply "{config,wsc}.go, cca.scfg.example: Dynamic course update delay" | Runxi Yu | 3 | -17/+34 |
2024-10-07 | Revert "{config,wsc}.go, cca.scfg.example: Dynamic course update delay" | Runxi Yu | 3 | -34/+17 |
2024-10-07 | {courses,wsm,wsp}.go: Make course.Selected atomic | Runxi Yu | 3 | -12/+15 |
2024-10-07 | wsc.go: Fix race condition with usemCount atomics | Runxi Yu | 1 | -1/+6 |
2024-10-07 | postgres_run.sh: Remove as unnecessary | Runxi Yu | 1 | -3/+0 |
2024-10-06 | Makefile, main.go: Use cover page as iadocs/index.html | Runxi Yu | 2 | -3/+9 |
2024-10-06 | {config,wsm}.go, cca.scfg.example: Configurable immediate propagation | Runxi Yu | 3 | -10/+28 |
2024-10-07 | iadocs: ROT table should be HTML | Runxi Yu | 4 | -23/+250 |
2024-10-06 | main.go: -config -> -c | Runxi Yu | 1 | -1/+1 |
2024-10-07 | latexify-source.sh: \subsection{\texttt{%s}} | Runxi Yu | 1 | -11/+11 |
2024-10-07 | iadocs: Switch back to TeX Gyre Termes/Heros with LM Mono | Runxi Yu | 1 | -7/+7 |
2024-10-06 | iadocs: Use Latin Modern | Runxi Yu | 2 | -10/+8 |
2024-10-06 | .editorconfig, latexify-source.sh, student.js: Indent 4, wrap 85 | Runxi Yu | 3 | -29/+57 |
2024-10-06 | Makefile: lualatex -interaction batchmode | Runxi Yu | 1 | -4/+4 |
2024-10-06 | *.go: Limit to approximately 80 characters per line | Runxi Yu | 9 | -95/+431 |
2024-10-06 | iadocs/header.inc: link color white!40!blue!50!black | Runxi Yu | 1 | -1/+1 |
2024-10-06 | Makefile: lualatex -halt-on-error | Runxi Yu | 1 | -4/+4 |
2024-10-06 | iadocs, etc.: Add source to appendix | Runxi Yu | 7 | -4/+797 |
2024-10-06 | iadocs: Use DejaVu Sans Mono [Scale=0.8] | Runxi Yu | 1 | -1/+1 |