2920 Commits (59dac01e4eaebd01714b6640ae2cd656796147fb)

Author SHA1 Message Date
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 b89b97dded src: fix multi-base class ObjectWrap::Unwrap<T>() 11 years ago
Ben Noordhuis 756b622295 src: add multi-context support 11 years ago
Trevor Norris f218d94af4 handle_wrap: properly don't abort on unwrap 11 years ago
Ben Noordhuis 6df4741f84 src: fix solaris 10 build error 11 years ago
Fedor Indutny af76b08666 tls: socket.renegotiate(options, callback) 11 years ago
Timothy J Fontaine 5b1a0e6ef8 Now working on 0.11.8 11 years ago
Timothy J Fontaine be52549bfa 2013.08.21, Version 0.11.7 (Unstable) 11 years ago
Timothy J Fontaine 65ed79a6dc Now working on 0.10.19 11 years ago
Timothy J Fontaine 67a1f0c52e 2013.09.04, Version 0.10.18 (Stable) 11 years ago
Ben Noordhuis 7494c84fe6 uv: upgrade to v0.11.13 11 years ago
Trevor Norris 7a235f924b string_bytes: use extern for length and write utf8 11 years ago
isaacs 906a175a0b process: Add internal _rawDebug() method 11 years ago
isaacs cb53cfd8b5 src: Remove outdated comment re assert() 11 years ago
Ben Noordhuis ed8d97f572 uv: upgrade to v0.11.12 11 years ago
Ben Noordhuis 185c515c9f src: clean up CLI argument parser 11 years ago
Ben Noordhuis 10ccbd501f Revert "src: call uv_loop_delete() on exit in debug mode" 11 years ago
Ben Noordhuis bbed881ec4 Revert "src: close libuv handles on exit" 11 years ago
Ben Noordhuis 4915884da6 src: close libuv handles on exit 11 years ago
Ben Noordhuis a9eb96d020 src: remove unused Persistent<FunctionTemplate> 11 years ago
Ben Noordhuis 653f62a709 crypto: remove NodeBIO::GetMethod() 11 years ago
Ben Noordhuis 8e596c4e15 crypto: make root_cert_store variable extern 11 years ago
Ben Noordhuis 21911db392 crypto: remove misleading comment 11 years ago
Ben Noordhuis 699f636d97 crypto: make error buffer non-static 11 years ago
Domenic Denicola fd3657610e vm: update API to use options argument 11 years ago
Bert Belder de7d698df7 pipe_wrap: squelch integer type conversion warning 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
Domenic Denicola a3bf3d10ef vm: use MakeWeak to fix leaking contexts 11 years ago
Domenic Denicola a54f65ce75 vm: rip out ObjectWrap from ContextifyContext 11 years ago
isaacs 645418e9f1 fs: Expose birthtime on stat objects 11 years ago
Ben Noordhuis 8d567f43d0 src: remove two pointless globals from node.cc 11 years ago
Ben Noordhuis 556b890ad9 src: call uv_loop_delete() on exit in debug mode 11 years ago
Ben Noordhuis 3a87b31bfa src: remove --max-stack-size option 11 years ago
Ben Noordhuis 0523da64d2 cares_wrap: drop UV_HANDLE_FIELDS from ares_task_t 11 years ago
Ben Noordhuis 9fc006618f src: fix up unused/unordered imports 11 years ago
Trevor Norris 16a60ed2a3 buffer: add NativeBuffer API 11 years ago
Ben Noordhuis 9ac75d1f06 src: remove pointless node_os.h header file 11 years ago
Bert Belder 87405b0d98 process_wrap: don't coerce process exit code to int32_t 11 years ago
Trevor Norris 467e00ed02 domain: move error handling directly into instance 11 years ago
Bert Belder 7555227a12 process_wrap: update after libuv api change 11 years ago
Ben Noordhuis 48976d29f4 vm: fix Persistent<Context> leak 11 years ago
Ben Noordhuis 2891790dbd vm: remove unnecessary Persistent<FunctionTemplate> 11 years ago
isaacs eef552774e vm: Put back display_errors flag 11 years ago
Timothy J Fontaine 3c66b15789 Now working on 0.10.18 11 years ago
Domenic Denicola 7afdba6e0b vm, core, module: re-do vm to fix known issues 11 years ago