Commit Graph

433 Commits

Author SHA1 Message Date
b0de3b20d7
Merge pull request #43 from yunginnanet/dependabot/go_modules/github.com/ooni/oohttp-0.4.0 2023-01-05 09:12:18 -08:00
bb1968e7d0
Merge pull request #44 from yunginnanet/dependabot/go_modules/golang.org/x/net-0.5.0 2023-01-05 09:11:20 -08:00
dependabot[bot]
459946b2a9
Bump golang.org/x/net from 0.4.0 to 0.5.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-05 15:14:57 +00:00
dependabot[bot]
ef9ee5a944
Bump github.com/ooni/oohttp from 0.3.0 to 0.4.0
Bumps [github.com/ooni/oohttp](https://github.com/ooni/oohttp) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/ooni/oohttp/releases)
- [Commits](https://github.com/ooni/oohttp/compare/v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: github.com/ooni/oohttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-05 15:14:52 +00:00
e9edf1ab1e
Testing: add immutable proto test 2023-01-04 22:08:45 -08:00
d785ad82d8
Merge pull request #41 from yunginnanet/dependabot/go_modules/git.tcp.direct/kayos/common-0.8.0 2023-01-03 09:49:31 -08:00
708f3fbbc5
Merge pull request #42 from yunginnanet/dependabot/go_modules/github.com/gdamore/tcell/v2-2.5.4 2023-01-03 09:49:20 -08:00
dependabot[bot]
245d009354
Bump github.com/gdamore/tcell/v2 from 2.5.3 to 2.5.4
Bumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) from 2.5.3 to 2.5.4.
- [Release notes](https://github.com/gdamore/tcell/releases)
- [Changelog](https://github.com/gdamore/tcell/blob/main/CHANGESv2.md)
- [Commits](https://github.com/gdamore/tcell/compare/v2.5.3...v2.5.4)

---
updated-dependencies:
- dependency-name: github.com/gdamore/tcell/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-02 15:06:02 +00:00
dependabot[bot]
0ac13c0396
Bump git.tcp.direct/kayos/common from 0.7.7 to 0.8.0
Bumps git.tcp.direct/kayos/common from 0.7.7 to 0.8.0.

---
updated-dependencies:
- dependency-name: git.tcp.direct/kayos/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-02 15:05:55 +00:00
5218f0fcd0
Reference implementation fixup 2023-01-02 02:52:31 -08:00
2754e0f305
Merge branch 'master' into development 2022-12-31 17:03:58 -08:00
4803ec9560
Fix: reduce recycle debug log spam 2022-12-31 17:02:46 -08:00
2a50ff7186
Scaling adjustments 2022-12-31 16:42:34 -08:00
6abd0ae0c7
Scaling adjustments 2022-12-31 16:40:32 -08:00
d0687b4f99
Merge pull request #40 from yunginnanet/dependabot/go_modules/golang.org/x/net-0.4.0 2022-12-29 05:42:28 -08:00
dependabot[bot]
4d9916909b
Bump golang.org/x/net from 0.1.0 to 0.4.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.1.0 to 0.4.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.1.0...v0.4.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-28 15:07:10 +00:00
2474f38c89
Fix: typo 2022-12-28 06:26:22 -08:00
023255106c
gomod 2022-12-27 08:26:31 -08:00
93efd46c28
gomod 2022-12-27 08:22:51 -08:00
a395212f1e
gomod 2022-12-27 08:21:59 -08:00
9e3c98491b
gomod 2022-12-27 08:18:48 -08:00
c48741c234
gomod retract 2022-12-27 07:40:21 -08:00
fce12fb672
Final-er adjustment 2022-12-27 07:37:05 -08:00
6b4b4eaf4f
Final adjustment 2022-12-27 07:31:28 -08:00
c8660d4450
Total overhaul of autoscaler 2022-12-27 07:25:10 -08:00
6ba0885722
Fix: panic from nonexistent header 2022-12-27 05:04:15 -08:00
3aed0da23f
Gomod: deps 2022-12-27 05:02:15 -08:00
f8ca295929
Merge branch 'master' into development 2022-12-27 05:01:29 -08:00
b8edfc693d
Stats: Optimize: use atomics Feat: GetTotalBad() 2022-12-27 04:59:23 -08:00
fa886e98bc
Chores: docs+misc 2022-12-27 04:58:26 -08:00
891b1e7a75
Optimize: use concurrent map 2022-12-27 04:57:08 -08:00
40e9211fde
Chore: move autoscaler stuff, add scale check to dialer 2022-12-27 04:50:57 -08:00
cc829b6439
Optimize: use request header pool
- also use str pool for http proxy endpoints
2022-12-27 04:50:02 -08:00
86bbd96958
Optimize: use concurrent map 2022-12-27 04:47:37 -08:00
b20a41b1c0
Update README.md 2022-12-24 23:07:37 -08:00
e713a6b3cc
Update README.md 2022-12-24 23:06:47 -08:00
a2b48c2115
Merge pull request #38 from yunginnanet/dependabot/go_modules/github.com/panjf2000/ants/v2-2.7.1 2022-12-22 09:25:25 -08:00
bba7dff31d
Merge pull request #39 from yunginnanet/dependabot/go_modules/github.com/yunginnanet/Rate5-1.2.1 2022-12-22 09:24:54 -08:00
dependabot[bot]
719db7404e
Bump github.com/yunginnanet/Rate5 from 1.2.0 to 1.2.1
Bumps [github.com/yunginnanet/Rate5](https://github.com/yunginnanet/Rate5) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/yunginnanet/Rate5/releases)
- [Commits](https://github.com/yunginnanet/Rate5/compare/v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: github.com/yunginnanet/Rate5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-22 15:04:14 +00:00
dependabot[bot]
dc63f96f2a
Bump github.com/panjf2000/ants/v2 from 2.7.0 to 2.7.1
Bumps [github.com/panjf2000/ants/v2](https://github.com/panjf2000/ants) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/panjf2000/ants/releases)
- [Commits](https://github.com/panjf2000/ants/compare/v2.7.0...v2.7.1)

---
updated-dependencies:
- dependency-name: github.com/panjf2000/ants/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-20 15:04:29 +00:00
6d5207a6e8
Merge pull request #37 from yunginnanet/dependabot/go_modules/git.tcp.direct/kayos/common-0.7.7 2022-12-19 09:41:21 -08:00
dependabot[bot]
121e56cbea
Bump git.tcp.direct/kayos/common from 0.7.6 to 0.7.7
Bumps git.tcp.direct/kayos/common from 0.7.6 to 0.7.7.

---
updated-dependencies:
- dependency-name: git.tcp.direct/kayos/common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-19 15:10:01 +00:00
5497cd18df
bump rate5 to v1.2.0 2022-12-18 02:44:57 -08:00
c2b442c48d
Update: README.md 2022-12-13 15:23:11 -08:00
824bb5d963
Merge pull request #36 from yunginnanet/dependabot/go_modules/github.com/panjf2000/ants/v2-2.7.0 2022-12-13 08:53:33 -08:00
dependabot[bot]
b9ae36ed29
Bump github.com/panjf2000/ants/v2 from 2.6.0 to 2.7.0
Bumps [github.com/panjf2000/ants/v2](https://github.com/panjf2000/ants) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/panjf2000/ants/releases)
- [Commits](https://github.com/panjf2000/ants/compare/v2.6.0...v2.7.0)

---
updated-dependencies:
- dependency-name: github.com/panjf2000/ants/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-13 15:05:13 +00:00
f544bac414
Merge pull request #35 from yunginnanet/dependabot/go_modules/golang.org/x/net-0.4.0 2022-12-07 07:59:47 -08:00
dependabot[bot]
aafc3e8979
Bump golang.org/x/net from 0.3.0 to 0.4.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 15:05:12 +00:00
178b6af820
Update go.yml 2022-12-06 21:53:44 -08:00
4082ea18db
Update README.md 2022-12-06 21:53:05 -08:00