summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2012.08.28, Version 0.9.1 (Unstable)v0.9.1v0.9.1-releaseisaacs2012-08-282-2/+67
* uv: upgrade to abc945bBert Belder2012-08-281-37/+64
* uv: upgrade to 162e57bBert Belder2012-08-281-0/+1
* windows: make test-child-process-exec-error passBert Belder2012-08-281-1/+6
* constants: add O_DIRECTIan Babrou2012-08-281-0/+3
* Merge branch 'v0.8'Bert Belder2012-08-28231-2029/+6590
|\
| * windows: fix single-accept mode for shared server socketsBert Belder2012-08-281-1/+2
| * build: compile with -fno-tree-sink if gcc <= 4.4Ben Noordhuis2012-08-271-0/+3
| * build: fix -fno-tree-vrp heuristicBen Noordhuis2012-08-271-1/+1
| * docs: fix syntax error in "https" exampleNathan Rajlich2012-08-241-1/+1
| * https: make https.get() accept a URLkoichik2012-08-243-3/+70
| * doc: more uniform and sleek buttonsBrandon Wilson2012-08-241-6/+18
| * build: tweak the openssl android configuration to buildNathan Rajlich2012-08-231-7/+10
| * build: use the openssl android configuration for "arm" buildsNathan Rajlich2012-08-231-1/+5
| * doc: tidy the community page html fileBert Belder2012-08-231-158/+200
| * doc: remove Felix's IRC logs from the community pageBert Belder2012-08-231-3/+1
| * doc: move ul styling to pipe.cssBert Belder2012-08-236-30/+5
| * doc: pixel nudgeBert Belder2012-08-231-1/+1
| * doc: use somewhat consistent styling for css assetsBert Belder2012-08-235-466/+511
| * doc: remove nodejs-dev from the community pageStéphan Kochen2012-08-231-7/+4
| * net: fix assertsBen Noordhuis2012-08-231-2/+2
| * website: Fix download link on win, un-break industry sectionisaacs2012-08-221-36/+36
| * doc: remote the "recommended modules" sectionBert Belder2012-08-223-49/+0
| * blog: v0.8.8 releaseisaacs2012-08-221-0/+77
| * Now working on 0.8.9isaacs2012-08-221-2/+2
| * Merge branch 'v0.8.8-release' into v0.8isaacs2012-08-22107-112/+148
| |\
| | * 2012.08.22, Version 0.8.8 (Stable)v0.8.8v0.8.8-releaseisaacs2012-08-223-2/+28
| | * npm: Upgrade to 1.1.59isaacs2012-08-22103-109/+119
| | * lintisaacs2012-08-221-1/+1
| * | Upgrade GYP to r1477Ryan Dahl2012-08-2224-159/+4065
| |/
| * doc: fix typo in cluster example codeRon Korving2012-08-221-1/+1
| * npm: Upgrade to 1.1.57isaacs2012-08-21101-106/+106
| * npm: Upgrade to 1.1.56isaacs2012-08-21104-111/+152
| * npm: Upgrade to 1.1.55isaacs2012-08-21170-1051/+1377
| * tls: update default cipher listBen Noordhuis2012-08-212-19/+34
| * doc: cluster: setupMaster() can be called only onceBen Noordhuis2012-08-211-2/+2
| * v8: reapply floating patchesBert Belder2012-08-212-8/+6
| * v8: upgrade to v3.11.10.19Bert Belder2012-08-216-10/+57
| * unix: don't explicitly instantiate v8::Persistent<x> templatesBert Belder2012-08-201-2/+5
| * fs: fix use after free in stat watcherBen Noordhuis2012-08-202-15/+30
| * deps: upgrade libuv to 012cbdaBen Noordhuis2012-08-2010-94/+122
| * build: don't use "-Wnewline-eof" on OS XNathan Rajlich2012-08-201-1/+0
* | uv: upgrade to 621a4e3Bert Belder2012-08-2829-322/+460
* | lintisaacs2012-08-273-4/+4
* | fs: Throw early on invalid encoding argsisaacs2012-08-271-0/+32
* | Buffer.isEncoding(enc)isaacs2012-08-273-0/+51
* | repl: create a new Console instance for the repl when "useGlobal" is offNathan Rajlich2012-08-242-6/+50
* | console: refactor the console module to be reusableNathan Rajlich2012-08-242-17/+128
* | tools: fix missing initializer warning in js2c.pyBen Noordhuis2012-08-241-1/+1
* | http: bubble up parser errors to ClientRequestBrian White2012-08-242-29/+29