forked from uriparser/uriparser
-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO.txt
31 lines (29 loc) · 893 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
== 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 configure options to disable Ansi or Unicode
* 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