summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* http: Do not free the wrong parser on socket closeisaacs2013-02-251-1/+2
* http: Handle hangup writes more gentlyisaacs2013-02-221-5/+18
* http: Do not let Agent hand out destroyed socketsisaacs2013-02-141-1/+2
* http: Raise hangup error on destroyed socket writeisaacs2013-02-141-1/+20
* http: protect against response splitting attacksBert Belder2013-02-071-0/+5
* zlib: reduce memory consumption, release earlyBen Noordhuis2013-02-051-1/+8
* buffer: slow buffer copy compatibility fixTrevor Norris2013-01-251-2/+2
* dns: make error message match errnoDan Milon2013-01-181-1/+2
* tls: follow RFC6125 more striclyFedor Indutny2013-01-181-8/+27
* Revert "Revert "tls: allow wildcards in common name""Fedor Indutny2013-01-181-3/+2
* Revert "tls: allow wildcards in common name"Ben Noordhuis2013-01-171-2/+3
* buffer: reject negative SlowBuffer offsetsBen Noordhuis2013-01-171-1/+1
* buffer: zero-length buffers shouldn't be slab-backedBert Belder2013-01-141-2/+8
* tls: allow wildcards in common nameFedor Indutny2013-01-141-3/+2
* http: fix "Cannot call method 'emit' of null"Ben Noordhuis2013-01-141-1/+18
* dgram: don't assert on send('string')Ben Noordhuis2013-01-081-0/+3
* lintisaacs2012-12-261-7/+7
* http: pack response body buffer in first tcp packetBen Noordhuis2012-12-201-8/+71
* http: bubble up parser errors to ClientRequestBrian White2012-12-161-1/+3
* fs: fix WriteStream fd leakBen Noordhuis2012-12-121-3/+12
* fs: fix ReadStream fd leakBen Noordhuis2012-12-121-2/+5
* buffer: Don't double-negate numeric buffer argTrevor Norris2012-11-301-4/+4
* net: More accurate IP address validation and IPv6 dotted notation.Joshua Erickson2012-11-281-21/+2
* tls: fix tls.connect() resource leakBen Noordhuis2012-11-261-1/+1
* net: fix net.connect() resource leakBen Noordhuis2012-11-241-1/+1
* events: Don't clobber pre-existing _events obj in EE ctorisaacs2012-10-251-2/+2
* events: Make the EventEmitter class monomorphicisaacs2012-10-251-5/+4
* url: parse hostnames that start with - or _Ben Noordhuis2012-10-251-2/+2
* repl: call resume() after setRawMode()Bert Belder2012-10-241-1/+2
* repl: ensure each REPL instance gets its own "context"Nathan Rajlich2012-10-121-14/+9
* repl: move "isSyntaxError()" definition to the bottomNathan Rajlich2012-10-051-12/+18
* repl: make "end of input" JSON.parse() errors throw in the REPLNathan Rajlich2012-10-011-1/+1
* repl: make invalid RegExp modifiers throw in the REPLNathan Rajlich2012-09-301-0/+1
* http: handle multiple Proxy-Authenticate valuesthewilli2012-09-271-0/+1
* tls: lintisaacs2012-09-251-1/+1
* domain: Remove stray console.logisaacs2012-09-251-2/+0
* tls: use slab allocatorFedor Indutny2012-09-251-17/+48
* http: make the client "res" object gets the same domain as "req"Nathan Rajlich2012-09-241-0/+6
* repl: make invalid RegExps throw in the REPLNathan Rajlich2012-09-211-0/+3
* domain: Properly exit() on domain disposalisaacs2012-09-212-5/+18
* fs: fix watchFile() missing deletion eventsBen Noordhuis2012-09-171-1/+4
* http: Remove timeout handler when data arrivesFrédéric Germain2012-09-121-0/+7
* stream.pipe: Don't call destroy() unless it's a functionisaacs2012-09-101-1/+1
* util: make util.inspect() work when "hasOwnProperty" is overwrittenNathan Rajlich2012-09-081-2/+6
* http: respect HTTP/1.0 TE headerBen Noordhuis2012-09-081-1/+1
* Revert "buffer: added support for writing NaN and Infinity"koichik2012-09-021-7/+3
* buffer: added support for writing NaN and Infinitykoichik2012-09-021-3/+7
* tls: support unix domain socket/named pipe in tls.connectShigeki Ohtsu2012-08-312-27/+19
* child process: fix processes with IPC channel don't emit 'close'Bert Belder2012-08-301-1/+9
* windows: fix single-accept mode for shared server socketsBert Belder2012-08-281-1/+2