summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: add tls server.close() callback docsarchived-io.js-v0.12Sam Roberts2014-12-302-3/+12
* dgram: close() should accept a callbackSam Roberts2014-12-303-5/+13
* dgram: make 'close' event asyncSam Roberts2014-12-302-1/+12
* doc: be specific about the unit of `maxBuffer`Tim Ruffles2014-12-291-7/+12
* dgram: changes Socket.close() to return itselfBrendan Ashworth2014-12-292-1/+3
* dgram: change Socket.bind() to return itselfBrendan Ashworth2014-12-292-2/+6
* configure: remove compiler detectionNikolai Vavilov2014-12-232-24/+5
* src: remove cpplint error using NOLINT directiveRudi Cilibrasi2014-12-231-1/+1
* doc: document time() and timeEnd() relationshipMark Stosberg2014-12-231-2/+10
* doc: fix v8 doc headings so 'make doc' passesMark Stosberg2014-12-231-2/+2
* assert: fix deepEqual regressionteppeis2014-12-222-11/+22
* configure: remove workarounds for GCC < 4.8Nikolai Vavilov2014-12-201-25/+1
* lib: micro-optimize url.resolve()Ben Noordhuis2014-12-202-3/+41
* benchmark: rename url.parse() benchmarkBen Noordhuis2014-12-201-0/+0
* lib: micro-optimize EventEmitter#removeListener()Ben Noordhuis2014-12-202-1/+31
* benchmark: fix printing of large numbersBen Noordhuis2014-12-201-1/+1
* benchmark: pre-optimize url.parse() before startBen Noordhuis2014-12-191-0/+9
* debugger: improve clearBreakpoint error and docsJulian Duque2014-12-192-5/+24
* fs: deprecate exists() and existsSync()cjihrig2014-12-199-22/+37
* doc: document callback of http res/req end methodJackson Tian2014-12-181-0/+5
* lib,src: remove post-gc event infrastructureBen Noordhuis2014-12-185-303/+3
* lib: fix guard expression in timer.unref()Ben Noordhuis2014-12-182-3/+28
* test: run tests in parallel, common improvementsFedor Indutny2014-12-176-20/+73
* test: split test in parallel/sequentialFedor Indutny2014-12-17775-78/+41
* fs: add access() and accessSync()cjihrig2014-12-155-0/+209
* doc: change write() after end() streams exampleAlejandro Oviedo2014-12-141-5/+4
* lib: reintroduce v8 moduleBen Noordhuis2014-12-149-1/+190
* src: move BE/LE buffer conversion to StringSlice()Ben Noordhuis2014-12-144-14/+7
* src: redo unaligned access workaroundBen Noordhuis2014-12-146-35/+100
* src: fix addon loader regressionBen Noordhuis2014-12-131-15/+12
* build: remove support for VS 2010 and 2012Nikolai Vavilov2014-12-121-24/+2
* domain: add soft deprecation noticeChris Dickinson2014-12-122-0/+12
* docs: clarify that 'io.js' is the correct nameMathias Bynens2014-12-111-0/+7
* doc: added node-forward TC meeting 2014-10-15Rod Vagg2014-12-121-0/+44
* domain: forward args to .run(fn)micnic2014-12-124-3/+68
* doc: added TC meeting minutes for 2014-12-10Rod Vagg2014-12-121-0/+139
* module: fix regression in require ../Evan Lucas2014-12-115-0/+14
* build: fix dtrace-enabled build on os xBen Noordhuis2014-12-111-1/+1
* doc: add TC notes from october 29thMikeal Rogers2014-12-111-0/+33
* doc: meeting notes from oct 9th TC meetingMikeal Rogers2014-12-111-0/+61
* docs: reword project messagingKevin O'Hara2014-12-101-3/+2
* build: configure return exit status from gypSteven R. Loomis2014-12-101-1/+1
* crypto: separate altname extensions with ", "Fedor Indutny2014-12-113-12/+21
* crypto: disable SSLv3 if shared OpenSSL lacks itbrian m. carlson2014-12-101-0/+12
* benchmark: add url benchmarksBen Noordhuis2014-12-091-0/+27
* lib: optimize require() path walkingBen Noordhuis2014-12-091-5/+5
* src: fix unaligned access in ucs2 string encoderBen Noordhuis2014-12-091-19/+19
* test: fix test-fs-symlink-dir-junction-relativeBert Belder2014-12-091-32/+30
* test: add test for spawnSync() env optioncjihrig2014-12-091-0/+35
* lib,src: fix spawnSync ignoring its 'env' optionJuanjo2014-12-092-2/+3