2758 Commits (259d44962291bc73ae60919ea6442d762ee139d2)

Author SHA1 Message Date
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
Trevor Norris 2dd4a745b0 buffer: don't call ByteLength for simple encodings 11 years ago
Brian White d70e6491ae cluster: variable is not global 11 years ago
Brian White e62d5964de buffer: remove unused parameters 11 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
isaacs 1f9f863494 http: Prefer 'binary' over 'ascii' 11 years ago
isaacs df23ce138f http: Simplify IncomingMessage._dump method 11 years ago
isaacs 7c9b607048 http: Consistent 'finish' event semantics 11 years ago
isaacs e3157972e1 http: make OutgoingMessage._flush inline-able 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 65f6f06a61 http: add agent.maxFreeSockets option 11 years ago
Ben Noordhuis 0aa13357d6 timers: dispatch ontimeout callback by array index 11 years ago
Fedor Indutny c50750e1fd tls: handle errors on socket before releasing it 11 years ago
Ben Noordhuis 2669966e76 http: speed up callbacks, use array indices 11 years ago
Trevor Norris d66d840e3b util: fix isPrimitive check 11 years ago
Ben Noordhuis 6cd7fd7d24 cares_wrap: don't set oncomplete property from c++ 11 years ago
Trevor Norris 3f5d5847e2 domain: share object and state with native land 11 years ago
Ben Noordhuis f9b7714b4b src: don't call v8::Object::SetHiddenValue() 11 years ago
Ben Noordhuis 1449739de0 dgram: don't call into js when send cb is omitted 11 years ago
Ben Noordhuis 41ec6d0580 dgram: fix regression in string argument handling 11 years ago
isaacs c0e70354db stream: Short-circuit buffer pushes when flowing 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
Trevor Norris cd00064566 smalloc: cleanup checks/conversions 11 years ago
isaacs 12cd13312b http: Support legacy agent.addRequest API 11 years ago
Fedor Indutny 166c405b33 tls: fix lazy initialization of clienthello parser 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 6942a95ae1 repl: Add 'smalloc' to list of known modules 11 years ago
Koichi Kobayashi 72ad2c94df https: fix default port 11 years ago
isaacs 32fdae2ca3 http: Fix overlooked agent.globalAgent export 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 3158ffb6ef util: add isPrimitive check 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 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 3398cce193 http: improve chunked res.write(buf) performance 11 years ago
Ben Noordhuis 2cd7adc7f4 util: don't throw on circular %j input to format() 11 years ago
Trevor Norris 7ca77eaf38 fs: write strings directly to disk 11 years ago
Ben Noordhuis dc9acd4fae assert: replace !!!value with just !value 11 years ago
Ben Noordhuis 6bd922fce8 dgram: report send errors to cb, don't pass bytes 12 years ago
Ben Noordhuis c13bfdc091 child_process: add 'shell' option to .exec() 11 years ago
Ben Noordhuis 04f87de3da cluster: fix shared handle bind error propagation 11 years ago
Ben Noordhuis 2b569deed3 cluster: remove duplicate this.errno assignment 11 years ago