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
Mark Nottingham d59512f6f4 Add support for handling Expect: 100-continue
HTTP/1.1 requests, either with an event (check_continue) or automatically, if no event handler is present.

Add client-side expect/continue support, tests.

Expound upon client requirements for expect/continue.
2010-10-01 15:30:53 -07:00
benchmark output time of function calls 2010-09-28 01:14:38 -07:00
bin :%s/sys.puts/console.log/g 2010-06-23 20:05:29 -07:00
deps Upgrade V8 to 2.4.7 2010-10-01 14:19:11 -07:00
doc Add support for handling Expect: 100-continue 2010-10-01 15:30:53 -07:00
lib Add support for handling Expect: 100-continue 2010-10-01 15:30:53 -07:00
src Drop reference to timer callback on clearTimeout 2010-10-01 11:16:51 -07:00
test Add support for handling Expect: 100-continue 2010-10-01 15:30:53 -07:00
tools Add lfs flags to node addon script 2010-09-12 21:58:18 -07:00
.gitignore Catch Exceptions thrown when openssl is disabled 2010-09-13 12:04:31 -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
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 Update TODO 2010-09-19 13:32:46 -07:00
wscript Put preprocessor defines into CPPFLAGS not compile flags... 2010-09-28 03:17:44 -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.