summaryrefslogtreecommitdiff
path: root/test/lisp/net/socks-tests.el
Commit message (Collapse)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
|
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
|
* Fix socks testLars Ingebrigtsen2021-10-21
| | | | | * test/lisp/net/socks-tests.el (socks-tests-v4-basic): Fix failure under native-comp (bug#51308).
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-26
|
* ; Fix typosStefan Kangas2021-09-03
|
* Mute noisy test fixture for socks.elF. Jason Park2021-02-20
| | | | | | | * test/lisp/net/socks-tests.el: (socks-tests-perform-hello-world-http-request): Bind 'inhibit-message' non-nil when in batch mode. (Bug#46342)
* Use raw bytes for SOCKS 4 IP addressesF. Jason Park2021-02-20
| | | | | * lisp/net/socks.el: (socks--open-network-stream, socks-send-command): * test/lisp/net/socks-tests.el: (socks-tests-v4-basic): (Bug#46342).
* Add more auth-related tests for socks.elF. Jason Park2021-02-20
| | | | | | | | | * test/lisp/net/socks-tests.el (auth-registration-and-suite-offer) (filter-response-parsing-v4, filter-response-parsing-v5): Assert auth-method selection wrangling and socks-filter parsing. (v5-auth-user-pass, v5-auth-user-pass-blank, v5-auth-none): Show prep and execution of the SOCKS connect command and proxying of an HTTP request; simplify fake server. (Bug#46342)
* Create new test file for socks.elF. Jason Park2021-01-10
* test/lisp/net/socks-tests.el (socks-tests-auth-filter-url-http): Add SOCKS5 authentication test and fake server (bug#45162).