aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-12docs: improve Writable/Transform stream docsVladimir Guguiev
2015-01-13src: rename node to io.js for Windows installerRod Vagg
2015-01-12test: fix `make test-addons` targetBen Noordhuis
2015-01-12win,msi: create npm folder in AppData directorySteven Rockarts
2015-01-12addon: update NODE_MODULE_VERSION macroBen Noordhuis
2015-01-12doc: update style for iojsChris Dickinson
2015-01-12fs: undeprecate exists() and existsSync()cjihrig
2015-01-12assert: throw when block is not a functioncjihrig
2015-01-12gyp: remove vanished masm file from openssl buildFedor Indutny
2015-01-12test: fix crypto-stream after openssl updateFedor Indutny
2015-01-12openssl: fix build failure on windowsFedor Indutny
2015-01-12openssl: fix keypress requirement in apps on win32Fedor Indutny
2015-01-12deps: update openssl to 1.0.1kFedor Indutny
2015-01-12test: move sequential/test-debug-port-clusterBen Noordhuis
2015-01-12test: move sequential/test-debug-signal-clusterBen Noordhuis
2015-01-12lib: make --debug-port work with clusterBen Noordhuis
2015-01-12test: delete sequential/test-debug-clusterBen Noordhuis
2015-01-12doc: add TC meeting 2015-01-07 minutesRod Vagg
2015-01-12doc: clarified & split up contribution docsRod Vagg
2015-01-12Revert "url: support `path` for url.format"Ben Noordhuis
2015-01-12url: fix parsing of ssh urlsEvan Lucas
2015-01-12build: move armv6 snapshot test to configure_arm()Rod Vagg
2015-01-12build: Warn when using snapshot on Armv6Cydox
2015-01-11net: remove TODO for moving isIP to dnsEvan Lucas
2015-01-11build,src: remove sslv2 supportBen Noordhuis
2015-01-11src: only append "-pre" to version if no tagRod Vagg
2015-01-11doc: remove changelog.html from doc make targetRod Vagg
2015-01-10test: fix bad assumption in pummel/test-vm-memleakBen Noordhuis
2015-01-11win,test: try again if file unlink failsBert Belder
2015-01-11fs: use ES6 octal literals for modeVladimir Kurchatkin
2015-01-10zlib: do not unref() if wasn't ref()edFedor Indutny
2015-01-10src: remove icu_configTrevor Norris
2015-01-10src: check if NODE_WANT_INTERNALS is definedFedor Indutny
2015-01-10doc: improve dns module's documentationJulien Gilli
2015-01-10doc: clarify dns.lookup vs dns.resolveJulien Gilli
2015-01-10doc: clarify url.format documentationJulien Gilli
2015-01-10doc: clarify buffer api documentationJames M Snell
2015-01-10doc: clarify add/removeListener semanticsJames M Snell
2015-01-10doc: clearer log messages in net code samplespkcs
2015-01-10doc: cover stdio option in child_processSam Roberts
2015-01-10doc: document the fds behind stdin/out/errSam Roberts
2015-01-10doc: update openssl commands to use best practicesEric Mill
2015-01-10doc: add note about key derivationCalvin Metcalf
2015-01-10doc: document _transform callback takes 2 argsCalvin Metcalf
2015-01-10doc: add changelog notes for some node v0.10 releasesBert Belder
2015-01-10Revert "dgram: implicit binds should be exclusive"Ben Noordhuis
2015-01-10dgram: implicit binds should be exclusiveSam Roberts
2015-01-10cluster: cluster.disconnect() should check statusSam Roberts
2015-01-10cluster: don't assume all workers bind same portsSam Roberts