Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto: update root certificates | Ben Noordhuis | 2014-12-04 | 1 | -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.pl | Ben Noordhuis | 2014-12-04 | 1 | -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 curl | Ben Noordhuis | 2014-12-04 | 1 | -0/+241 |
| | | | | This is a back-port of commit 5ab863d from the master branch. | ||||
* | doc: build branch versioned docs | Timothy J Fontaine | 2014-10-13 | 1 | -1/+1 |
| | |||||
* | Now working on 0.10.31 | Timothy J Fontaine | 2014-07-31 | 1 | -1/+1 |
| | |||||
* | timers: backport f8193ab | Julien Gilli | 2014-07-31 | 1 | -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 process | Timothy J Fontaine | 2014-06-13 | 1 | -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_dtrace | Fedor Indutny | 2014-02-21 | 1 | -4/+2 |
| | |||||
* | gyp: specialize node.d for freebsd | Fedor Indutny | 2014-02-21 | 2 | -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 repo | Timothy J Fontaine | 2014-02-18 | 1 | -11/+11 |
| | |||||
* | website: move website to joyent/node-website | Timothy J Fontaine | 2014-02-13 | 105 | -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.6 | Fedor Indutny | 2014-01-13 | 1 | -1/+2 |
| | | | | fix #6859 | ||||
* | deps: update gyp to 1eae492b | Fedor Indutny | 2014-01-13 | 8 | -56/+113 |
| | |||||
* | deps: update gyp to 828ce09 | Fedor Indutny | 2013-12-30 | 12 | -134/+559 |
| | |||||
* | build: install common.gypi along with headers | T.C. Hollingsworth | 2013-12-20 | 1 | -0/+1 |
| | | | | node-gyp requires this file | ||||
* | build: unix install node and dep library headers | Timothy J Fontaine | 2013-12-18 | 1 | -0/+36 |
| | | | | | Restores functionality from v0.8 where module authors may not be relying on gyp for building their modules. | ||||
* | gyp: update to 78b26f7 | Timothy J Fontaine | 2013-12-11 | 16 | -119/+1785 |
| | |||||
* | gyp: update to bebdceagyp-update | Timothy J Fontaine | 2013-11-10 | 38 | -2136/+2222 |
| | |||||
* | blog: Remove wp-to-markdown script | isaacs | 2013-10-09 | 1 | -189/+0 |
| | |||||
* | tools: script release steps after jenkins build | Timothy J Fontaine | 2013-08-21 | 1 | -0/+79 |
| | |||||
* | tools: script to report [un]stable build | Timothy J Fontaine | 2013-08-21 | 1 | -0/+19 |
| | |||||
* | tools: Add next/prev version scripts | isaacs | 2013-07-09 | 2 | -0/+32 |
| | |||||
* | build: add pkgsrc rule | Timothy J Fontaine | 2013-06-06 | 2 | -0/+8 |
| | |||||
* | tools: remove unnecessary cpplint rules | isaacs | 2013-05-14 | 1 | -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.6 | Timothy J Fontaine | 2013-05-07 | 1 | -5/+10 |
| | |||||
* | test: report test duration in TAP progress | Timothy J Fontaine | 2013-05-07 | 1 | -2/+9 |
| | |||||
* | build: Typo in tools/msvs/msi/product.wxs | isaacs | 2013-04-11 | 1 | -1/+1 |
| | |||||
* | test: test name is the last elem, not second | Timothy J Fontaine | 2013-03-26 | 1 | -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 r1601 | Ben Noordhuis | 2013-03-24 | 23 | -500/+722 |
| | | | | | Among other things, this should make it easier for people to build node.js on openbsd. | ||||
* | install: don't install man page twice | Ben Noordhuis | 2013-03-16 | 1 | -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 typos | isaacs | 2013-03-09 | 2 | -9/+9 |
| | |||||
* | win/msi: enable modify and repair | Bert Belder | 2013-03-08 | 1 | -1/+0 |
| | |||||
* | win/msi: miscellaneous style cleanups | Bert Belder | 2013-03-08 | 1 | -29/+29 |
| | |||||
* | win/msi: don't include architecture in start menu group name | Bert Belder | 2013-03-08 | 1 | -1/+1 |
| | |||||
* | win/msi: update 'install finished' message | Bert Belder | 2013-03-08 | 1 | -1/+1 |
| | |||||
* | win/msi: clean up the 'documentation shortcuts' feature | Bert Belder | 2013-03-08 | 1 | -22/+24 |
| | |||||
* | win/msi: refactor 'node.js runtime' feature | Bert Belder | 2013-03-08 | 2 | -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 feature | Bert Belder | 2013-03-08 | 1 | -13/+51 |
| | |||||
* | win/msi: separate features for ETW and perfctr support | Bert Belder | 2013-03-08 | 1 | -10/+32 |
| | |||||
* | win/msi: make npm a feature separate from the runtime | Bert Belder | 2013-03-08 | 2 | -22/+33 |
| | |||||
* | win/msi: use consistent registry key paths | Bert Belder | 2013-03-08 | 1 | -12/+12 |
| | |||||
* | win/msi: don't create empty npm folder in %appdata% | Bert Belder | 2013-03-08 | 1 | -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 file | Bert Belder | 2013-03-08 | 1 | -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/components | Bert Belder | 2013-03-08 | 1 | -14/+14 |
| | |||||
* | win: make nodejsvars.bat detect whether npm is available | Bert Belder | 2013-03-08 | 1 | -3/+11 |
| | |||||
* | win/msi: make msi build work when spaces are present in the path | Bert Belder | 2013-03-04 | 1 | -2/+2 |
| | |||||
* | windows/msi: fix msi build issue with WiX 3.7/3.8 | Raymond Feng | 2013-03-02 | 1 | -0/+1 |
| | | | | | The `heat` tool that gathers NPM source files wasn't getting called. Closes #4896 | ||||
* | blog: Do not pass undefined to path.join | isaacs | 2013-03-01 | 1 | -1/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/v0.8' | Ben Noordhuis | 2013-02-28 | 1 | -2/+2 |
|\ | |||||
| * | test: fix tap output on windows | Timothy J Fontaine | 2013-02-28 | 1 | -2/+2 |
| | | | | | | | | Test output is always \n and not platform dependent |