summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-11-30 14:32:51 -0500
committerAndrew Opalach <andrew@akon.city> 2025-11-30 14:32:51 -0500
commitc8412bbedae0fce38db96833732e8ce904721e4c (patch)
tree4611046186c714513d042966ce97825df0fecf9e /TODO
parent0d6d13425015d78606232874498327cabcb0e4e2 (diff)
downloadcamu-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--TODO11
1 files changed, 9 insertions, 2 deletions
diff --git a/TODO b/TODO
index d139dd5..533ab82 100644
--- a/TODO
+++ b/TODO
@@ -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.