2698 Commits (42af62f33adda57d8913768d939c1f4d0f8fe5a3)

Author SHA1 Message Date
Brian White e62d5964de buffer: remove unused parameters 12 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 12 years ago
isaacs 1f9f863494 http: Prefer 'binary' over 'ascii' 12 years ago
isaacs df23ce138f http: Simplify IncomingMessage._dump method 12 years ago
isaacs 7c9b607048 http: Consistent 'finish' event semantics 12 years ago
isaacs e3157972e1 http: make OutgoingMessage._flush inline-able 12 years ago
isaacs da93d6adfb http: Add write()/end() callbacks 12 years ago
isaacs ce3d18412c http: Write hex/base64 chunks properly 12 years ago
isaacs 255650f4d9 http: Handle hex/base64 encodings properly 12 years ago
isaacs e6c81bd679 http: provide access to raw headers/trailers 12 years ago
isaacs 65f6f06a61 http: add agent.maxFreeSockets option 12 years ago
Ben Noordhuis 0aa13357d6 timers: dispatch ontimeout callback by array index 12 years ago
Fedor Indutny c50750e1fd tls: handle errors on socket before releasing it 12 years ago
Ben Noordhuis 2669966e76 http: speed up callbacks, use array indices 12 years ago
Trevor Norris d66d840e3b util: fix isPrimitive check 12 years ago
Ben Noordhuis 6cd7fd7d24 cares_wrap: don't set oncomplete property from c++ 12 years ago
Trevor Norris 3f5d5847e2 domain: share object and state with native land 12 years ago
Ben Noordhuis f9b7714b4b src: don't call v8::Object::SetHiddenValue() 12 years ago
Ben Noordhuis 1449739de0 dgram: don't call into js when send cb is omitted 12 years ago
Ben Noordhuis 41ec6d0580 dgram: fix regression in string argument handling 12 years ago
isaacs c0e70354db stream: Short-circuit buffer pushes when flowing 12 years ago
isaacs 967b5dbb45 http: Use streams3 directly, not .ondata/end 12 years ago
Trevor Norris cec81593d7 smalloc: allow different external array types 12 years ago
Trevor Norris cd00064566 smalloc: cleanup checks/conversions 12 years ago
isaacs 12cd13312b http: Support legacy agent.addRequest API 12 years ago
Fedor Indutny 166c405b33 tls: fix lazy initialization of clienthello parser 12 years ago
Eran Hammer 23d92ec88e stream: Fix double pipe error emit 12 years ago
Fedor Indutny 048e0e77e0 tls: asynchronous SNICallback 12 years ago
isaacs 6942a95ae1 repl: Add 'smalloc' to list of known modules 12 years ago
Koichi Kobayashi 72ad2c94df https: fix default port 12 years ago
isaacs 32fdae2ca3 http: Fix overlooked agent.globalAgent export 12 years ago
Fedor Indutny ea7b817266 tls: fix handling of `SNICallback` server option 12 years ago
Trevor Norris da07709c74 smalloc: fix assertion fails/segfault 12 years ago
Trevor Norris 3158ffb6ef util: add isPrimitive check 12 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 12 years ago
Ben Noordhuis fc6f8a6943 events: fix memory leak, don't leak event names 12 years ago
Fedor Indutny dda22a520b tls_wrap: parse tls session ticket extension 12 years ago
Ben Noordhuis 3398cce193 http: improve chunked res.write(buf) performance 12 years ago
Ben Noordhuis 2cd7adc7f4 util: don't throw on circular %j input to format() 12 years ago
Trevor Norris 7ca77eaf38 fs: write strings directly to disk 12 years ago
Ben Noordhuis dc9acd4fae assert: replace !!!value with just !value 12 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() 12 years ago
Ben Noordhuis 04f87de3da cluster: fix shared handle bind error propagation 12 years ago
Ben Noordhuis 2b569deed3 cluster: remove duplicate this.errno assignment 12 years ago
isaacs 993bb93e0a streams: Don't emit 'end' until read() past EOF 12 years ago
Fedor Indutny d62c2d975a tls: share tls tickets key between cluster workers 12 years ago
Fedor Indutny 509cfbc2b7 cluster: support setting data on shared server 12 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 12 years ago
Trevor Norris 8ce02cf0aa buffer: misc logic simplification 12 years ago