2124 Commits (7b72e156655afb6b998e8fb731cc65f4facb19ee)

Author SHA1 Message Date
Shigeki Ohtsu ab7a3d098d child_process: fix assertion error in spawnSync 11 years ago
Ingmar Runge 26a1b712ec crypto: improve error messages 11 years ago
Sean McArthur 226f98a356 buffer: add compare and equals methods 11 years ago
Denys Zariaiev 681fe599d7 vm: assign Environment to created context 11 years ago
Ben Noordhuis bd24ab2bd7 http: add request.flush() method 11 years ago
Fedor Indutny 345c40b661 tls: `getPeerCertificate(detailed)` 11 years ago
Fedor Indutny b3ef289ffb tls: support OCSP on client and server 11 years ago
Vladimir Kurchatkin 2c6b424829 events: check if _events is an own property 11 years ago
Trevor Norris c7f424e44b fs: return blksize on stats object 11 years ago
goussardg 8e823bcbe6 buffer: return uint if MSB is 1 in readUInt32 11 years ago
Fedor Indutny 4c36f3e7e6 buffer: truncate buffer after string decode 11 years ago
Fedor Indutny 525fad473b test: remove vm-infinite-recursion 11 years ago
Fedor Indutny 592be014b6
dgram: introduce `reuseAddr` option 11 years ago
Fedor Indutny 3054decc19 test: fix test-crypto 11 years ago
Fedor Indutny f2b297cc7c http: do not emit EOF non-readable socket 11 years ago
Alex Kocharin 42a33c1bb8 domain: don't crash on "throw null" 11 years ago
C. Scott Ananian 08a5b442e4 node: add signature to SET_PROTOTYPE_METHOD 11 years ago
Ben Noordhuis c7214fe355 src: fix up after v8 upgrade 11 years ago
Andrew Low f984555d47 test: make test-smalloc endian aware 11 years ago
Fedor Indutny 5d2aef17ee
crypto: move `createCredentials` to tls 11 years ago
Nathan Rajlich 6d15b163b0 http: better client "protocol not supported" error 11 years ago
Fedor Indutny d24946b1b4 tls: do not call SNICallback unless present 11 years ago
Fedor Indutny ef096f8d8f tls: force readable/writable to `true` 11 years ago
Nathan Rajlich 9f23fe1141 http: use defaultAgent.protocol in protocol check 11 years ago
Fedor Indutny b76a1ff940 vm: share security token between contexts 11 years ago
Fedor Indutny ce04c726a3 src: update to v8 3.24 APIs 11 years ago
Yazhong Liu 93c3674ff7 readline: consider newlines for cursor position 11 years ago
Fedor Indutny f0d870501e crypto: do not lowercase cipher/hash names 11 years ago
Timothy J Fontaine a18c9b7dde test: timers-ordering should be more precise 11 years ago
Vladimir Kurchatkin e108ff4da7 buffer: fix typo in `SlowBuffer` 11 years ago
Brian White 68bfa91af7 buffer: allow toString to accept Infinity for end 11 years ago
Benoit Vallée a9d24fa40d test: test sending a handle twice 12 years ago
Brian White 31ce34887f crypto: allow setting add'l authenticated data 11 years ago
Greg Brail 6eb4d1d15c timer: don't reschedule timer bucket in a domain 11 years ago
Timothy J Fontaine 06453a94a7 src: domain should not replace nextTick function 11 years ago
Sam Roberts 37d3c56c0b doc: document `beforeExit` and add more tests 11 years ago
Ben Noordhuis a2eeb43ded src: emit 'beforeExit' event on process object 11 years ago
Nathan Rajlich 0a5d8ca197 test: update "http-*" tests to only use public API 11 years ago
Nathan Rajlich d307bebec4 test: add failing http `agent: null` test 11 years ago
Nathan Rajlich 47abdd9c43 test: add `agent: null` http client request test 11 years ago
Nathan Rajlich 0a01a42e87 http: invoke createConnection when no agent 11 years ago
Trevor Norris 846f304fa8 test: fix async-listener-run-error-once 11 years ago
Alexis Campailla 20176a9841 src: make stdout/sterr pipes blocking 11 years ago
Alexis Campailla c1bb886990 test: remove invalid part of stream2-stderr-sync 11 years ago
Mike Pennisi aae51ecf7d assert: Ensure reflexivity of deepEqual 11 years ago
David Björklund b105997193 http: avoid duplicate keys in writeHead 11 years ago
Timothy J Fontaine 3e6e63406d test: make test-net-error-twice less racey 11 years ago
Timothy J Fontaine 937e2e351b child_process: execFileSync stderr should inherit 11 years ago
Timothy J Fontaine 59baab2776 net: add localPort to connect options 11 years ago
Brian White a226be4f76 crypto: allow custom generator for DiffieHellman 11 years ago