summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-12src,deps: replace LoadLibrary by LoadLibraryWCheng Zhao
2015-05-12deps: provide TXT chunk info in c-aresFedor Indutny
2015-05-12deps: sync with upstream bagder/c-ares@bba4dc5Ben Noordhuis
2015-05-11build: re-enable V8 snapshotsTrevor Norris
2015-05-11tools: set eslint comma-spacing to 'warn'Roman Reiss
2015-05-11tls: update default ciphers to use gcm and aes128Mike MacCana
2015-05-10dgram: call send callback asynchronouslyYosuke Furukawa
2015-05-10readline: turn emitKeys into a streaming parserAlex Kocharin
2015-05-09win,node-gyp: enable delay-load hook by defaultBert Belder
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-05-09tools: replace closure-linter with eslintYosuke Furukawa
2015-05-08cluster: disconnect event not emitted correctlyOleg Elifantiev
2015-05-08src: add type check to v8.setFlagsFromString()Roman Klauke
2015-05-07Working on v2.0.2Rod Vagg
2015-05-072015-05-07 io.js v2.0.1 Release (PROPOSAL)Rod Vagg
2015-05-07doc: add TC meeting 2015-04-29 minutesRod Vagg
2015-05-07install: fix NameErrorthefourtheye
2015-05-07src: export the ParseEncoding function on WindowsIvan Kozik
2015-05-06doc: fix typo in readme.mdAQNOUCH Mohammed
2015-05-06deps: update libuv to 1.5.0Saúl Ibarra Corretgé
2015-05-06tools: remove unused GuessWordSize functionthefourtheye
2015-05-06deps: upgrade v8 to 4.2.77.20Ben Noordhuis
2015-05-06src: fix pedantic cpplint whitespace warningsBen Noordhuis
2015-05-06js_stream: fix buffer index in DoWriteShigeki Ohtsu
2015-05-05src: fix NODE_DEPRECATED macro with old compilersBen Noordhuis
2015-05-05doc: fix PR link in CHANGELOGBrian White
2015-05-04async-wrap: remove before/after calls in initTrevor Norris
2015-05-04async-wrap: set flags using functionsTrevor Norris
2015-05-04async-wrap: pass PROVIDER as first arg to initTrevor Norris
2015-05-04async-wrap: don't call init callback unnecessarilyTrevor Norris
2015-05-05src: fix minor inefficiency in Buffer::New() callBen Noordhuis
2015-05-05src: fix deprecated use of Buffer::New()Ben Noordhuis
2015-05-04Working on v2.0.1Rod Vagg
2015-05-042015-05-04 io.js v2.0.0 ReleaseRod Vagg
2015-05-04src: bump NODE_MODULE_VERSION due to V8 APIRod Vagg
2015-05-04doc: add rvagg to the TCRod Vagg
2015-05-04build: don't compile debug build with -OgBen Noordhuis
2015-05-04repl: fix for a+ fd clearing the file on readChris Dickinson
2015-05-04repl: fix _debugger by properly proxying replChris Dickinson
2015-05-04build: disable -Og when building with clangBen Noordhuis
2015-05-04src: fix -Wmissing-field-initializers warningBen Noordhuis
2015-05-04tls_wrap: Unlink TLSWrap and SecureContext objectsСковорода Никита Андреевич
2015-05-03doc: update AUTHORS listRod Vagg
2015-05-03Revert "url: significantly improve the performance of the url module"Rod Vagg
2015-05-03Revert "url: delete href cache on all setter code paths"Rod Vagg
2015-05-03Revert "url: fix treatment of some values as non-empty"Rod Vagg
2015-05-03url: fix treatment of some values as non-emptyPetka Antonov
2015-05-03url: delete href cache on all setter code pathsPetka Antonov
2015-05-03net: ensure Write/ShutdownWrap references handleFedor Indutny
2015-05-02doc: add require() lines to child.stdio exampleNick Raienko