Ryan Dahl
a128451004
Import Google's closure_linter
Run with 'make lint'
14 years ago
Ryan Dahl
08d8116f6b
style
14 years ago
Ryan Dahl
cd48649c61
Require without .js in test-repl
14 years ago
Ryan Dahl
d8f2880ca4
New TLS server API
14 years ago
Ryan Dahl
ec1589875c
Stop watcher before calling .set() in Stream.prototype.resume
14 years ago
Ryan Dahl
127f17a0ea
Remove should_verify from C++ - to handle in JS land
14 years ago
Ryan Dahl
c5d32b3c64
add todo
14 years ago
Ryan Dahl
5dab4be53c
Remove useless shouldVerify assignments
14 years ago
Ryan Dahl
89e398f075
Better array check in Cert Authority list
14 years ago
Ryan Dahl
855210ce0b
add shouldVerifyPeer param to SecurePairs
14 years ago
Ryan Dahl
28a86c3e56
Remove unnecessary call to X509_STORE_free
14 years ago
Ryan Dahl
504a80dc6d
Rename VerifyPeerError to VerifyError
14 years ago
Ryan Dahl
1fe450c62c
fix typo
14 years ago
Ryan Dahl
09229820e7
Add promotejs
Over 2 months late -- this is how much I procrastinate. -_-
14 years ago
Michael W
5f3464cf4e
fixed timers, whoops.
Fixes issue https://github.com/ry/node/issues/issue/481
14 years ago
Ryan Dahl
355936dcde
Implement SecureContext destructor
14 years ago
Ryan Dahl
ea540c94f8
Better verify info
14 years ago
Ryan Dahl
4b947310b2
Move root certs out of JavaScript
14 years ago
Ryan Dahl
09157369b3
style
14 years ago
Ryan Dahl
e15e214747
Fix test-child-process-cwd.js on Joyent servers
It's symlinked to /usr/bin so this test fails.
14 years ago
Ryan Dahl
7286b79521
Upgrade V8 to 2.5.9.1
14 years ago
Ryan Dahl
486c74e72b
Revert "Default to TLSv1"
This reverts commit 97970b05fe
.
14 years ago
Ryan Dahl
70188499b0
Lazy load console object
14 years ago
Ryan Dahl
81afb54c0a
Fix comment
14 years ago
Ryan Dahl
db98d6e4e0
Remove assert in verify_peer; add comments
14 years ago
Bert Belder
5ea2a61596
win: Duplicate platform_cygwin.cc into platform_win32.cc
14 years ago
Bert Belder
fa94d55f87
win: C-ares build config for win32
14 years ago
Bert Belder
4a329af418
win: Waf doesn't detect sys/select.h on mingw, but its there for sure
14 years ago
Bert Belder
4c16dd7c5c
win: Make libev use send instead of write for sockets
It looks like MINGW doesn't like to write() to sockets.
If wrong, revert this patch
14 years ago
Bert Belder
4476ce04dc
win: Export eio__pread and eio__pwrite so node_file can use it
14 years ago
Bert Belder
d1d4695474
win: Fix wscript for libeio on windows
14 years ago
Bert Belder
5a36d1b86f
win: Make libeio build on windows
14 years ago
Bert Belder
99ba903d46
win: Define __POSIX__ constant when the platform is POSIX-y
14 years ago
Bert Belder
9032bfce59
win: Symlink to jsmin.py doesn't work on windows
14 years ago
Ryan Dahl
aed0ba3211
buffer.copy targetStart defaults to 0
14 years ago
Ryan Dahl
6d7242b485
Document defaults for buffer.copy()
14 years ago
Ryan Dahl
a326eebac8
Put tools/ into PYTHON_PATH
14 years ago
Michael W
645c3b3713
Fixed: clearTimeouts calling multiple times
When clearTimeouts was called on a timer multiple times, it would break the
doubly-linked list along with future timeouts. This patch fixes that.
14 years ago
Travis Swicegood
22cf5a24db
Simplify execution from "big if statement"
This code is functionally equivalent, but in a simpler form. Now new
parameters to `execFile` do not require `exec` to be refactored.
14 years ago
Travis Swicegood
e514f575f3
Remove cruft that dealt with env parameter
Originally added in commit 078a48a9
, this code dealt with an optional
env parameter that was passed to `exec`. The parameter was removed, but
this code was left. As it serves no purpose, removing it.
14 years ago
Ryan Dahl
1dbbaa7fa0
Add test to show ECONNREFUSED works
14 years ago
Jeremy Martin
144b2a5338
Fix number of args emitted by EventEmitter during "fast case" (lte 3 args)
14 years ago
Oleg Slobodskoi
02083412eb
assert.throws can now accept as RegExp
makes validation of errors more flexible
14 years ago
Travis Swicegood
86727b15f3
fix a typo in comment
fixes issue 464
14 years ago
Evan Larkin
bc02d47b21
Fix variable leak.
Fixes issue 461
14 years ago
Ryan Dahl
711196cafa
Don't call exit() from the signal handler
Fixes issue #457
14 years ago
Ryan Dahl
3fceb491d4
Style
14 years ago
Ryan Dahl
b6face1dce
Remove unnecessary variable def
14 years ago
Ryan Dahl
735b9d50a3
Simplify state transitions in http.Client
Fixes new bug shown in test-http-allow-req-after-204-res.js pointed out by
Tom Carden <tom.carden@gmail.com>.
14 years ago
Ryan Dahl
85827bde34
Avoid cascading EADDRINUSE test failure
See note in test-securepair-client.js
14 years ago