Unnamed Fossil Project

Timeline
Login

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

26 check-ins using file tiny/csv.d version 53b6c8fa75

2025-03-12
21:22
more Leaf 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