summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Now working on 0.10.37Timothy J Fontaine2015-01-261-2/+2
* Merge branch 'v0.10.36-release' into v0.10Timothy J Fontaine2015-01-262-2/+11
|\
| * 2015.01.26, Version 0.10.36 (Stable)v0.10.36v0.10.36-releaseTimothy J Fontaine2015-01-262-2/+11
|/
* build: add win32 convenience build ruleTimothy J Fontaine2015-01-231-0/+2
* test: fix crypto-stream after openssl updateFedor Indutny2015-01-211-1/+1
* build: remove vanished masm file from openssl buildFedor Indutny2015-01-211-2/+1
* deps: update openssl to 1.0.1lJames M Snell2015-01-2117-81/+34
* deps: update openssl to 1.0.1kFedor Indutny2015-01-21116-5360/+1981
* doc: use correct signature for assert()Andrei Sedoi2015-01-201-1/+1
* docs: delete unused/duplicate css filesRobert Kowalski2015-01-142-57/+0
* test: backport use executable in spawn() testcjihrig2015-01-131-4/+4
* deps: revert backport b593aa8 from v8 upstreamJulien Gilli2015-01-132-8/+6
* v8: don't busy loop in cpu profiler threadBen Noordhuis2015-01-127-26/+7
* Now working on 0.10.36Timothy J Fontaine2014-12-231-2/+2
* Merge branch 'v0.10.35-release' into v0.10Timothy J Fontaine2014-12-233-2/+12
|\
| * 2014.12.22, Version 0.10.35 (Stable)v0.10.35v0.10.35-releaseTimothy J Fontaine2014-12-223-2/+12
|/
* doc: clarify buffer api documentationJames M Snell2014-12-221-9/+42
* doc: clarify add/removeListener semanticsJames M Snell2014-12-221-5/+13
* timers: don't mutate unref list while iterating itJulien Gilli2014-12-224-35/+221
* src: re-add 1024-bit SSL certs removed by f9456a2Chris Dickinson2014-12-192-0/+167
* timers: don't close interval timers when unrefdJulien Gilli2014-12-192-1/+40
* Now working on 0.10.35Timothy J Fontaine2014-12-171-2/+2
* Merge branch 'v0.10.34-release' into v0.10Timothy J Fontaine2014-12-173-4/+34
|\
| * 2014.12.17, Version 0.10.34 (Stable)v0.10.34v0.10.34-releaseTimothy J Fontaine2014-12-173-4/+34
* | Revert "src: reduce cpu profiler overhead"Trevor Norris2014-12-171-1/+0
* | src: reduce cpu profiler overheadBen Noordhuis2014-12-171-0/+1
* | test: remove redundant code in testcjihrig2014-12-171-6/+0
|/
* doc: improve dns module's documentationJulien Gilli2014-12-171-10/+78
* deps: backport b593aa8 from v8 upstreamJulien Gilli2014-12-172-6/+8
* deps: backport 2ad2237 from v8 upstreamJulien Gilli2014-12-171-1/+1
* doc: Update LICENSE for zlib 1.2.8Shigeki Ohtsu2014-12-161-5/+4
* deps: fix zlib.gyp for zlib upgrade to 1.2.8Shigeki Ohtsu2014-12-161-2/+13
* deps: upgrade zlib to 1.2.8Shigeki Ohtsu2014-12-16209-3774/+46440
* timers: Avoid linear scan in _unrefActive.Julien Gilli2014-12-162-47/+144
* src: remove icu_configTrevor Norris2014-12-152-2/+1
* build: configure return exit status from gypSteven R. Loomis2014-12-151-1/+1
* docs: clarify url.format documentationJulien Gilli2014-12-151-2/+4
* doc: fix typo secureOptions in tlssilverwind2014-12-111-1/+1
* deps: update libuv to 0.10.30Saúl Ibarra Corretgé2014-12-0918-33/+172
* doc: clearer log messages in net code samplespkcs2014-12-081-4/+4
* docs: fix streams example for write() after end()Alejandro Oviedo2014-12-061-5/+4
* doc: fix grammar in tls and timersBrendan Ashworth2014-12-052-3/+3
* zlib: do not Unref() if wasn't Ref()edFedor Indutny2014-12-041-1/+2
* crypto: update root certificatesBen Noordhuis2014-12-042-373/+30865
* tools: customize mk-ca-bundle.plBen Noordhuis2014-12-041-70/+30
* tools: bundle mk-ca-bundle.pl from upstream curlBen Noordhuis2014-12-041-0/+241
* timers: fix unref() memory leakTrevor Norris2014-11-262-1/+12
* doc: cover stdio option in child_processSam Roberts2014-11-181-33/+68
* lint: fix lint issuesTrevor Norris2014-11-181-4/+2
* domains: fix issues with abort on uncaughtJulien Gilli2014-11-184-31/+364