2719 Commits (d0beac70f4d494c4c481281d6c8f672deae9a5d8)
 

Author SHA1 Message Date
Ryan Dahl bf89872306 style 14 years ago
Ryan Dahl be2457aaca Use SSL_MODE_RELEASE_BUFFERS by default. 14 years ago
Ryan Dahl 8012f2cb7a Add some TODO items 14 years ago
Ryan Dahl 102b1d999d Add simple securepair client test 14 years ago
isaacs a52f59b437 Use a proper tty test. 14 years ago
Tom Hughes 6285fac232 Allocations with new[] must be freed with delete[]. 14 years ago
Tom Hughes 7fcfb7b981 Fix memleak in ChildProcess:Spawn(). 14 years ago
Ryan Dahl 73318fa09d Upgrade V8 to 2.5.8 14 years ago
Nikhil Marathe fa8ffaf9b2 cmake: Install v8 headers include/node 14 years ago
Nikhil Marathe 1b6b090cdc Use CMake's standard way to find Python. 14 years ago
Tom Hughes 14e6b07f63 cmake: Add cdash support. 14 years ago
Tom Hughes 342b8b2ed2 cmake: fix debian package description. 14 years ago
Daniel Gröber ea29cb4e46 cmake cleanup 14 years ago
Tom Hughes a530c23d96 cmake: Add wrapper Makefile and README. 14 years ago
Ryan Dahl b57c1f51b9 Saner, yet still ugly, fix to displaying syntax errors 14 years ago
Ryan Dahl a6f6532dfb Fix test-securepair-server 14 years ago
isaacs a2b3c865c9 Correct reference to "process.Module" 14 years ago
Wade Simmons 03e5da8429 Fix ErrnoExceptions that have the wrong syscall name 14 years ago
Ryan Dahl 4f32a59307 Fix buffer.slice(0, 0) 14 years ago
Ryan Dahl f123a1ab40 hack to display syntax errors. FIXME 14 years ago
Tom Hughes 446beebd79 Add cmake build support. 14 years ago
isaacs b52b4196ab Fix problem with requireNative not exporting 'module' object 14 years ago
Ryan Dahl 12554380d5 Add support for SSDP methods -_- 14 years ago
Ryan Dahl d695486185 Upgrade http-parser 14 years ago
Ben Noordhuis b64791c7e4 Fix c-ares bug: reply to a CNAME query 14 years ago
Ben Noordhuis 611dffabb6 Support CNAME lookups in DNS module. 14 years ago
Jorge Chamorro Bieling 6aa92d5289 Apple's threaded write()s bug 14 years ago
Ryan Dahl 7b2f5ab7f8 Fix mac build 14 years ago
Ben Noordhuis f0b8cc6a94 require() should work with `node --eval`. 14 years ago
Nikhil Marathe 7a3971e433 Use sys.executable to call python 14 years ago
Ben Noordhuis 80b5a52217 Fix compiler warnings. 14 years ago
Ben Noordhuis a87172f9b2 Compile with `-Wno-unused-parameter -D_FORTIFY_SOURCE=2` 14 years ago
Marco Rogers 5749f91814 Docs for util.inherits 14 years ago
Herbert Vojčík 3422263414 requireNative made independent on module system 14 years ago
Ryan Dahl f6479f2fb6 Print deprecation warning on process.compile 14 years ago
Ryan Dahl a16b3c3148 Use runInNewContext instead of process.compile 14 years ago
Ryan Dahl b1088d6bd2 Load 'path' module with requireNative 14 years ago
Ryan Dahl bb6d468dd8 requireNative doesn't depend on rest of module system 14 years ago
Silas Sewell 11b2ee7632 Various doc tweaks (2-spaces vs tabs, EOL-whitespace, repl prompt, "world" vs "World", etc...) 14 years ago
Ryan Dahl c11f3f8b0f simplify lazy constant loading 14 years ago
Ryan Dahl 6063ea62df fix style in path.js 14 years ago
Ryan Dahl 5890272538 Print friendly error message when main module is ENOENT 14 years ago
Ryan Dahl c321e9893d stream.pipe should remove listeners on dest close 14 years ago
Ryan Dahl 2320497992 Revert "Merge branch 'writev'" 14 years ago
Ryan Dahl 794e7be4f8 Revert "Actually don't need to limit sendmsg size on unix - seems okay." 14 years ago
Ryan Dahl d42098651b Revert "fd_to_send needs to be cleared if *any* data was sent" 14 years ago
Marco Rogers 118b88e44f update repl to distinguish JSON.parse SyntaxErrors from the rest 14 years ago
Ryan Dahl 56074d1056 Inline Buffer::Length and Buffer::Data 14 years ago
Ryan Dahl a93634007a fd_to_send needs to be cleared if *any* data was sent 14 years ago
Ryan Dahl 464ced4a86 Actually don't need to limit sendmsg size on unix - seems okay. 14 years ago