summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* v8: debug: fix error handling in SendConnectMessage()Ben Noordhuis2012-06-011-13/+13
* v8: Floating patchesisaacs2012-06-011-1/+1
* Upgrade v8 to 3.11.7isaacs2012-06-01167-3138/+5054
* child_process: new stdio API for .spawn() methodFedor Indutny2012-06-021-4/+46
* http: don't lowercase http req header until laterSimon Sturmer2012-06-021-2/+3
* windows: don't install x64 version into the 'program files (x86)' folderMatt Gollob2012-06-024-6/+24
* windows: add icon to node.exeBert Belder2012-06-022-0/+5
* child_process: new stdio API for .spawn() methodFedor Indutny2012-06-0111-246/+472
* uv: upgrade to 87dbffbdBert Belder2012-06-0136-597/+914
* test: update pummel/test-execBen Noordhuis2012-05-311-1/+1
* Now working on 0.7.10isaacs2012-05-291-2/+2
* Merge branch 'v0.7.9-release'isaacs2012-05-293-2/+53
|\
| * 2012.05.28, Version 0.7.9 (unstable)v0.7.9isaacs2012-05-283-2/+53
* | deps: upgrade libuv to 7556590Fedor Indutny2012-05-2916-279/+409
* | net: fix 'close' event emit orderBen Noordhuis2012-05-292-15/+29
|/
* Revert "tests: kill process group on failure"isaacs2012-05-281-7/+1
* upgrade npm to 1.1.23isaacs2012-05-28121-169/+263
* deps: cherry-pick libuv commit 4690204Ben Noordhuis2012-05-281-2/+1
* http: fix duplicated variable declarationShigeki Ohtsu2012-05-281-1/+0
* stream: don't call `cleanup` twice on `end` and `close`Maciej MaƂecki2012-05-281-6/+0
* deps: upgrade libuv to 2ec0986Ben Noordhuis2012-05-287-18/+38
* fs: no end emit after createReadStream.pause()Andreas Madsen2012-05-272-1/+69
* doc: add npm search to appendixJeroen Janssen2012-05-261-0/+2
* doc: updated JavaScript casing where relevantJeroen Janssen2012-05-262-2/+2
* deps: upgrade libuv to 28766dcBen Noordhuis2012-05-255-54/+83
* Upgrade uv to 604802aisaacs2012-05-2420-160/+130
* remove NODE_USE_64BIT_UV_FS_APIIgor Zinkovsky2012-05-241-24/+0
* doc: update possible values for process.platformJeroen Janssen2012-05-241-1/+2
* test: update addons .gitignoreBen Noordhuis2012-05-241-1/+1
* windows: enable creating directory junctions with fs.symlinkIgor Zinkovsky2012-05-244-6/+91
* doc: add punycode.js documentationMathias Bynens2012-05-231-0/+70
* doc: process get/setuid and get/setgid are POSIX onlyJeroen Janssen2012-05-231-16/+32
* deps: upgrade libuv to 5b9c451Ben Noordhuis2012-05-2312-210/+448
* update uv to 2df831723fad25d2d97b824b2e52c65082af2723Igor Zinkovsky2012-05-2218-609/+50
* remove race from test-child-process-fork-exec-argv testIgor Zinkovsky2012-05-221-2/+3
* test: fix bad commentBen Noordhuis2012-05-221-1/+1
* test: fix simple/test-process-active-wrapsBen Noordhuis2012-05-221-2/+4
* deps: upgrade libuv to a478847Ben Noordhuis2012-05-2285-1289/+3508
* repl: preserve the cursor when redisplaying the prompt on SIGCONTNathan Rajlich2012-05-211-1/+1
* readline: explicitly disable and re-enable "raw mode" on Ctrl+ZNathan Rajlich2012-05-211-0/+5
* readline: move the "setRawMode" logic into a private functionNathan Rajlich2012-05-211-6/+9
* Make UNWRAP macro generic.Oleg Efimov2012-05-2110-159/+64
* cluster: remove NODE_UNIQUE_ID from env on startupAndreas Madsen2012-05-214-6/+11
* Check for tabs in source line in DisplayExceptionLineOleg Efimov2012-05-213-3/+44
* test: add http 'data after timeout' testBen Noordhuis2012-05-211-0/+67
* test: wait for 'close' event for stdoutisaacs2012-05-201-1/+1
* test: root can connect to chmod'd pipesisaacs2012-05-201-3/+3
* test: Solaris is not as granular with rename fs watch eventsisaacs2012-05-201-1/+2
* fs.watch should not require a listener argumentsAndreas Madsen2012-05-193-25/+7
* doc: improve fs.open() docsBen Noordhuis2012-05-171-8/+10