3258 Commits (6e453fad87c51dc15327628aa75886d3fbb3fa1c)

Author SHA1 Message Date
Ben Noordhuis 58729f1bcd src: fix up after botched merge conflict 11 years ago
Ben Noordhuis f649626c6f src: add JS start/stop methods for idle notifier 11 years ago
Ben Noordhuis 9566fe82cd src: only start idle notifier when profiling 11 years ago
Ben Noordhuis 57231d5286 src: notify V8 profiler when we're idle 11 years ago
Ben Noordhuis 6820054d2d src: raise maximum file descriptor limit 11 years ago
Timothy J Fontaine d537992d57 Now working on 0.10.21 11 years ago
Timothy J Fontaine d7234c8d50 2013.09.30, Version 0.10.20 (Stable) 11 years ago
Ben Noordhuis 994ce4c99f src: turn uv_pipe_open() failures into exceptions 11 years ago
Ben Noordhuis c79d5163e5 src: remove ObjectWrap dependency from core 11 years ago
Timothy J Fontaine 093efafce3 Now working on 0.10.20 11 years ago
Timothy J Fontaine 6b5e6a5a3e 2013.09.24, Version 0.10.19 (Stable) 11 years ago
Fedor Indutny 42acbf809b tls: wrap tls inside tls using legacy API 11 years ago
Ben Noordhuis 75ea566f5a src: fix v8 PRNG entropy seeding 11 years ago
Ben Noordhuis 7ac23910c5 src: seed V8's random number generator at startup 11 years ago
Ben Noordhuis 03738183c7 dns: fix c-ares error reporting regression 11 years ago
Ben Noordhuis a0f79867dc src: initialize c-ares task list on env init 11 years ago
Fedor Indutny 59a075e108 contextify: fix ContextifyContext leak 11 years ago
Fedor Indutny 3d4c663ee6 contextify: dealloc only after global and sandbox 11 years ago
isaacs b30a03eda0 process: use exit 1 for uncaughtException 12 years ago
isaacs 39aafcf801 process: Fix regression from a5dba82 12 years ago
isaacs 6808706c3b process: Use exit code 8 consistently 12 years ago
isaacs a5dba82ee2 process: Add exitCode property 12 years ago
Ben Noordhuis b89b97dded src: fix multi-base class ObjectWrap::Unwrap<T>() 12 years ago
Ben Noordhuis 756b622295 src: add multi-context support 12 years ago
Trevor Norris f218d94af4 handle_wrap: properly don't abort on unwrap 12 years ago
Ben Noordhuis 6df4741f84 src: fix solaris 10 build error 12 years ago
Fedor Indutny af76b08666 tls: socket.renegotiate(options, callback) 12 years ago
Timothy J Fontaine 5b1a0e6ef8 Now working on 0.11.8 12 years ago
Timothy J Fontaine be52549bfa 2013.08.21, Version 0.11.7 (Unstable) 12 years ago
Timothy J Fontaine 65ed79a6dc Now working on 0.10.19 12 years ago
Timothy J Fontaine 67a1f0c52e 2013.09.04, Version 0.10.18 (Stable) 12 years ago
Ben Noordhuis 7494c84fe6 uv: upgrade to v0.11.13 12 years ago
Trevor Norris 7a235f924b string_bytes: use extern for length and write utf8 12 years ago
isaacs 906a175a0b process: Add internal _rawDebug() method 12 years ago
isaacs cb53cfd8b5 src: Remove outdated comment re assert() 12 years ago
Ben Noordhuis ed8d97f572 uv: upgrade to v0.11.12 12 years ago
Ben Noordhuis 185c515c9f src: clean up CLI argument parser 12 years ago
Ben Noordhuis 10ccbd501f Revert "src: call uv_loop_delete() on exit in debug mode" 12 years ago
Ben Noordhuis bbed881ec4 Revert "src: close libuv handles on exit" 12 years ago
Ben Noordhuis 4915884da6 src: close libuv handles on exit 12 years ago
Ben Noordhuis a9eb96d020 src: remove unused Persistent<FunctionTemplate> 12 years ago
Ben Noordhuis 653f62a709 crypto: remove NodeBIO::GetMethod() 12 years ago
Ben Noordhuis 8e596c4e15 crypto: make root_cert_store variable extern 12 years ago
Ben Noordhuis 21911db392 crypto: remove misleading comment 12 years ago
Ben Noordhuis 699f636d97 crypto: make error buffer non-static 12 years ago
Domenic Denicola fd3657610e vm: update API to use options argument 12 years ago
Bert Belder de7d698df7 pipe_wrap: squelch integer type conversion warning 12 years ago
Timothy J Fontaine 93b062468b timer_wrap: Timer.now always update loop time 12 years ago
Ben Noordhuis 29d3624dae crypto: make randomBytes/pbkdf2 cbs domain aware 12 years ago
Domenic Denicola 9c110d8027 vm: add isContext; prevent double-contextifying 12 years ago