summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-07-20tls: pass lintingFedor Indutny1-7/+6
2012-07-20tls: fix 'hostless' tls connection verificationFedor Indutny1-1/+1
2012-07-20Revert "http/https: pass request to .createConnection()"Fedor Indutny2-17/+11
2012-07-20tls: revert accidental API changeFedor Indutny1-1/+1
2012-07-20tls: localhost is valid against identity-checkFedor Indutny1-4/+0
2012-07-20tls: veryify server's identityFedor Indutny2-11/+113
2012-07-20http/https: pass request to .createConnection()Fedor Indutny2-11/+19
2012-07-20net: ignore socket.setTimeout(Infinity) (and NaN)Fedor Indutny1-1/+1
2012-07-16Merge remote-tracking branch 'ry/v0.8'isaacs1-0/+2
2012-07-16Enable color customization of `util.inspect`Pavel Lang1-5/+5
2012-07-16domain: Fix stack leak on errorisaacs1-0/+2
2012-07-13Merge remote-tracking branch 'ry/v0.8'isaacs2-1/+5
2012-07-12Revert "events: don't delete the listeners array in removeListener()"Nathan Rajlich1-0/+2
2012-07-12net: fix net.Server.listen({fd:x}) error reportingBen Noordhuis1-0/+1
2012-07-12net: fix bogus errno reportingBen Noordhuis1-1/+2
2012-07-11lintisaacs1-1/+1
2012-07-11Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs11-91/+97
2012-07-10timer: change new Date to Date.now for performanceShigeki Ohtsu1-4/+4
2012-07-09domain: Remove first arg from intercepted fnToshihiro Nakamura1-1/+1
2012-07-09fs: make unwatchFile() remove a specific listenerBen Noordhuis1-4/+12
2012-07-06readline: don't use Function#call()Nathan Rajlich1-4/+3
2012-07-06Forgotten commit: add arguments to handleGroupJonas Westerlund1-3/+3
2012-07-06Use unicode escape sequences instead of octalJonas Westerlund1-2/+2
2012-07-06Inline timeout function, avoiding declaration in conditionalJonas Westerlund1-3/+2
2012-07-06Move function declaration out of conditionalJonas Westerlund1-35/+30
2012-07-06Move function declaration to top-levelJonas Westerlund1-28/+28
2012-07-06Do not assign to properties that only have gettersJonas Westerlund1-5/+0
2012-07-06Avoid redeclaring variableJonas Westerlund1-3/+5
2012-07-06Remove octal escape sequences and avoid reserved keywordJonas Westerlund1-3/+3
2012-07-06module: add filename to require() json errorsTJ Holowaychuk1-1/+6
2012-07-06readline: fix for unicode promptsTim Macfarlane1-1/+1
2012-07-05timers: fix handling of large timeoutsBen Noordhuis1-4/+6
2012-07-05tls: use slab allocatorFedor Indutny1-17/+48
2012-07-05readline: Use one history item for reentered lineVladimir Beloborodov1-4/+6
2012-07-04repl: fix passing an empty line inserting "undefined" into the bufferNathan Rajlich1-0/+1
2012-07-04repl: fix crashes when buffering commandMaciej MaƂecki1-1/+1
2012-07-04punycode: update to v1.1.1Mathias Bynens1-11/+9
2012-07-04Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis1-1/+1
2012-06-28lintisaacs1-1/+1
2012-06-29Merge branch 'v0.8'Bert Belder3-47/+104
2012-06-28Fix #3577 Un-break require('sys')isaacs1-1/+24
2012-06-28util: speed up formatting of large arrays/objectsBen Noordhuis1-3/+18
2012-06-27windows: make fs.realpath(Sync) work with UNC pathsBert Belder1-42/+61
2012-06-26realpath: No sync cb() calling allowed.isaacs1-2/+2
2012-06-23repl: fix buffer clearing after npm commandBen Noordhuis1-1/+1
2012-06-21Add --no-deprecation and --trace-deprecation flagsisaacs7-43/+48
2012-06-21http: Hush 'MUST NOT have a body' warnings to debug()isaacs1-4/+4
2012-06-21fs: make fs.watchFile() interval default to 5007Ben Noordhuis1-6/+9
2012-06-21fs: make fs.watchFile() work on windowsBen Noordhuis1-5/+7
2012-06-21Use parent SlowBuffer, if any, when Buffer is slicedKarl Skomski1-1/+5