summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* iadocs/header.inc: link color white!40!blue!50!blackRunxi Yu10 days1-1/+1
* Makefile: lualatex -halt-on-errorRunxi Yu10 days1-4/+4
* iadocs, etc.: Add source to appendixRunxi Yu10 days7-4/+797
* iadocs: Use DejaVu Sans Mono [Scale=0.8]Runxi Yu11 days1-1/+1
* deploy.sh: Add deployment scriptRunxi Yu11 days1-0/+18
* index.go, login.html: Improve looks of session expired messageRunxi Yu11 days2-4/+4
* studnet.js: TODO about configurable WebSocket URLRunxi Yu11 days1-0/+17
* README.md: UpdateRunxi Yu11 days1-6/+12
* main.go, Makefile: Add .editorconfig and .gitignore to srcFSRunxi Yu11 days2-2/+2
* Revert "Makefile, main.go: Add vendor dependencies to srcFS"v0.1.6Runxi Yu11 days2-5/+2
* go.mod: Fix module URLRunxi Yu11 days1-1/+1
* {config,wsc}.go, cca.scfg.example: Dynamic course update delayRunxi Yu11 days3-15/+24
* bench: Accept courseID and connections flagsRunxi Yu11 days1-3/+11
* wsm.go: "R" on multiple choices in group rather than closing connectionRunxi Yu11 days1-4/+5
* Makefile, main.go: Add vendor dependencies to srcFSRunxi Yu11 days2-2/+5
* .gitignore: Ignore vendorRunxi Yu11 days1-0/+1
* .gitignore: Only ignore dist/build in rootv0.1.5Runxi Yu11 days1-2/+2
* docs/.gitignore: Delete because emptyRunxi Yu11 days1-0/+0
* wsm.go: Check course group constraint first when choosingRunxi Yu11 days1-13/+15
* {courses,wsc,wsm,wsp}.go: Send course number immediately on user interactionRunxi Yu11 days4-14/+42
* main.go: Don't embed LaTeX aux/log/etc files for iadocsRunxi Yu11 days1-2/+2
* main.go: Reorder startup eventsRunxi Yu11 days1-16/+16
* Makefile, main.go: Add go.* to the served sourcesRunxi Yu11 days2-2/+2
* bench.go: Use deadlock instead of timed exitRunxi Yu11 days1-10/+7
* bench: Fix timerRunxi Yu11 days1-2/+2
* *: Overhaul structure again and embed everythingRunxi Yu11 days32-151/+144
* Makefile: Add tmpl to .PHONYv0.1.4Runxi Yu12 days1-1/+1
* */Makefile: Update againRunxi Yu12 days6-14/+45
* *: Further restructuringRunxi Yu12 days11-7/+66
* *.go: Move to backendRunxi Yu12 days18-2/+4
* iadocs: Update IA documentationRunxi Yu12 days10-44/+279
* docs: max-width: 50rem;Runxi Yu12 days1-1/+1
* docs/admin: Document database setupRunxi Yu12 days1-1/+10
* docs/admin: Update protocol informationRunxi Yu12 days1-3/+2
* iadocs: Cover page updateRunxi Yu12 days1-5/+5
* {,u}sem.go, ws*.go: Restructure filesRunxi Yu12 days5-235/+319
* {config,main}.go: Enhance configuration file processingRunxi Yu12 days2-8/+124
* bench.go: ReformatRunxi Yu12 days1-2/+2
* bench.go: Separate connection stage from selection stagev0.1.3Runxi Yu12 days1-2/+10
* bench.go: More realistic benchmark for one course onlyRunxi Yu12 days1-9/+18
* Makefile: BSD Make also supports wildcards in targetsRunxi Yu12 days1-1/+1
* Makefile: Add sem.go to source file listRunxi Yu12 days1-1/+1
* {config,ws}.go, cca.scfg.example: Add perf.course_update_intervalRunxi Yu12 days3-6/+14
* {courses,wsm}.go: Use in-memory structure to fetch cgroup, not SQLRunxi Yu12 days2-26/+18
* {config,ws}.go, cca.scfg.example: Remove chanPool/SendQRunxi Yu12 days3-59/+0
* ws.go: &usemT{} //exhaustruct:ignoreRunxi Yu12 days1-1/+1
* ws.go: Check error of populateUserCourseGroupsRunxi Yu12 days1-1/+4
* wsm.go: Omit comparison to bool constantRunxi Yu12 days1-1/+1
* wsm.go: Report error when course doesn't existRunxi Yu12 days1-0/+8
* {courses,sem,ws,wsm}.go: Second step towards an efficient state propagatorRunxi Yu12 days4-16/+24