Commits on Source (3)
-
Andrey Meshkov authored
Merge in DNS/dnsproxy from pprof to master Squashed commit of the following: commit cd92926cc1f18c06213672d81ea41d96b96770db Author: Andrey Meshkov <am@adguard.com> Date: Tue Nov 8 12:00:54 2022 +0300 fix review comments commit 0d85fb9a Author: Andrey Meshkov <am@adguard.com> Date: Sun Nov 6 18:19:25 2022 +0300 Added an option to expose pprof info Users can now specify the --prof flag to make dnsproxy expose pprof info to localhost:6060. Updates #285
fd186857 -
Andrey Meshkov authored
Merge in DNS/dnsproxy from upd_quicgo_31 to master Squashed commit of the following: commit 6a2e168e5de765a4ae372f7bf1d59de3a6cb1085 Author: Andrey Meshkov <am@adguard.com> Date: Thu Nov 17 10:59:48 2022 +0300 update quic-go to v0.31.0
6c17cd9d -
Ainar Garipov authored
Updates AdguardTeam/AdGuardHome#4695. Updates AdguardTeam/AdGuardHome#5190. Squashed commit of the following: commit 535edd8a496c74f3fb5e98b3debb684ebfc70820 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Dec 1 18:23:15 2022 +0300 proxy: use mutexes better commit fe301f47c67a2b9e31b7653b9acac9647dcad568 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Dec 1 18:11:59 2022 +0300 proxy: add cache clear api
7aa32dbb
... | ... | @@ -9,7 +9,7 @@ require ( |
github.com/beefsack/go-rate v0.0.0-20220214233405-116f4ca011a0 | ||
github.com/bluele/gcache v0.0.2 | ||
github.com/jessevdk/go-flags v1.5.0 | ||
github.com/lucas-clemente/quic-go v0.29.2 | ||
github.com/lucas-clemente/quic-go v0.31.0 | ||
github.com/miekg/dns v1.1.50 | ||
github.com/patrickmn/go-cache v2.1.0+incompatible | ||
github.com/stretchr/testify v1.8.0 | ||
... | ... | @@ -21,23 +21,21 @@ require ( |
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect | ||
github.com/aead/poly1305 v0.0.0-20180717145839-3fee0db0b635 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fsnotify/fsnotify v1.5.4 // indirect | ||
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect | ||
github.com/golang/mock v1.6.0 // indirect | ||
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/marten-seemann/qpack v0.2.1 // indirect | ||
github.com/marten-seemann/qpack v0.3.0 // indirect | ||
github.com/marten-seemann/qtls-go1-18 v0.1.3 // indirect | ||
github.com/marten-seemann/qtls-go1-19 v0.1.1 // indirect | ||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | ||
github.com/nxadm/tail v1.4.8 // indirect | ||
github.com/onsi/ginkgo v1.16.5 // indirect | ||
github.com/onsi/ginkgo/v2 v2.2.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect | ||
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 // indirect | ||
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect | ||
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect | ||
golang.org/x/sys v0.1.1-0.20221102194838-fc697a31fa06 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/tools v0.1.12 // indirect | ||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
) |
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.