1892 Commits (59dac01e4eaebd01714b6640ae2cd656796147fb)

Author SHA1 Message Date
Ben Noordhuis 204228b57f test: move slow tests to test/pummel/ 11 years ago
isaacs b30a03eda0 process: use exit 1 for uncaughtException 11 years ago
isaacs 39aafcf801 process: Fix regression from a5dba82 11 years ago
isaacs 6808706c3b process: Use exit code 8 consistently 11 years ago
isaacs a5dba82ee2 process: Add exitCode property 11 years ago
Ben Noordhuis 81655a224a test: don't call process.exit() in debugger tests 11 years ago
Trevor Norris f218d94af4 handle_wrap: properly don't abort on unwrap 11 years ago
isaacs 1da7bcc22c stream: objectMode transforms allow falsey values 11 years ago
Ben Noordhuis b4b3a4deaf test: move slow test from simple/ to pummel/ 11 years ago
Fedor Indutny af76b08666 tls: socket.renegotiate(options, callback) 11 years ago
isaacs 15a5a4a945 http: Only send connection:keep-alive if necessary 11 years ago
isaacs 689e5c9d3d stream: return this from pause()/resume() 11 years ago
Julian Gruber f91b047891 stream: make setEncoding chainable 11 years ago
Nathan Rajlich 54fbb1da96 repl: treat "Assignment to const" as syntax error 11 years ago
isaacs 4631c503e3 repl: Catch syntax errors better 11 years ago
isaacs 906a175a0b process: Add internal _rawDebug() method 11 years ago
Ben Noordhuis 185c515c9f src: clean up CLI argument parser 11 years ago
Ben Noordhuis d6fb764cc2 test: don't use --max-stack-size=0 11 years ago
Ben Noordhuis c5ed96a4b1 test: speed up simple/test-fs-watch 11 years ago
Ben Noordhuis bbed881ec4 Revert "src: close libuv handles on exit" 11 years ago
Trevor Norris 8a272cabe2 test: move smalloc segfault tests to pummel 11 years ago
Ben Noordhuis 4915884da6 src: close libuv handles on exit 11 years ago
Domenic Denicola fd3657610e vm: update API to use options argument 11 years ago
Timothy J Fontaine 93b062468b timer_wrap: Timer.now always update loop time 11 years ago
Ben Noordhuis 29d3624dae crypto: make randomBytes/pbkdf2 cbs domain aware 11 years ago
Domenic Denicola 9c110d8027 vm: add isContext; prevent double-contextifying 11 years ago
Seth Fitzsimmons 711d1934ea child_process: Callback with Buffers from exec 11 years ago
isaacs a3da3e7312 stream: Pass 'buffer' encoding to decoded writables 11 years ago
Ben Noordhuis bc28acdd02 buffer: fix regression in Buffer(buf) constructor 11 years ago
Timothy J Fontaine 546ae2eef9 util: pass opts to custom inspect functions 11 years ago
Timothy J Fontaine 2769d97e67 buffer: adhere to INSPECT_MAX_BYTES 11 years ago
isaacs eef552774e vm: Put back display_errors flag 11 years ago
Domenic Denicola 7afdba6e0b vm, core, module: re-do vm to fix known issues 11 years ago
Timothy J Fontaine 41f55dc59b test: net-GH-5504 child env needs NODE_COMMON_PORT 11 years ago
Fedor Indutny a1b3273a9d test: fix test failure on linux after edd2fcc 11 years ago
Trevor Norris 50cee6ecab util: isObject should always return boolean 11 years ago
Vsevolod Strukchinsky edd2fcccf0 net: family option in net.connect 11 years ago
Gil Pedersen e04c8a8ee4 fs: use correct self reference for autoClose test 11 years ago
isaacs 85d6b78343 test: Remove unnecessary assertion 11 years ago
Matthew Aynalem c171c490f2 fixes #6031 spelling errors 11 years ago
James Halliday 5555318bf3 http: removed headers stay removed 12 years ago
isaacs 545807918e stream: Throw on 'error' if listeners removed 11 years ago
Ben Noordhuis 0c2960ef4a dgram: fix assertion on bad send() arguments 11 years ago
Daniel Chatfield 5453619eb2 readline: pause stdin before turning off terminal raw mode 11 years ago
Daniel Chatfield dfb0461c4c readline: pause stdin before turning off terminal raw mode 11 years ago
isaacs f73ee94d4f test: Remove hard-coded port 11 years ago
isaacs df23ce138f http: Simplify IncomingMessage._dump method 11 years ago
isaacs 7c9b607048 http: Consistent 'finish' event semantics 11 years ago
isaacs da93d6adfb http: Add write()/end() callbacks 11 years ago
isaacs ce3d18412c http: Write hex/base64 chunks properly 11 years ago