pkgsrc/www/qDecoder/DESCR
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

7 lines
431 B
Text

qDecoder is a CGI library for C/C++ and a solution product for
developers. The Query Fetch algorithm of qDecoder which is based on
linked-list gives developers simpler library interface without regard
to a method of GET or POST. Also because it gives transparency with a
subordinate layer, web-based softwares - CGI - is designed and
embodied in reliability further. The source code for qDecoder is
freely available to everyone.