3020 Commits (aef652dc111bef8dc970353243ba8ce2c23f014e)

Author SHA1 Message Date
Ben Noordhuis 4c0195e034 http: remove MethodToString() 11 years ago
Ben Noordhuis 610022851a http: expose supported methods 11 years ago
Ben Noordhuis ef4a35bca5 src: update after v8 api changes 11 years ago
Ben Noordhuis 91a0e52c03 src: IsInt64() should return bool, not int 11 years ago
Timothy J Fontaine 85b2aaea3d Now working on 0.10.22 11 years ago
Timothy J Fontaine e2da042844 2013.10.18, Version 0.10.21 (Stable) 11 years ago
Timothy J Fontaine 5e41c022af crypto: clear errors from verify failure 11 years ago
Timothy J Fontaine f051b8919f http_parser: expose pause/resume method for parser 11 years ago
Fedor Indutny 2bc30f239b cpplint: disallow if one-liners 11 years ago
Fedor Indutny 7063c59b97 cpplint: disallow comma-first in C++ 11 years ago
Ben Noordhuis 4234bcce48 debugger: fix SIGUSR1 bootstrap race condition 11 years ago
Ben Noordhuis ca363cf1ae debugger: make busy loops SIGUSR1-interruptible 11 years ago
Timothy J Fontaine ab03745509 http_parser: expose pause/resume method for parser 11 years ago
Jason Gerfen 7bf46ba4ce crypto: add SPKAC support 11 years ago
isaacs d9b4cc323f Revert "crypto: add SPKAC support" 11 years ago
Jason Gerfen 7f66e44dc1 crypto: add SPKAC support 11 years ago
Ben Noordhuis 527cae22ff cares_wrap: remove superfluous 'this' keyword 11 years ago
Trevor Norris 7503e4c882 lint: fix a cpplint error 11 years ago
Trevor Norris 8a295cd520 buffer: add buf.toArrayBuffer() API 11 years ago
Trevor Norris fe0bf6b7ac buffer: check data is not null 11 years ago
Dave Pacheco 98c57c7c07 dtrace: backport two byte string fix 11 years ago
Dave Pacheco 5921158cbe dtrace, mdb_v8: support more string, frame types 11 years ago
Ben Noordhuis 406846fcc5 zlib: fix write request reference counting 11 years ago
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 12 years ago
Ben Noordhuis c79d5163e5 src: remove ObjectWrap dependency from core 12 years ago
Timothy J Fontaine 093efafce3 Now working on 0.10.20 12 years ago
Timothy J Fontaine 6b5e6a5a3e 2013.09.24, Version 0.10.19 (Stable) 12 years ago
Fedor Indutny 42acbf809b tls: wrap tls inside tls using legacy API 12 years ago
Ben Noordhuis 75ea566f5a src: fix v8 PRNG entropy seeding 12 years ago
Ben Noordhuis 7ac23910c5 src: seed V8's random number generator at startup 12 years ago
Ben Noordhuis 03738183c7 dns: fix c-ares error reporting regression 12 years ago
Ben Noordhuis a0f79867dc src: initialize c-ares task list on env init 12 years ago
Fedor Indutny 59a075e108 contextify: fix ContextifyContext leak 12 years ago
Fedor Indutny 3d4c663ee6 contextify: dealloc only after global and sandbox 12 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