2777 Commits (a40b46367406deb0e3c67dff8c5d609d1334519b)

Author SHA1 Message Date
Trevor Norris 16a60ed2a3 buffer: add NativeBuffer API 12 years ago
Trevor Norris 467e00ed02 domain: move error handling directly into instance 12 years ago
Ben Noordhuis bc28acdd02 buffer: fix regression in Buffer(buf) constructor 12 years ago
Timothy J Fontaine 546ae2eef9 util: pass opts to custom inspect functions 12 years ago
Trevor Norris fa89cf545c buffer: fix inspect throw if slice length too long 12 years ago
Timothy J Fontaine 2769d97e67 buffer: adhere to INSPECT_MAX_BYTES 12 years ago
isaacs eef552774e vm: Put back display_errors flag 12 years ago
Domenic Denicola 7afdba6e0b vm, core, module: re-do vm to fix known issues 12 years ago
Fedor Indutny af6a2339c5 tls: fix assertion when ssl is destroyed at read 12 years ago
Trevor Norris 50cee6ecab util: isObject should always return boolean 12 years ago
Vsevolod Strukchinsky edd2fcccf0 net: family option in net.connect 12 years ago
Gil Pedersen e04c8a8ee4 fs: use correct self reference for autoClose test 12 years ago
Raynos 6ed861dd7f events: have events module exports EventEmitter 12 years ago
Matthew Aynalem c171c490f2 fixes #6031 spelling errors 12 years ago
James Halliday 5555318bf3 http: removed headers stay removed 12 years ago
Fedor Indutny b80d11d46b buffer: lint 12 years ago
isaacs 545807918e stream: Throw on 'error' if listeners removed 12 years ago
Fedor Indutny b9a0eb0688 tls, crypto: deduplicate code 12 years ago
Ben Noordhuis 0c2960ef4a dgram: fix assertion on bad send() arguments 12 years ago
Daniel Chatfield 5453619eb2 readline: pause stdin before turning off terminal raw mode 12 years ago
Daniel Chatfield dfb0461c4c readline: pause stdin before turning off terminal raw mode 12 years ago
Trevor Norris 2dd4a745b0 buffer: don't call ByteLength for simple encodings 12 years ago
Brian White d70e6491ae cluster: variable is not global 12 years ago
Brian White e62d5964de buffer: remove unused parameters 12 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 12 years ago
isaacs 1f9f863494 http: Prefer 'binary' over 'ascii' 12 years ago
isaacs df23ce138f http: Simplify IncomingMessage._dump method 12 years ago
isaacs 7c9b607048 http: Consistent 'finish' event semantics 12 years ago
isaacs e3157972e1 http: make OutgoingMessage._flush inline-able 12 years ago
isaacs da93d6adfb http: Add write()/end() callbacks 12 years ago
isaacs ce3d18412c http: Write hex/base64 chunks properly 12 years ago
isaacs 255650f4d9 http: Handle hex/base64 encodings properly 12 years ago
isaacs e6c81bd679 http: provide access to raw headers/trailers 12 years ago
isaacs 65f6f06a61 http: add agent.maxFreeSockets option 12 years ago
Ben Noordhuis 0aa13357d6 timers: dispatch ontimeout callback by array index 12 years ago
Fedor Indutny c50750e1fd tls: handle errors on socket before releasing it 12 years ago
Ben Noordhuis 2669966e76 http: speed up callbacks, use array indices 12 years ago
Trevor Norris d66d840e3b util: fix isPrimitive check 12 years ago
Ben Noordhuis 6cd7fd7d24 cares_wrap: don't set oncomplete property from c++ 12 years ago
Trevor Norris 3f5d5847e2 domain: share object and state with native land 12 years ago
Ben Noordhuis f9b7714b4b src: don't call v8::Object::SetHiddenValue() 12 years ago
Ben Noordhuis 1449739de0 dgram: don't call into js when send cb is omitted 12 years ago
Ben Noordhuis 41ec6d0580 dgram: fix regression in string argument handling 12 years ago
isaacs c0e70354db stream: Short-circuit buffer pushes when flowing 12 years ago
isaacs 967b5dbb45 http: Use streams3 directly, not .ondata/end 12 years ago
Trevor Norris cec81593d7 smalloc: allow different external array types 12 years ago
Trevor Norris cd00064566 smalloc: cleanup checks/conversions 12 years ago
isaacs 12cd13312b http: Support legacy agent.addRequest API 12 years ago
Fedor Indutny 166c405b33 tls: fix lazy initialization of clienthello parser 12 years ago
Eran Hammer 23d92ec88e stream: Fix double pipe error emit 12 years ago