test: Add XML documents into isds_message_free
[libisds.git] / TODO
blobb73a5720f88a93dddab0e96377e2c209f3d5f458
1 * Asynchronous interface
2     Grep for (reentrant|thread) comments
3 * Multithreaded interface
4     Grep for (reentrant|thread) comments
5 * Make CURL (network services) optional
6 * Improve isds_*message() system
7     Allow formatted message appending, preserve deep messages
8 * Catch libxml2 debug messages
9 * Make function tests
10     Cover all functions
11     Simulate server?
12 * Test X.509 authentication
13 * Write high level documentation
14     ISDS overview
15     Gather comments from header files
16     Write manual page(s)
17 * I18N
18     Solve UTF-8 vs. locale-encoded logging schism
19 * Find a way how to request for a box creation
20 * Test document submit for authorized conversion
21 * Test message is system generated
22 * Make high logic checks optional
23 * Validate XML trees (optional)
24 * Distinguish processing errors by different isds_error values instead of
25   generic IE_ERROR
26     Invalid input from application (IE_INVAL?)
27     Library error on processing application data
28     Library error on processing server data
29     Server error