Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make test-require-resolve case insensitive #115

Closed
Closed
Changes from 1 commit
Commits
Show all changes
92 commits
Select commit Hold shift + click to select a range
849fcde
smalloc: fix copyOnto optimization
vkurchatkin Oct 28, 2014
5901013
src: make root_certs const
bnoordhuis Oct 16, 2014
29d7fd6
src: move debug agent from deps/ to src/
bnoordhuis Nov 3, 2014
084f382
src: clean up root_certs iteration
bnoordhuis Nov 3, 2014
b1dcaad
src: replace NULL with nullptr in debug agent
bnoordhuis Nov 3, 2014
ef46ca6
node: do not crash on IPC stdin
indutny Nov 4, 2014
7ab73ff
windows: fix process description to say "Node.js"
rvagg Nov 4, 2014
f65a5cb
smalloc: check if obj has external data
vkurchatkin Oct 31, 2014
3589a62
build: fix build for SmartOS
Oct 9, 2014
272aa58
test: more thorough tests for npm
othiym23 Sep 24, 2014
28ae70e
npm: Upgrade to v2.1.6
tjfontaine Nov 4, 2014
e13663d
src: network interface names are UTF-8 encoded
bnoordhuis Nov 3, 2014
bf23328
build: add rpmbuild .spec file
bnoordhuis Jul 5, 2013
9fb7aee
test: unlink custom unix socket before test
bnoordhuis Oct 29, 2014
b9cecc3
test: use common.PIPE in simple/test-cluster-eaccess
rvagg Nov 5, 2014
ce112c2
deps: update uv to v1.0.0-rc2
saghul Oct 20, 2014
a5f1307
core: replace uv_fs_readdir with uv_fs_scandir
saghul Oct 17, 2014
e46cbaa
core: fix usage of uv_cwd
saghul Oct 17, 2014
5845a6b
uv: revert change causing build failures
trevnorris Nov 7, 2014
03bae7b
doc: remove tls.createSecurePair deprecation
chrisdickinson Nov 7, 2014
1bb0aeb
crypto: escape DNS altname
indutny Nov 5, 2014
1183ba4
zlib: support concatenated gzip files
eendeego Sep 9, 2014
454fbb8
test: kill children before cluster parent
rvagg Nov 8, 2014
d8a3c4a
tls: remove tls.createSecurePair code deprecation
JacksonTian Nov 10, 2014
fd22268
doc: note ability to require files within packages
sudodoki Jun 16, 2014
355b96b
lib,src: make os.endianness() inlinable
bnoordhuis Nov 10, 2014
be413ac
src: fix windows build error
bnoordhuis Nov 11, 2014
0339446
build: i18n: fix build on OSX
srl295 Oct 4, 2014
ea4dc7d
build: i18n: fix icu toolset dependencies
srl295 Nov 6, 2014
855b1c9
build: i18n: support little-endian machines
srl295 Aug 5, 2014
00d7b13
module: correct the order of the assertions
Sep 9, 2014
3b3d89b
crypto: fix X509 cert memory leak in GetPeerCert
indutny Nov 11, 2014
5d1b6d3
deps: upgrade v8 to 3.30.37
bnoordhuis Nov 13, 2014
5a43848
deps: fix postmortem-metadata generator in v8
refack Sep 29, 2014
c3d3c8e
src: fixups after v8 upgrade
bnoordhuis Nov 14, 2014
f6556b6
fs: fix symlink error message
vkurchatkin Nov 1, 2014
743a009
process: pid can be a string in process.kill()
sam-github Oct 8, 2014
0fef250
dns: propagate domain for c-ares methods
chrisdickinson Nov 16, 2014
adc0206
doc: fix typos in http.markdown
cistov Feb 15, 2013
1f79e4f
test: use common.PIPE for emptyTxt path
rvagg Nov 6, 2014
28c4520
test: fix test-cluster-eaccess to work on windows
rvagg Nov 13, 2014
8ba39b0
src: turn two global vars into local vars
bnoordhuis Nov 12, 2014
83d2cb6
src: remove static variables from tls_wrap
bnoordhuis Nov 12, 2014
6a67823
doc: clarify return value of http.createServer
msafi Aug 14, 2013
f8076c4
lib: add setFlagsFromString() to tracing module
bnoordhuis Nov 14, 2014
963f5e8
tls: do not hang without `newSession` handler
indutny Nov 4, 2014
4dc8b26
doc: correct broken link in net.markdown
OpenSourceSteve Nov 20, 2014
6a90a06
path: allow calling platform specific methods
tjfontaine Jun 11, 2013
2d17193
path: added parse() and format() functions
roryrjb Apr 8, 2014
21130c7
lib: turn on strict mode
bnoordhuis Nov 22, 2014
fcbbc7a
Merge remote-tracking branch 'joyent/v0.12' into v0.12
bnoordhuis Nov 22, 2014
b594e59
test: named pipe is invalid when appending .txt
rvagg Nov 19, 2014
d7e7008
crypto: throw if the key doesn't match cert
indutny Nov 24, 2014
ce56dcc
crypto: allow creation of GCM ciphers with createCipher
calvinmetcalf Nov 11, 2014
0f66835
crypto: proper fix for d7e700's cause
indutny Nov 26, 2014
7efc64d
test: fix floating point NaN tests on mips
jcowgill Nov 26, 2014
574407a
deps: update openssl to 1.0.1j
indutny Nov 27, 2014
232c4c2
punycode: update to v1.3.2
mathiasbynens Nov 28, 2014
4d7e893
test: fix test-crypto-stream
indutny Oct 15, 2014
d23326b
test: another fix for test-crypto-stream
indutny Nov 28, 2014
013527a
test: don't remove empty.txt on win32
rvagg Nov 27, 2014
ab71223
openssl: fix keypress requirement in apps on win32
indutny Dec 11, 2013
e05dff1
deps: openssl - add x32 support
bnoordhuis Oct 14, 2014
e085211
test: bump --stack-size to stop child fails on ARM
rvagg Nov 29, 2014
d77f490
test: extend timeouts in child/exec tests
rvagg Nov 29, 2014
a647c39
docs: add issue contributing section
max-mapper Dec 2, 2014
51514c8
docs: simple project messaging.
mikeal Dec 2, 2014
d24b7b8
docs: Change contributing documentation to io.js
tomgco Dec 2, 2014
ba687f6
url: support `path` for url.format
yorkie Nov 20, 2014
280b387
doc: fixed article usage in README.
xjamundx Dec 2, 2014
550a444
doc: update README with irc channel
Dec 3, 2014
9f9641c
docs: improve repo description
leobalter Dec 3, 2014
e4932d0
docs: fix prerequisite list formatting
brycekahle Dec 3, 2014
206389d
Added Gitter badge
gitter-badger Dec 3, 2014
766d063
configure: remove shared cares build option
jbergstroem Dec 3, 2014
0fe7a0d
modules: adding load linked modules feature
thlorenz Sep 15, 2014
185d11c
policy: added contribution policy
rvagg Dec 4, 2014
71e9d0f
configure: remove shared cares build option
jbergstroem Dec 3, 2014
dca1ee4
contributing: commiter git FAQ
indutny Dec 4, 2014
79da2ba
build: update rpmbuild .spec file
bnoordhuis Dec 4, 2014
993fadb
build: rename rpmbuild .spec file
bnoordhuis Dec 4, 2014
2931348
events: implement EventEmitter#getMaxListeners()
tellnes Dec 5, 2014
b928303
test: move simple/test-abort-fatal-error to pummel
bnoordhuis Dec 5, 2014
244a8f7
build: don't run find in non-existent directory
ghostbar Dec 6, 2014
616343b
debugger: use requireRepl() to load debugger repl
cjihrig Nov 26, 2014
3ac4941
net: give better error messages
Dec 3, 2014
36777d2
module: test for directories, fix require with ..
robertkowalski Feb 10, 2014
9bca8a0
doc: fixes grammar in timers/tls
brendanashworth Dec 5, 2014
823cd54
contributing: add information for caine bot
indutny Dec 8, 2014
e3aa802
contributing: add all core modules to Caine's spec
indutny Dec 8, 2014
e24fa83
Revert "path: resolve normalize drive letter to lower case"
seishun Dec 6, 2014
02ad518
test-require-resolve: use case insensitive compare
piscisaureus Dec 8, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
windows: fix process description to say "Node.js"
Newer incarnations of the task manager only show the description, not
even the product name.

PR-URL: node-forward/node#46
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuisl.nl>
  • Loading branch information
rvagg authored and bnoordhuis committed Nov 3, 2014
commit 7ab73ff735b26207c99b4259c4fd7c1aa8c23643
2 changes: 1 addition & 1 deletion src/res/node.rc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ BEGIN
BEGIN
VALUE "CompanyName", "Joyent, Inc"
VALUE "ProductName", "Node.js"
VALUE "FileDescription", "Evented I/O for V8 JavaScript"
VALUE "FileDescription", "Node.js: Evented I/O for V8 JavaScript"
VALUE "FileVersion", NODE_VERSION_STRING
VALUE "ProductVersion", NODE_VERSION_STRING
VALUE "OriginalFilename", "node.exe"
Expand Down