Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-21 | Add test HTTP/2 CONNECT -> HTTP/1.1 CONNECT -> origin | Loïc Hoguin | |
Implements gun:connect with a tunnel. | |||
2020-09-21 | Add more HTTP/2 CONNECT tests | Loïc Hoguin | |
2020-09-21 | Add a gun:stream_ref() type and fix Dialyzer | Loïc Hoguin | |
2020-09-21 | Refactor protocol handling via gun_protocols | Loïc Hoguin | |
2020-09-21 | Few more tests and fixes | Loïc Hoguin | |
2020-09-21 | Replace gun_tunnel_up/3 message with /4 variant | Loïc Hoguin | |
Also fixes all the tests. Lots of work remain around protocols (how best to pass the base stream_ref to them? maybe the current solution, maybe a new argument to Protocol:init) and strengthen the concept of stream_ref, at least with its own type. | |||
2020-09-21 | Rename the 3-arity gun_socks_up to gun_tunnel_up | Loïc Hoguin | |
2020-09-21 | Add gun_tunnel_up message to HTTP/2 CONNECT | Loïc Hoguin | |
2020-09-21 | First working HTTPS over secure HTTP/2 | Loïc Hoguin | |
Has a timer:sleep/1 though because there is currently no way to wait for the TLS handshake to complete. | |||
2020-09-21 | Make gun_socks_up stream-specific for HTTP/2 CONNECT | Loïc Hoguin | |
2020-09-21 | Make HTTP/2 CONNECT to a SOCKS server work | Loïc Hoguin | |
2020-09-21 | Add HTTP/2 CONNECT tests with Cowboy as origin | Loïc Hoguin | |
2020-09-21 | Add the base_stream_ref to gun_http/gun_http2 | Loïc Hoguin | |
2020-09-21 | HTTP/2 over HTTP/2 CONNECT | Loïc Hoguin | |
2020-09-21 | Improve HTTP/2 CONNECT to non-HTTP origin | Loïc Hoguin | |
Now has a proper StreamRef given to it by the CONNECT stream. | |||
2020-09-21 | Make gun:stream_info/2 return intermediaries for HTTP/2 CONNECT | Loïc Hoguin | |
2020-09-21 | Initial HTTP/2 CONNECT implementation | Loïc Hoguin | |
2020-04-20 | Update the WPT cookie tests | Loïc Hoguin | |
2020-04-16 | Fix the gun_SUITE:shutdown_reason intermittent errors | Loïc Hoguin | |
Depending on timing the monitor may be applied after the Gun process has started and stopped. In that case we run the test again until timetrap_timeout. | |||
2020-04-16 | Tentatively fix a shutdown_SUITE intermittent error | Loïc Hoguin | |
2020-04-16 | Empty the commands queue when returning | Loïc Hoguin | |
2020-04-16 | Fix a fun not being called in gun_SUITE | Loïc Hoguin | |
2020-04-16 | Add tests for cookie_ignore_informational option | Loïc Hoguin | |
2020-03-28 | Make the stream_info tests more reliable | Loïc Hoguin | |
2020-03-28 | Improve the flow_SUITE:flow_ws test case | Loïc Hoguin | |
Make sure we don't queue too much on the socket because in that case Gun will just consume everything it's already got. | |||
2020-03-28 | Use gun_test:init_origin/3 in the gun_SUITE:reply_to_* tests | Loïc Hoguin | |
2020-03-28 | Make gun_SUITE:shutdown_reason test more reliable | Loïc Hoguin | |
2020-03-28 | Fix a Dialyzer warning introduced in the previous commit | Loïc Hoguin | |
2020-03-28 | Make intermediaries return tls not tls_proxy | Loïc Hoguin | |
Also add a test for CONNECT to TLS via 2 TLS proxies. | |||
2020-03-28 | Disable the gun_tls_proxy EUnit tests | Loïc Hoguin | |
There are better counterparts in the rfc7231_SUITE. | |||
2020-03-28 | Use timetrap instead of normal timeouts in shutdown_SUITE | Loïc Hoguin | |
2020-03-28 | In gun_SUITE shutdown_reason case, don't match in receive | Loïc Hoguin | |
Match inside the clause instead. This should make clearer the occasional failure. | |||
2020-03-27 | Use infinity timeout for gun:await in reply_to tests | Loïc Hoguin | |
2020-03-27 | Increase the gun_tls_proxy tests timeout | Loïc Hoguin | |
2020-03-27 | Don't explictly wait for the message in reply_to tests | Loïc Hoguin | |
2020-03-27 | Split the gun_SUITE:reply_to test in two cases | Loïc Hoguin | |
To attempt to fix a timetrap_timeout issue occuring sometimes. I have little confidence about this fixing anything but it will not hurt either. | |||
2020-03-27 | Fix time related intermittent error in gun_cookies:gc_test | Loïc Hoguin | |
If we set Max-Age to 1 we may end up GCing the cookie immediately. Instead we set it to 2 and increase all time values by 1 second. | |||
2020-03-27 | Improve test timeout handling in gun_SUITE | Loïc Hoguin | |
Instead of timeouts, favor receiving events from the event handler gun_test_event_h. Remove most other timeouts in particular receive timeouts in favor of a Common Test timetrap timeout global to this test suite of 30 seconds. | |||
2020-03-26 | Don't make the rfc6265bis test giver time out | Loïc Hoguin | |
2020-03-26 | Fix IPv6 related changes to tests | Loïc Hoguin | |
Turns out we can't rely on IPv4 being available if we set the socket in IPv6 mode. Instead the origin is modified to either setup IPv4 or IPv6 depending on the test's needs. | |||
2020-03-25 | Gun 2.0.0-pre.22.0.0-pre.2 | Loïc Hoguin | |
2020-03-25 | Update migration guide | Loïc Hoguin | |
2020-03-25 | Fix host/:authority header when connecting to an IPv6 address | Loïc Hoguin | |
2020-03-25 | Fix crash in gun:info/1 when socket is closed | Loïc Hoguin | |
The call to Transport:sockname/1 can return an error if the socket was closed as we were gathering info. In that case we simply do not fill in the address and port information. | |||
2020-03-23 | Tweak connection timeouts tests for Windows | Loïc Hoguin | |
It seems that the retry behavior changed recently. It would be better to retrieve the exact values and calculate how much time we want to wait but that will do for now. | |||
2020-03-23 | Require OTP-22+ | Loïc Hoguin | |
2020-03-23 | Fix flow control test since it's more strict now | Loïc Hoguin | |
2020-03-19 | Fix gun_public_suffix compile problem | Loïc Hoguin | |
There's no need to have idna listed in ALL_DEPS_DIR we only use it for "make gen" which does not require it. | |||
2020-03-15 | Document the cookie store option and related modules | Loïc Hoguin | |
Also contains a few small changes and Dialyzer fixes. | |||
2020-03-12 | Make Gun use the cookie store when configured to | Loïc Hoguin | |