summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2013.08.21, Version 0.11.6 (Unstable)v0.11.6v0.11.6-releaseTimothy J Fontaine2013-08-213-2/+68
* uv: Upgrade to v0.11.8Timothy J Fontaine2013-08-2128-268/+513
* test: net-GH-5504 child env needs NODE_COMMON_PORTTimothy J Fontaine2013-08-211-1/+6
* Merge remote-tracking branch 'ry/v0.10'isaacs2013-08-218-29/+98
|\
| * deps: upgrade http_parser to 303c4e4Ben Noordhuis2013-08-212-9/+30
| * tls: fix assertion when ssl is destroyed at readFedor Indutny2013-08-211-1/+8
| * fs: use correct self reference for autoClose testGil Pedersen2013-08-202-11/+17
| * doc: Minor typos in dgram docisaacs2013-08-191-2/+2
| * doc: Add callback parameter to dgram socket.bind()Duan Yao2013-08-191-5/+18
| * doc: fixed syntax error in stream.TransformChrisWren2013-08-191-1/+1
| * Added documentation for process.execArgvEdward Hutchins2013-08-191-0/+22
| * doc: add missing word in Transform stream introEivind Uggedal2013-08-191-2/+2
* | test: fix test failure on linux after edd2fccFedor Indutny2013-08-211-29/+38
* | smalloc: consistent-ify syntaxTrevor Norris2013-08-201-5/+5
* | smalloc: length is byte size, not array lengthTrevor Norris2013-08-202-11/+30
* | smalloc: expose ExternalArraySizeTrevor Norris2013-08-202-1/+6
* | util: isObject should always return booleanTrevor Norris2013-08-202-1/+4
* | net: family option in net.connectVsevolod Strukchinsky2013-08-203-1/+67
* | test: Remove unnecessary assertionisaacs2013-08-191-1/+0
* | events: have events module exports EventEmitterRaynos2013-08-191-4/+7
* | fixes #6031 spelling errorsMatthew Aynalem2013-08-1924-27/+27
* | http: removed headers stay removedJames Halliday2013-08-192-6/+86
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-08-192-4/+85
|\ \ | |/
| * stream: Throw on 'error' if listeners removedisaacs2013-08-192-4/+85
* | buffer: lintTrevor Norris2013-08-191-1/+0
* | buffer: lintFedor Indutny2013-08-191-1/+1
* | crypto: don't touch ssl_ in ConnectionFedor Indutny2013-08-191-6/+0
* | tls, crypto: deduplicate codeFedor Indutny2013-08-195-1353/+780
* | src: move includes inside include guardBen Noordhuis2013-08-191-3/+3
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-08-17368-10077/+5448
|\ \ | |/
| * dgram: fix assertion on bad send() argumentsBen Noordhuis2013-08-173-4/+57
| * readline: pause stdin before turning off terminal raw modeDaniel Chatfield2013-08-172-1/+43
| * blog: v0.10.16isaacs2013-08-161-0/+74
| * Now working on v0.10.17isaacs2013-08-161-2/+2
| * Merge branch 'v0.10.16-release' into v0.10isaacs2013-08-163-1/+24
| |\
| | * 2013.08.16, Version 0.10.16 (Stable)v0.10.16v0.10.16-releaseisaacs2013-08-163-1/+24
| |/
| * npm: Upgrade to 1.3.8isaacs2013-08-16365-10077/+5267
| * crypto: fix memory leak in randomBytes() error pathBen Noordhuis2013-08-161-0/+2
| * http: Handle hex/base64 encodings properlyisaacs2013-08-152-23/+67
| * blog: Post for v0.11.5Timothy J Fontaine2013-08-061-0/+88
* | readline: pause stdin before turning off terminal raw modeDaniel Chatfield2013-08-172-1/+43
* | buffer: don't call ByteLength for simple encodingsTrevor Norris2013-08-162-4/+35
* | crypto: fix memory leak in randomBytes() error pathBen Noordhuis2013-08-161-1/+3
* | crypto: don't mix new[] and free()Ben Noordhuis2013-08-161-1/+8
* | test: Remove hard-coded portisaacs2013-08-151-2/+2
* | cluster: variable is not globalBrian White2013-08-151-0/+1
* | buffer: remove unused parametersBrian White2013-08-151-3/+3
* | lib: remove unused variables and functionsBrian White2013-08-1519-50/+5
* | http: Prefer 'binary' over 'ascii'isaacs2013-08-151-4/+4
* | http: Simplify IncomingMessage._dump methodisaacs2013-08-152-12/+6