2652 Commits (de56ffa58b08d69e428fa221681ef305464898a8)

Author SHA1 Message Date
Trevor Norris bc39bdd995 domain: use AsyncListener API 11 years ago
Trevor Norris 66d908f09a crypto: convert RandomBytesRequest to a class 11 years ago
Trevor Norris ccec14b568 async-wrap: add methods to udp/tcp/pipe/timers 11 years ago
Trevor Norris efa62fd9cc node: add AsyncListener support 11 years ago
Fedor Indutny 21fbbd5790 test: fix tls-client-reject after ba7c9ce96 11 years ago
Fedor Indutny 5977cba985 tls: reuse hostname from underlying net.Socket 11 years ago
Nick Simmons 691b9ebc8c fs: add recursive subdirectory support to fs.watch 11 years ago
Thom Seddon f755ecf484 src: accept passphrase when crypto signing with private key 11 years ago
Trevor Norris 8130744044 dgram: send() can accept strings 11 years ago
isaacs 3c5ea410ca vm: Copy missing properties from context 11 years ago
Ben Noordhuis 4c0195e034 http: remove MethodToString() 11 years ago
Ben Noordhuis 610022851a http: expose supported methods 11 years ago
isaacs f153d6da45 http client: pull last chunk on socket close 11 years ago
Ben Noordhuis 0079e575e0 test: fix up weakref.cc after v8 api change 11 years ago
Ben Noordhuis ef4a35bca5 src: update after v8 api changes 11 years ago
Timothy J Fontaine 5e41c022af crypto: clear errors from verify failure 11 years ago
Patrik Stutz 54910044b3 http: add statusMessage 11 years ago
isaacs b97c28f59e http: provide backpressure for pipeline flood 11 years ago
Ben Noordhuis a2d1cbef6b dns: set hostname property on error object 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
isaacs 085dd30e93 http: provide backpressure for pipeline flood 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
Rod Vagg 684dd28a6c util: format as Error if instanceof Error 11 years ago
Ben Noordhuis 45885a1e8c cluster: fix premature 'disconnect' event 11 years ago
Trevor Norris 8a295cd520 buffer: add buf.toArrayBuffer() API 11 years ago
Glen Mailer 66b8c3c5a0 assert: indicate if exception message is generated 11 years ago
Dave Pacheco 720675e7db test: use proper findjsobjects output format 11 years ago
Ben Noordhuis b011811a9f fs: fix fs.truncate() file content zeroing bug 11 years ago
Ben Noordhuis f311963ff9 test: update require path after file move 11 years ago
Alex Kocharin 60a1dbddd2 debugger: repeat last command 11 years ago
Timothy J Fontaine eb091458c0 test: add regression test for #6235 11 years ago
Fedor Indutny 42acbf809b tls: wrap tls inside tls using legacy API 11 years ago
Eric Schrock 35ae696822 readline: handle input starting with control chars 12 years ago
Ben Noordhuis a0f79867dc src: initialize c-ares task list on env init 11 years ago
Maciej Małecki d80d131c75 net: add a port validation to `connect` 11 years ago
Fedor Indutny 59a075e108 contextify: fix ContextifyContext leak 11 years ago
Nathan Rajlich f31037ddfe http: don't pass the request options to Agent 11 years ago
Nathan Rajlich 7196742852 tls: don't push() incoming data when ondata is set 11 years ago
Fedor Indutny 3d4c663ee6 contextify: dealloc only after global and sandbox 11 years ago
Fedor Indutny 1c3863abfd tls: fix setting NPN protocols 11 years ago
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