8000 Tags · didip/tollbooth · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: didip/tollbooth

Tags

v8.0.1

Toggle v8.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add standard http middleware support (#113)

v8.0.0

Toggle v8.0.0's commit message
Update to v8

v7.0.2

Toggle v7.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update go-pkgz/expirable-cache to version with generics (#109)

v7.0.1

Toggle v7.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Skip header value matching if entry is empty slice (#104)

* Skip header value matching if entry is empty slice

* Test function name tweak

* Fix race cond for test by atomic int & sync map

* Fix test build error

Repleace atomic.Int64 and sync.Map with a naive map with mutex lock.
Doing so because the build tool is at go version 1.14,
while atomic.Int64 is introduced at go 1.19 I think.

* Shorten test function name to pass ci lint

* Simplify test case to pass cyclomatic complexity constraint

v7.0.0

Toggle v7.0.0's commit message
move to v7

v6.1.2

Toggle v6.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Block by IPv6 /64 rather than individual address (#98)

Merged. Thank you!

v6.1.1

Toggle v6.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add option for rate-limiting ignoring the URL path (#72)

v6.1.0

Toggle v6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Issue91 (#93)

* attempt to refactor and fix issue91

* We need a skip limiter function before rate limiting.

* add more ShouldSkipLimiter

* Finish up ShouldSkipLimiter

* fix linter

v6.0.3

Toggle v6.0.3's commit message
fix #92

v6.0.2

Toggle v6.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add ability to send back something other than the default (#89)

* add ability to send back something other than the default message and code

* add comment to exported methods
0