1
0
mirror of https://github.com/fumiama/simple-dict.git synced 2026-06-05 18:20:26 +08:00
Commit Graph

65 Commits

Author SHA1 Message Date
源文雨
cf768d96da fix: mutex 2022-04-10 16:14:14 +08:00
源文雨
465afde645 fix: mutex 2022-04-10 15:14:32 +08:00
源文雨
5084f796a9 fix: mutex 2022-04-10 14:08:06 +08:00
源文雨
fe16d773a8 fix: mutex 2022-04-10 13:33:05 +08:00
源文雨
a1af0a7e8e add mutex 2022-04-04 18:03:18 +08:00
源文雨
fdeb306c9b remove warnings 2022-04-04 14:49:30 +08:00
源文雨
dc29acebf5 修复内存泄漏 2022-03-06 14:27:02 +08:00
fumiama
1c6b6365be add more debug info 2022-02-28 13:01:17 +08:00
fumiama
d042193ef6 skip null bytes 2022-02-06 15:14:46 +08:00
fumiama
5075c822bf reduce dictpool size 2022-01-03 13:41:28 +08:00
fumiama
00c7936e1f reduce mem use 2021-12-17 14:48:29 +08:00
fumiama
567c4d5b92 add hash map 2021-12-17 14:31:50 +08:00
fumiama
3fca017aea add docker 2021-12-13 17:28:29 +08:00
fumiama
4a0ae560c0 fix 2021-12-12 20:42:27 +08:00
fumiama
8e9cb10297 update README 2021-12-12 15:05:14 +08:00
fumiama
53f46ac1d3 finish 2021-12-12 14:43:54 +08:00
fumiama
5abe175e90 初步使用新封包 2021-12-11 23:50:46 +08:00
fumiama
a16926a673 改正顺序 2021-12-08 23:17:00 +08:00
fumiama
ed57e18b05 改正顺序 2021-12-08 23:09:08 +08:00
fumiama
d1800d26c7 改正顺序 2021-12-08 23:03:10 +08:00
fumiama
bafb74c542 改正顺序 2021-12-08 22:59:29 +08:00
fumiama
1c17abc83b 改正del 2021-12-08 22:46:46 +08:00
fumiama
bb17df1972 改正del 2021-12-08 22:33:18 +08:00
fumiama
21d0e04670 优化代码结构 2021-12-08 20:25:23 +08:00
fumiama
b03bab73ce 优化代码结构 2021-12-08 20:22:51 +08:00
fumiama
e3d30a5b74 优化代码结构 2021-12-08 20:21:50 +08:00
fumiama
3fc644e0a8 修正ipv6,优化内存占用 2021-08-14 13:30:14 +08:00
fumiama
7472da6610 修正md5 2021-06-01 20:00:28 +08:00
fumiama
c86dce46c0 文件打开线程安全 2021-06-01 18:15:02 +08:00
fumiama
2a3e5bfb45 增加md5校验 2021-05-29 14:45:55 +08:00
fumiama
bfc06ff744 输出格式统一 2021-05-19 13:02:47 +08:00
fumiama
bf499a964d 适配cmake install 2021-05-19 12:51:51 +08:00
fumiama
0586721dcf 引入全新dict格式 2021-05-19 00:42:35 +08:00
fumiama
be2009bbb2 修正linux sendfile返回值判断 2021-05-05 22:50:27 +08:00
fumiama
bd76044e9e 修复sendfile尾指针为定义 2021-05-05 22:25:10 +08:00
fumiama
baa98235b2 修复苹果sendall返回值差异 2021-05-05 22:16:22 +08:00
fumiama
7e84e883dc Merge branch 'main' of https://github.com/fumiama/simple-dict-server into main 2021-05-05 20:56:27 +08:00
fumiama
21b168e920 sendall返回值修正 2021-05-05 20:56:13 +08:00
fumiama
9cba72e520 修正函数名错误 2021-05-04 17:20:41 +08:00
fumiama
a685b2e707 修复kill thread入参错误 2021-05-04 16:19:40 +08:00
fumiama
b32882691e 增加log 2021-05-04 16:02:56 +08:00
fumiama
b9705588b5 Merge branch 'main' of https://github.com/fumiama/simple-dict-server into main 2021-05-04 13:55:28 +08:00
fumiama
9a2fc8f670 修复pthread带来的内存泄漏 2021-05-04 13:55:03 +08:00
fumiama
b4ea5edd10 删除冗余变量 2021-05-04 00:20:19 +08:00
fumiama
4a227c05e8 修复linux下file_size未定义 2021-05-04 00:17:04 +08:00
fumiama
1ec3869037 优化发送速度,丰富client功能,解决半开问题 2021-05-03 22:51:32 +08:00
fumiama
f4c0e10ec5 增加进程以监控服务器的异常终止 2021-04-20 18:04:29 +08:00
fumiama
9d373ca96a 进一步减少日志输出 2021-02-24 13:45:37 +08:00
fumiama
6182683e78 修复fclose闪退 2021-02-23 23:58:45 +08:00
fumiama
b5e76923a8 修复op上闪退 2021-02-23 23:06:28 +08:00