| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: fix ReadStream / WriteStream missing callback | Gil Pedersen | 2012-08-02 | 1 | -2/+8 |
* | fs: fix readFileSync("/proc/cpuinfo") regression | Ben Noordhuis | 2012-08-01 | 1 | -2/+2 |
* | assert: fix throws() throws an error without message property | koichik | 2012-07-29 | 1 | -2/+2 |
* | cluster: fix libuv assert in net.listen() | Ben Noordhuis | 2012-07-29 | 1 | -3/+2 |
* | https: Use host header as effective servername | isaacs | 2012-07-25 | 1 | -3/+13 |
* | assert: remove unnecessary use of __proto__ | Nathan Rajlich | 2012-07-25 | 1 | -4/+2 |
* | net.js: lint | isaacs | 2012-07-24 | 1 | -6/+6 |
* | net: fix Socket({ fd: 42 }) api | Ben Noordhuis | 2012-07-24 | 1 | -10/+16 |
* | readline: Remove event listeners on close | isaacs | 2012-07-24 | 1 | -10/+26 |
* | windows: correctly prep long path for fs.exists(Sync) | Bert Belder | 2012-07-23 | 1 | -2/+2 |
* | http: remove duplicate assignments | Brian White | 2012-07-23 | 1 | -2/+0 |
* | tls: pass linting | Fedor Indutny | 2012-07-20 | 1 | -7/+6 |
* | tls: fix 'hostless' tls connection verification | Fedor Indutny | 2012-07-20 | 1 | -1/+1 |
* | tls: revert accidental API change | Fedor Indutny | 2012-07-20 | 1 | -1/+1 |
* | tls: localhost is valid against identity-check | Fedor Indutny | 2012-07-20 | 1 | -4/+0 |
* | Revert "http/https: pass request to .createConnection()" | Fedor Indutny | 2012-07-20 | 2 | -17/+11 |
* | tls: veryify server's identity | Fedor Indutny | 2012-07-20 | 2 | -11/+114 |
* | http/https: pass request to .createConnection() | Fedor Indutny | 2012-07-20 | 2 | -11/+19 |
* | net: ignore socket.setTimeout(Infinity) (and NaN) | Fedor Indutny | 2012-07-20 | 1 | -1/+1 |
* | domain: Fix stack leak on error | isaacs | 2012-07-16 | 1 | -0/+2 |
* | Revert "events: don't delete the listeners array in removeListener()" | Nathan Rajlich | 2012-07-12 | 1 | -0/+2 |
* | net: fix net.Server.listen({fd:x}) error reporting | Ben Noordhuis | 2012-07-12 | 1 | -0/+1 |
* | net: fix bogus errno reporting | Ben Noordhuis | 2012-07-12 | 1 | -1/+2 |
* | domain: Remove first arg from intercepted fn | Toshihiro Nakamura | 2012-07-09 | 1 | -1/+1 |
* | fs: make unwatchFile() remove a specific listener | Ben Noordhuis | 2012-07-09 | 1 | -4/+12 |
* | readline: don't use Function#call() | Nathan Rajlich | 2012-07-06 | 1 | -4/+3 |
* | Forgotten commit: add arguments to handleGroup | Jonas Westerlund | 2012-07-06 | 1 | -3/+3 |
* | Use unicode escape sequences instead of octal | Jonas Westerlund | 2012-07-06 | 1 | -2/+2 |
* | Inline timeout function, avoiding declaration in conditional | Jonas Westerlund | 2012-07-06 | 1 | -3/+2 |
* | Move function declaration out of conditional | Jonas Westerlund | 2012-07-06 | 1 | -35/+30 |
* | Move function declaration to top-level | Jonas Westerlund | 2012-07-06 | 1 | -28/+28 |
* | Do not assign to properties that only have getters | Jonas Westerlund | 2012-07-06 | 1 | -5/+0 |
* | Avoid redeclaring variable | Jonas Westerlund | 2012-07-06 | 1 | -3/+5 |
* | Remove octal escape sequences and avoid reserved keyword | Jonas Westerlund | 2012-07-06 | 1 | -3/+3 |
* | module: add filename to require() json errors | TJ Holowaychuk | 2012-07-06 | 1 | -1/+6 |
* | readline: fix for unicode prompts | Tim Macfarlane | 2012-07-06 | 1 | -1/+1 |
* | timers: fix handling of large timeouts | Ben Noordhuis | 2012-07-05 | 1 | -4/+6 |
* | repl: fix passing an empty line inserting "undefined" into the buffer | Nathan Rajlich | 2012-07-04 | 1 | -0/+1 |
* | repl: fix crashes when buffering command | Maciej MaĆecki | 2012-07-04 | 1 | -1/+1 |
* | lint | isaacs | 2012-06-28 | 1 | -1/+1 |
* | Fix #3577 Un-break require('sys') | isaacs | 2012-06-28 | 1 | -1/+24 |
* | util: speed up formatting of large arrays/objects | Ben Noordhuis | 2012-06-28 | 1 | -3/+18 |
* | windows: make fs.realpath(Sync) work with UNC paths | Bert Belder | 2012-06-27 | 1 | -42/+61 |
* | realpath: No sync cb() calling allowed. | isaacs | 2012-06-26 | 1 | -2/+2 |
* | Add --no-deprecation and --trace-deprecation flags | isaacs | 2012-06-21 | 7 | -43/+48 |
* | http: Hush 'MUST NOT have a body' warnings to debug() | isaacs | 2012-06-21 | 1 | -4/+4 |
* | fs: make fs.watchFile() interval default to 5007 | Ben Noordhuis | 2012-06-21 | 1 | -6/+9 |
* | fs: make fs.watchFile() work on windows | Ben Noordhuis | 2012-06-21 | 1 | -5/+7 |
* | Use parent SlowBuffer, if any, when Buffer is sliced | Karl Skomski | 2012-06-21 | 1 | -1/+5 |
* | Fix fs.readfile('/dev/stdin') | isaacs | 2012-06-20 | 1 | -2/+2 |