10869 Commits (bce7a2608eb198eee6ecd7991062efd6daeeb440)
 

Author SHA1 Message Date
Andres Suarez bb766d2c47 doc: update "net" section in node to io.js changes 10 years ago
Rod Vagg 73ddaa629c tools: remove old updateAuthors.awk script 10 years ago
Rod Vagg 6230bf9b79 doc: update AUTHORS list 10 years ago
Brendan Ashworth 33186fa7d8 doc: adds brendanashworth as collaborator 10 years ago
Evan Lucas 8f9502a20a doc: add evanlucas to collaborators 10 years ago
Brendan Ashworth 35a4f1107e doc: alphabetize all.markdown 10 years ago
Fishrock123 a0831c580d doc: add Fishrock123 to collaborators 10 years ago
Stephen Belanger 54124874dc doc: add qard to collaborators 10 years ago
Bert Belder 8b55048d67 deps: make node-gyp work again on windows 10 years ago
Ben Noordhuis 82227f3511 deps: make node-gyp fetch tarballs from iojs.org 10 years ago
Forrest L Norvell f5b35dbda4 deps: upgrade npm to 2.3.0 10 years ago
Thorsten Lorenz f3fed5193c doc: adding thlorenz to list of collaborators 10 years ago
Vladimir Kurchatkin 8de89ec465 lib: move default address logic to `net._listen2` 10 years ago
Ben Noordhuis 3143d732f6 test: delete parallel/test-process-active-wraps 10 years ago
Ben Noordhuis 4f95b5d825 test: fix parallel/test-http-destroyed-socket-write2 10 years ago
Ben Noordhuis 5ba307a978 test: fix parallel/test-dgram-error-message-address 10 years ago
Vladimir Kurchatkin f4c536b749 debugger: don't override module binding 10 years ago
cjihrig 40ffed8f3f stream: use nop as write() callback if omitted 10 years ago
Icer Liang df0d790107 doc: dns.lookupService has wrong header level 10 years ago
Todd Kennedy 8b1db9c0a7 doc: note in docs about missing interfaces 10 years ago
Ben Noordhuis 2928ac68e5 doc: bump punycode api stability to 'stable' 10 years ago
Rod Vagg 328e67b58b doc: add TC meeting 2015-01-21 minutes 10 years ago
Calvin Metcalf e5e598060e lib,src: make pseudoRandomBytes alias randomBytes 10 years ago
Ben Noordhuis c6cd46041c configure: remove unused arm_neon variable 10 years ago
Ben Noordhuis 7d9d7560cf configure: disable vfpv3 on armv6 10 years ago
Ben Noordhuis 297cadbab6 deps: fix v8 armv6 run-time detection 10 years ago
Calvin Metcalf d481bb68c4 doc: more explicit crypto.pseudoRandomBytes docs 10 years ago
Ben Noordhuis 7d462479f6 src: s/node/io.js/ in `iojs --help` message 10 years ago
Ben Noordhuis 069c0dfb1c deps: upgrade v8 to 4.1.0.12 10 years ago
Rod Vagg ada2a4308c doc: add TC meeting 2015-01-13 minutes 10 years ago
Bert Belder 60402b924b docs: remove incorrect entry from changelog 10 years ago
Jackson Tian 8b98096c92 fs: make fs.access() flags read only 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
Ben Noordhuis 803883bb1a v8: fix template literal NULL pointer deref 10 years ago
Vladimir Kurchatkin 5435cf2f16 v8: optimize `getHeapStatistics` 10 years ago
Yosuke Furukawa 5d014637b6 benchmark: print score to five decimal places 10 years ago
Trevor Norris 752585db63 src: silence clang warnings 10 years ago
Cheng Zhao 22e1aea8a0 src: set node_is_initialized in node::Init 10 years ago
Ben Noordhuis 668420d1f7 src: clean up unused macros in node_file.cc 10 years ago
Ben Noordhuis 52f624e72a src: rename ASSERT macros in node_crypto.cc 10 years ago
Ben Noordhuis e95cfe14e3 src: add ASSERT_EQ style macros 10 years ago
Ben Noordhuis ee9cd004d8 lib: fix TypeError with EventEmitter#on() abuse 10 years ago
Ben Noordhuis 77d68070da test: fix event-emitter-get-max-listeners style 10 years ago
Ben Noordhuis 767ee73486 test: strip copyright boilerplate 10 years ago
cjihrig 86eda173b1 fs: define constants with const 10 years ago
Rod Vagg b33cd4f1df Working on 1.0.4 10 years ago
Rod Vagg b5c69d1d1b 2015-01-20 io.js v1.0.3 Release 10 years ago
toastynerd 9419e1fb69 src: fix inconsistency between a check and error 10 years ago
cjihrig 03ee4d8547 fs: add error code on null byte paths 10 years ago
cjihrig e2558f02df net: fix error details in connect() 10 years ago