summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NodeConf 2013: exercize extra creditnodeconf-2013isaacs2013-06-261-3/+3
* NodeConf 2013: exercizeisaacs2013-06-262-0/+95
* NodeConf 2013: example 2isaacs2013-06-263-0/+23
* NodeConf 2013: example 1isaacs2013-06-261-0/+35
* uv: Upgrade to v0.11.5isaacs2013-06-2632-163/+613
* crypto: do not move half-filled write headFedor Indutny2013-06-261-1/+3
* Merge remote-tracking branch 'ry/v0.10' into masterisaacs2013-06-2568-96/+2187
|\
| * doc: fs: synchronize watchFile/unwatchFile warningBen Noordhuis2013-06-241-1/+1
| * string_bytes: properly detect 64bitTimothy J Fontaine2013-06-191-2/+2
| * doc: call console module 'console' not 'stdio'Sam Roberts2013-06-184-4/+4
| * blog: Release 0.10.12isaacs2013-06-181-0/+67
| * Now working on 0.10.13isaacs2013-06-181-2/+2
| * Merge branch 'v0.10.12-release' into v0.10isaacs2013-06-183-2/+18
| |\
| | * 2013.06.18, Version 0.10.12 (Stable)v0.10.12v0.10.12-releaseisaacs2013-06-183-2/+18
| |/
| * npm: Upgrade to 1.2.32isaacs2013-06-18148-300/+1962
| * readline: make `ctrl + L` clear the screenYuan Chuan2013-06-171-0/+6
| * v8: add setVariableValue debugger commandBen Noordhuis2013-06-177-11/+610
| * net: Do not destroy socket mid-writeisaacs2013-06-162-1/+81
| * test: add https tls session reuse testBen Noordhuis2013-06-151-0/+92
| * blog: Add favicon to blog siteisaacs2013-06-141-0/+0
| * doc: Remove unnecessary sh script tagsisaacs2013-06-142-7/+0
| * v8: fix build for mips32r2 architectureAndrei Sedoi2013-06-141-2/+3
| * configure: fix cross-compilation host_arch_cc()Andrei Sedoi2013-06-141-4/+9
| * doc: v0.8.25 changelog entryisaacs2013-06-131-0/+7
| * blog: Release v0.8.25isaacs2013-06-131-0/+59
| * blog: Release 0.10.11isaacs2013-06-131-0/+70
| * Now working on 0.10.12isaacs2013-06-131-2/+2
| * Merge branch 'v0.10.11-release' into v0.10isaacs2013-06-133-2/+21
| |\
| | * 2013.06.13, Version 0.10.11 (Stable)v0.10.11v0.10.11-releaseisaacs2013-06-133-2/+21
| |/
| * test: minor typo fixesVeres Lajos2013-06-135-14/+14
| * openssl: add missing configuration pieces for MIPSAndrei Sedoi2013-06-132-3/+5
| * Revert "http: remove bodyHead from 'upgrade' events"isaacs2013-06-126-28/+18
| * uv: upgrade to 0.10.11Ben Noordhuis2013-06-124-30/+38
| * npm: Upgrade to 1.2.30isaacs2013-06-12117-193/+460
| * v8: fix pointer arithmetic undefined behaviorTrevor Norris2013-06-111-1/+2
| * crypto: fix utf8/utf-8 encoding checkBen Noordhuis2013-06-112-0/+16
| * build: add pkgsrc ruleTimothy J Fontaine2013-06-063-1/+28
| * npm: Upgrade to 1.2.27isaacs2013-06-06230-14670/+126
* | child_process: emit 'disconnect' asynchronouslyBen Noordhuis2013-06-202-1/+11
* | doc: improve punycode.js documentationMathias Bynens2013-06-201-9/+7
* | buffer: fix gcc 4.2 build breakageBen Noordhuis2013-06-201-1/+3
* | punycode: update to v1.2.3Mathias Bynens2013-06-201-56/+54
* | buffer: write strings directly from callTrevor Norris2013-06-192-7/+9
* | crypto: change assertion to condition in bioFedor Indutny2013-06-191-2/+1
* | buffer: proper API export for WindowsTrevor Norris2013-06-182-27/+29
* | buffer: implement new fill behaviorTrevor Norris2013-06-182-8/+42
* | buffer: deprecate legacy codeTrevor Norris2013-06-181-25/+38
* | buffer: remove c-style castsTrevor Norris2013-06-181-5/+3
* | buffer: expose class methods alloc and disposeTrevor Norris2013-06-183-0/+97
* | buffer: reimplement Buffer poolsTrevor Norris2013-06-182-8/+58