1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
Commit graph

291 commits

Author SHA1 Message Date
Bert Belder
b95f79d74c io: refactor BufReader/Writer interfaces to be more idiomatic (denoland/deno_std#444)
Thanks Vincent Le Goff (@zekth) for porting over the CSV reader
implementation.

Fixes: denoland/deno_std#436

Original: 0ee6334b69
2019-05-29 09:50:12 -07:00
Bardia Rastin
5b37b560fb add "run" to file server alias (denoland/deno_std#460)
Original: 4078e9b24d
2019-05-27 17:56:10 -04:00
Axetroy
ad3de86604 rename strings/strings.ts to strings/mod.ts (denoland/deno_std#449)
Original: 2f003fa35c
2019-05-27 02:58:31 +03:00
Vincent LE GOFF
8d94f70bef http: add ParseHTTPVersion (denoland/deno_std#452)
Original: 438178541e
2019-05-25 19:22:30 +03:00
Axetroy
74498f1e0c Prettier: support for specified files and glob mode (denoland/deno_std#438)
Original: 1083db10ed
2019-05-25 17:17:56 +03:00
Vincent LE GOFF
aed65ff333 Add encoding/csv (denoland/deno_std#432)
Original: c8a7dcdcd0
2019-05-24 16:33:42 +03:00
axetroy
31db7c4dba rename bytes/bytes.ts to bytes/mod.ts
Original: 015cf3e02d
2019-05-24 15:40:32 +03:00
axetroy
c6505c5de6 remove function prefix of bytes module
Original: a457942678
2019-05-24 15:40:32 +03:00
Axetroy
4ab0e0e918 Enable bytes tests and add bytesRepeat (denoland/deno_std#446)
Original: bd46d60ded
2019-05-24 14:44:13 +03:00
Vincent LE GOFF
0803912c7f TOML: Move to encoding dir (denoland/deno_std#435)
Original: 7a722ceffc
2019-05-23 21:48:54 +03:00
Stoyan Dimkov
73f7be6ae0 Fix http README examples (denoland/deno_std#440)
Some cosmetic fixes to the provided examples in the http README:
- Ensure they're all actually runnable
- Use clear variable names
- Add usage of Cookie interface
Original: b9b25b8b17
2019-05-23 19:05:00 +03:00
Vincent LE GOFF
632fbd7734 http: fix content-length checking (denoland/deno_std#437)
Original: ce4e3ccdc3
2019-05-23 18:59:34 +03:00
Shubhadeep Das
b7082f1640 Added isGlob function (denoland/deno_std#433)
Original: 94dcb2779b
2019-05-23 10:23:31 +03:00
Aurélien Bertron
a4346a3ac9 http: send an empty response body if none is provided (denoland/deno_std#429)
Fixes: denoland/deno_std#402

Original: e00e3fe33a
2019-05-22 19:33:17 -07:00
Vincent LE GOFF
3cfc1244d8 http: make server handle bad client requests properly (denoland/deno_std#419)
Original: 7620fe1a82
2019-05-22 16:28:03 -07:00
Yuqing Chen
e2debab359 fix(fileserver): wrong url href of displayed files (denoland/deno_std#426)
Original: be6cd35cbf
2019-05-22 15:58:20 -07:00
Vincent LE GOFF
de713ea871 http: delete conn parameter in readRequest (denoland/deno_std#430)
To bring it inline with Go API
Original: 209183e248
2019-05-22 09:30:10 -04:00
Vincent LE GOFF
b9ce3a6453 Rename //multipart/multipart.ts to //mime/multipart.ts (denoland/deno_std#420)
Original: aad0896346
2019-05-21 09:36:12 -04:00
Axetroy
915b4f520b feat(prettier): output to stdout instead of write file by default unless specified --write flag (denoland/deno_std#332)
Original: 434007b8ab
2019-05-21 08:23:23 -04:00
Ryan Dahl
7c4e973611 Bump v0.6.0 (denoland/deno_std#423)
Original: 47134db9f2
2019-05-21 02:44:36 -04:00
Bert Belder
16e52ee4b0 Move collectUint8Arrays() to util/async.ts, clean up, fix bugs, add tests
Original: dcad420b92
2019-05-20 17:53:01 -07:00
Bert Belder
79c88a46bb http: remove unnecessary await in listenAndServe()
Original: d1971241d9
2019-05-20 17:44:58 -07:00
Yoshitaka Terazawa
a58d794373 chore(readme): add README.md for ws (denoland/deno_std#417)
Original: 301c12d9d2
2019-05-20 09:22:15 -04:00
Ryan Dahl
a295bb0d42 Clean up HTTP async iterator code (denoland/deno_std#411)
Original: 68faf32f72
2019-05-20 09:17:26 -04:00
Yusuke Sakurai
227d92e046 fix: add exnext lib to tsconfig.json (denoland/deno_std#416)
Original: 0daa693d68
2019-05-18 14:46:12 -04:00
Vincent LE GOFF
ef4fd3d4ca Fix denoland/deno_std#409 handle multipart header in mime reader (denoland/deno_std#415)
Original: 92c26cc331
2019-05-18 14:05:27 -04:00
Ryan Dahl
715fe3300e readme: loose port of go's std lib (denoland/deno_std#413)
Original: c2f5a7cf22
2019-05-16 16:23:25 -04:00
Axetroy
f7dd691cfb feat(fs): add copy/copySync (denoland/deno_std#278)
Original: ab5b0887cc
2019-05-16 12:19:17 -04:00
Jun Kato
42a00733fc feat: add Tar and Untar classes (denoland/deno_std#388)
Ported from danoweb
fccb5bfc60/server/tar.ts
fccb5bfc60/server/tar_test.ts
Original: 98257ef303
2019-05-14 17:59:42 -04:00
Ryan Dahl
592e90c3c2 http_bench: print address (denoland/deno_std#374)
Original: f10ea7317e
2019-05-14 17:49:53 -04:00
Ryan Dahl
9f877cd34b ws: make acceptable() more robust (denoland/deno_std#404)
Original: 9e8e6f9356
2019-05-14 17:45:52 -04:00
Ryan Dahl
2cf289dfc3 ci: bump to v0.5.0
Original: cd869c9cc8
2019-05-14 17:28:15 -04:00
Jun Kato
7cc80064f0 fix(http): Skip 0 chunks when writing body (denoland/deno_std#387)
Original: 79d5f556ba
2019-05-14 17:28:15 -04:00
Ryan Dahl
1b359f4106 walk() should not use deprecated FileInfo.path (denoland/deno_std#398)
The walk() interface is change to return a WalkInfo object which
contains both the resolved filename and FileInfo object from stat.

The followSymlinks feature is disabled for now.

Original: 07ca4f9629
2019-05-14 17:14:08 -04:00
Yusuke Sakurai
e3e9269c76 feat: ws client (denoland/deno_std#394)
Original: 782e3f690f
2019-05-14 15:19:11 -04:00
Axetroy
a3de8c3d8a fs: Remove completed todo item (denoland/deno_std#406)
Original: d097e319e8
2019-05-14 15:11:57 -04:00
Vincent LE GOFF
9c852cdfd2 datetime: timezone fix in toIMF (denoland/deno_std#400)
Original: 49ae9439f7
2019-05-13 14:03:24 -04:00
Axetroy
e454934326 upgrade prettier to v1.17.1 (denoland/deno_std#399)
Original: 59cbcf3f3c
2019-05-13 12:56:00 -04:00
Axetroy
71a2cf6df3 Move posix and win implementations in fs/path/mod.ts to separate file (denoland/deno_std#397)
Original: b6a7b78535
2019-05-13 12:32:33 -04:00
Ryan Dahl
829a114ff3 Fix mac CI (denoland/deno_std#390)
Original: 4e143b135a
2019-05-11 17:22:11 -04:00
Vincent LE GOFF
e56c207f2c benching: use performance.now (denoland/deno_std#385)
Original: ad1b95eaf7
2019-05-10 10:48:06 -04:00
Jun Kato
480b9e71ff [bytes] fix bytesFindIndex and bytesFindLastIndex (denoland/deno_std#381)
Original: 8714252916
2019-05-07 12:02:31 -04:00
Ryan Dahl
14afad59aa Add run to shebangs (denoland/deno_std#380)
Original: 0f00676e8f
2019-05-06 17:07:43 -04:00
Bartek Iwańczuk
02bd7e956e bump CI to v0.4.0 (denoland/deno_std#378)
Original: 2ad643d296
2019-05-04 11:33:50 -04:00
Alvaro
2f14376f60 docs(fs): fix async iterator (denoland/deno_std#366)
Original: aa94463902
2019-05-01 17:45:30 -04:00
Vincent LE GOFF
80161217d3 textproto: fix invalid header error and move tests (denoland/deno_std#369)
Original: b6aaddbcc0
2019-05-01 12:13:23 -04:00
梨子(Riko)
adf9cf9949 docs(log): fix docs mistake (denoland/deno_std#372)
Original: a9c4141723
2019-04-30 08:19:55 -07:00
Bartek Iwańczuk
ab9c159b50 remove dead code from log/test.ts (denoland/deno_std#370)
Original: e2c187003d
2019-04-29 07:55:52 -07:00
Vincent LE GOFF
a814cfc3e1 http/cookie: fixing equal character split (denoland/deno_std#368)
Original: 8503efc8f7
2019-04-29 07:49:50 -07:00
Vincent LE GOFF
ce101a0f86 http: Cookie improvements (denoland/deno_std#359)
Original: f111469103
2019-04-27 16:07:11 -07:00