4589 Commits (95d530f2b4faa57662d3b052e7637246b6a7025f)
 

Author SHA1 Message Date
Nathan Rajlich 95d530f2b4 repl: print out `undefined` 13 years ago
Fedor Indutny b43eb9678b debugger: fix backtrace err handling 13 years ago
Ben Noordhuis 9bb3a683fe docs: improve buffer.fill() documentation 13 years ago
Ryan Dahl 6cc42927d8 Display sys_errno when UV_UNKNOWN is returned 13 years ago
Ryan Dahl 88af0c8635 Remove os.openOSHandle 13 years ago
Ryan Dahl 67b235735e Remove support for cygwin 13 years ago
Ryan Dahl 9d27faa2c4 Revert "Fix #1801 vm: Use 'sandbox' as global_prototype" 13 years ago
Thomas Parslow b0f78afe58 http: Added support for HTTP PATCH verb 13 years ago
koichik 6a72e52520 buffer: use NO_NULL_TERMINATION flag 13 years ago
isaacs b70fed48a7 Don't use a separate context for the repl. 13 years ago
elliottcable 200df8641b Fix #1801 vm: Use 'sandbox' as global_prototype 13 years ago
Ryan Dahl d9bc8455cb Fix test-c-ares.js on Windows by disabling PTR test 13 years ago
Ryan Dahl 6cc0c9e6a9 Remove superfluous nextTick during server binding 13 years ago
Ryan Dahl dbfc8198a6 Upgrade GYP to r1078 13 years ago
Ryan Dahl 5783a52a9c Remove process.memoryUsage().vsize 13 years ago
Ryan Dahl d77ce4b998 Fixes #1860. Remove process.writeError 13 years ago
koichik d2698d1822 http: add test for #1885 13 years ago
Yoshihiro Kikuchi f90ba61478 http: tiny fix in http.js 13 years ago
koichik cdec7e3ae5 docs: improvement tls example 13 years ago
Igor Zinkovsky 5ca3dcd127 test: fix test-child-process-stdin and test-child-process-kill on windows 13 years ago
koichik d6191f593d net: fix error handling in listen() 13 years ago
koichik 86a67f15a0 docs: add example of tls 13 years ago
koichik 68cc173c6d tls: The TLS API is inconsistent with the TCP API 13 years ago
Ben Noordhuis 0b92fa0e93 net: fix connect queue bugs 13 years ago
Ben Noordhuis 6df574b744 net: properly account multi-byte chars in .bytesWritten 13 years ago
Igor Zinkovsky 971c3d90eb win: remove pthread-win32 init code 13 years ago
Igor Zinkovsky 107b05772a build: fix windows build 13 years ago
Ben Noordhuis 2f8596ee10 test: fix bug in setproctitle test 13 years ago
Ben Noordhuis 4908e5bf7a v8: implement VirtualMemory class on SunOS 13 years ago
isaacs e6f147141e doc: Add examples of zlib usage with http 13 years ago
Ben Noordhuis b6a869ef4f test: check that EventEmitter.on == EventEmitter.addListener 13 years ago
Ben Noordhuis 018e110cd1 test: replace .addListener() calls with .on() 13 years ago
Ben Noordhuis 3108a9ee38 uv: upgrade to 456f831 13 years ago
koichik 19a855382c tls: requestCert unusable with Firefox and Chrome 13 years ago
koichik a09b747f30 child_process.fork: don't modify args 13 years ago
Ben Noordhuis e0297ca59b node: fix use of potentially uninitialized variable 13 years ago
Ben Noordhuis 87b34c94fa timer_wrap: add sanity check assert 13 years ago
Ben Noordhuis 9193062e70 tcp_wrap: add sanity check asserts 13 years ago
Ben Noordhuis 0dc844de17 node_script: remove unused variable 13 years ago
Ben Noordhuis dc0b7364b5 node: fix arguments to uv_timer_start() 13 years ago
Ben Noordhuis f1d3ae7753 cares_wrap: make destructor virtual 13 years ago
Ryan Dahl 33b5f2f779 Upgrade V8 to 3.7.0 13 years ago
isaacs 59a5262041 Fix #1882 zlib Update 'availOutBefore' value, and test 13 years ago
Guglielmo Ferri 66a10b6e58 docs: add API documentation note about UDP datagram size 13 years ago
Maciej Małecki 683c1c6583 docs: document `process.versions` 13 years ago
Simen Brekken 4b0e36810a net: register net.Server callback only once 13 years ago
Ben Noordhuis fab68aa1ed platform: support long process names on linux 13 years ago
Ben Noordhuis 5faff9ebdf test: test long process name support 13 years ago
koichik 1b55010a04 docs: added .json modules. 13 years ago
Brian White f243ca199b docs: mention util instead of sys 13 years ago