170 Commits (47e2c5c8280e9a66f14a84a593b6c44ce7c5f5b6)

Author SHA1 Message Date
Sakthipriyan Vairamani 9cd44bb2b6 util: prepend '(node) ' to deprecation messages 9 years ago
Trevor Norris 1cd9eeb556 buffer: prevent abort on bad proto 9 years ago
Ben Noordhuis 8350f3a3a2 buffer: optimize Buffer#toString() 9 years ago
Brendan Ashworth d5637e67c9 buffer: fix cyclic dependency with util 9 years ago
Roman Reiss 6e4d30286d tools: enable/add additional eslint rules 9 years ago
Vladimir Kurchatkin 628845b816 util: introduce `printDeprecationMessage` function 10 years ago
Brendan Ashworth 9da168b71f buffer: optimize Buffer.byteLength 10 years ago
Jackson Tian 3d3083b91f buffer: little improve for Buffer.concat method 10 years ago
Jackson Tian 431673ebd1 buffer: fast-case for empty string in byteLength 10 years ago
Fedor Indutny 07c066724c buffer: align chunks on 8-byte boundary 10 years ago
Trevor Norris 8070b1ff99 buffer: Don't assign .parent if none exists 10 years ago
Ben Noordhuis 4ddd6406ce lib: avoid .toLowerCase() call in Buffer#write() 10 years ago
Ben Noordhuis bbf54a554a lib: hand-optimize Buffer constructor 10 years ago
Chris Dickinson 31421afe89 buffer: reword Buffer.concat error message 10 years ago
Trevor Norris 78581c8d90 buffer: add indexOf() method 10 years ago
Trevor Norris c6fd2c5e95 buffer: fix pool offset adjustment 10 years ago
Vladimir Kurchatkin 36a779560a buffer: expose internals on binding 10 years ago
Vladimir Kurchatkin 1cd1d7a182 buffer: don't compare same buffers 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
Ben Noordhuis 0767c2feb1 lib: fix max size check in Buffer constructor 10 years ago
Vladimir Kurchatkin 45d8d9f826 buffer: implement `iterable` interface 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Trevor Norris 6462519d3c buffer, doc: misc. fix and cleanup 10 years ago
Yazhong Liu 83d7d9e6d8 buffer: add generic functions for (u)int ops 10 years ago
Trevor Norris e9ca7b9d8d buffer: mv floating point read/write checks to JS 10 years ago
Trevor Norris 57ed3daebf buffer: fix and cleanup fill() 10 years ago
Trevor Norris 7c3c51b8ff buffer: fix map and set parent to undefined 10 years ago
Kang-Hao Kenny 4c9b30db67 buffer: improve Buffer constructor 10 years ago
Fedor Indutny 38f6fcd822 buffer: fix sign overflow in `readUIn32BE` 10 years ago
cjihrig 2cae44f169 buffer: construct new buffer from buffer toJSON() output 10 years ago
Nick Apperson ee95e4f5f7 buffer: improve {read,write}{U}Int* methods 11 years ago
Feross Aboukhadijeh 522dda2f12 buffer: Fix incorrect Buffer.compare behavior 11 years ago
Sean McArthur 226f98a356 buffer: add compare and equals methods 11 years ago
goussardg 8e823bcbe6 buffer: return uint if MSB is 1 in readUInt32 11 years ago
Fedor Indutny 4c36f3e7e6 buffer: truncate buffer after string decode 11 years ago
Nick Apperson d4fcb23e38 buffer: improve {read,write}{U}Int* methods 11 years ago
Vladimir Kurchatkin e108ff4da7 buffer: fix typo in `SlowBuffer` 11 years ago
Brian White 68bfa91af7 buffer: allow toString to accept Infinity for end 11 years ago
Paul Loyd 2ca6905160 buffer: optimize writeInt* methods 11 years ago
Trevor Norris d6df1b9157 buffer: convert values to uint, not int 11 years ago
Trevor Norris e5346932bc src: make buffer size errors more explicit 11 years ago
Trevor Norris a263abaa81 buffer: no warning when encoding isn't passed 11 years ago
Trevor Norris 59dac01e4e buffer: optimize common encoding cases 11 years ago
Trevor Norris 873b5f8428 buffer: fix assert fail from JS API 11 years ago
Trevor Norris 16a60ed2a3 buffer: add NativeBuffer API 11 years ago
Ben Noordhuis bc28acdd02 buffer: fix regression in Buffer(buf) constructor 11 years ago
Trevor Norris fa89cf545c buffer: fix inspect throw if slice length too long 11 years ago
Timothy J Fontaine 2769d97e67 buffer: adhere to INSPECT_MAX_BYTES 11 years ago