fs: fix WriteStream fd leak
[platform/upstream/nodejs.git] / lib /
2012-12-12 Ben Noordhuisfs: fix WriteStream fd leak
2012-12-12 Ben Noordhuisfs: fix ReadStream fd leak
2012-12-01 Trevor Norrisbuffer: Don't double-negate numeric buffer arg
2012-11-28 Joshua Ericksonnet: More accurate IP address validation and IPv6 dotte...
2012-11-26 Ben Noordhuistls: fix tls.connect() resource leak
2012-11-24 Ben Noordhuisnet: fix net.connect() resource leak
2012-10-25 isaacsevents: Don't clobber pre-existing _events obj in EE...
2012-10-25 isaacsevents: Make the EventEmitter class monomorphic
2012-10-24 Ben Noordhuisurl: parse hostnames that start with - or _
2012-10-24 Bert Belderrepl: call resume() after setRawMode()
2012-10-12 Nathan Rajlichrepl: ensure each REPL instance gets its own "context"
2012-10-06 Nathan Rajlichrepl: move "isSyntaxError()" definition to the bottom
2012-10-01 Nathan Rajlichrepl: make "end of input" JSON.parse() errors throw...
2012-10-01 Nathan Rajlichrepl: make invalid RegExp modifiers throw in the REPL
2012-09-27 thewillihttp: handle multiple Proxy-Authenticate values
2012-09-25 isaacsMerge branch 'v0.8.10-release' into v0.8
2012-09-25 isaacstls: lint
2012-09-25 isaacsdomain: Remove stray console.log
2012-09-25 Fedor Indutnytls: use slab allocator
2012-09-24 Nathan Rajlichhttp: make the client "res" object gets the same domain...
2012-09-22 Nathan Rajlichrepl: make invalid RegExps throw in the REPL
2012-09-21 isaacsdomain: Properly exit() on domain disposal
2012-09-17 Ben Noordhuisfs: fix watchFile() missing deletion events
2012-09-12 Frédéric Germainhttp: Remove timeout handler when data arrives
2012-09-10 isaacsstream.pipe: Don't call destroy() unless it's a function
2012-09-08 Nathan Rajlichutil: make util.inspect() work when "hasOwnProperty...
2012-09-08 Ben Noordhuishttp: respect HTTP/1.0 TE header
2012-09-02 koichikRevert "buffer: added support for writing NaN and Infinity"
2012-09-01 koichikbuffer: added support for writing NaN and Infinity
2012-08-30 Shigeki Ohtsutls: support unix domain socket/named pipe in tls.connect
2012-08-30 Bert Belderchild process: fix processes with IPC channel don't...
2012-08-28 Bert Belderwindows: fix single-accept mode for shared server sockets
2012-08-24 koichikhttps: make https.get() accept a URL
2012-08-23 Ben Noordhuisnet: fix asserts
2012-08-22 isaacsMerge branch 'v0.8.8-release' into v0.8
2012-08-22 isaacslint
2012-08-21 Ben Noordhuistls: update default cipher list
2012-08-17 Bert Belderwindows: make junctions work again
2012-08-12 Ben Noordhuistls: handle multiple CN fields when verifying cert
2012-08-06 Nathan RajlichMerge branch 'binary-tarballs' into v0.8
2012-08-05 isaacserrnoException must be done immediately
2012-08-04 Dominic Tarrzlib: Emit 'close' on destroy().
2012-08-04 Tyler Neylonchild_process: Fix stdout=null when stdio=['pipe']
2012-08-03 Bert Beldernet: make pause work with connecting sockets
2012-08-02 isaacsMerge branch 'v0.8.5-release' into v0.8
2012-08-02 Ben Noordhuisnet: fix .listen({fd:0})
2012-08-01 Gil Pedersenfs: fix ReadStream / WriteStream missing callback
2012-08-01 Ben Noordhuisfs: fix readFileSync("/proc/cpuinfo") regression
2012-07-29 koichikassert: fix throws() throws an error without message...
2012-07-29 Ben Noordhuiscluster: fix libuv assert in net.listen()
2012-07-25 isaacshttps: Use host header as effective servername
2012-07-25 Nathan Rajlichassert: remove unnecessary use of __proto__
2012-07-25 isaacsMerge branch 'v0.8.4-release' into v0.8
2012-07-25 isaacsnet.js: lint
2012-07-24 Ben Noordhuisnet: fix Socket({ fd: 42 }) api
2012-07-24 isaacsreadline: Remove event listeners on close
2012-07-23 Bert Belderwindows: correctly prep long path for fs.exists(Sync)
2012-07-23 Brian Whitehttp: remove duplicate assignments
2012-07-20 Fedor Indutnytls: pass linting
2012-07-20 Fedor Indutnytls: fix 'hostless' tls connection verification
2012-07-20 Fedor Indutnytls: revert accidental API change
2012-07-20 Fedor Indutnytls: localhost is valid against identity-check
2012-07-20 Fedor IndutnyRevert "http/https: pass request to .createConnection()"
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-17 isaacsdomain: Fix stack leak on error
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-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-04 Nathan Rajlichrepl: fix passing an empty line inserting "undefined...
2012-07-04 Maciej Małeckirepl: fix crashes when buffering command
2012-06-29 isaacsMerge branch 'v0.8.1-release' into v0.8
2012-06-29 isaacslint
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-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')
next