summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-24rename bytes/bytes.ts to bytes/mod.tsaxetroy
2019-05-24remove function prefix of bytes moduleaxetroy
2019-05-24Enable bytes tests and add bytesRepeat (denoland/deno_std#446)Axetroy
2019-05-23TOML: Move to encoding dir (denoland/deno_std#435)Vincent LE GOFF
2019-05-23Fix http README examples (denoland/deno_std#440)Stoyan Dimkov
2019-05-23http: fix content-length checking (denoland/deno_std#437)Vincent LE GOFF
2019-05-23Added isGlob function (denoland/deno_std#433)Shubhadeep Das
2019-05-22http: send an empty response body if none is provided (denoland/deno_std#429)Aurélien Bertron
2019-05-22http: make server handle bad client requests properly (denoland/deno_std#419)Vincent LE GOFF
2019-05-22fix(fileserver): wrong url href of displayed files (denoland/deno_std#426)Yuqing Chen
2019-05-22http: delete conn parameter in readRequest (denoland/deno_std#430)Vincent LE GOFF
2019-05-21Rename //multipart/multipart.ts to //mime/multipart.ts (denoland/deno_std#420)Vincent LE GOFF
2019-05-21feat(prettier): output to stdout instead of write file by default unless spec...Axetroy
2019-05-21Bump v0.6.0 (denoland/deno_std#423)Ryan Dahl
2019-05-20Move collectUint8Arrays() to util/async.ts, clean up, fix bugs, add testsBert Belder
2019-05-20http: remove unnecessary await in listenAndServe()Bert Belder
2019-05-20chore(readme): add README.md for ws (denoland/deno_std#417)Yoshitaka Terazawa
2019-05-20Clean up HTTP async iterator code (denoland/deno_std#411)Ryan Dahl
2019-05-18fix: add exnext lib to tsconfig.json (denoland/deno_std#416)Yusuke Sakurai
2019-05-18Fix denoland/deno_std#409 handle multipart header in mime reader (denoland/de...Vincent LE GOFF
2019-05-16readme: loose port of go's std lib (denoland/deno_std#413)Ryan Dahl
2019-05-16feat(fs): add copy/copySync (denoland/deno_std#278)Axetroy
2019-05-14feat: add Tar and Untar classes (denoland/deno_std#388)Jun Kato
2019-05-14http_bench: print address (denoland/deno_std#374)Ryan Dahl
2019-05-14ws: make acceptable() more robust (denoland/deno_std#404)Ryan Dahl
2019-05-14ci: bump to v0.5.0Ryan Dahl
2019-05-14fix(http): Skip 0 chunks when writing body (denoland/deno_std#387)Jun Kato
2019-05-14walk() should not use deprecated FileInfo.path (denoland/deno_std#398)Ryan Dahl
2019-05-14feat: ws client (denoland/deno_std#394)Yusuke Sakurai
2019-05-14fs: Remove completed todo item (denoland/deno_std#406)Axetroy
2019-05-13datetime: timezone fix in toIMF (denoland/deno_std#400)Vincent LE GOFF
2019-05-13upgrade prettier to v1.17.1 (denoland/deno_std#399)Axetroy
2019-05-13Move posix and win implementations in fs/path/mod.ts to separate file (denola...Axetroy
2019-05-11Fix mac CI (denoland/deno_std#390)Ryan Dahl
2019-05-10benching: use performance.now (denoland/deno_std#385)Vincent LE GOFF
2019-05-07[bytes] fix bytesFindIndex and bytesFindLastIndex (denoland/deno_std#381)Jun Kato
2019-05-06Add run to shebangs (denoland/deno_std#380)Ryan Dahl
2019-05-04bump CI to v0.4.0 (denoland/deno_std#378)Bartek Iwańczuk
2019-05-01docs(fs): fix async iterator (denoland/deno_std#366)Alvaro
2019-05-01textproto: fix invalid header error and move tests (denoland/deno_std#369)Vincent LE GOFF
2019-04-30docs(log): fix docs mistake (denoland/deno_std#372)梨子(Riko)
2019-04-29remove dead code from log/test.ts (denoland/deno_std#370)Bartek Iwańczuk
2019-04-29http/cookie: fixing equal character split (denoland/deno_std#368)Vincent LE GOFF
2019-04-27http: Cookie improvements (denoland/deno_std#359)Vincent LE GOFF
2019-04-27Update TS version on pipeline (denoland/deno_std#364)Vincent LE GOFF
2019-04-27fs: fix ensureLink broken (denoland/deno_std#360)Axetroy
2019-04-26Bump CI to v0.3.10 (denoland/deno_std#362)Ryan Dahl
2019-04-25toml: remove parseFile (denoland/deno_std#361)Jimmy Cao
2019-04-24Bump CI to v0.3.8 (denoland/deno_std#357)Ryan Dahl
2019-04-24Eslint fixes (denoland/deno_std#356)Vincent LE GOFF