1
0
mirror of https://github.com/fumiama/simple-dict.git synced 2026-06-06 10:40:25 +08:00

Commit Graph

  • fcc475672f add option c99 fumiama 2022-02-06 15:17:39 +08:00
  • d042193ef6 skip null bytes fumiama 2022-02-06 15:14:46 +08:00
  • 14a9a02e31 add migratenew fumiama 2022-02-06 14:51:49 +08:00
  • 5075c822bf reduce dictpool size v7.1.3 fumiama 2022-01-03 13:41:28 +08:00
  • dad02a4081 reduce mem use v7.1.2 fumiama 2021-12-17 14:50:50 +08:00
  • 00c7936e1f reduce mem use v7.1.1 fumiama 2021-12-17 14:48:29 +08:00
  • 567c4d5b92 add hash map v7.1.0 fumiama 2021-12-17 14:31:50 +08:00
  • 33d71ec42e ed v7.0.0 fumiama 2021-12-13 17:36:03 +08:00
  • 3fca017aea add docker v7.0 fumiama 2021-12-13 17:28:29 +08:00
  • 2036edccf5 edit kv sz fumiama 2021-12-13 15:42:04 +08:00
  • 4444426b5d edit README fumiama 2021-12-12 20:55:37 +08:00
  • fcafce1b2a edit README fumiama 2021-12-12 20:50:49 +08:00
  • 4a0ae560c0 fix fumiama 2021-12-12 20:42:27 +08:00
  • 8e9cb10297 update README fumiama 2021-12-12 15:05:14 +08:00
  • 53f46ac1d3 finish fumiama 2021-12-12 14:43:54 +08:00
  • 5abe175e90 初步使用新封包 fumiama 2021-12-11 23:50:46 +08:00
  • a16926a673 改正顺序 fumiama 2021-12-08 23:17:00 +08:00
  • ed57e18b05 改正顺序 fumiama 2021-12-08 23:09:08 +08:00
  • d1800d26c7 改正顺序 fumiama 2021-12-08 23:03:10 +08:00
  • bafb74c542 改正顺序 fumiama 2021-12-08 22:59:29 +08:00
  • 1c17abc83b 改正del fumiama 2021-12-08 22:46:46 +08:00
  • bb17df1972 改正del fumiama 2021-12-08 22:33:18 +08:00
  • 21d0e04670 优化代码结构 fumiama 2021-12-08 20:25:23 +08:00
  • 9fb518368a 优化代码结构 fumiama 2021-12-08 20:23:20 +08:00
  • b03bab73ce 优化代码结构 fumiama 2021-12-08 20:22:51 +08:00
  • e3d30a5b74 优化代码结构 fumiama 2021-12-08 20:21:50 +08:00
  • c8148e1052 不指明include目录 fumiama 2021-08-31 13:26:50 +08:00
  • 3fc644e0a8 修正ipv6,优化内存占用 v6.0 fumiama 2021-08-14 13:30:14 +08:00
  • 9fe0532723 Update LICENSE 源文雨 2021-06-11 15:15:44 +08:00
  • 7472da6610 修正md5 v5.0 fumiama 2021-06-01 20:00:28 +08:00
  • c86dce46c0 文件打开线程安全 fumiama 2021-06-01 18:15:02 +08:00
  • ea674bd311 每次刷新md5 fumiama 2021-06-01 15:53:15 +08:00
  • 2a3e5bfb45 增加md5校验 fumiama 2021-05-29 14:45:55 +08:00
  • f9f2bf0585 更改为release fumiama 2021-05-19 23:08:20 +08:00
  • bfc06ff744 输出格式统一 v4.0 fumiama 2021-05-19 13:02:47 +08:00
  • 27e89830e1 完善CMake fumiama 2021-05-19 12:55:33 +08:00
  • bf499a964d 适配cmake install fumiama 2021-05-19 12:51:51 +08:00
  • 0586721dcf 引入全新dict格式 fumiama 2021-05-19 00:42:35 +08:00
  • be2009bbb2 修正linux sendfile返回值判断 fumiama 2021-05-05 22:50:27 +08:00
  • bd76044e9e 修复sendfile尾指针为定义 fumiama 2021-05-05 22:25:10 +08:00
  • baa98235b2 修复苹果sendall返回值差异 fumiama 2021-05-05 22:16:22 +08:00
  • 7e84e883dc Merge branch 'main' of https://github.com/fumiama/simple-dict-server into main fumiama 2021-05-05 20:56:27 +08:00
  • 21b168e920 sendall返回值修正 fumiama 2021-05-05 20:56:13 +08:00
  • 9cba72e520 修正函数名错误 v3.1 fumiama 2021-05-04 17:20:41 +08:00
  • a685b2e707 修复kill thread入参错误 fumiama 2021-05-04 16:19:40 +08:00
  • b32882691e 增加log fumiama 2021-05-04 16:02:56 +08:00
  • b9705588b5 Merge branch 'main' of https://github.com/fumiama/simple-dict-server into main fumiama 2021-05-04 13:55:28 +08:00
  • 9a2fc8f670 修复pthread带来的内存泄漏 fumiama 2021-05-04 13:55:03 +08:00
  • b4ea5edd10 删除冗余变量 v3.0 fumiama 2021-05-04 00:20:19 +08:00
  • 4a227c05e8 修复linux下file_size未定义 fumiama 2021-05-04 00:17:04 +08:00
  • 1ec3869037 优化发送速度,丰富client功能,解决半开问题 fumiama 2021-05-03 22:51:32 +08:00
  • f4c0e10ec5 增加进程以监控服务器的异常终止 v2.3 fumiama 2021-04-20 18:04:29 +08:00
  • 445f4e3fdb 语法 fumiama 2021-03-21 15:54:05 +08:00
  • 51b8f1799c android fumiama 2021-03-21 15:34:33 +08:00
  • 37032d426f Update README.md 源文雨 2021-03-21 15:16:33 +08:00
  • 9d373ca96a 进一步减少日志输出 v2.2.7 fumiama 2021-02-24 13:45:37 +08:00
  • 6182683e78 修复fclose闪退 v2.2.6 fumiama 2021-02-23 23:58:45 +08:00
  • b5e76923a8 修复op上闪退 fumiama 2021-02-23 23:06:28 +08:00
  • a25e292dcd 减少log输出、修复杀死线程时独占锁未关闭导致无法再次打开 fumiama 2021-02-23 22:38:55 +08:00
  • 5cabacfb59 fix fclose null fp v2.0 fumiama 2021-02-18 18:07:08 +08:00
  • 57213183e1 fix del no closiing fp fumiama 2021-02-18 17:06:02 +08:00
  • 6fb882fc68 handle pipe sig 2 prevent crash fumiama 2021-02-18 14:54:26 +08:00
  • 8d9f555a03 handle pipe sig to prevent crash fumiama 2021-02-18 14:53:00 +08:00
  • 7b5fcc110d null pointer chk fumiama 2021-02-18 14:32:08 +08:00
  • a1bae57f8c 为每个进程分别分配缓冲并修复覆写段错误 fumiama 2021-02-18 12:04:56 +08:00
  • 41b86427e2 修复mips设备无法退出线程 v1.2 fumiama 2021-02-17 19:44:53 +08:00
  • 13f7f1592f 修复 密码验证 fumiama 2021-02-17 16:44:18 +08:00
  • 76a6431453 文件锁、密码保护 v1.1 fumiama 2021-02-17 16:26:26 +08:00
  • 4c6b82cee8 Delete .vscode directory 源文雨 2021-02-17 14:55:06 +08:00
  • d7cb5e788c ignore fumiama 2021-02-17 14:52:33 +08:00
  • 97cf4db04d 添加 多线程、cat指令 v1.0 fumiama 2021-02-17 14:32:30 +08:00
  • 0ee412c695 fix lst null err fumiama 2021-02-16 16:47:46 +08:00
  • 667af72a0a add list cmd fumiama 2021-02-16 16:27:22 +08:00
  • aa180252fa add cli cmd fumiama 2021-02-16 14:06:36 +08:00
  • d5f513eb56 add daemon fumiama 2021-02-16 12:49:45 +08:00
  • fc5f4592fe v1.0 fumiama 2021-02-16 12:24:01 +08:00
  • 3f9e1779bf Initial commit 源文雨 2021-02-15 13:35:17 +08:00