2649 Commits (c70acbb1a3b14ba1131807023f35416e2d79f72f)
 

Author SHA1 Message Date
Ryan Dahl d7e7161b27 Add small crappy manpage (please improve) 14 years ago
isaacs 9996b459e1 Implement new path.join behavior 14 years ago
Ryan Dahl 25eecd179b Fix configure on x86 14 years ago
Micheil Smith a6c3d7121b Reworked and cleaned up documentation for Events 14 years ago
Micheil Smith f9ad171085 Added documentation for which module to require to use the methods defined in that documentation 14 years ago
Micheil Smith 09e60aa435 A few changes to the style, specifically for h3 + h3 14 years ago
Micheil Smith 17595b5343 Various changes to Net Documentation, ammended style for API. 14 years ago
isaacs 589e27948b writeFile fixes 14 years ago
Ryan Dahl d787a444c5 Use require('javascript') instead of process.binding('evals') 14 years ago
Ryan Dahl bc0118e519 Remove process.compile from docs 14 years ago
Ryan Dahl b842fbd602 Update gitignore for new docs 14 years ago
Ryan Dahl 320e0020a2 fix 'make doc' 14 years ago
Bert Belder e129630e9e Fix V8 build on Cygwin 14 years ago
Ben Noordhuis 5d80bdb6ae Add --profile flag to configure script, enables gprof profiling. 14 years ago
Rasmus Andersson e5a0fbe500 Added support for cross compilation and also fixed DEST_CPU to represent the canonical symbols dictated by v8 14 years ago
Ryan Dahl de6e88c428 Fix segfault on test-crypto 14 years ago
Ryan Dahl 8e09b1e2e1 Simplify REPL displayPrompt 14 years ago
Ryan Dahl 564a48643b Upgrade V8 to 2.5.6 14 years ago
Ryan Dahl d4af8a6b6a Add writeFilter when in the readline 14 years ago
Ryan Dahl c7b24efd21 Move ev_loop out of javascript 14 years ago
Ryan Dahl 4b4d4afa0a joyent-ize website 14 years ago
Ryan Dahl 06267f4d8d Remove -e from echo in test. Non-portable 14 years ago
Ryan Dahl d23643051e Upgrade http-parser again 14 years ago
Ryan Dahl 8285f12864 Upgrade http-parser 14 years ago
Ryan Dahl c6029c75a4 Remove util.print from docs 14 years ago
Guillaume Tuton 07da49b095 Set FD_CLOEXEC flag on stdio FDs before spawning. 14 years ago
Ryan Dahl a3750a9833 Remove unnecessary ref/unref in iowatcher cb 14 years ago
Ben Noordhuis b4def4806c Make writes to process.env update the real environment. Tests included. 14 years ago
Ryan Dahl 029180a93c Install node-waf 14 years ago
Ryan Dahl 6ce007e89a Remove warning in 'sys' - too aggressive 14 years ago
Ryan Dahl 515f006b6e Add legacy methods to Buffer 14 years ago
Ryan Dahl 07812c47a4 Add test for http-buffer problem 14 years ago
Ryan Dahl 97c9745063 Back to WAF 14 years ago
Ryan Dahl 41c1563584 Remove old buffer api 14 years ago
Ryan Dahl f1391f33cd Add missing require('fs') 14 years ago
Ryan Dahl ea78d995e0 Upgrade V8 to 2.5.3 14 years ago
Ryan Dahl fd725efa8f Add execinfo to freebsd LINKFLAGS 14 years ago
Ben Noordhuis 7a7e88d44b Fix 'undefined symbol' errors when loading native modules. 14 years ago
Oleg Efimov 6bf97808ee Add node headers installation 14 years ago
Oleg Efimov fac6db1b56 Add DESTDIR support to Makefile 14 years ago
Chandra Sekar S 2b08bacd56 Removed range read optimization as it doesn't work with libeio. 14 years ago
Ryan Dahl 2fa260cef6 Clean up 'make clean' 14 years ago
Ryan Dahl ae802e3867 Improper use of CFLAGS 14 years ago
Ryan Dahl 7c90ff5d41 Add configure --enable-debug to make it build both 14 years ago
Ryan Dahl 5e11b8a937 De-indent dns.lookup 14 years ago
Ryan Dahl 9c2969253b Make sure watcher.set() isn't being called when active 14 years ago
Ryan Dahl 016fdab43e Fix argv[6] comment in node_file 14 years ago
Micheil Smith 98e7d3506f Rewrite libeio After callback to use req->result instead of req->errorno for error checking 14 years ago
Ryan Dahl ef9e716fd1 Delete libv8 in 'make clean' 14 years ago
Ryan Dahl 268bcbde7c Upgrade V8 to 2.5.2 14 years ago