diff options
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. |