Commit Graph

  • d5da3ddeef net: add UDP listen, resolver, DNSError, and TCP listener APIs for wasm (#63) main Pat Whittingslow 2026-07-06 15:24:35 -03:00
  • be8ef2c5b4 add tests feat/udp-resolver-dnserror-tls-tests Patricio Whittingslow 2026-07-04 11:56:36 -03:00
  • ffb222f1ad more complete PR for adding more net support (#64) Pat Whittingslow 2026-07-03 17:04:17 -03:00
  • 2e825c2b01 net: add UDP listen, resolver, DNSError, and TCP listener APIs for wasm Patricio Whittingslow 2026-07-01 22:34:14 -03:00
  • 1026408a38 http: fix t.roundTrip undefined on js/wasm builds deadprogram 2026-04-25 16:59:47 +02:00
  • e54965ed5e net: use internal/itoa for Go < 1.26 to fix build with older Go versions deadprogram 2026-04-22 11:38:51 +02:00
  • e82bdb20d3 Replace upgrade.sh with Go-based upgrade tool in tools/upgrade/ update-goscript deadprogram 2026-04-17 10:55:55 +02:00
  • b2d3a2b05b Add Transporter for wasm js target (#42) Martin Robomaze 2026-04-17 10:41:57 +02:00
  • 90d59cb488 udp: add UDPAddrFromAddrPort from Big Go implementation (#49) Ron Evans 2026-04-16 16:07:07 +01:00
  • 35e809e0e5 Upgrade net package from Go 1.21.4 to Go 1.26.2 deadprogram 2026-04-13 17:36:35 +02:00
  • a3417d034f Add upgrade automation script and tooling deadprogram 2026-04-13 17:36:12 +02:00
  • fbef30f4ed feat: add pprof package (#44) Itxaka 2026-04-01 16:49:26 +02:00
  • 3f2503bfe4 Add httputil package Itxaka 2026-01-06 14:26:51 +01:00
  • bb43b40f19 http: add CheckRedirect field to Client for compatibility with oauth2 Char 2025-09-01 10:42:21 +08:00
  • 983d88dd7a add stub httptrace methods and interfaces v1rtl 2025-08-02 18:04:24 +03:00
  • 77be3968d1 add support for PathValue and SetPathValue from go v1.23.7 (#38) Dmytro 2025-06-11 14:26:56 +02:00
  • ca7cd08f85 add lookupProtocol for windows Scott Feldman 2025-01-18 22:34:46 -08:00
  • 4927c84aa4 net: implement ResolveIPAddr with stub for lookupProtocol, take #2 Scott Feldman 2025-01-04 16:12:24 -08:00
  • e4c3cdf599 Add httptest package Dmitry Shemin 2024-07-25 07:28:34 +07:00
  • a237059610 add NOP netdev as default Scott Feldman 2024-05-22 08:44:30 -07:00
  • 7f3a3c9177 fix: add missing UnknownNetworkError Ethan Lewis 2024-07-11 13:50:13 -07:00
  • 001ceab784 add bare minimum DefaultTransport (#32) Rajat Jindal 2024-07-10 01:56:29 +05:30
  • d9132d2a52 net: add ResolveUnixAddr Christian Stewart 2024-04-08 14:24:42 -07:00
  • a79417481d net: add back Buffers implementation which got lost along the way to the switchover to this package deadprogram 2024-03-09 15:53:49 +01:00
  • fcee4f5c46 add InterfaceAddrs stub dev Elias Naur 2023-12-26 18:15:51 -06:00
  • c134160ae4 correct netdever Accept() prototype Scott Feldman 2023-12-17 23:30:37 -08:00
  • 4bc93e2fd8 stub out more types/funcs to compile against golang.org/x/net/internal/socket (#17) Scott Feldman 2023-12-17 06:29:45 -08:00
  • 4f0d9658ab tcpsock: define TCPListener as listener deadprogram 2023-12-08 14:32:42 +01:00
  • 1c4a014aa7 add some docs to netdev interface soypat 2023-12-08 09:56:48 -03:00
  • 5fb7acc7b0 http: add Client RoundTripper/Transport deadprogram 2023-12-08 00:20:40 +01:00
  • d6e5efd40a fix 'panic: runtime error: slice smaller than array' bug Scott Feldman 2023-12-05 18:47:08 -08:00
  • 1c04b2c40d fix netdev.Addr docstring soypat 2023-12-02 20:58:45 -03:00
  • f3548296e1 refurbish internal netdever interface to use netip types instead of net.IP soypat 2023-11-29 11:49:00 -08:00
  • 7c11b88ce6 update with changes from go1.20.5 to go1.21.4 go-1.21 Scott Feldman 2023-11-13 23:28:14 -08:00
  • be25e1a28e revert some changes going from 1.19.3 to 1.20.5 go-1.20 Scott Feldman 2023-06-27 02:25:12 -07:00
  • c3616d9365 update 'net' package from 1.19.3 to 1.20.5 Scott Feldman 2023-06-26 20:36:40 -07:00
  • d0c97a5292 README: add documentation on maintaining 'net' package Scott Feldman 2023-06-26 20:34:40 -07:00
  • 8612dcd77b netdev: improve documentation Scott Feldman 2023-06-08 23:59:53 -07:00
  • 044dc8d374 netdev: move GetIPAddr() from netlink to netdev Scott Feldman 2023-06-08 23:56:41 -07:00
  • 1b87eff727 add ErrClosed error type for natiu-mqtt Scott Feldman 2023-05-18 13:41:53 -07:00
  • 6bb697535a Unexport net constants copied over from syscall Scott Feldman 2023-05-02 18:05:11 -07:00
  • 2d46776c18 move syscall constants for networking into net space to avoid windows build issue Scott Feldman 2023-05-02 16:39:11 -07:00
  • d939a800a7 BUG Fix: use port :80 if server.Addr is empty Scott Feldman 2023-04-26 01:38:05 -07:00
  • 7898c5e946 BUG Fix: return proper net.OpError's for Read/Write operations Scott Feldman 2023-04-16 09:48:09 -07:00
  • ad745d61ae udpsock: remove TODO comment on ephemeral ports being racy Scott Feldman 2023-04-01 14:14:53 -07:00
  • 331151cafe move IPPROTO_TLS to netdev to avoid src/syscall dependency Scott Feldman 2023-03-28 11:19:17 -07:00
  • 693edae782 Add network device driver model, netdev Scott Feldman 2023-03-27 14:15:21 -07:00
  • b46e2ec2ac Added missing TCPAddr and UDPAddr implementations to the net package go-1.19 Justin A. Wilson 2023-02-05 17:26:51 -06:00
  • d6afd8a0f4 build: drop deprecated build tags Yurii Soldak 2022-12-19 22:20:23 +01:00
  • f8c068c541 net: implement Pipe Hrishi Hiraskar 2022-10-14 17:05:48 +05:30
  • ca9cd0d2e5 net: sync net.go with Go 1.18 stdlib Roman Volosatovs 2022-05-19 15:55:32 +02:00
  • 6787459018 all: format code according to Go 1.19 rules Ayke van Laethem 2022-08-03 16:24:47 +02:00
  • 00d8c4d7df all: run gofmt on all source code Ayke van Laethem 2022-06-18 20:03:07 +02:00
  • 2953128831 Test net.Buffers{} Federico G. Schwindt 2021-12-06 21:38:18 +00:00
  • c954718d79 Add net.Buffers Federico G. Schwindt 2021-11-25 10:54:26 +00:00
  • c454821d41 net/interface: use internal implementation for itoa.Uitoa deadprogram 2021-12-08 13:14:06 +01:00
  • 1714e7c7ab net: add bare Interface implementation soypat 2021-10-09 17:42:26 -03:00
  • 2ec51fb1f1 net/ip, syscall/errno: Reduce code duplication by switching to internal/itoa. Dan Kegel 2021-11-14 20:51:54 -08:00
  • 641c70fa39 move xtoi2 to parse.go soypat 2021-06-30 08:49:39 -03:00
  • 46ead638e7 add MAC address implementation to net Patricio Whittingslow 2021-06-29 22:16:21 -03:00
  • 6018d49fa2 net: os: add more stubs for 1.15 Federico G. Schwindt 2021-06-21 15:21:44 +01:00
  • a51f3399cb Add more net compatibility Federico G. Schwindt 2021-06-01 14:48:15 +01:00
  • 9432cd8adb Add support for net.IP Federico G. Schwindt 2021-05-13 15:00:14 +01:00
  • 5ad867442b Initial commit Ron Evans 2023-05-04 13:07:35 +02:00