os: throw when os.networkInterfaces() fails
[platform/upstream/nodejs.git] / lib /
2012-11-21 Scott Blomquistwindows: add tracing with performance counters
2012-11-21 Bert Belderwindows: fix normalization of UNC paths
2012-11-10 Ben Noordhuisrepl: don't interpret floating point numbers
2012-11-10 Trevor Norrisbuffer: remove duplicate assertion tests
2012-11-08 Nathan Rajlichos: add os.endianness() function
2012-11-07 Nathan Rajlichreadline: use a "string_decoder" to parse "keypress...
2012-11-07 Nathan Rajlichreadline: don't emit "line" events with a trailing...
2012-11-06 Joshua Ericksonnet: More accurate IP address validation and IPv6 dotte...
2012-11-04 Fedor Indutnydebugger: exit and kill child on SIGTERM or SIGHUP
2012-11-01 Girish Ramakrishnandoc: tls: rejectUnauthorized defaults to true after...
2012-10-31 isaacszlib: s/clear/close/ and match other close() semantics
2012-10-30 J. Lee Coltraneurl: make url.format escape delimiters in path and...
2012-10-30 Brandon Philipstls: delete useless removeListener call
2012-10-30 Ben Noordhuiszlib: reduce memory consumption, release early
2012-10-25 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2012-10-24 Ben Noordhuisurl: parse hostnames that start with - or _
2012-10-24 isaacsMerge branch 'v0.9.3-release'
2012-10-24 Bert Belderrepl: call resume() after setRawMode()
2012-10-24 Bert Belderrepl: call resume() after setRawMode()
2012-10-23 isaacsMerge remote-tracking branch 'ry/v0.8'
2012-10-23 isaacsMerge branch 'crypto-buffers'
2012-10-23 isaacscrypto: pbkdf2 throws when no callback provided
2012-10-23 isaacscrypto: Clean up buffer handling and DH methods
2012-10-23 isaacscrypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer')
2012-10-23 isaacstls: Provide buffer to Connection.setSession
2012-10-23 isaacscrypto: Binding only accepts buffers
2012-10-23 isaacscrypto: Move encoding logic to JS, default=buffer
2012-10-23 isaacsMerge remote-tracking branch 'ry/v0.8'
2012-10-21 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2012-10-21 Soarezstreams: remove useless line
2012-10-13 Nathan RajlichMerge remote-tracking branch 'origin/v0.8'
2012-10-13 Ben Noordhuiscrypto: sort return value of getCiphers/getHashes
2012-10-13 Ben Noordhuiscrypto: add crypto.getHashes()
2012-10-12 Ben Noordhuiscrypto: add crypto.getCiphers()
2012-10-12 Nathan Rajlichrepl: ensure each REPL instance gets its own "context"
2012-10-12 Ben Noordhuisdgram: remove stale code
2012-10-12 isaacslint
2012-10-11 isaacsstring_decoder: Add 'end' method, do base64 properly
2012-10-10 Nathan Rajlichutil: add a "customInspect" option to `util.inspect()`
2012-10-10 Nathan Rajlichutil: make `inspect()` accept an "options" argument
2012-10-09 Ben Noordhuishttps: fix renegotation attack protection
2012-10-09 Ben Noordhuistls: remove dead code
2012-10-09 Aaditya Bhatiacluster: make 'listening' handler see actual port
2012-10-09 Ricky Ng-Adambuffer: include encoding value in exception when invalid
2012-10-08 Bert Belderwindows: use USERPROFILE to get the user's home dir
2012-10-08 Ben Noordhuistls: don't use a timer to track renegotiations
2012-10-07 Nathan Rajlichrepl: dynamically lookup the require extensions for...
2012-10-06 Nathan Rajlichrepl: move "isSyntaxError()" definition to the bottom
2012-10-04 isaacsRevert "http: make http.ServerResponse emit 'end'"
2012-10-03 koichikstreams: fix pipe is destructed by 'end' from destination
2012-10-01 Paul Serbypath: add platform specific path delimiter
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-28 isaacsMerge remote-tracking branch 'ry/v0.8' into v0.8-merge
2012-09-28 Fedor Indutnydebugger: test repeating last command
2012-09-28 Alex KocharinFixed a bug with last command repeating in debugger
2012-09-28 Pavel Langhttp: add response.headersSent property
2012-09-27 thewillihttp: handle multiple Proxy-Authenticate values
2012-09-26 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-22 Andreas Madsenchild_process: don't die when disconnect event exists
2012-09-22 Ben Noordhuischild_process: make .fork()'d child auto-exit
2012-09-22 Ben Noordhuisevents: speed up .removeAllListeners()
2012-09-22 Ben Noordhuisevents: speed up newListener/removeListener events
2012-09-22 Ben Noordhuisevents: add 'removeListener' event
2012-09-21 isaacsdomain: Properly exit() on domain disposal
2012-09-18 tasogarepgdebugger: fix --debug-brk
2012-09-18 isaacsMerge branch 'v0.9.2-release'
2012-09-17 isaacsurl: Go much faster by using Url class
2012-09-17 Ben Noordhuisfs: fix watchFile() missing deletion events
2012-09-14 Ben Noordhuistls, https: validate server certificate by default
2012-09-12 isaacsMerge remote-tracking branch 'ry/v0.8' into master
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-09 Nathan Rajlichbuffer: implement Buffer.prototype.toJSON()
2012-09-08 Nathan Rajlichutil: make util.inspect() work when "hasOwnProperty...
2012-09-08 Ben Noordhuishttp: respect HTTP/1.0 TE header
2012-09-04 Fedor Indutnytls: async session storage
2012-09-04 Ben Noordhuishttp: make http.ServerResponse emit 'end'
2012-09-04 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2012-09-02 koichikbuffer: added support for writing NaN and Infinity
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-29 Ben Noordhuistls, https: throw exception on missing key/cert
2012-08-29 Ben Noordhuisdoc: update assert.doesNotThrow() docs
2012-08-28 Bert BelderMerge branch 'v0.8'
2012-08-28 Bert Belderwindows: fix single-accept mode for shared server sockets
2012-08-27 isaacslint
2012-08-27 isaacsfs: Throw early on invalid encoding args
2012-08-27 isaacsBuffer.isEncoding(enc)
2012-08-24 Nathan Rajlichrepl: create a new Console instance for the repl when...
2012-08-24 Nathan Rajlichconsole: refactor the console module to be reusable
2012-08-24 Brian Whitehttp: bubble up parser errors to ClientRequest
next