summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-08-17windows: make junctions work againBert Belder1-2/+2
2012-08-12tls: handle multiple CN fields when verifying certBen Noordhuis1-1/+8
2012-08-05errnoException must be done immediatelyisaacs1-1/+2
2012-08-04zlib: Emit 'close' on destroy().Dominic Tarr1-0/+1
2012-08-04child_process: Fix stdout=null when stdio=['pipe']Tyler Neylon1-3/+4
2012-08-03net: make pause work with connecting socketsBert Belder1-18/+4
2012-08-02net: fix .listen({fd:0})Ben Noordhuis1-1/+1
2012-08-02fs: fix ReadStream / WriteStream missing callbackGil Pedersen1-2/+8
2012-08-01fs: fix readFileSync("/proc/cpuinfo") regressionBen Noordhuis1-2/+2
2012-07-29assert: fix throws() throws an error without message propertykoichik1-2/+2
2012-07-29cluster: fix libuv assert in net.listen()Ben Noordhuis1-3/+2
2012-07-25https: Use host header as effective servernameisaacs1-3/+13
2012-07-25assert: remove unnecessary use of __proto__Nathan Rajlich1-4/+2
2012-07-24net.js: lintisaacs1-6/+6
2012-07-24net: fix Socket({ fd: 42 }) apiBen Noordhuis1-10/+16
2012-07-24readline: Remove event listeners on closeisaacs1-10/+26
2012-07-23windows: correctly prep long path for fs.exists(Sync)Bert Belder1-2/+2
2012-07-23http: remove duplicate assignmentsBrian White1-2/+0
2012-07-20tls: pass lintingFedor Indutny1-7/+6
2012-07-20tls: fix 'hostless' tls connection verificationFedor Indutny1-1/+1
2012-07-20tls: revert accidental API changeFedor Indutny1-1/+1
2012-07-20tls: localhost is valid against identity-checkFedor Indutny1-4/+0
2012-07-20Revert "http/https: pass request to .createConnection()"Fedor Indutny2-17/+11
2012-07-20tls: veryify server's identityFedor Indutny2-11/+114
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-16domain: Fix stack leak on errorisaacs1-0/+2
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-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-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-06-28lintisaacs1-1/+1
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