From a190050ef055c114f7444d1870d3e889c5f09ae6 Mon Sep 17 00:00:00 2001 From: yuqing Date: Fri, 6 Nov 2015 12:23:01 +0800 Subject: [PATCH] README changed --- HISTORY | 2 +- README | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 8d461df..2ae0a41 100644 --- a/HISTORY +++ b/HISTORY @@ -1,5 +1,5 @@ -Version 1.23 2015-11-05 +Version 1.23 2015-11-06 * sched_thread.c: task can execute in a new thread * sched_thread.c: support delay tasks * add function get_current_time_us and get_current_time_ms diff --git a/README b/README index 789d0d3..5f2135b 100644 --- a/README +++ b/README @@ -10,7 +10,9 @@ 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, +functions including: string, logger, chain, hash, avl treee, socket, +ini file reader, memory pool, object based allocator, connection pool, +timer based time wheel, ioevent like epull, local ip functions, base64 encode / decode, url encode / decode etc. detail info please see the c header files.