libfastcommon/src
yuqing 74fe4c8889 add skiplist 2015-12-24 18:20:14 +08:00
..
tests add skiplist 2015-12-24 18:20:14 +08:00
Makefile.in add skiplist 2015-12-24 18:20:14 +08:00
avl_tree.c update source code from FastDFS V5.02 2014-05-29 09:21:50 +08:00
avl_tree.h update source code from FastDFS V5.02 2014-05-29 09:21:50 +08:00
base64.c check the return value of snprintf 2014-12-06 12:41:19 +08:00
base64.h update source code from FastDFS V5.02 2014-05-29 09:21:50 +08:00
chain.c update source code from FastDFS V5.02 2014-05-29 09:21:50 +08:00
chain.h update source code from FastDFS V5.02 2014-05-29 09:21:50 +08:00
common_define.h correct PTHREAD_MUTEX_ERRORCHECK define 2015-08-26 18:46:07 +08:00
connection_pool.c bug fixed: caused by memory organize 2014-09-16 16:55:39 +08:00
connection_pool.h add comments for connection pool 2014-09-03 10:18:31 +08:00
fast_allocator.c allocator support reclaim 2015-11-06 18:57:39 +08:00
fast_allocator.h allocator support reclaim 2015-11-06 18:57:39 +08:00
fast_buffer.c add fast_buffer 2015-11-13 15:13:28 +08:00
fast_buffer.h add fast_buffer 2015-11-13 15:13:28 +08:00
fast_link_library.sh update source code from FastDFS V5.02 2014-05-29 09:21:50 +08:00
fast_mblock.c allocator support reclaim 2015-11-06 18:57:39 +08:00
fast_mblock.h add function fast_mblock_init_ex1 2015-11-16 13:48:26 +08:00
fast_mpool.c add fast_mpool for memory pool 2015-07-01 13:26:07 +08:00
fast_mpool.h add comment 2015-07-01 15:17:19 +08:00
fast_task_queue.c fast_task_info support set_buffer_size and realloc_buffer 2015-04-28 17:22:22 +08:00
fast_task_queue.h fast_task_info support set_buffer_size and realloc_buffer 2015-04-28 17:22:22 +08:00
fast_timer.c sched_thread.c: support delay tasks 2015-10-16 16:44:46 +08:00
fast_timer.h update source code from FastDFS V5.02 2014-05-29 09:21:50 +08:00
hash.c replace INT64_PRINTF_FORMAT with PRId64 2014-08-05 15:52:17 +08:00
hash.h update source code from FastDFS V5.02 2014-05-29 09:21:50 +08:00
http_func.c check the return value of snprintf 2014-12-06 12:41:19 +08:00
http_func.h http_parse_query_ex support binary buffer, and set both lengths of key and name 2014-08-11 16:58:27 +08:00
ini_file_reader.c iniGetValues use iniGetValuesEx 2015-09-14 18:03:49 +08:00
ini_file_reader.h remove macro IGNORE_ANNOTATION 2015-09-18 15:47:21 +08:00
io_opt.c update source code from FastDFS V5.02 2014-05-29 09:21:50 +08:00
io_opt.h update source code from FastDFS V5.02 2014-05-29 09:21:50 +08:00
ioevent.c check n for BSD event set 2015-09-14 09:18:34 +08:00
ioevent.h ioevent for BSD ok 2015-09-13 20:49:09 +08:00
ioevent_loop.c must set timeout entry's dlink to NULL because NOT in time wheel 2014-10-31 11:05:15 +08:00
ioevent_loop.h add function ioevent_remove 2014-08-25 09:24:52 +08:00
local_ip_func.c add function is_private_ip 2015-10-09 16:12:30 +08:00
local_ip_func.h add function is_private_ip 2015-10-09 16:12:30 +08:00
logger.c call log_check_rotate anyway 2015-08-20 14:43:47 +08:00
logger.h logger.c call log_check_rotate in lock 2015-05-15 11:16:14 +08:00
md5.c update source code from FastDFS V5.02 2014-05-29 09:21:50 +08:00
md5.h update source code from FastDFS V5.02 2014-05-29 09:21:50 +08:00
process_ctrl.c ignore annotation in some cases 2015-09-11 19:40:15 +08:00
process_ctrl.h update source code from FastDFS V5.02 2014-05-29 09:21:50 +08:00
pthread_func.c correct PTHREAD_MUTEX_ERRORCHECK define 2015-08-26 18:46:07 +08:00
pthread_func.h update source code from FastDFS V5.02 2014-05-29 09:21:50 +08:00
pthread_pool.c update source code from FastDFS V5.02 2014-05-29 09:21:50 +08:00
pthread_pool.h update source code from FastDFS V5.02 2014-05-29 09:21:50 +08:00
sched_thread.c use pthread_detach 2015-11-03 09:55:43 +08:00
sched_thread.h delay task can execute in a new thread 2015-11-02 18:24:26 +08:00
shared_func.c fast allocator ok 2015-11-05 18:44:12 +08:00
shared_func.h fast allocator ok 2015-11-05 18:44:12 +08:00
skiplist.c add skiplist 2015-12-24 18:20:14 +08:00
skiplist.h add skiplist 2015-12-24 18:20:14 +08:00
sockopt.c allow_ips support CIDR addresses such as 172.16.12.0/22 2015-09-05 19:40:23 +08:00
sockopt.h macro FDFS_WRITE_BUFF_SIZE change to FAST_WRITE_BUFF_SIZE 2015-05-12 14:05:09 +08:00