add docs for socket/server/timer unref and ref
[platform/upstream/nodejs.git] / lib /
2012-07-23 Timothy J Fontaineadd ref/unref to setTimeout timers
2012-07-23 Timothy J Fontaineref/unref for net.Socket net.Server dgram.Socket
2012-07-20 Fedor Indutnytls: pass linting
2012-07-20 Fedor Indutnytls: fix 'hostless' tls connection verification
2012-07-20 Fedor IndutnyRevert "http/https: pass request to .createConnection()"
2012-07-20 Fedor Indutnytls: revert accidental API change
2012-07-20 Fedor Indutnytls: localhost is valid against identity-check
2012-07-19 Fedor Indutnytls: veryify server's identity
2012-07-19 Fedor Indutnyhttp/https: pass request to .createConnection()
2012-07-19 Fedor Indutnynet: ignore socket.setTimeout(Infinity) (and NaN)
2012-07-19 isaacsMerge remote-tracking branch 'ry/v0.8' into master
2012-07-17 isaacsMerge remote-tracking branch 'ry/v0.8'
2012-07-17 Pavel LangEnable color customization of `util.inspect`
2012-07-17 isaacsdomain: Fix stack leak on error
2012-07-13 isaacsMerge remote-tracking branch 'ry/v0.8'
2012-07-12 Nathan RajlichRevert "events: don't delete the listeners array in...
2012-07-12 Ben Noordhuisnet: fix net.Server.listen({fd:x}) error reporting
2012-07-12 Ben Noordhuisnet: fix bogus errno reporting
2012-07-12 Bert BelderMerge branch 'v0.6' into v0.8
2012-07-12 isaacslint
2012-07-12 isaacsMerge remote-tracking branch 'ry/v0.8' into v0.8-merge
2012-07-10 Shigeki Ohtsutimer: change new Date to Date.now for performance
2012-07-09 isaacsMerge branch 'v0.8.2-release' into v0.8
2012-07-09 Toshihiro Nakamuradomain: Remove first arg from intercepted fn
2012-07-09 Ben Noordhuisfs: make unwatchFile() remove a specific listener
2012-07-07 Nathan Rajlichreadline: don't use Function#call()
2012-07-07 Jonas WesterlundForgotten commit: add arguments to handleGroup
2012-07-07 Jonas WesterlundUse unicode escape sequences instead of octal
2012-07-07 Jonas WesterlundInline timeout function, avoiding declaration in condit...
2012-07-07 Jonas WesterlundMove function declaration out of conditional
2012-07-07 Jonas WesterlundMove function declaration to top-level
2012-07-07 Jonas WesterlundDo not assign to properties that only have getters
2012-07-07 Jonas WesterlundAvoid redeclaring variable
2012-07-07 Jonas WesterlundRemove octal escape sequences and avoid reserved keyword
2012-07-06 TJ Holowaychukmodule: add filename to require() json errors
2012-07-06 Tim Macfarlanereadline: fix for unicode prompts
2012-07-05 Ben Noordhuistimers: fix handling of large timeouts
2012-07-05 Fedor Indutnytls: use slab allocator
2012-07-04 Vladimir Beloborodovreadline: Use one history item for reentered line
2012-07-04 Nathan Rajlichrepl: fix passing an empty line inserting "undefined...
2012-07-04 Maciej Małeckirepl: fix crashes when buffering command
2012-07-04 Mathias Bynenspunycode: update to v1.1.1
2012-07-04 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2012-06-29 isaacsMerge branch 'v0.8.1-release' into v0.8
2012-06-29 isaacslint
2012-06-29 Bert BelderMerge branch 'v0.8'
2012-06-28 isaacsFix #3577 Un-break require('sys')
2012-06-28 Ben Noordhuisutil: speed up formatting of large arrays/objects
2012-06-26 Bert Belderwindows: make fs.realpath(Sync) work with UNC paths
2012-06-26 isaacsrealpath: No sync cb() calling allowed.
2012-06-26 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2012-06-23 Ben Noordhuisrepl: fix buffer clearing after npm command
2012-06-21 isaacsAdd --no-deprecation and --trace-deprecation flags
2012-06-21 isaacshttp: Hush 'MUST NOT have a body' warnings to debug()
2012-06-21 Ben Noordhuisfs: make fs.watchFile() interval default to 5007
2012-06-21 Ben Noordhuisfs: make fs.watchFile() work on windows
2012-06-20 Karl SkomskiUse parent SlowBuffer, if any, when Buffer is sliced
2012-06-20 isaacsFix fs.readfile('/dev/stdin')
2012-06-20 isaacsMerge branch 'v0.7.12-release'
2012-06-19 isaacstrivial: Doc typo and lint fix
2012-06-18 isaacsFix breakage introduced in de65ba7
2012-06-18 isaacsnet.Socket: Delay pause/resume until after connect
2012-06-18 Fedor Indutnychild_process: add .stdin stream to forks
2012-06-18 Ben Noordhuistls: fix off-by-one error in renegotiation check
2012-06-17 Maciej Małeckievents: cache `domain` module locally
2012-06-17 Reid Burkenet: Prevent property access throws during close
2012-06-16 isaacsMake listenFD just DTRT after warning
2012-06-16 isaacsRevert "DNS: Support NAPTR queries"
2012-06-16 ssudaDNS: Support NAPTR queries
2012-06-16 Felix Böhmquerystring: improved speed and code cleanup
2012-06-15 isaacsMerge branch 'v0.7.11-release'
2012-06-15 isaacs2012.06.15, Version 0.7.11 (unstable) v0.7.11
2012-06-15 Andreas Madsendomain: the EventEmitter constructor is now always...
2012-06-15 isaacszlib: use Buffer.concat()
2012-06-15 Nathan Rajlichreadline: don't cache the "keypress" listeners
2012-06-15 Reid BurkeFix #3425: removeAllListeners should delete array
2012-06-14 Bert Belderwindows: make symlinks tolerant to forward slashes
2012-06-14 isaacsFix test-fs-realpath on Windows
2012-06-14 Andreas Madsencluster: rename worker.unqiueID to worker.id
2012-06-13 isaacsFix #3388 Support listening on file descriptors
2012-06-13 isaacsFix #3407 os.tmpDir()
2012-06-12 Bert BelderFix child_process.kill oddities
2012-06-12 Ben Noordhuisfs: fix infinite loop in fs.readFileSync()
2012-06-12 Ben Noordhuisfs: fix infinite loop in fs.readFile()
2012-06-12 Bert Beldercluster: don't silently drop messages when the write...
2012-06-12 Shigeki Ohtsufs: fix fs.readFileSync to work on real empty file
2012-06-12 Shigeki Ohtsufs: fix typo in fs.readFile of lying size=0 stat
2012-06-11 isaacsfix fs.readFile with lying size=0 stat results
2012-06-11 isaacsAdd Buffer.concat method
2012-06-11 Bert Beldercluster: don't silently drop messages when the write...
2012-06-11 isaacsRemove auto-unref
2012-06-11 isaacsMerge branch 'v0.7.10-release'
2012-06-11 isaacslint
2012-06-09 isaacsFix #3394 fs.realpath: Properly cache symlink targets
2012-06-09 isaacsFix fs.realpath to work on Windows
2012-06-09 isaacsExpose posix realpath on windows as well
2012-06-09 Andreas Madsendomain: run now return callback result
2012-06-09 Andreas Madsendomain: dry decorate using util._extend
2012-06-09 Marc HarterFix #3379 prevent domain.intercept passing 1st arg...
2012-06-09 Charlie McConnellchild_process: expose UV_PROCESS_DETACHED as options...
next