9281 Commits (v0.11.8-release)
 

Author SHA1 Message Date
Fedor Indutny af6a2339c5 tls: fix assertion when ssl is destroyed at read 12 years ago
Trevor Norris 849cf1aa92 smalloc: consistent-ify syntax 12 years ago
Trevor Norris 6b5c43ed18 smalloc: length is byte size, not array length 12 years ago
Trevor Norris ed0677f427 smalloc: expose ExternalArraySize 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
isaacs 26a8c0c6b8 doc: Minor typos in dgram doc 12 years ago
isaacs 85d6b78343 test: Remove unnecessary assertion 12 years ago
Raynos 6ed861dd7f events: have events module exports EventEmitter 12 years ago
Matthew Aynalem c171c490f2 fixes #6031 spelling errors 12 years ago
Duan Yao 9456cf8fe2 doc: Add callback parameter to dgram socket.bind() 12 years ago
ChrisWren 2385fbbc3a doc: fixed syntax error in stream.Transform 12 years ago
James Halliday 5555318bf3 http: removed headers stay removed 12 years ago
Edward Hutchins 31a27ca72d Added documentation for process.execArgv 12 years ago
Eivind Uggedal 732f8b9641 doc: add missing word in Transform stream intro 12 years ago
isaacs fe0f12b100 Merge remote-tracking branch 'ry/v0.10' 12 years ago
Trevor Norris f97a1267e2 buffer: lint 12 years ago
Fedor Indutny b80d11d46b buffer: lint 12 years ago
Fedor Indutny 306f863438 crypto: don't touch ssl_ in Connection 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 3e25ed905c src: move includes inside include guard 12 years ago
isaacs 3b923a7ace Merge remote-tracking branch 'ry/v0.10' 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
isaacs a66d2400a0 blog: v0.10.16 12 years ago
isaacs 0e043528a1 Now working on v0.10.17 12 years ago
isaacs e679739b63 Merge branch 'v0.10.16-release' into v0.10 12 years ago
Trevor Norris 2dd4a745b0 buffer: don't call ByteLength for simple encodings 12 years ago
isaacs 50b4c905a4 2013.08.16, Version 0.10.16 (Stable) 12 years ago
isaacs 5abdef790c npm: Upgrade to 1.3.8 12 years ago
Ben Noordhuis f55aca6515 crypto: fix memory leak in randomBytes() error path 12 years ago
Ben Noordhuis ec548734ca crypto: fix memory leak in randomBytes() error path 12 years ago
Ben Noordhuis 9475ee41ad crypto: don't mix new[] and free() 12 years ago
isaacs f73ee94d4f test: Remove hard-coded port 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 7304a620ec doc: http rawHeaders/rawTrailers 12 years ago
isaacs e6c81bd679 http: provide access to raw headers/trailers 12 years ago
isaacs 1eedbdc361 doc: http keepalive, agent options 12 years ago