0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
isaacs 0e311717b5 Treat "//some_path" as pathname rather than hostname by default.
Note that "//" is still a special indicator for the hostname, and this does
not change the parsing of mailto: and other "slashless" url schemes.  It
does however remove some oddness in url.parse(req.url) which is the most
common use-case for the url.parse function.
2010-09-02 09:24:21 -07:00
benchmark Improve appendix markdown 2010-08-21 01:24:14 -07:00
bin :%s/sys.puts/console.log/g 2010-06-23 20:05:29 -07:00
deps Fix V8 build for old gcc 2010-08-18 22:50:16 -07:00
doc Pass an error to the sys.pump callback if one occurs 2010-08-30 10:23:48 -07:00
lib Treat "//some_path" as pathname rather than hostname by default. 2010-09-02 09:24:21 -07:00
src Make sure setInterval(cb, 0) loops infinitely 2010-08-31 16:45:17 -07:00
test Treat "//some_path" as pathname rather than hostname by default. 2010-09-02 09:24:21 -07:00
tools Update ronnjs (fix rendering of html self-closing tags) 2010-07-14 09:52:59 -07:00
.gitignore ignore test/fixtures/hello.txt created by some test(s) 2010-08-09 13:15:28 -07:00
AUTHORS bump version 2010-08-20 01:53:08 -07:00
ChangeLog bump version 2010-08-20 01:53:08 -07:00
configure Quote variables in configure script 2010-05-11 10:25:27 -07:00
LICENSE added read and write support for process.title Darwin 2010-08-12 16:23:41 -07:00
Makefile Update make website-upload 2010-08-20 02:00:37 -07:00
README Update README, remove ref to Ronn 2010-07-14 09:50:17 -07:00
TODO Add TODO 2010-08-17 08:16:43 -07:00
wscript Only check for execinfo lib in freebsd 2010-08-27 06:20:20 -07:00

Evented I/O for V8 javascript.

To build:

  ./configure
  make 
  make install

To run the tests:
  
  make test

To build the documentation:

  make doc
 
To read the documentation:

  man doc/node.1

See http://nodejs.org/ for more information. For help and discussion
subscribe to the mailing list by visiting
http://groups.google.com/group/nodejs or by sending an email to
nodejs+subscribe@googlegroups.com.