2688 Commits (3d4c663ee68326990e0732a4aa76445688e1064e)

Author SHA1 Message Date
Trevor Norris 59dac01e4e buffer: optimize common encoding cases 11 years ago
isaacs 1da7bcc22c stream: objectMode transforms allow falsey values 11 years ago
Fedor Indutny af76b08666 tls: socket.renegotiate(options, callback) 11 years ago
isaacs 15a5a4a945 http: Only send connection:keep-alive if necessary 11 years ago
isaacs 689e5c9d3d stream: return this from pause()/resume() 11 years ago
Julian Gruber f91b047891 stream: make setEncoding chainable 11 years ago
isaacs 9ef9a9dee5 repl: Simplify paren wrap, continuation-detection 11 years ago
Nathan Rajlich 54fbb1da96 repl: treat "Assignment to const" as syntax error 11 years ago
isaacs 4631c503e3 repl: Catch syntax errors better 11 years ago
Domenic Denicola fd3657610e vm: update API to use options argument 11 years ago
isaacs fbb963b5d5 stream: check _events before _events.error 11 years ago
Domenic Denicola 9c110d8027 vm: add isContext; prevent double-contextifying 11 years ago
Mathias Buus ba72570eae stream: change default hwm for objectMode to 16 11 years ago
isaacs ee695e935d child_process: Avoid extra copy for string stdio 11 years ago
Seth Fitzsimmons 711d1934ea child_process: Callback with Buffers from exec 11 years ago
isaacs a3da3e7312 stream: Pass 'buffer' encoding to decoded writables 11 years ago
Forrest L Norvell d86814aeca domains: deprecate domain.dispose(). 12 years ago
isaacs 1df77a7438 lib: Add missing copyright notices 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
Trevor Norris 467e00ed02 domain: move error handling directly into instance 11 years ago
Ben Noordhuis bc28acdd02 buffer: fix regression in Buffer(buf) constructor 11 years ago
Timothy J Fontaine 546ae2eef9 util: pass opts to custom inspect functions 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
isaacs eef552774e vm: Put back display_errors flag 11 years ago
Domenic Denicola 7afdba6e0b vm, core, module: re-do vm to fix known issues 11 years ago
Fedor Indutny af6a2339c5 tls: fix assertion when ssl is destroyed at read 11 years ago
Trevor Norris 50cee6ecab util: isObject should always return boolean 11 years ago
Vsevolod Strukchinsky edd2fcccf0 net: family option in net.connect 11 years ago
Gil Pedersen e04c8a8ee4 fs: use correct self reference for autoClose test 11 years ago
Raynos 6ed861dd7f events: have events module exports EventEmitter 12 years ago
Matthew Aynalem c171c490f2 fixes #6031 spelling errors 11 years ago
James Halliday 5555318bf3 http: removed headers stay removed 12 years ago
Fedor Indutny b80d11d46b buffer: lint 11 years ago
isaacs 545807918e stream: Throw on 'error' if listeners removed 11 years ago
Fedor Indutny b9a0eb0688 tls, crypto: deduplicate code 11 years ago
Ben Noordhuis 0c2960ef4a dgram: fix assertion on bad send() arguments 11 years ago
Daniel Chatfield 5453619eb2 readline: pause stdin before turning off terminal raw mode 11 years ago
Daniel Chatfield dfb0461c4c readline: pause stdin before turning off terminal raw mode 11 years ago
Trevor Norris 2dd4a745b0 buffer: don't call ByteLength for simple encodings 11 years ago
Brian White d70e6491ae cluster: variable is not global 11 years ago
Brian White e62d5964de buffer: remove unused parameters 11 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
isaacs 1f9f863494 http: Prefer 'binary' over 'ascii' 11 years ago
isaacs df23ce138f http: Simplify IncomingMessage._dump method 11 years ago
isaacs 7c9b607048 http: Consistent 'finish' event semantics 11 years ago
isaacs e3157972e1 http: make OutgoingMessage._flush inline-able 11 years ago
isaacs da93d6adfb http: Add write()/end() callbacks 11 years ago
isaacs ce3d18412c http: Write hex/base64 chunks properly 11 years ago