tiny

Timeline
Login

Timeline

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

50 most recent check-ins

2026-06-04
17:24
Start docs on what's in libtiny Leaf check-in: e6b88e55d2 user: vandys tags: trunk
2026-06-03
16:15
Get back the newline at the end of each line (I guess the pipe function strips them...) check-in: 7add574768 user: vandys tags: trunk
2026-06-02
17:53
First pass, renderedHTML() check-in: 7981fa5d9b user: vandys tags: trunk
03:49
A friendlier tmpnam() check-in: 336975dbfa user: vandys tags: trunk
2026-05-30
17:04
Add a very basic "stripHTML" check-in: 40b9d1b1e2 user: vandys tags: trunk
2026-05-28
17:41
Add a class for feeds as well as items check-in: db33b5ce0e user: vandys tags: trunk
2026-05-26
17:22
Make config result a DVal[string] as that's the first level of result which is actually useful. Add some unittest checks of values, which also provides examples on using config results. check-in: b1b1740e31 user: vandys tags: trunk
2026-04-24
02:19
Another suffix check-in: 4f1e4bf81b user: vandys tags: trunk
2026-04-23
16:20
Make tell match seek using size_t check-in: 68a1d545c9 user: vandys tags: trunk
2026-04-22
22:22
Add m4a/aac/Quicktime metadata support check-in: fe7b8b66c0 user: vandys tags: trunk
2026-04-03
14:06
Wrong polarity to SEEK_END check-in: d5143d82bf user: vandys tags: trunk
2026-04-01
13:59
DB query cleanup check-in: 2df4ad5a88 user: vandys tags: trunk
13:58
Add a debug-friendly toString view of a socket check-in: ad982d1b46 user: vandys tags: trunk
2026-03-17
18:10
Add timestamp to activity check-in: 53803c1184 user: vandys tags: trunk
18:10
Add optional periodic seeding of PRNG with true system random source. Based on comments on Usenet by Kent Dickey. check-in: 787bac716b user: vandys tags: trunk
2026-03-06
18:15
Reorg my uncharenc check-in: 706da3fc00 user: vandys tags: trunk
2026-03-02
00:06
Manual range check & return null for bad chapter # check-in: 18ecdb103b user: vandys tags: trunk
2026-02-21
19:20
.split()'s new filtering of empty elements. Go tidy up our split() uses. check-in: 824eb298d4 user: vandys tags: trunk
18:47
Default ldc2 check-in: 7601fe9d61 user: vandys tags: trunk
18:41
Add optional parameter to .split() to filter out empty result elements. check-in: c184841280 user: vandys tags: trunk
2026-02-17
05:19
Make URL parsing a public function check-in: c853fdb0be user: vandys tags: trunk
2026-02-11
02:35
Make fserv (1) work, but then (2) make CWD work as the root of the service. check-in: 83149cc06b user: vandys tags: trunk
02:35
More damage from the standards-compliant split() check-in: 110769f760 user: vandys tags: trunk
2026-01-27
00:06
Dance around shared/unshared and API invocation check-in: 8ca8b3d48a user: vandys tags: trunk
2026-01-23
23:22
Don't SEGV when printing a null check-in: 7ff9c595ad user: vandys tags: trunk
23:13
Tidy up how we handle host, particularly when there's an explicit port. We need to have the straight host as the name->IP, but then be clear that there's a port override for the Host: portion of an HTTP request. check-in: 5cfbaf3ac8 user: vandys tags: trunk
14:55
I think I saw the listener go away, so here's a place that maybe shot the thread. check-in: d4a8e830e2 user: vandys tags: trunk
14:54
Adapt to new/updated .join behavior check-in: bd06c2fc8b user: vandys tags: trunk
2026-01-21
22:51
Add a scalar interface to urandom() check-in: a0be74ec4c user: vandys tags: trunk
22:32
Don't maintain distinct PRNG module, put it in the general "random" module. check-in: 4c6d67b553 user: vandys tags: trunk
2026-01-14
22:43
Comment on treatment of http cookie: header. check-in: 3215a56fe0 user: vandys tags: trunk
22:43
Improve exception to better identify which column is the problem--and why. check-in: e53222bcf6 user: vandys tags: trunk
2026-01-10
05:45
Add test for only-blank split() case check-in: e6f846f984 user: vandys tags: trunk
05:44
When explicit string sep, break around it even for empty strings. check-in: edff0dbf86 user: vandys tags: trunk
2026-01-04
23:48
Alias generic indexOf/lastIndexOf over to array.d check-in: e201c46107 user: vandys tags: trunk
2026-01-02
16:19
Honor 3xx redirects check-in: edd00aa523 user: vandys tags: trunk
16:18
Name for status 302 check-in: e522af012f user: vandys tags: trunk
2025-12-24
22:01
Bringup; wradio2 using Fetch and such check-in: 39747afd9d user: vandys tags: trunk
2025-12-21
00:51
Resolve performance issue [fb6ea8b1667eaa1f]. Add ungotten[] ivar to handle unget, rather than shuffling the main input line. check-in: 56f0e7d00e user: vandys tags: trunk
2025-12-18
03:41
Streamline the auth API check-in: 1b6c6c5ad2 user: vandys tags: trunk
2025-12-14
23:59
Flesh out SMP FIFO for first "real" application, long polling for web radio metadata (to web clients). check-in: 310e3cadb4 user: vandys tags: trunk
23:58
Add hook for long polling; let a caller take over the Socket so they can talk to it later, potentially from a new thread. check-in: f17b030836 user: vandys tags: trunk
2025-12-12
22:19
Quiet some debug output check-in: 240d2af373 user: vandys tags: trunk
22:19
Add default text for 499 status check-in: 50e2ae2441 user: vandys tags: trunk
17:59
Add Fever RSS API, enhance fetch to handle chunked web server output. check-in: 0a705a83cd user: vandys tags: trunk
17:59
Fix C string termination for SNI when using SSL. check-in: 56b4e83365 user: vandys tags: trunk
2025-12-01
22:24
Make socket_t visible. check-in: e098fa50bf user: vandys tags: trunk
22:24
Add smp/fifo. Add sleep(). Add SMP fifo.remove check-in: 161b86376c user: vandys tags: trunk
2025-11-26
18:58
dmd and ldc2. Clean smp/ subdir. Use factored "unshared" support. check-in: a48636e897 user: vandys tags: trunk
2025-11-25
19:13
Integrate tiny/smp into the main libtiny.a. Factor Unshared idiom to its own tiny.smp.unshared module. check-in: 5e297ad8e1 user: vandys tags: trunk