Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
24 check-ins using file tiny/csv.d version a69ca95963
2025-05-21
| ||
14:47 | Test little endian unpack Leaf check-in: 7fa418962a user: vandys tags: trunk | |
02:01 | Add "streaming" to deal better with bulk pull audio streaming check-in: ea3f07f75f user: vandys tags: trunk | |
00:17 | Start with first non-trivial unit test check-in: e37f554ef7 user: vandys tags: trunk | |
2025-05-20
| ||
23:59 | First pass, bringup of unpack check-in: 248483bd51 user: vandys tags: trunk | |
22:38 | Prep for unpack() check-in: cf397b7ac7 user: vandys tags: trunk | |
19:38 | Test more of struct pack, fix stuff. check-in: 9d0a6dc6d0 user: vandys tags: trunk | |
17:10 | Ok, passing some unit tests. TBD: test padding handling. check-in: 588a6e488a user: vandys tags: trunk | |
16:50 | Start compiling check-in: 5a65a6eb0c user: vandys tags: trunk | |
2025-05-19
| ||
21:43 | Python-style struct<->buffer pack/unpack check-in: 3ff42ffd4a user: vandys tags: trunk | |
2025-05-16
| ||
14:24 | Support directly writing a row from a struct check-in: 472bbd24ae user: vandys tags: trunk | |
14:23 | Some more tests check-in: 45fdcfab3b user: vandys tags: trunk | |
14:22 | Test for updating directly from struct check-in: 5ab9b5e76a user: vandys tags: trunk | |
2025-05-10
| ||
16:38 | Fallout; Query is now a class, not a struct check-in: 5d8930d5da user: vandys tags: trunk | |
16:36 | A bit of a dog's breakfast here, break it all out, make Query a class, streamline how it's all defined. This fixes the problem where all failures report as "out of memory" due to the badly duplicated db pointer from SQLite3 -> Query. check-in: d9f71dec25 user: vandys tags: trunk | |
2025-05-09
| ||
17:14 | Add API to get change count, which lets us verify modification operations. check-in: b1c57e88ca user: vandys tags: trunk | |
2025-05-08
| ||
19:20 | Straddle the somewhat type-gummy world of sqlite3, especially as motivated by Python. check-in: d6f654611a user: vandys tags: trunk | |
18:44 | NM check-in: 8d99897abf user: vandys tags: trunk | |
2025-05-02
| ||
14:06 | Use scope(exit) to close send_file's open file. (Surprising the destructor doesn't deal with this, but I may as well be tidy about it.) check-in: 48c4662643 user: vandys tags: trunk | |
2025-05-01
| ||
23:15 | Use an alias; it seems a little cleaner to me check-in: 79061ec3a9 user: vandys tags: trunk | |
22:47 | Use our common isdigit() check-in: 3f6f1debda user: vandys tags: trunk | |
2025-04-28
| ||
16:58 | Make it easy to pull web stuff out of libtiny (ldc has a bug where they might pull it in for no reason) check-in: 5cda0dea7a user: vandys tags: trunk | |
16:58 | Quiet down webserv file transfer tracing check-in: b25e7d7a34 user: vandys tags: trunk | |
16:57 | Add uncharenc core function as string util check-in: 854f83d282 user: vandys tags: trunk | |
2025-04-26
| ||
23:40 | Use tiny versions. Make sure each module declares its name. Leave web stuff sequestered until the ldc2 bug with array compare is resolved. check-in: 5e10b0b8db user: vandys tags: trunk | |