summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2012.08.02, Version 0.8.5 (Stable)v0.8.5isaacs2012-08-023-2/+41
* build: Sign pkg installer for OS Xisaacs2012-08-023-1/+28
* test: stdin error messagesisaacs2012-08-022-0/+116
* npm: Upgrade to 1.1.46isaacs2012-08-02231-455/+862
* node: tag Encode and friends NODE_EXTERNBen Noordhuis2012-08-021-8/+8
* fs: fix ReadStream / WriteStream missing callbackGil Pedersen2012-08-022-3/+14
* fs: fix readFileSync("/proc/cpuinfo") regressionBen Noordhuis2012-08-011-2/+2
* blog: Remove all windows line endings once and for allisaacs2012-08-0178-3031/+3031
* update profiling blog post to use shell redirection instead of -oDave Pacheco2012-08-011-2/+2
* blog: Remove ^M chars from profiling-node-js blog postisaacs2012-08-011-52/+52
* installer: don't assume bash is installedBen Noordhuis2012-08-011-1/+1
* uv: upgrade to 6209fe5Bert Belder2012-08-012-3/+5
* doc: http: document res.write() `drain` return valueEugen Dueck2012-08-011-0/+4
* v8: don't show performance warnings when compiling with msvcBert Belder2012-08-011-0/+3
* docs: remove unused require from exampleBert Belder2012-07-311-2/+1
* uv: upgrade to 69c2ef8Bert Belder2012-07-317-566/+593
* deps, tools: remove stray reject filesBen Noordhuis2012-07-318-64/+0
* doc: document child_process.fork() limitationBen Noordhuis2012-07-311-0/+3
* doc: Remove timeout arg in child_process.forkisaacs2012-07-301-1/+0
* doc: fix domains exampleShigeki Ohtsu2012-07-301-3/+3
* Report errors properly from --eval and stdinisaacs2012-07-306-27/+163
* assert: fix throws() throws an error without message propertykoichik2012-07-292-2/+12
* cluster: fix libuv assert in net.listen()Ben Noordhuis2012-07-292-3/+43
* deps: upgrade libuv to 4fe1916Ben Noordhuis2012-07-287-55/+116
* node: use variadic functions in ev-emul.hBen Noordhuis2012-07-281-2/+2
* always link sunos builds with libumemTrent Mick2012-07-271-0/+1
* build: improve armv7 / hard-float detectionAdam Malcontenti-Wilson2012-07-261-6/+62
* https: Use host header as effective servernameisaacs2012-07-252-3/+231
* assert: remove unnecessary use of __proto__Nathan Rajlich2012-07-251-4/+2
* Blog post for 0.8.4isaacs2012-07-251-0/+59
* Now working on v0.8.5isaacs2012-07-251-2/+2
* Merge branch 'v0.8.4-release' into v0.8isaacs2012-07-255-8/+31
|\
| * 2012.07.25, Version 0.8.4 (Stable)v0.8.4isaacs2012-07-243-2/+22
| * Build: add jslintfixisaacs2012-07-241-0/+3
| * net.js: lintisaacs2012-07-241-6/+6
* | Fix #3761 build: Default to V=1isaacs2012-07-251-5/+10
|/
* net: fix Socket({ fd: 42 }) apiBen Noordhuis2012-07-241-10/+16
* readline: Remove event listeners on closeisaacs2012-07-243-10/+39
* v8: Reapply floating patchesisaacs2012-07-241-8/+3
* V8: Upgrade to 3.11.10.17isaacs2012-07-246-4/+108
* npm: Upgrade to 1.1.45isaacs2012-07-24137-487/+1046
* windows: correctly prep long path for fs.exists(Sync)Bert Belder2012-07-232-2/+68
* debugger: wake up the event loop when a debugger command is dispatchedPeter Rybin2012-07-231-0/+24
* http: remove duplicate assignmentsBrian White2012-07-231-2/+0
* doc: remove duplicate sectionkoichik2012-07-221-12/+0
* tls: pass lintingFedor Indutny2012-07-201-7/+6
* tls: fix 'hostless' tls connection verificationFedor Indutny2012-07-202-3/+6
* tls: revert accidental API changeFedor Indutny2012-07-202-2/+4
* tls: localhost is valid against identity-checkFedor Indutny2012-07-202-4/+7
* Revert "http/https: pass request to .createConnection()"Fedor Indutny2012-07-202-17/+11