blob: 814d3504c500e164278a46bfce1f13fb1eaca86d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
The qDecoder Project
====================
qDecoder is a C/C++ language library including CGI supports.
CGI Interfaces
o Request Parser, Response Generator, Session, Cookies
Network & IPC Interfaces
o Socket, Shared memory, Semaphore, Database wrapper
Data structures
o Linked-list, Hash tables, Queue, qDecoder implementation of Obstack
Useful APIs
o Configuration parser, Automated file logger, Server side includes
Common Utilities
o String libraries, File libraries, Hashes & En/decoders
And more...
WWW: http://wolkykim.github.io/qdecoder/
|