summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* src: remove ObjectWrap dependency from coreBen Noordhuis2013-09-2512-155/+297
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-09-2411-17/+131
|\
| * blog: add missing shasums for v0.10.19 releaseTimothy J Fontaine2013-09-241-0/+20
| * blog: Post for v0.10.19Timothy J Fontaine2013-09-241-0/+50
| * Now working on 0.10.20Timothy J Fontaine2013-09-241-2/+2
| * Merge branch 'v0.10.19-release' into v0.10Timothy J Fontaine2013-09-243-2/+20
| |\
| | * 2013.09.24, Version 0.10.19 (Stable)v0.10.19v0.10.19-releaseTimothy J Fontaine2013-09-243-2/+20
| |/
| * uv: Upgrade to v0.10.17Timothy J Fontaine2013-09-244-19/+32
| * readline: handle input starting with control charsEric Schrock2013-09-232-1/+13
| * doc: document reserved status of SIGUSR1Ben Noordhuis2013-09-191-3/+7
| * doc: fix typos in the tls `NPNProtocols` optionNathan Rajlich2013-09-161-2/+2
| * doc: specify the format of the `ca` tls optionNathan Rajlich2013-09-161-6/+6
| * tls: don't push() incoming data when ondata is setNathan Rajlich2013-09-132-5/+58
| * doc: fix blog link in blog posts and READMEBen Noordhuis2013-09-133-3/+3
| * tls: fix setting NPN protocolsFedor Indutny2013-09-092-4/+15
| * configure: add mips-float-abi (soft, hard) optionAndrei Sedoi2013-09-071-0/+18
* | lint: fix a few semicolonsTrevor Norris2013-09-242-2/+2
* | Revert "deps: update v8 to 3.20.17.11"Ben Noordhuis2013-09-2419-500/+52
* | tls: wrap tls inside tls using legacy APIFedor Indutny2013-09-244-43/+242
* | deps: update v8 to 3.20.17.11Fedor Indutny2013-09-2319-52/+500
* | src: fix v8 PRNG entropy seedingBen Noordhuis2013-09-231-1/+1
* | src: seed V8's random number generator at startupBen Noordhuis2013-09-203-0/+15
* | dns: fix c-ares error reporting regressionBen Noordhuis2013-09-202-11/+42
* | src: initialize c-ares task list on env initBen Noordhuis2013-09-202-0/+27
* | net: add a port validation to `connect`Maciej MaƂecki2013-09-192-4/+16
* | deps: update v8 to 3.20.17.7Fedor Indutny2013-09-1847-242/+775
* | contextify: fix ContextifyContext leakFedor Indutny2013-09-152-7/+18
* | http: don't pass the request options to AgentNathan Rajlich2013-09-142-1/+54
* | contextify: dealloc only after global and sandboxFedor Indutny2013-09-122-2/+17
* | buffer: optimize common encoding casesTrevor Norris2013-09-091-22/+28
* | test: move slow tests to test/pummel/Ben Noordhuis2013-09-097-0/+0
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-09-07158-1836/+2179
|\ \ | |/
| * npm: upgrade to 1.3.11isaacs2013-09-07158-1836/+2179
* | process: use exit 1 for uncaughtExceptionisaacs2013-09-064-7/+51
* | process: Fix regression from a5dba82isaacs2013-09-062-2/+2
* | process: Use exit code 8 consistentlyisaacs2013-09-062-2/+17
* | process: Add exitCode propertyisaacs2013-09-064-3/+100
* | src: fix multi-base class ObjectWrap::Unwrap<T>()Ben Noordhuis2013-09-065-29/+44
* | src: add multi-context supportBen Noordhuis2013-09-0645-1704/+2520
* | test: don't call process.exit() in debugger testsBen Noordhuis2013-09-063-27/+11
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-09-05237-407/+507
|\ \ | |/
| * npm: upgrade to v1.3.10isaacs2013-09-05236-407/+454
| * stream: objectMode transforms allow falsey valuesisaacs2013-09-052-1/+54
| * uv: upgrade to v0.10.16Bert Belder2013-09-055-50/+100
* | handle_wrap: properly don't abort on unwrapTrevor Norris2013-09-052-1/+37
* | src: fix solaris 10 build errorBen Noordhuis2013-09-051-2/+4
* | test: move slow test from simple/ to pummel/Ben Noordhuis2013-09-051-0/+0
* | tls: socket.renegotiate(options, callback)Fedor Indutny2013-09-055-21/+136
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-09-044-2/+165
|\ \ | |/
| * blog: Post for v0.11.7Timothy J Fontaine2013-09-041-0/+92