Commit Graph

50 Commits

Author SHA1 Message Date
denobot
c5d7930d57
chore: release 2024.09.12 (#5969)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-12 19:18:10 +09:00
Yoshiya Hinosawa
7d3dd2db03
test(net): add test of getNetworkAddress() (#5963) 2024-09-12 15:23:26 +09:00
Asher Gomez
b900e72b3d
BREAKING(net/unstable): move get-network-address module to unstable-get-network-address (#5949)
* BREAKING(net/unstable): move `get-network-address` module to `unstable-get-network-address`

* fix

* fix
2024-09-12 04:05:40 +00:00
David
6ba3810544
fix(net): skip empty mac address for getNetworkAddress() (#5941)
fix(net) skip empty mac address
2024-09-12 09:11:25 +10:00
denobot
67e9cfa0ff
chore: release 2024.09.04 (#5908)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-04 19:37:53 +09:00
Kenta Moriuchi
4d4bd0eb92
refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
denobot
2b3683b6fb
chore: release 2024.08.26 (#5824)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-26 17:33:29 +09:00
Asher Gomez
dea7d7701a
docs(archive,assert,cache,cli,encoding,html,http,net,streams,text): remove unstable Markdown alert (#5672)
* docs(archive,cli,html,http,net,streams,text): remove unstable Markdown alert

* update

* fix

* update

* fmt

* fix
2024-08-22 02:55:17 -04:00
Yoshiya Hinosawa
7fa0c2d5b8
chore: release net@1.0.0 (#5457) 2024-07-29 19:41:33 +09:00
denobot
3ee4c4dd43
chore: release 2024.07.19 (#5494)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-19 20:22:43 +09:00
Asher Gomez
c26db2256f
docs(net): tweak getNetworkAddress() return doc (#5473) 2024-07-18 13:10:09 +09:00
Yoshiya Hinosawa
474d6f337f
chore(net): release net@1.0.0-rc.1 (#5349)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-09 20:21:00 +09:00
Asher Gomez
e13bca6f67
docs(net): update docs for getAvailablePort() (#5366)
* docs(net): update docs for `getAvailablePort()`

* fix

* fix
2024-07-09 21:19:51 +10:00
Asher Gomez
eed1194541
docs(net): make getNetworkAddress() unstable status more prominent (#5368) 2024-07-09 21:15:05 +10:00
denobot
dc14633394
chore: release 2024.07.09 (#5363)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-09 15:13:21 +09:00
Yoshiya Hinosawa
a0b4103ac3
chore(net): mark getNetworkAddress() unstable (#5348) 2024-07-08 13:38:51 +09:00
denobot
940568c62d
chore: release 2024.07.02 (#5254)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-02 20:43:42 +09:00
Asher Gomez
d102a10235
refactor(assert,async,bytes,cli,collections,crypto,csv,data-structures,datetime,dotenv,encoding,expect,fmt,front-matter,fs,html,http,ini,internal,io,json,jsonc,log,media-types,msgpack,net,path,semver,streams,testing,text,toml,ulid,url,uuid,webgpu,yaml): import from @std/assert (#5199)
* refactor: import from `@std/assert`

* update
2024-06-30 08:30:10 +00:00
denobot
652ac701b1
chore: release 2024.06.12 (#5031)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-12 15:22:43 +09:00
Asher Gomez
94bb952729
docs(net): complete documentation (#4982) 2024-06-07 15:54:15 +12:00
denobot
b9374d3715
chore: release 2024.06.03 (#4935)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-03 15:44:03 +09:00
Asher Gomez
622012b375
feat(net): getNetworkAddress() (#4677)
* feat(net): `getNetworkAddress()`

* tweaks

* tweaks

* work

* work

* tweak

* tweaks
2024-05-30 11:17:40 +09:00
denobot
66e8fc9869
chore: release 2024.05.16 (#4755)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-05-16 20:10:44 +09:00
Michael Herzner
1cd35a6746
test(net): improve test coverage (#4709)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-13 07:17:22 +09:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
Asher Gomez
dd55f2801c
refactor(net): remove use of as Deno.NetAddr (#4574) 2024-04-15 16:47:28 +10:00
Anwesh
3fcb0a8b24
refactor(using): use using keyword for Explicit Resource Management (#4143)
* refactor(using): add using keyword for Explicit Resource Management

* refactor(using): fix fmt

* refactor(using): add more fixes

* refactor(using): fix fmt

* refactor: add more `using` cases

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-15 08:35:50 +11:00
Lino Le Van
6c615c976d
feat(net): add preferredPort option to getAvailablePort() (#4151)
* feat(net): add preferredPort option to getAvailablePort

* Apply suggestions from code review

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-11 17:12:47 +11:00
Lino Le Van
c46143f0ac
chore: update copyright year (#4046)
* chore: update copyright year

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-02 08:11:32 +11:00
Harry Solovay
1dc2369865
feat(net): getAvailablePort() (#3890)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-04 13:50:40 +09:00
Andy Hayden
c5e6e015b5 Reorgnanize repos, examples and tests (#105) 2019-01-12 16:50:04 -05:00
木杉
c42686dc36 style(net): format code (#104) 2019-01-11 21:56:35 -05:00
Kitson Kelly
0e00fe9cd3 Add media_types collection (#97) 2019-01-11 00:16:47 -05:00
木杉
5be16ba599 refactor(path): reorg (#101) 2019-01-10 17:11:44 -05:00
Yusuke Sakurai
2606e295c7 Add web socket module (#84) 2019-01-06 14:26:18 -05:00
Ryan Dahl
297cf0975e
Fix format globs (#87) 2019-01-06 14:19:15 -05:00
Ryan Dahl
63d4f6d828
Remove travis, rely on pipelines (#68) 2019-01-03 23:11:40 -05:00
Ryan Dahl
61fdae51a7 Add testing module 2019-01-02 13:45:42 -05:00
Dmitry Sharshakov aka. sh7dm
77831c34b1 Add more MIME types (#57) 2019-01-02 08:47:43 -05:00
chiefbiiko
7a3c70e74b Add mkdirp (#59) 2019-01-01 18:45:41 -05:00
Dmitry Sharshakov aka. sh7dm
c9d6028be8 Add more MIME types (#56) 2018-12-31 09:38:32 +00:00
Bartek Iwańczuk
ab27371a01 Add content-type header to file_server (#47) 2018-12-31 09:06:05 +00:00
Kevin (Kun) "Kassimo" Qian
9eb6aa5fd9 Avoid textproto crashing on empty reader (#50) 2018-12-31 09:00:28 +00:00
Kevin (Kun) "Kassimo" Qian
731f03829c Add CORS option to file_server (#45) 2018-12-23 22:50:49 -05:00
Ryan Dahl
0772030f5d
Make compatible with latest deno (#41) 2018-12-23 18:49:46 -05:00
Kitson Kelly
54787f172c Add colors module (#30) 2018-12-18 23:30:44 -05:00
木杉
1a35f9daf5 migrate deno_path to deno_std (#26)
Previously https://github.com/zhmushan/deno_path
2018-12-18 21:29:39 -05:00
Kevin (Kun) "Kassimo" Qian
e0e677bb02 http: Request body & Streaming (#23) 2018-12-18 20:48:05 -05:00
Ryan Dahl
85ff88b0cc Add format script. 2018-12-18 18:56:59 -05:00
Ryan Dahl
99e276eb89 Rename project to deno_std
Move typescript files to net/
2018-12-18 18:27:05 -05:00