joerg
e031855e4a
Convert @exec/@unexec to @pkgdir or drop it.
2009-06-14 22:00:14 +00:00
minskim
24cf71d62a
Update qDecoder to 9.0. Patch submitted by Jun-Yong Park.
...
This version is based on a new branch and may not be fully compatible
with older versions.
Changes since 7.0.1:
NEW) qDecoderSetUploadBase() - Initialize qDecoder() for progressive
uploading.
FIX) qDecoder() - Now qDecoder() supports progressive uploading and direct
file saving into disk.
NEW) qSedArgAddDirect() - For huge size(over 1024 - 1) value.
FIX) qSedArgAdd() - Adjust miss typed variable length. (1024*64 => 1024)
NEW) qGetTimeStr() - Generate date string formatted as 'YYYYMMDDhhmmss'.
NEW) qJavaScript() - Print out some JavaScript code.
NEW) qAwkStr() - Scanning pattern from string.
FIX) qAwkOpen() - Compatibility increment
FIX) qAwkNext() - Expand array size to 1024(before 256)
FIX) qCountRead() - Compatibility increment
FIX) qCountSave() - Compatibility increment
FIX) qCountUpdate() - Compatibility increment
FIX) qDecoder() - Now qdecoder uses more smaller memory
FIX) qCheckFile() - Utility increment
New socket functions(unix only). Please refer the reference for more
details.
NEW) qSocketOpen()
NEW) qSocketClose()
NEW) qSocketWaitReadable()
NEW) qSocketRead()
NEW) qSocketGets()
NEW) qSocketWrite()
NEW) qSocketPuts()
NEW) qSocketPrintf()
NEW) qSocketSendFile()
NEW) qSocketSaveIntoFile()
NEW) qSocketSetNonblock()
NEW) qSocketConv2file()
2008-11-26 01:23:40 +00:00
minskim
99fa2d0f63
Make this package build on Darwin.
...
- Libtoolize.
- Make "install" a phony target for case-insensitive file systems.
2006-06-10 19:43:24 +00:00
jtb
b4178f25ff
Initial import of qDecoder.
...
qDecoder is a library for CGI programming.
Being a Web Application Interface for C/C++ use, qDecoder is a solution
product for developers. The Query Fetch algorithm of qDecoder based on the
linked-list provides transparency with low layers by the simple library
interface regardless of COOKIE/GET/POST(including File Upload). Thus, it
enables the web based software to be more intuitively designed and
implemented. qDecoder is developed according to the free software model and
is publicly distributed.
2002-05-04 00:53:51 +00:00