Commit Graph

181 Commits

Author SHA1 Message Date
lionsoul b7e9755c6b java binding version 1.7 with btree search bug fixed 2018-07-31 16:03:15 +08:00
lionsoul f82d3be466 Fix the bug for btree header fetch 2018-07-31 15:58:11 +08:00
lionsoul f2f80fc5b3 Update to the latest data of version 2018/07/26 2018-07-31 15:49:28 +08:00
lionsoul 4feeb03f85
Merge pull request #68 from RocherKong/master
Use the synchronization method as the first choice
2018-07-31 12:43:11 +08:00
Rocher e1a7052c9d
Update README.md
Use the synchronization method as the first choice.
2018-07-31 11:37:25 +08:00
Rocher 48edca6313
Update README.md
Use the synchronization method as the first choice.
2018-07-31 11:36:14 +08:00
Rocher c4583dc6fd
Merge pull request #3 from lionsoul2014/master
pull newest
2018-07-31 11:33:02 +08:00
lionsoul 6cd49f341d
Merge pull request #67 from Maledong/master
[Fix] Fix csharp formations
2018-07-30 15:26:37 +08:00
MaleDong b177834c7b [Fix] Fix csharp formations
1) In `README.md`, we shouldn't use `c#` but `csharp` to make md
recoginize it's the C# formation of codes.

2) Add 'ConfigureAwait(false)' as for the MSDN magazine usage.

3) Don't need Contribution History in README.md, because we can see the
change logs in GitHub instead.
2018-07-30 14:44:47 +08:00
lionsoul 1cde91a274
Merge pull request #66 from Maledong/NeedDispose
[Fix] Add "Disposible" interface for final release of resouces
2018-07-30 11:31:18 +08:00
MaleDong ee5c05d321 [Fix] Add "Disposible" interface for final release of resouces
`_search` should release resouces because the file state is still open.
2018-07-30 11:21:31 +08:00
lionsoul 3cf1c78ff1
Merge pull request #65 from Maledong/ChangeToTask
[Update] Refactor codes according to RocherHong's changes
2018-07-30 10:56:10 +08:00
MaleDong c6721af1ec [Update] Refactor codes according to RocherHong's changes
1) Considering using xUnit for UnitTest, remove my unit tests.
2) Remove useless `async`, because `async` is just the wrapper of `Task`.
3) Modify unit tests to be sure that the values MUST BE equal to each other when the IP is the same.
2018-07-30 10:48:30 +08:00
lionsoul d40e001802
Merge pull request #61 from Maledong/master
New Feature of async for Nodejs, Refactor of codes in node.js
2018-07-30 10:41:23 +08:00
lionsoul d51db48721 Fix the conflicts 2018-07-30 10:39:15 +08:00
lionsoul a1e433d9c0
Merge pull request #63 from RocherKong/master
Code Refactoring
2018-07-30 10:26:21 +08:00
MaleDong 8a6ac1cdc6 Change from `async Task` to `Task`
Because the async is the wrapper of Task, we don't need to use async
again.
2018-07-30 09:56:25 +08:00
RocherKong 55db35b6f4 1.CodeStandardized 2.Support Netfx4.5 3.TestStandardized 2018-07-30 00:31:49 +08:00
Rocher f0c3b88653
Merge pull request #2 from lionsoul2014/master
merge newest
2018-07-30 00:27:46 +08:00
MaleDong 1331f75997 Refactor of codes in node.js
1) Add async method: `binarySearch` and `btreeSearch`.
2) Refactor of tests by putting them into `tests` folder.
3) Create several new tests in details.
4) Remove useless and reformat codes to be clear.
5) Remove useless snapshots, because they can be recreated when you run `npm run test`.
2018-07-29 20:02:14 +08:00
lionsoul 57d9cd788f
Merge pull request #62 from Maledong/RefactorCSharp
Refactor of CSharp
2018-07-28 15:32:50 +08:00
MaleDong 33570612bc Refactor of CSharp:
1) Add `Async` methods.
2) Remove uesless variables, codes.
3) Remove ConsoleApp and use UnitTest instead.
4) Add README.md instead.
2018-07-20 13:57:32 +08:00
Rocher 7a9e9a6504
Merge pull request #1 from lionsoul2014/master
update to newest
2018-07-17 15:32:37 +08:00
lionsoul 71ec923046
Merge pull request #57 from biluohc/master
Rust: 0.2.0, use std::net::Ipaddr and update Error.
2018-07-03 20:04:22 +08:00
biluohc ea9a3ff7b8 Rust: 0.2.0, use std::net::Ipaddr and update Error. 2018-07-03 15:53:16 +08:00
dongyado 94ed13cdd0 update php_extension client intro file 2018-07-03 15:27:33 +08:00
dongyado b63a566641 add new author and email for nodejs binding client 2018-07-03 15:17:47 +08:00
Monster Slayer 1d3c083dc8
Merge pull request #50 from leeching/refactor/nodejs
refactor(nodejs): write nodejs script in javascript way
2018-07-03 15:14:41 +08:00
lionsoul 4afaf4513c
Merge pull request #55 from biluohc/master
add rust implement.
2018-07-03 10:55:40 +08:00
leeching 1ffe2b985e feat: add destroy method for backward compatibility 2018-07-03 10:07:25 +08:00
leeching 834e5939d8 feat(nodejs): add create static method 2018-07-03 09:48:41 +08:00
leeching b89ed1c397 refactor(nodejs): write nodejs script in javascript way 2018-07-03 09:48:41 +08:00
biluohc 1d09fee3c5 add a example 2018-07-02 23:04:46 +08:00
biluohc 02db5c5c56 use workspace 2018-07-02 22:17:10 +08:00
biluohc 4120c651eb add rust implement. 2018-06-30 16:16:00 +08:00
lionsoul 751c095ca0
Merge pull request #54 from Insua/master
fix issuse golang执行测试报错 #29
2018-06-30 10:40:37 +08:00
insua d8a7e34a84 fix(move golang package in directory and typo in readme): 2018-06-29 16:49:38 +08:00
lionsoul b6da4602e5
Merge pull request #52 from felixonmars/patch-1
Fix some typos in Ip2Region.class.php
2018-06-28 10:51:19 +08:00
Felix Yan 34be04bc4a
Fix some typos in Ip2Region.class.php 2018-06-28 02:00:05 +08:00
dongyado 550425a2b5 keep php class and php_extention return data key same, we change php_extension return data key : cityId to city_id 2018-06-27 10:44:29 +08:00
lionsoul 35cc0f37c7
Merge pull request #48 from leeching/fix/nodejs-var
remove unnecessary var
2018-06-26 17:34:03 +08:00
lionsoul 250b99de29
Merge pull request #49 from leeching/fix/nodejs-snapshot
test(nodejs): update snapshot
2018-06-26 17:33:08 +08:00
leeching b961c1f0ac test(nodejs): update snapshot 2018-06-26 17:10:56 +08:00
leeching 3d6db4931a remove unnecessary var 2018-06-26 16:26:00 +08:00
lionsoul 1634e7ae5e
Merge pull request #47 from jwcn/master
重命名 php 测试脚本
2018-06-26 12:37:00 +08:00
Wei.Jiang 470b29db3c
Merge pull request #1 from jwcn/jwcn-patch-1
重命名 php 测试脚本
2018-06-26 11:06:46 +08:00
Wei.Jiang 98616d0df8
重命名 php 测试脚本
重命名 php 测试脚本,与 README 和其他语言脚本名保持一致
2018-06-26 11:05:48 +08:00
lionsoul 1b275b49da
Merge pull request #46 from WoShiSunWuKong/patch-1
add nodejs sample
2018-06-26 10:09:09 +08:00
我是孙悟空 fb732f0535
add nodejs sampale 2018-06-25 12:59:52 +08:00
lionsoul 02506277ad fix the region and re-generate the ip2region.db file 2018-06-19 17:38:33 +08:00