Ryan Dahl
105c35b9fd
http.Client shims
14 years ago
Ryan Dahl
e576d4ec79
Add parser to agent
14 years ago
Ryan Dahl
60aea96f84
first pass at http refactor for TLS
14 years ago
Ryan Dahl
ae30af44cf
Disable gdbjit by default
14 years ago
Bert Belder
a763a4f4d9
Fix memory corruption bug on Windows
14 years ago
Bert Belder
8ca0b9a3c5
Fix ev_async misuse in node_child_process_win32.cc
14 years ago
kmillikin@chromium.org
7c2869046e
Fix an assertion failure in the full code generator.
We hit an assertion failure when we tried to record the AST ID of
the (shared) .arguments variable proxy more than once. This was hit
when we had multiple calls to the same parameter in a function that
used the arguments object. The fix is to not visit the subexpressions
of the (shared) property access expression.
BUG=1060
Review URL: http://codereview.chromium.org/6368007
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@6404 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
14 years ago
Ryan Dahl
ba80d4d8a9
Transfer data gathering responsibility to readline
Fixes non-raw REPL/Debugger on Posix.
14 years ago
Ryan Dahl
d4127717ac
Fix tab on posix tty
14 years ago
Ryan Dahl
6e9f746a46
wscript: style
14 years ago
Ryan Dahl
5895df4d0e
Compile gdbjit in by default on linux
14 years ago
Bert Belder
a61066ea1b
Workaround for V8 bug 884
See http://code.google.com/p/v8/issues/detail?id=884
14 years ago
Ryan Dahl
b8f006ef72
Upgrade V8 to 3.0.9
14 years ago
Bert Belder
e6e6e87463
Windows: fix window size getter bug
14 years ago
Bert Belder
f0bf325495
Update TODO.win32
14 years ago
Bert Belder
4475b76535
Readline: use symbolic key names instead of ascii control codes
14 years ago
Bert Belder
8c9b2d1066
Readline: use tty methods instead of control sequences
14 years ago
Bert Belder
0b5bf70bff
Use tty.ReadStream and tty.WriteStream for stdio when appropriate
14 years ago
Bert Belder
87d898929f
Implement tty.ReadStream and tty.WriteStream
14 years ago
Bert Belder
4fddca09f1
New stdio functions to aid new readline interface
14 years ago
Bert Belder
b0eed65584
Windows: watcher for tty events
14 years ago
Ryan Dahl
4f8dd28f7e
wscript chooses win32 source files, not cpp
14 years ago
Ryan Dahl
cb14236bb4
Use common.PORT not 8000
14 years ago
Ryan Dahl
39535d74df
move test-exec to pummel - too slow
14 years ago
Alexis Sellier
66b418d6f3
make 'readyState' available to CryptoStream
14 years ago
Ryan Dahl
2f6cb66009
Add setEncoding to CryptoStream
14 years ago
Ryan Dahl
4d0416caf6
Add setNoDelay to cryptostream
14 years ago
Ryan Dahl
b22b5e341b
listen/bind errors should close net.Server
14 years ago
Ryan Dahl
2ec4cd5525
factor linklist code into own file
14 years ago
Bert Belder
b8879d64dd
Remove completed TODO.win32 items
14 years ago
Bert Belder
6ad629895d
Make child_process.kill always work on windows
14 years ago
Bert Belder
bb3bf091d4
Fix several child process bugs on windows
14 years ago
Bert Belder
5087c62f18
Fix detection of socket errors
14 years ago
Bert Belder
2ce0961de1
Improve error reporting on windows
14 years ago
Bert Belder
0eb4c2157d
Define winsock error numbers
14 years ago
Bert Belder
c99962e4cd
Misc. cleanups
casts, unused vars, function ordering, /* within comment, etc.
14 years ago
Bert Belder
e0f47be9d0
Clean up the way windows headers are included
Plus make inclusion order a little more consistent in general
14 years ago
Bert Belder
43d75952ff
Windows: get rid of most NO_IMPL related macros
14 years ago
Bert Belder
dc99aa0c8c
Windows: implement missing stdio methods
14 years ago
Bert Belder
b70f8aec84
Workaround for V8 bug 884
See http://code.google.com/p/v8/issues/detail?id=884
14 years ago
Ryan Dahl
86bf3309bf
docs: style
14 years ago
Ryan Dahl
a51063c13c
docs: Add note about global scope
14 years ago
Bert Belder
595509bb4c
Fix v8 build on windows
reported to v8 in http://codereview.chromium.org/6056006/
14 years ago
Ryan Dahl
cf2e4f44af
Upgrade V8 to 3.0.8
14 years ago
Ryan Dahl
082a4b6033
Now working on v0.3.6
14 years ago
Ryan Dahl
b622bc6305
Bump version to v0.3.5
14 years ago
Felix Geisendörfer
0263f01475
Fix test-require-cache-without-stat.js
This path adds an additional cache to the module system for caching the
location of previously required modules. Since it is embedded in the
loop that iterates over all require.paths, this patch also handles the
case where require.paths is being modified.
The patch also cleans up some code around it.
See: https://groups.google.com/forum/#!topic/nodejs-dev/QGGlrvLDHVs
14 years ago
Felix Geisendörfer
f39fdf2610
Isolate native module system again
See: 2e5dfafcb0 (commitcomment-239719)
14 years ago
Ryan Dahl
c3b0d133aa
Add built-in module loading to test-require-cache-without-stat
14 years ago
Ryan Dahl
f35773ad07
Add broken test for require cache working
require is caching the compiled code but still stating the filenames.
https://groups.google.com/d/topic/nodejs-dev/QGGlrvLDHVs/discussion
14 years ago