Unnamed Fossil Project

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2025-03-15
18:00
Initial work on a Socket-compatible SSL flavor Leaf check-in: 846277b7f2 user: vandys tags: trunk
14:40
Normalize indentation of sqlite API interface code check-in: 263325ef15 user: vandys tags: trunk
2025-03-12
21:22
more check-in: 10f33bede2 user: vandys tags: trunk
15:56
A few more examples to keep check-in: 56d2b474c6 user: vandys tags: trunk
2025-03-10
23:41
Have sqlite lib handle class/struct including allocations. Also add a get() which lets caller supply the storage. check-in: 8359ef6d4d user: vandys tags: trunk
18:18
Provide getInto to write into the caller's supplied data structure. TBD: detect class versus struct and allocate with "new" for classes. check-in: 480fc3d80b user: vandys tags: trunk
2025-02-19
00:03
Factor hexstr() to our tiny.fmt module. Fix unittest regression now that I've switched to lower case for hex digits. check-in: 69f10e4fbb user: vandys tags: trunk
2025-02-18
00:16
Add interface to /dev/urandom check-in: 38f9e13045 user: vandys tags: trunk
2025-02-16
04:43
Go with "in" support for non-SMP set as well check-in: ffaf4bdfed user: vandys tags: trunk
2025-02-13
01:31
Fix AES192--mistake in how to apply round key setup during port. check-in: 0ea59b370b user: vandys tags: trunk
01:31
Add xtoi check-in: 8d6dd19329 user: vandys tags: trunk
2025-02-12
20:31
Fix some 64-bit-isms. Try to get strip() to shed line endings too. check-in: f7c9531a05 user: vandys tags: trunk
2025-02-11
22:04
Add a strip for char arrays as well check-in: 222b969c93 user: vandys tags: trunk
21:46
Add some basic test cases. (I'll run against some *.rsp cases I found for CBC and ECB modes, too.) check-in: 57c13593cb user: vandys tags: trunk
21:44
Let some utilities contract for pure @safe check-in: b628209cd0 user: vandys tags: trunk
21:20
Adopt a tiny version of AES with IV support. Convert from C into @safe dlang as a class. check-in: 814b914c57 user: vandys tags: trunk
21:19
Standard practice is lower case for hex, so... check-in: fa3544fe09 user: vandys tags: trunk
2025-02-08
16:16
Add an AES module check-in: 911d60bfae user: vandys tags: trunk
2024-12-28
04:26
whatever check-in: 36829de568 user: vandys tags: trunk
2024-12-27
18:56
Fiddling with shrinking crnn, so I can adopt the Dlang version. check-in: d87ec84cb6 user: vandys tags: trunk
2024-12-24
00:18
Remind me port/addr when the mini services start up check-in: 5ff026bbfe user: vandys tags: trunk
2024-12-05
00:35
Tighten some pure/safe stuff. Drop some old debug output. check-in: 909d63b971 user: vandys tags: trunk
2024-12-03
04:30
Generalize string translate, then vastly streamline html.d check-in: f9c6bd1057 user: vandys tags: trunk
2024-12-02
23:37
Ignore our web server programs. First pass, an HTML unescape check-in: 48821a7d30 user: vandys tags: trunk
2024-11-30
15:52
Ignore some external packages I've downloaded check-in: c947b83822 user: vandys tags: trunk
04:00
Snapshot some of these experiments check-in: 9780b9ba1b user: vandys tags: trunk
2024-11-28
03:26
Tidy comments check-in: a0bfd4bf96 user: vandys tags: trunk
03:22
Add unit test, using new strfile. Use enforce. check-in: 61b2e95352 user: vandys tags: trunk
03:22
Factor @safe for whole module check-in: dcc0b64408 user: vandys tags: trunk
03:22
Factor @safe for whole module check-in: 6fbb7785cc user: vandys tags: trunk
03:21
New string-based File emulation check-in: 4181cd7edf user: vandys tags: trunk
03:21
New library members html and strfile check-in: 5567117991 user: vandys tags: trunk
2024-11-27
00:19
Take advantage of fix in ldc to permit initialized AA's. Immutable, thus permitting some pure function defs. check-in: 2494851282 user: vandys tags: trunk
2024-11-26
17:52
Properly escape HTML-meaningful chars, put current path in title. Add HTML tiny module. check-in: 20bef00d34 user: vandys tags: trunk
04:37
pure/safety added check-in: 35839e0243 user: vandys tags: trunk
04:34
Small tidying check-in: 10948e734d user: vandys tags: trunk
01:00
Dequote URL argument. Use absolute URL paths. Order folder list alphabetically. check-in: f0f55abcc9 user: vandys tags: trunk
00:34
Add flac support check-in: 995dd88db8 user: vandys tags: trunk
2024-11-25
19:03
Generalize file serving a bit check-in: 1cde40b084 user: vandys tags: trunk
2024-11-09
19:57
Fix for 32-bit platform check-in: 8db6634a7e user: vandys tags: trunk
2024-11-08
16:30
Add tiny.webserv version of fserv check-in: 3844eefac7 user: vandys tags: trunk
15:19
Make file serve example a part of the tiny lib source tree check-in: b3cda4eec3 user: vandys tags: trunk
04:43
Get ranged results working. Use error_text for 2xx range codes too. check-in: 1a30726fc3 user: vandys tags: trunk
04:42
Workaround for short math hairball check-in: 8c5244a6da user: vandys tags: trunk
2024-11-07
23:14
Tighten logging. audio/ogg is the container for opus. Still not working, something to do with ranges? check-in: 5dbe506077 user: vandys tags: trunk
2024-11-05
20:46
Add a utility to format time in the Last-Modified format of the http header. Use it in our tiny web server. check-in: 0d1ef36dea user: vandys tags: trunk
18:13
Get started on Last-Modified support check-in: 18e467ec09 user: vandys tags: trunk
18:13
Add short and byte support check-in: 2d531f35df user: vandys tags: trunk
2024-11-04
15:53
Normalize treatment for case insensitive HTTP header names. Begin bringup of range requests. check-in: e43f53ce26 user: vandys tags: trunk
2024-11-03
18:01
Use our own strip(). Process Accept header and honor its restrictions (this was needed to get Webkit2GTK to bounce off a 406 and drop back to an external decoder). check-in: b311d69731 user: vandys tags: trunk