libfastcommon/src
YuQing 89e70977d5 logger.c: log_set_prefix and log_set_filename support re-entry 2023-11-21 15:56:51 +08:00
..
tests uniq_skiplist support arg for free callback 2023-08-05 20:46:35 +08:00
Makefile.in Makefile.in: force symlink library 2022-11-13 17:15:44 +08:00
array_allocator.c bugfixed: array_allocator_alloc MUST init the array 2023-08-02 14:59:57 +08:00
array_allocator.h bugfixed: array_allocator_alloc MUST init the array 2023-08-02 14:59:57 +08:00
avl_tree.c modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
avl_tree.h modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
base64.c modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
base64.h modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
buffered_file_writer.c open file with flag O_CLOEXEC 2022-06-24 18:52:39 +08:00
buffered_file_writer.h modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
chain.c modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
chain.h modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
char_convert_loader.c modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
char_convert_loader.h modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
char_converter.c modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
char_converter.h modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
common_blocked_queue.c add function common_blocked_queue_push_chain 2022-09-21 21:48:34 +08:00
common_blocked_queue.h bugfixed: common_blocked_queue_[alloc|free]_node must use lock 2022-11-10 08:47:07 +08:00
common_define.h add macros: MEM_ALIGN_FLOOR/CEIL_BY_MASK 2023-07-09 09:12:37 +08:00
connection_pool.c add RDMA callback set_busy_polling 2023-11-18 10:40:37 +08:00
connection_pool.h add RDMA callback set_busy_polling 2023-11-18 10:40:37 +08:00
fast_allocator.c fast_mblock_init_ex2 add parameter prealloc_trunk_count 2023-05-19 11:20:30 +08:00
fast_allocator.h bugfixed: can't use global malloc_allocator 2022-11-19 17:13:02 +08:00
fast_blocked_queue.c modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
fast_blocked_queue.h modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
fast_buffer.c remove compile warning (the compiler is too worried) 2021-06-06 16:25:21 +08:00
fast_buffer.h fast_buffer.[hc]: add function fast_buffer_append_binary 2021-01-27 21:10:43 +08:00
fast_link_library.sh update source code from FastDFS V5.02 2014-05-29 09:21:50 +08:00
fast_mblock.c bugfixed: array_allocator_alloc MUST init the array 2023-08-02 14:59:57 +08:00
fast_mblock.h fast_mblock_init_ex2 add parameter prealloc_trunk_count 2023-05-19 11:20:30 +08:00
fast_mpool.c fast_mpool add stat fields: alloc_count, alloc_bytes and reset_count 2022-06-04 22:05:09 +08:00
fast_mpool.h fast_mpool add stat fields: alloc_count, alloc_bytes and reset_count 2022-06-04 22:05:09 +08:00
fast_task_queue.c struct fast_task_queue support release callback 2023-10-12 21:53:29 +08:00
fast_task_queue.h struct fast_task_info add field pending_send_count 2023-11-06 10:51:08 +08:00
fast_timer.c add functions: iniGetByteValueEx and iniGetIntCorrectValueEx 2020-12-02 18:10:45 +08:00
fast_timer.h timer_modify check new_expires 2020-12-02 13:57:28 +08:00
fc_atomic.h add macros FC_ATOMIC_SET_LARGER/SMALLER 2021-11-10 16:04:42 +08:00
fc_list.h sorted queue use double link chain for quick push 2023-05-04 17:08:51 +08:00
fc_memory.c modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
fc_memory.h modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
fc_queue.c add functions: fc_queue_push_with_check and fc_queue_peek 2023-09-30 14:46:56 +08:00
fc_queue.h add functions: fc_queue_push_with_check and fc_queue_peek 2023-09-30 14:46:56 +08:00
flat_skiplist.c modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
flat_skiplist.h modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
hash.c rename hash_xxx to fc_hash_xxx 2022-02-09 22:35:40 +08:00
hash.h rename hash_xxx to fc_hash_xxx 2022-02-09 22:35:40 +08:00
http_func.c use libcurl to fetch URL resource 2021-05-26 15:21:55 +08:00
http_func.h shared_func.[hc]: normalize_path use type string_t for general purpose 2022-11-07 08:27:43 +08:00
id_generator.c open file with flag O_CLOEXEC 2022-06-24 18:52:39 +08:00
id_generator.h rename trim to fc_trim 2022-02-25 09:44:15 +08:00
ini_file_reader.c add functions: iniGetDoubleCorrectValueEx and iniGetPercentCorrectValueEx 2022-08-26 11:02:36 +08:00
ini_file_reader.h add functions: iniGetDoubleCorrectValueEx and iniGetPercentCorrectValueEx 2022-08-26 11:02:36 +08:00
io_opt.c modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
io_opt.h modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
ioevent.c modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
ioevent.h modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
ioevent_loop.c load connection_thread_local from cluster.conf 2023-09-20 10:43:05 +08:00
ioevent_loop.h restore epoll timeout when polling_queue is empty 2023-09-19 09:30:11 +08:00
json_parser.c json decode supports memory pool for persistency 2022-06-04 12:41:07 +08:00
json_parser.h json decode supports memory pool for persistency 2022-06-04 12:41:07 +08:00
local_ip_func.c modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
local_ip_func.h modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
locked_list.h add function tcp_socket_connected 2022-12-30 17:18:28 +08:00
locked_timer.c add functions: iniGetByteValueEx and iniGetIntCorrectValueEx 2020-12-02 18:10:45 +08:00
locked_timer.h timer_modify check new_expires 2020-12-02 13:57:28 +08:00
logger.c logger.c: log_set_prefix and log_set_filename support re-entry 2023-11-21 15:56:51 +08:00
logger.h small changes for logger.[hc] 2022-03-09 09:53:36 +08:00
md5.c add function locked_list_destroy 2022-03-01 15:03:22 +08:00
md5.h add function locked_list_destroy 2022-03-01 15:03:22 +08:00
multi_skiplist.c modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
multi_skiplist.h modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
multi_socket_client.c modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
multi_socket_client.h rename trim to fc_trim 2022-02-25 09:44:15 +08:00
php7_ext_wrapper.h fastcommon php extension adapt to php 8 2021-12-31 03:15:38 +08:00
process_ctrl.c shared_func.[hc]: normalize_path use type string_t for general purpose 2022-11-07 08:27:43 +08:00
process_ctrl.h get_base_path_from_conf_file_ex support parameter: noent_log_level 2022-09-21 11:35:32 +08:00
pthread_func.c correct pthread_rwlockattr getkind_np to setkind_np 2022-01-28 18:05:27 +08:00
pthread_func.h open file with flag O_CLOEXEC 2022-06-24 18:52:39 +08:00
sched_thread.c open file with flag O_CLOEXEC 2022-06-24 18:52:39 +08:00
sched_thread.h add function sched_delay_free_ptr 2022-01-12 11:03:50 +08:00
server_id_func.c set comm_type to default correctly 2023-11-15 16:40:56 +08:00
server_id_func.h global configs for communication and smart_polling etc. 2023-11-15 09:56:39 +08:00
shared_buffer.c fast_mblock_init_ex1: unify obj name 2021-07-20 20:27:48 +08:00
shared_buffer.h modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
shared_func.c add function fc_safe_writev 2023-05-29 18:15:59 +08:00
shared_func.h add function fc_safe_writev 2023-05-29 18:15:59 +08:00
skiplist.h modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
skiplist_common.h modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
skiplist_set.c modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
skiplist_set.h modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
sockopt.c get full mac address of infiniband NIC under Linux 2023-08-27 14:54:51 +08:00
sockopt.h get full mac address of infiniband NIC under Linux 2023-08-27 14:54:51 +08:00
sorted_array.c fast path for sorted_array_insert 2021-12-14 21:18:30 +08:00
sorted_array.h sorted_array.[hc]: add function sorted_array_delete_by_index 2021-11-17 20:37:18 +08:00
sorted_queue.c bugfixed: array_allocator_alloc MUST init the array 2023-08-02 14:59:57 +08:00
sorted_queue.h sorted_queue.[hc]: pop_compare_func support argument 2023-07-05 16:39:57 +08:00
system_info.c add function get_groups 2023-01-09 16:47:57 +08:00
system_info.h add function get_groups 2023-01-09 16:47:57 +08:00
thread_pool.c set thread name as necessary 2021-04-29 21:02:36 +08:00
thread_pool.h modify license to LGPLv3 and copyright 2020-10-14 11:03:46 +08:00
uniq_skiplist.c uniq_skiplist support arg for free callback 2023-08-05 20:46:35 +08:00
uniq_skiplist.h uniq_skiplist support arg for free callback 2023-08-05 20:46:35 +08:00