diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2019-04-26 17:58:14 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2019-04-26 17:58:14 +0200 |
commit | fddb419b78bc873fb6fb9e8dc49c28e5ac5113f1 (patch) | |
tree | 3009ac597dd206aa4bfaa50725ed6e7542119877 /TODO.txt | |
parent | 4c6be44409a51e938aa1c9e4d920348d5317a3d2 (diff) | |
parent | 5444b1728ba7cfc55e85fd3022b6e88c9441327c (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..d3df73b --- /dev/null +++ b/TODO.txt @@ -0,0 +1,30 @@ +== BEFORE NEXT RELEASE == + * Look for more bad cleanup logic + +== SOON == + * migrate structures to d-pointers to + - hide low-level details + - improve ABI compatibility + * try to remove need for free after parser fail? + * add more responsibility/ownership/init info to docs + * samba filename conversion? + * (g/s)etters for single components? + * Add example "uritool": + * uritool check <uri> + * uritool getHost <uri> + * uritool setHost <host> <uri> + * ... + * Filename helpers + * samba shares + * pipe characters? C:/C| + * Test owner code + * Implement CleanBase (strips off last component, query and stuff) + * Implement Clone + * Test Equals + * Code TODOs + * Make hostText from hostData? + +== LATER == + * Enable/disable single components/algorithms? + * Pretty/smarter IPv6 stringification + * Reduce recursion, replace some by loops |