Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/treetrek.git

Commit History main

fcb90f0Applies fixed width to pagination blockDave Jarvis • 2026-02-21
13ba87aAdds navigation to top and bottomDave Jarvis • 2026-02-21
7ee1401Removes underline when hoveringDave Jarvis • 2026-02-21
ea3253aUpdates paginationDave Jarvis • 2026-02-21
eb6df67Adds pagination for commitsDave Jarvis • 2026-02-21
58e41d4Paginates commit historyDave Jarvis • 2026-02-21
5616492Shows timezone offset to GMTDave Jarvis • 2026-02-21
8519fa3Displays timezone on commit pageDave Jarvis • 2026-02-21
9694ddaParses timestampDave Jarvis • 2026-02-21
37ab408Adds summary line for diff LoC deltasDave Jarvis • 2026-02-21
2291fd1Updates added/removed countsDave Jarvis • 2026-02-21
cf3662bUses table, fixes pluralDave Jarvis • 2026-02-21
a668618Restores diffsDave Jarvis • 2026-02-21
440cd9eAdds LoC diff totalsDave Jarvis • 2026-02-21
85cb79eUses File instance to reduce duplicationDave Jarvis • 2026-02-21
d9fb252Refactors code to eliminate duplicationDave Jarvis • 2026-02-21
2bee52aUses compression stream for git packsDave Jarvis • 2026-02-20
9d8bbefAbstracts compressed streamsDave Jarvis • 2026-02-20
d4227e1Ignores ignored filesDave Jarvis • 2026-02-20
df04ae2Adds heartbeats for timeouts, fixes large clonesDave Jarvis • 2026-02-20
6a69b30Attempts to fix cloningDave Jarvis • 2026-02-20
7651083Refactors to respect min packet sizeDave Jarvis • 2026-02-20
1e0586cImproves sideband chunkingDave Jarvis • 2026-02-20
69f70d0Uses stream-compressionDave Jarvis • 2026-02-20
211e49aSimplifies codeDave Jarvis • 2026-02-20
64e6452Addresses sideband chunksDave Jarvis • 2026-02-20
980f404Reads full objectDave Jarvis • 2026-02-20
8477647Bypasses MAX_READ limits to chunk large filesDave Jarvis • 2026-02-20
7ab9db3Takes another crack at large repo cloneDave Jarvis • 2026-02-20
6b0b9c0Addresses large repo clonesDave Jarvis • 2026-02-20
f7bb27bAvoids loading repo fully into memoryDave Jarvis • 2026-02-20
fcdfba7Attempts to resolve big clones againDave Jarvis • 2026-02-20
793df32Delegates to web server to send filesDave Jarvis • 2026-02-20
9e967c3Handles graceful disconnections while streamingDave Jarvis • 2026-02-20
4445a2aUpdates install instructionsDave Jarvis • 2026-02-19
bd9b997Removes MD linkDave Jarvis • 2026-02-19
4bf5f3aAdds installation instructionsDave Jarvis • 2026-02-19
e6c04b0Address packed object issueDave Jarvis • 2026-02-19
f5b2c4dAdds gzip protocol to cloningDave Jarvis • 2026-02-19
31fd02eEliminates overlay for clone buttonDave Jarvis • 2026-02-19
d0a7199Readds span hack to resize clone buttonDave Jarvis • 2026-02-19
21907e1Reverts selection behaviour on clone fieldDave Jarvis • 2026-02-19
e4b81d2Attempts to autofocus clone buttonDave Jarvis • 2026-02-19
1400387Fixes typoDave Jarvis • 2026-02-19
93ee4bfApplies grid-spanning trick to resize clone textDave Jarvis • 2026-02-19
8afc897Adjusts clone button styling againDave Jarvis • 2026-02-19
bd73338Restyles the clone buttonDave Jarvis • 2026-02-19
39dd579Updates CSS selector for clone buttonDave Jarvis • 2026-02-19
059b2e5Adds clone buttonDave Jarvis • 2026-02-19
a922e28Adds null guards to hashesDave Jarvis • 2026-02-19
a2de074Guards against non-hex digits for hex2binDave Jarvis • 2026-02-19
14016baUpdates regexes for xml syntaxesDave Jarvis • 2026-02-19
3abf1bcUpdates capture block for xml syntaxesDave Jarvis • 2026-02-19
3fe9360Updates xml, html, xslt syntaxesDave Jarvis • 2026-02-19
a114f02Adds XSLT syntax highlightingDave Jarvis • 2026-02-19
6877059Accounts for regexes in JavaScript/TypeScriptDave Jarvis • 2026-02-19
f1652ceDetects application text media typesDave Jarvis • 2026-02-19
78a169dAdds more contents for finfoDave Jarvis • 2026-02-19
23c8ff4Revises interpolation codeDave Jarvis • 2026-02-19
f9f161eAdds FORTRAN syntax, reformats codeDave Jarvis • 2026-02-19
2eb4c04Removes extraneous diff gap iconDave Jarvis • 2026-02-19
c44fa7fFixes duplicate methodDave Jarvis • 2026-02-19
a30737eRetains old diff behaviourDave Jarvis • 2026-02-19
69cf033Adds SVG images as non-binaryDave Jarvis • 2026-02-19
a224cd2Restores virtual diff fileDave Jarvis • 2026-02-19
644dbdaAdds fallback mechanism for large gaps in diffsDave Jarvis • 2026-02-19
f3507baAdds missing SVG imageDave Jarvis • 2026-02-19
6933d3eAdds diff gap icon, updates diff gapDave Jarvis • 2026-02-19
8156e7bFurther constrains memory limits for diffDave Jarvis • 2026-02-18
a4c7a60Yields logicDave Jarvis • 2026-02-18
2ba9feaPurges diff memory, limits diff sizeDave Jarvis • 2026-02-18
d86853cApplies diff algorithmDave Jarvis • 2026-02-18
8d03c6aReduces slice sizeDave Jarvis • 2026-02-18
3867662Restricts memory use for finfoDave Jarvis • 2026-02-18
6e05d40Uses static cache for finfo variableDave Jarvis • 2026-02-18
56ee5fdReverts change to repository listDave Jarvis • 2026-02-18
3eec789Clarifies codeDave Jarvis • 2026-02-18
21d5ae0Shrinks codeDave Jarvis • 2026-02-18
76e2086Adds constants, applies coding rulesDave Jarvis • 2026-02-18
808df1eRestores missing methodsDave Jarvis • 2026-02-18
ef2ad77Moves router construction into configDave Jarvis • 2026-02-18
d665495Makes constant publicDave Jarvis • 2026-02-18
9843d0dReformats code, single exit point, updates FontAwesome linkDave Jarvis • 2026-02-18
54de686Reformats code, speeds up algorithmDave Jarvis • 2026-02-17
01bdff3Reformats codeDave Jarvis • 2026-02-17
8b0e585Reverts extension checkDave Jarvis • 2026-02-16
36ab3abUpdates size detectionDave Jarvis • 2026-02-16
d55b714Forces text file detectionDave Jarvis • 2026-02-16
65fe7aaRestores set accessorDave Jarvis • 2026-02-16
ea17745Reformats code, uses single exit from functionsDave Jarvis • 2026-02-16
0b3bd42Removes out parameterDave Jarvis • 2026-02-16
35f5582Removes 'Repositories' linkDave Jarvis • 2026-02-16
000821cAdds styling for repo nameDave Jarvis • 2026-02-16
b819f8aShores up paddingDave Jarvis • 2026-02-16
d7cc24fRemoves current repo, removes ruleDave Jarvis • 2026-02-16
bdc919eStops GoogleBotDave Jarvis • 2026-02-16
15d2816Removes test fileDave Jarvis • 2026-02-16
5e7d94eAdds testing fileDave Jarvis • 2026-02-16
0992257Fixes doubled filesDave Jarvis • 2026-02-16
d1eedc6Reformats code, fixes null fileDave Jarvis • 2026-02-16