summaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Collapse)Author
2020-06-08feat(std/encoding/binary): add varnumBytes(), varbigBytes() (#5173)Oliver Lenehan
2020-06-09fix(http/server): flaky test on Windows (#6188)Marcos Casagrande
2020-06-08doc(std/fs): fix sync walk example (#6174)jersou
The example doesn't compile : Property 'filename' does not exist on type 'WalkEntry'. The property has been renamed : fileInfo.filename → fileInfo.name
2020-06-08feat(std/node) - Add util.promisify (#5540)Marcos Casagrande
2020-06-08fix(std/http): Prevent crash on UnexpectedEof and InvalidData (#6155)Marcos Casagrande
2020-06-07refactor(std/signal): Replace setTimeout with IIFE (#6153)Marcos Casagrande
2020-06-07feat(std/node) add util.types (#6159)Peter Evers
2020-06-07refactor(std): remove testing dependencies from non-test code (#5838)Chris Knight
2020-06-07refactor(std/http): rename delCookie to deleteCookie (#6088)Tim Reichen
2020-06-06feat(std/node): Buffer (#5925)Nikolai Vavilov
2020-06-06fix: use queueMicrotask instead of setTimeout (#6112)Marcos Casagrande
2020-06-06readme for std/hash (#6139)Deepak Vishwakarma
2020-06-06fix(std/io): StringReader implementation (#6148)Ryan Dahl
2020-06-05added documentation with sample for std/io mod (#6106)Deepak Vishwakarma
2020-06-05Rename abbreviated assertions in std/testing (#6118)Casper Beyer
2020-06-05fix: revert setInterval log flushing as it prevents process completion (#6127)Chris Knight
2020-06-04feat(std/hash): add sha3 (#5558)skdltmxn
2020-06-04doc: Improved ws example and README (#5636)Yusuke Sakurai
2020-06-04feat(std/testing): Allow non-void promises in assertThrowsAsync (#6052)Jon Short
2020-06-03refactor(std/testing/bench): Remove differentiating on runs count (#6084)Szalay Kristóf
2020-06-03fix(std/http): Don't use assert() for user input validation (#6092)Nayeem Rahman
2020-06-03fix(std/http/file_server): args handling only if invoked directly (#5989)matheus
2020-06-03fix(std/testing/bench): clock assertions without --allow-hrtime (#6069)Szalay Kristóf
2020-06-03docs: benchmarking (#6075)Szalay Kristóf
2020-06-03v1.0.5Ryan Dahl
2020-06-03feat(std/encoding): add base64url module (#5976)timonson
2020-06-02fix(std/testing/asserts): Format values in assertArrayContains() (#6060)Nayeem Rahman
2020-06-02feat(std/testing): benching progress callback (#5941)Szalay Kristóf
2020-06-02v1.0.4Bartek Iwańczuk
2020-06-02fix: Better use of @ts-expect-error (#6038)Kitson Kelly
2020-06-01fix(std/http): file server not closing files (#5952)simwipado
2020-06-01feat(std/node): add util.type.isDate (#6029)Peter Evers
2020-06-01feat(std/mime/multipart): Added multiple FormFile input (#6027)Henrique Emanoel Viana
2020-06-01feat(std/io): add LimitedReader (#6026)hastri
2020-06-01feat(std/log): buffered file logging (#6014)Chris Knight
2020-06-01feat(std/http) support code 103 Early Hints (#6021)Yasser A.Idrissi
2020-05-31re-enable the "HugeLines" test case (#6006)uki00a
2020-05-31feat(std/hash): add Sha512 and HmacSha512 (#6009)Tuan Le
2020-05-31docs(std/encoding/csv): improve the document and jsdoc comments (#6008)uki00a
2020-05-31feat(std/http): add TooEarly status code (#5999)Voltra
As per [RFC 8470 5.2](https://tools.ietf.org/html/rfc8470#section-5.2)
2020-05-31fix(std/path): Support browsers (#6003)Nayeem Rahman
2020-05-30typo (#5948)Dan Vega
2020-05-29v1.0.3Bartek Iwańczuk
2020-05-29fix: readTrailer didn't evaluate header names by case-insensitive (#4902)Yusuke Sakurai
2020-05-29fix(std/log): improve the calculation of byte length (#5819)zfx
2020-05-29Return results in benchmark promise (#5842)Szalay Kristóf
2020-05-28feat(std/node): add link/linkSync polyfill (#5930)Chris Knight
2020-05-28fix(std): Fix FileHandler test with mode 'x' on non-English systems (#5757)Szalay Kristóf
2020-05-28doc: improve documentation for consuming request body (#5771)Chris Knight
2020-05-27Fix shebangs (#5898)Stephan Seidt