c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode, fast timer, skiplist, object pool etc. detail info please see the c header files.
 
 
 
 
Go to file
yuqing f9936ec4ba ini_file_reader.c realloc change to malloc and memcpy 2015-07-14 09:50:35 +08:00
php-fastcommon php ext return unsigned hash code 2015-01-28 19:11:24 +08:00
src ini_file_reader.c realloc change to malloc and memcpy 2015-07-14 09:50:35 +08:00
HISTORY ini_file_reader.c realloc change to malloc and memcpy 2015-07-14 09:50:35 +08:00
INSTALL update source code from FastDFS V5.02 2014-05-29 09:21:50 +08:00
README update source code from FastDFS V5.02 2014-05-29 09:21:50 +08:00
libfastcommon.spec fast_mblock add fast_mblock_delay_free 2015-06-19 19:04:37 +08:00
make.sh support OS Darwin 2014-08-09 11:15:55 +08:00

README

Copyright (C) 2010 Happy Fish / YuQing

libfastcommon may be copied only under the terms of the Less GNU General
Public License(LGPL).
Please visit the libfastcommon Home Page for more detail.
English language: http://code.google.com/p/libfastcommon/
Chinese language: http://linux.chinaunix.net/bbs/forum-75-1.html


c common functions library extracted from my open source projects FastDFS and 
FastDHT. this library is very simple and stable.

functions including: string, logger, chain, hash, socket, ini file reader, 
base64 encode / decode, url encode / decode etc.

detail info please see the c header files.