miny1233
448c047601
fix: cache.c warning that incompatible-pointer-types check
...
The definition of the third parameter of pthread is void *(*start_routine)(void *)
Signed-off-by: miny1233 <36765446+miny1233@users.noreply.github.com>
2024-06-29 21:41:17 +08:00
Zxilly
431824a007
chore: detach cleanup thread
2024-06-19 02:31:41 +08:00
Zxilly
dddf797d89
ci: add release event
2024-06-19 02:18:50 +08:00
Zxilly
1098fd25a0
fix: pthread header may missing
2024-06-19 02:01:13 +08:00
dependabot[bot]
3d0111bd09
build(deps): bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-19 01:55:38 +08:00
dependabot[bot]
5f1d7afca9
build(deps): bump openwrt/gh-action-sdk from 5 to 7
...
Bumps [openwrt/gh-action-sdk](https://github.com/openwrt/gh-action-sdk ) from 5 to 7.
- [Commits](https://github.com/openwrt/gh-action-sdk/compare/v5...v7 )
---
updated-dependencies:
- dependency-name: openwrt/gh-action-sdk
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-19 01:55:31 +08:00
dependabot[bot]
932ad0190b
build(deps): bump actions/upload-artifact from 3 to 4
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-19 01:55:24 +08:00
dependabot[bot]
0e0f86a71c
build(deps): bump github/codeql-action from 2 to 3
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-19 01:55:16 +08:00
dependabot[bot]
31f46cdaa2
build(deps): bump actions/stale from 8 to 9
...
Bumps [actions/stale](https://github.com/actions/stale ) from 8 to 9.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v8...v9 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-19 01:55:05 +08:00
Zxilly
52331ec632
ci: limit push event to master only
2024-06-19 01:52:48 +08:00
Zxilly
1a6c0b2636
ci: enable dependabot
...
Signed-off-by: Zxilly <31370133+Zxilly@users.noreply.github.com>
2024-06-19 01:47:01 +08:00
Zxilly
00d5420112
test: update test to match cache
2024-06-19 01:44:19 +08:00
Zxilly
fa252bb2c2
perf: remove unnecessary string format for addrport
2024-06-19 01:41:04 +08:00
Zxilly
a1aa3f6cb5
style: reformat with clang-format
2024-06-19 00:48:56 +08:00
Zxilly
ad9d4155eb
docs: fix typo
...
Signed-off-by: Zxilly <31370133+Zxilly@users.noreply.github.com>
2024-05-18 10:30:34 +08:00
Zxilly
b0b7ce0d45
chore: remove fossa
2024-03-16 23:00:27 +08:00
Zxilly
414b95615c
docs: add todo
...
[skip ci]
2024-03-16 22:37:29 +08:00
Zxilly
5917acc770
chore: bump version to 4.5.0
...
Now it's possible to run without uci
2023-12-25 20:40:30 +08:00
Zxilly
de2f9f4dec
fix: cli missing macro define
2023-12-25 20:33:58 +08:00
Zxilly
7c23c9dba7
ci: fix option on uci
2023-12-25 20:28:44 +08:00
Zxilly
2908461bf0
ci: build all target
2023-12-25 20:26:58 +08:00
Zxilly
38d8ca89e2
feat: make it possible to run without uci
...
for #113
2023-12-25 20:23:23 +08:00
Zxilly
6be399f59e
fix: remove possible false positive
2023-12-03 21:11:32 +08:00
Zxilly
d880329773
fix: use same definition
2023-11-10 18:45:34 +08:00
Zxilly
027669129b
perf: using const for argument
2023-11-10 18:25:31 +08:00
Zxilly
406c138ad1
feat: check http request method
2023-10-31 16:08:04 +08:00
Zxilly
420762a56a
chore: no need for atomic
2023-10-30 13:49:13 +08:00
Zxilly
659e17f888
feat: add additional tip for conf
2023-10-24 19:52:55 +08:00
Zxilly
885f828dc7
docs: update badge
...
Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
2023-10-22 11:31:56 +08:00
Zxilly
a07404717a
chore: bump version to 4.4.0
...
Closes : #93
2023-10-20 22:10:50 +08:00
Zxilly
c2e27fcf14
docs: add explain for custom ua with uci
2023-10-20 22:10:05 +08:00
Zxilly
0b99b5730a
ci: fix dir name
2023-10-20 21:19:43 +08:00
Zxilly
5aaf2a2233
ci: install libuci under /tmp
2023-10-20 21:17:38 +08:00
Zxilly
8f34088d70
ci: install libuci
2023-10-20 21:15:00 +08:00
Zxilly
94b55c6828
feat: allow set UA with uci
2023-10-20 21:04:12 +08:00
Zxilly
e707f7a0fd
fix: also check nft in uci script
2023-10-18 19:51:09 +08:00
Zxilly
88fcb2c933
chore: bump version to 4.3.4
...
may fix nftables behavior
2023-10-17 18:01:51 +08:00
Zxilly
185f8c65ba
fix: update nftables check
2023-10-17 18:01:10 +08:00
Zxilly
fbbc3ca277
feat: add log for unexpected exit
2023-10-16 22:57:06 +08:00
Zxilly
57cb7e8dfc
ci: add codeql
...
Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
2023-09-25 13:57:50 +08:00
Zxilly
ddb5340a66
chore: bump version to 4.3.3
...
Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
2023-09-10 19:44:08 +08:00
Zxilly
be200f549b
fix: import time.h in cache
2023-09-10 18:14:02 +08:00
Zxilly
44d1523fe4
ci: fix cmake with test
2023-09-10 17:02:41 +08:00
Zxilly
004d797fdc
chore: prevent useless include
2023-09-10 12:23:52 +08:00
Zxilly
07d9c9acd2
ci: setup dependencies
2023-09-10 12:22:04 +08:00
Zxilly
355597df6f
chore: bump version to 4.3.2
2023-09-10 12:17:48 +08:00
Zxilly
2b88e8a11d
fix: fix memncasemem and add tests
2023-09-10 12:17:18 +08:00
Zxilly
3baaedc5bc
fix: fix http mark handle
...
fix : #91
2023-09-06 22:18:05 +08:00
Zxilly
7af92f5dcf
chore: bump version to 4.3.0
2023-09-06 12:17:29 +08:00
Zxilly
a62a299928
chore: add log
2023-09-06 12:17:11 +08:00