summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* crypto: update root certificatesBen Noordhuis2014-12-041-0/+30153
| | | | | | | | | Update tools/certdata.txt to [0] (last updated on 2014-11-14) and rebuild src/node_root_certs.h. Refs joyent/node#8679 and joyent/node#8709. [0] https://hg.mozilla.org/mozilla-central/raw-file/64206634959a/security/nss/lib/ckfw/builtins/certdata.txt
* tools: customize mk-ca-bundle.plBen Noordhuis2014-12-041-70/+30
| | | | | | | Remove unneeded functionality and tweak the generated output so we can #include it in C++ source code. This is a back-port of commit e159073 from the master branch.
* tools: bundle mk-ca-bundle.pl from upstream curlBen Noordhuis2014-12-041-0/+241
| | | | This is a back-port of commit 5ab863d from the master branch.
* doc: build branch versioned docsTimothy J Fontaine2014-10-131-1/+1
|
* Now working on 0.10.31Timothy J Fontaine2014-07-311-1/+1
|
* timers: backport f8193abJulien Gilli2014-07-311-0/+20
| | | | | | | | | | | | | | | | | | | | Original commit message: timers: use uv_now instead of Date.now This saves a few calls to gettimeofday which can be expensive, and potentially subject to clock drift. Instead use the loop time which uses hrtime internally. In addition to the backport, this commit: - keeps _idleStart timers' property which is still set to Date.now() to avoid breaking existing code that uses it, even if its use is discouraged. - adds automated tests. These tests use a specific branch of libfaketime that hasn't been submitted upstream yet. libfaketime is git cloned if needed when running automated tests. Signed-off-by: Timothy J Fontaine <tjfontaine@gmail.com>
* build: run wix tool chain out of processTimothy J Fontaine2014-06-131-2/+2
| | | | | | Building MSIs for different arch's can sometimes confuse MSBuild and Wix, isntead run the toolchain externally so we don't have to worry about which arch cmd.exe is running as.
* installer: copy `node.d` only with node_use_dtraceFedor Indutny2014-02-211-4/+2
|
* gyp: specialize node.d for freebsdFedor Indutny2014-02-212-1/+33
| | | | | `node.d` should use `psinfo.d` instead of `procfs.d` and have statically defined architecture on FreeBSD.
* tools: update to support separate website repoTimothy J Fontaine2014-02-181-11/+11
|
* website: move website to joyent/node-websiteTimothy J Fontaine2014-02-13105-9690/+0
| | | | | The website will no longer be living in the source repository instead it can be found at http://github.com/joyent/node-website
* gyp: fix build with python 2.6Fedor Indutny2014-01-131-1/+2
| | | | fix #6859
* deps: update gyp to 1eae492bFedor Indutny2014-01-138-56/+113
|
* deps: update gyp to 828ce09Fedor Indutny2013-12-3012-134/+559
|
* build: install common.gypi along with headersT.C. Hollingsworth2013-12-201-0/+1
| | | | node-gyp requires this file
* build: unix install node and dep library headersTimothy J Fontaine2013-12-181-0/+36
| | | | | Restores functionality from v0.8 where module authors may not be relying on gyp for building their modules.
* gyp: update to 78b26f7Timothy J Fontaine2013-12-1116-119/+1785
|
* gyp: update to bebdceagyp-updateTimothy J Fontaine2013-11-1038-2136/+2222
|
* blog: Remove wp-to-markdown scriptisaacs2013-10-091-189/+0
|
* tools: script release steps after jenkins buildTimothy J Fontaine2013-08-211-0/+79
|
* tools: script to report [un]stable buildTimothy J Fontaine2013-08-211-0/+19
|
* tools: Add next/prev version scriptsisaacs2013-07-092-0/+32
|
* build: add pkgsrc ruleTimothy J Fontaine2013-06-062-0/+8
|
* tools: remove unnecessary cpplint rulesisaacs2013-05-141-14/+0
| | | | | We don't actually care about header order much, and since we never use stl classes, 'string' isn't an issue for node ever.
* test: don't use total_seconds() because of py2.6Timothy J Fontaine2013-05-071-5/+10
|
* test: report test duration in TAP progressTimothy J Fontaine2013-05-071-2/+9
|
* build: Typo in tools/msvs/msi/product.wxsisaacs2013-04-111-1/+1
|
* test: test name is the last elem, not secondTimothy J Fontaine2013-03-261-1/+1
| | | | | When a test requires node to have parameters passed (--expose-gc) the test name will be the last element in the command array, not the second.
* tools: update gyp to r1601Ben Noordhuis2013-03-2423-500/+722
| | | | | Among other things, this should make it easier for people to build node.js on openbsd.
* install: don't install man page twiceBen Noordhuis2013-03-161-1/+0
| | | | | | | Looks like a merge conflict in 77ed12f left in the old, unconditional install rule. Remove it, the new and improved rule is a few lines down. Fixes #5044.
* win/msi: Fix typosisaacs2013-03-092-9/+9
|
* win/msi: enable modify and repairBert Belder2013-03-081-1/+0
|
* win/msi: miscellaneous style cleanupsBert Belder2013-03-081-29/+29
|
* win/msi: don't include architecture in start menu group nameBert Belder2013-03-081-1/+1
|
* win/msi: update 'install finished' messageBert Belder2013-03-081-1/+1
|
* win/msi: clean up the 'documentation shortcuts' featureBert Belder2013-03-081-22/+24
|
* win/msi: refactor 'node.js runtime' featureBert Belder2013-03-082-46/+50
| | | | | | * This feature now includes the start menu items. * 'nodejsvars.bat' was renamed to 'nodevars.bat'. * Improved feature description.
* win/msi: make 'add to path' a separate featureBert Belder2013-03-081-13/+51
|
* win/msi: separate features for ETW and perfctr supportBert Belder2013-03-081-10/+32
|
* win/msi: make npm a feature separate from the runtimeBert Belder2013-03-082-22/+33
|
* win/msi: use consistent registry key pathsBert Belder2013-03-081-12/+12
|
* win/msi: don't create empty npm folder in %appdata%Bert Belder2013-03-081-13/+0
| | | | | Npm creates this folder when it's needed. Creating it in the installer violates the per-user / per-machine scope separation.
* win/msi: don't install pdb fileBert Belder2013-03-081-8/+0
| | | | | It's only available in debug builds, and we're not providing installer packages for debug builds anyway.
* win/msi: define features before directories/componentsBert Belder2013-03-081-14/+14
|
* win: make nodejsvars.bat detect whether npm is availableBert Belder2013-03-081-3/+11
|
* win/msi: make msi build work when spaces are present in the pathBert Belder2013-03-041-2/+2
|
* windows/msi: fix msi build issue with WiX 3.7/3.8Raymond Feng2013-03-021-0/+1
| | | | | The `heat` tool that gathers NPM source files wasn't getting called. Closes #4896
* blog: Do not pass undefined to path.joinisaacs2013-03-011-1/+2
|
* Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2013-02-281-2/+2
|\
| * test: fix tap output on windowsTimothy J Fontaine2013-02-281-2/+2
| | | | | | | | Test output is always \n and not platform dependent