You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Thomas Shinnick 7dc2c492e9 fs: unguarded fs.watchFile cache statWatchers checking fixed 13 years ago
..
_debugger.js [debugger] fixed piping from stdout of child process, fixed eval in debug repl (when not on breakpoint) 13 years ago
_linklist.js Update copyright headers 14 years ago
assert.js Improve assert error messages 14 years ago
buffer.js buffer: write() should always set _charsWritten. 13 years ago
buffer_ieee754.js Incorporate endianness into buffer.read* function names instead of passing in a boolean flag 14 years ago
child_process_legacy.js initial pass at lib/child_process_uv.js 14 years ago
child_process_uv.js Child processes: support windowsVerbatimArguments option 14 years ago
console.js util: add sprintf-like format() function 14 years ago
constants.js Update copyright headers 14 years ago
crypto.js crypto: PBKDF2 function from OpenSSL 14 years ago
dgram_legacy.js dgram: integrate libuv UDP support 14 years ago
dgram_uv.js dgram-uv: black hole incoming messages after closing 14 years ago
dns_legacy.js dns: Force the DNS module to invoke callbacks asynchronously. 14 years ago
dns_uv.js Fix dns_uv.lookup order 14 years ago
events.js Finally remove node::EventEmitter 14 years ago
freelist.js Update copyright headers 14 years ago
fs.js fs: unguarded fs.watchFile cache statWatchers checking fixed 13 years ago
http.js http: remove 'headers sent?' check in OutgoingMessage.getHeader() 14 years ago
http2.js http: set .code='ECONNRESET' on socket hang up errors 13 years ago
https.js Add support for TLS SNI 14 years ago
https2.js Fixes #1531 14 years ago
module.js module: strip byte order marker when loading *.js and *.json files 14 years ago
net_legacy.js net_legacy: Fix throw typo 14 years ago
net_uv.js net_uv: fix 'set is undefined' error 13 years ago
os.js Add arch/platform to os module 14 years ago
path.js Improve path parsing on windows 14 years ago
punycode.js punycode: Test for integer overflow 14 years ago
querystring.js Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty' 14 years ago
readline.js [debugger] call silent resume in debugEval to prevent incorrect cursor position after repl autocompletion, small refactor in readline 13 years ago
repl.js fix syntax error handling for 'throw ...', fix return value assertion 13 years ago
stream.js Close #1303 Stream.pipe returns the destination 14 years ago
string_decoder.js Update copyright headers 14 years ago
sys.js Show warning when using lib/sys.js 14 years ago
timers_legacy.js Enable new timer binding only on --use-uv 14 years ago
timers_uv.js Fix bug in timers_uv timeout recomputation 14 years ago
tls.js tls: add client-side session resumption support 13 years ago
tty.js Update copyright headers 14 years ago
tty_posix.js Lazy load a few modules 14 years ago
tty_win32.js jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.js 14 years ago
url.js url: add plus sign to protocol pattern 13 years ago
util.js util: Fix inspection for Error 13 years ago
vm.js Revert "vm context with accessors" 13 years ago