3046 Commits (8ba39b01899fd51554fbfb5c906e88adf5b0035c)

Author SHA1 Message Date
Trevor Norris efa62fd9cc node: add AsyncListener support 11 years ago
Fedor Indutny ba7c9ce964 tls: do not default to 'localhost' servername 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
Ben Noordhuis 4c0195e034 http: remove MethodToString() 11 years ago
Ben Noordhuis 610022851a http: expose supported methods 11 years ago
Maxim Bogushevich 9c6e06bed3 debugger: Fix bug in sb() with unnamed script 11 years ago
isaacs f153d6da45 http client: pull last chunk on socket close 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 ceb8740a63 dns: rename domain to hostname 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
Glen Mailer 66b8c3c5a0 assert: indicate if exception message is generated 11 years ago
Ben Noordhuis 9777890f5d tls: fix premature connection termination 11 years ago
Ben Noordhuis b011811a9f fs: fix fs.truncate() file content zeroing bug 11 years ago
Alex Kocharin 5b230007ad debugger: count space for line numbers correctly 11 years ago
Alex Kocharin 028e652a73 debugger: show current line, fix for #6150 11 years ago
Alex Kocharin 60a1dbddd2 debugger: repeat last command 11 years ago
Fedor Indutny 671b5be6e9 tls: fix sporadic hang and partial reads 11 years ago
Jeff Switzer 2e13d0ce17 fs: remove duplicate !options case 11 years ago
Trevor Norris 25dce6d62d lint: fix a few semicolons 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 03738183c7 dns: fix c-ares error reporting regression 11 years ago
Maciej Małecki d80d131c75 net: add a port validation to `connect` 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
Trevor Norris 59dac01e4e buffer: optimize common encoding cases 11 years ago
Fedor Indutny 1c3863abfd tls: fix setting NPN protocols 11 years ago
isaacs 1da7bcc22c stream: objectMode transforms allow falsey values 11 years ago
Fedor Indutny af76b08666 tls: socket.renegotiate(options, callback) 11 years ago
isaacs 15a5a4a945 http: Only send connection:keep-alive if necessary 11 years ago
isaacs 689e5c9d3d stream: return this from pause()/resume() 11 years ago
Julian Gruber f91b047891 stream: make setEncoding chainable 11 years ago
isaacs 9ef9a9dee5 repl: Simplify paren wrap, continuation-detection 11 years ago
Nathan Rajlich 54fbb1da96 repl: treat "Assignment to const" as syntax error 11 years ago
isaacs 4631c503e3 repl: Catch syntax errors better 11 years ago
Domenic Denicola fd3657610e vm: update API to use options argument 11 years ago
isaacs fbb963b5d5 stream: check _events before _events.error 11 years ago
Domenic Denicola 9c110d8027 vm: add isContext; prevent double-contextifying 11 years ago
Mathias Buus ba72570eae stream: change default hwm for objectMode to 16 11 years ago
isaacs ee695e935d child_process: Avoid extra copy for string stdio 11 years ago