2136 Commits (41d8e10f0d7b44c5c978f288f10091a877106f71)

Author SHA1 Message Date
Domenic Denicola 9c110d8027 vm: add isContext; prevent double-contextifying 11 years ago
Seth Fitzsimmons 711d1934ea child_process: Callback with Buffers from exec 11 years ago
isaacs a3da3e7312 stream: Pass 'buffer' encoding to decoded writables 11 years ago
Ben Noordhuis bc28acdd02 buffer: fix regression in Buffer(buf) constructor 11 years ago
Timothy J Fontaine 546ae2eef9 util: pass opts to custom inspect functions 11 years ago
Timothy J Fontaine 2769d97e67 buffer: adhere to INSPECT_MAX_BYTES 11 years ago
isaacs eef552774e vm: Put back display_errors flag 11 years ago
Domenic Denicola 7afdba6e0b vm, core, module: re-do vm to fix known issues 11 years ago
Timothy J Fontaine 41f55dc59b test: net-GH-5504 child env needs NODE_COMMON_PORT 11 years ago
Fedor Indutny a1b3273a9d test: fix test failure on linux after edd2fcc 11 years ago
Trevor Norris 50cee6ecab util: isObject should always return boolean 11 years ago
Vsevolod Strukchinsky edd2fcccf0 net: family option in net.connect 11 years ago
Gil Pedersen e04c8a8ee4 fs: use correct self reference for autoClose test 11 years ago
isaacs 85d6b78343 test: Remove unnecessary assertion 11 years ago
Matthew Aynalem c171c490f2 fixes #6031 spelling errors 11 years ago
James Halliday 5555318bf3 http: removed headers stay removed 12 years ago
isaacs 545807918e stream: Throw on 'error' if listeners removed 11 years ago
Ben Noordhuis 0c2960ef4a dgram: fix assertion on bad send() arguments 11 years ago
Daniel Chatfield 5453619eb2 readline: pause stdin before turning off terminal raw mode 11 years ago
Daniel Chatfield dfb0461c4c readline: pause stdin before turning off terminal raw mode 11 years ago
isaacs f73ee94d4f test: Remove hard-coded port 11 years ago
isaacs df23ce138f http: Simplify IncomingMessage._dump method 11 years ago
isaacs 7c9b607048 http: Consistent 'finish' event semantics 11 years ago
isaacs da93d6adfb http: Add write()/end() callbacks 11 years ago
isaacs ce3d18412c http: Write hex/base64 chunks properly 11 years ago
isaacs 255650f4d9 http: Handle hex/base64 encodings properly 11 years ago
isaacs e6c81bd679 http: provide access to raw headers/trailers 11 years ago
isaacs 1eedbdc361 doc: http keepalive, agent options 11 years ago
isaacs 65f6f06a61 http: add agent.maxFreeSockets option 11 years ago
Ben Noordhuis 2669966e76 http: speed up callbacks, use array indices 11 years ago
Ben Noordhuis f548433195 test: use common.PORT in simple/test-net-GH-5504 11 years ago
Ben Noordhuis 41ec6d0580 dgram: fix regression in string argument handling 11 years ago
isaacs 967b5dbb45 http: Use streams3 directly, not .ondata/end 11 years ago
Trevor Norris cec81593d7 smalloc: allow different external array types 11 years ago
Eran Hammer 23d92ec88e stream: Fix double pipe error emit 11 years ago
Fedor Indutny 048e0e77e0 tls: asynchronous SNICallback 11 years ago
isaacs f4b1e00071 test: Move test-http-default-port from disabled to simple 11 years ago
Fedor Indutny ea7b817266 tls: fix handling of `SNICallback` server option 11 years ago
Trevor Norris da07709c74 smalloc: fix assertion fails/segfault 11 years ago
Trevor Norris 76ada45342 test: add mac to test-os 11 years ago
Ben Noordhuis 9e1eb361e8 test: future-proof simple/test-event-emitter-memory-leak 11 years ago
Ben Noordhuis fc6f8a6943 events: fix memory leak, don't leak event names 11 years ago
Fedor Indutny dda22a520b tls_wrap: parse tls session ticket extension 11 years ago
Ben Noordhuis 6327d67be3 crypto: fix assert() on malformed hex input 11 years ago
Ben Noordhuis 2cd7adc7f4 util: don't throw on circular %j input to format() 11 years ago
Ben Noordhuis 6bd922fce8 dgram: report send errors to cb, don't pass bytes 12 years ago
Fedor Indutny 38176d3a1a test: loosen timeout in https-no-reader 11 years ago
Ben Noordhuis e5233939be test: cluster: add 'bind to privileged port' tests 11 years ago
Ben Noordhuis 04f87de3da cluster: fix shared handle bind error propagation 11 years ago
isaacs 993bb93e0a streams: Don't emit 'end' until read() past EOF 11 years ago