diff options
| author | 2025-11-30 14:32:51 -0500 | |
|---|---|---|
| committer | 2025-11-30 14:32:51 -0500 | |
| commit | c8412bbedae0fce38db96833732e8ce904721e4c (patch) | |
| tree | 4611046186c714513d042966ce97825df0fecf9e /TODO | |
| parent | 0d6d13425015d78606232874498327cabcb0e4e2 (diff) | |
| download | camu-c8412bbedae0fce38db96833732e8ce904721e4c.tar.gz camu-c8412bbedae0fce38db96833732e8ce904721e4c.tar.bz2 camu-c8412bbedae0fce38db96833732e8ce904721e4c.zip | |
Build cleanup and fixes from sink testing
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -37,11 +37,17 @@ - [x] Checking buffer states needs a lock, check asserts. - [x] Commit fixes. - [x] Commit changes. + - [x] cache selection in meson_options + - [x] al_atomic_* -> atomic_* + - [ ] Remove entry->ended from sink. + - [ ] libnaunet zlib wrap + - [ ] Pass over logging. + - [ ] list_remove(). + - [ ] Do ntp like latency evaluation. + - [ ] packet_cache_v2. - [ ] Implement queued. - [ ] Command line argument test in libnaunet. - [ ] Header cleanup. - - [ ] Remove entry->ended from sink. - - [ ] packet_cache_v2. - [ ] https://github.com/JuliaStrings/utf8proc/blob/master/utf8proc.h - [ ] ustr for ui elements. - [ ] remove wstr. @@ -97,6 +103,7 @@ === Cache - See cache/entry.h. + - [ ] Don't use file_mapped for large files. - [ ] EOF when seeking forward in slow http source. - [ ] HTTP timeout. |