Fix some messages and udpate catalogues
[libisds.git] / TODO
blob653ec54dad861e5bb4710c0b1ab807041ed94608
1 * Asynchronous interface
2     Grep for (rentrant|thread) comments
3 * Multithreaded interface
4     Grep for (rentrant|thread) comments
5 * Make CURL (network services) optional
6 * Improve isds_*message() system
7     Clean context message buffer on function entry point
8     Allow formated message appeding, preserve deep messages
9 * Make function tests
10     Cover all functions
11     Simulate server?
12 * Implement 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 * Find a way how to send document to authorized conversion
21 * Test message is system generated
22 * Make high logic checks optional
23 * Validate XML trees (optional)
24 * Check for minimal dependency library versions
25 * Distinguish processing errors by different isds_error values instead of
26   generic IE_ERROR
27     Invalid input from application (IE_INVAL?)
28     Library error on processing application data
29     Library error on processing server data
30     Server error
31 * Provide pkg-config and M4 scripts for better application building
32     Provide library version check at compile and run time