aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/uriparser/TODO.txt
blob: cd432aa0f80262eb4e679f5184b58eb369422982 (plain) (blame)
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
== 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