Commit Graph

1069 Commits

Author SHA1 Message Date
lionsoul2014 a220db2345 export the NewSearcher 2025-12-04 13:12:50 +08:00
lionsoul2014 619b6645a5 maven pom version 3.2.1 2025-12-04 11:11:41 +08:00
lionsoul2014 40c6c2c1bd maven pom version 3.2.1 2025-12-04 11:10:10 +08:00
lionsoul2014 89bb8cb709 Align the comments 2025-12-04 10:59:47 +08:00
狮子的魂 e64864aa40
!21 chore: fix the typo to (Seacher to Searcher)
Merge pull request !21 from 酒饮三酌/master
2025-12-04 02:54:43 +00:00
lionsoul2014 c78ba4827d service config 2025-12-03 13:36:49 +08:00
libo a3d1ba5d30 chore: 调整拼写错误单词Seacher->Searcher 2025-12-03 11:51:44 +08:00
lionsoul2014 000e19d419 disassemble the header info 2025-12-03 11:47:32 +08:00
lionsoul2014 b7f2ffa285 update the concurrent test with more tests and assert check 2025-12-02 10:37:13 +08:00
lionsoul2014 12c94cf0b6 Doc update 2025-12-01 13:53:52 +08:00
lionsoul2014 3f84cd41c1 Merge branch 'master' of gitee.com:lionsoul/ip2region 2025-12-01 13:51:54 +08:00
lionsoul2014 9669237830 update the Concurrency Safety Desc 2025-12-01 13:51:06 +08:00
lionsoul2014 8cecf2f3aa update the Update Concurrency Safety Desc 2025-12-01 13:41:37 +08:00
lionsoul2014 ab16071797 update the remarks for ip2region service 2025-12-01 13:06:34 +08:00
lionsoul2014 4a4c8de636 Merge branch 'fr_java_service' 2025-12-01 13:03:50 +08:00
lionsoul2014 942f3d9dbd java ip2region search service is ready 2025-12-01 13:03:11 +08:00
Leon / 狮子的魂 a383e4dd17
Merge pull request #403 from liuyunbin/cpp-ipv6
refactor and support ipv6 for binding maker and editor use C++
2025-12-01 11:18:09 +08:00
lionsoul2014 b5ae94b36d ip2region service with thread safe and auto ip version detect supports 2025-11-28 16:34:48 +08:00
lionsoul2014 efbbb576ee SearcherApp to SearcherTest 2025-11-28 16:34:06 +08:00
lionsoul2014 5c5c0ab160 add ipAddOne and ipSubOne impls 2025-11-28 16:33:47 +08:00
lionsoul2014 7f2d1ae789 SearcherApp to SearcherTest 2025-11-28 16:33:25 +08:00
Yunbin Liu a91c8e9747 refactor and support ipv6 for binding maker and editor use C++ 2025-11-28 08:19:56 +00:00
lionsoul2014 f8a154aeda searcher pool and tests 2025-11-27 15:11:37 +08:00
lionsoul2014 a8087e06b7 searcher pool init 2025-11-25 15:10:21 +08:00
lionsoul2014 317a900077 add vIndex & cBuffer fields and auto build 2025-11-25 15:03:31 +08:00
Leon / 狮子的魂 096d68ea77
Merge pull request #401 from ArgoZhang/dev-net
fix(NET): refactor GetData method
2025-11-24 16:07:01 +08:00
Argo Zhang 23ae923cff doc: 更新 CHANGELOG 文件 2025-11-22 18:49:57 +08:00
Argo Zhang c0f0efdb95 chore: 更新版本号为 3.0.0 2025-11-22 18:49:40 +08:00
Argo Zhang b3c2d40588 doc: 压力测试结果 2025-11-22 13:10:24 +08:00
Argo Zhang 7612e679fb feat: 增加 IDispose 接口保证释放文件句柄 2025-11-22 13:04:38 +08:00
Argo Zhang 5b8b47df5e perf: 增加预热方法 2025-11-22 12:53:22 +08:00
Argo Zhang 0b3635b3c3 refactor: 使用接口代替虚类 2025-11-22 12:53:02 +08:00
Argo Zhang 33f8bf766d test: 更新单元测试 2025-11-22 09:14:34 +08:00
Argo Zhang 0b3d794738 refactor: Search(uint) 方法标记过期 2025-11-22 09:14:28 +08:00
lionsoul2014 613501fc00 simplify the js desc 2025-11-21 22:47:38 +08:00
lionsoul2014 e95452c1c8 Merge branch 'master' of github.com:lionsoul2014/ip2region 2025-11-21 22:44:41 +08:00
lionsoul2014 3ad925406b c# is ready for IPv6 2025-11-21 22:42:49 +08:00
Leon / 狮子的魂 6e4af36dc9
Merge pull request #399 from ArgoZhang/feat-ipV6
IPv6 supports for C# binding
2025-11-21 22:37:39 +08:00
Argo Zhang d1151accde doc: 增加支持框架列表文档增加 NET10 支持 2025-11-21 17:09:31 +08:00
Argo Zhang 2c9ba9c56c doc: 增加基准测试结果 2025-11-21 17:05:22 +08:00
Argo Zhang 85144e1c40 refactor: 代码重构 2025-11-21 17:05:13 +08:00
Argo Zhang 426038b3fe refactor: 重构代码 2025-11-21 15:46:09 +08:00
lionsoul2014 2c7b170637 still working on the solutions 2025-11-21 14:49:31 +08:00
Argo Zhang 14d2332483 doc: 更新头文件 2025-11-21 13:14:42 +08:00
Argo Zhang ad84da7d3c test: 更新单元测试 2025-11-21 12:38:10 +08:00
Argo Zhang 9ecca28fc2 refactor: 更新时差问题 2025-11-21 12:37:47 +08:00
Argo Zhang 4ea2e7360d chore: 增加压力测试 2025-11-21 12:25:24 +08:00
Argo Zhang edc2559489 test: 更新单元测试 2025-11-21 12:25:13 +08:00
Argo Zhang 7bd81fecbf chore: 增加 net10 支持 2025-11-21 12:24:49 +08:00
Argo Zhang 6684d0a928 perf: 优化缓存策略 2025-11-21 12:24:32 +08:00