Ryan Dahl
3cf4827ae0
Add idle connection test
14 years ago
Ryan Dahl
ff456b3886
Add 'make bench' script
14 years ago
Ryan Dahl
4fcbc1b64a
Update make website-upload
14 years ago
Jérémy Lal
abd3f8a02a
make node.1 depend on make all
15 years ago
Jérémy Lal
2b8a9a8358
Use ronnjs 0.2 to generate docs. Small cosmetic change.
15 years ago
Ryan Dahl
125b868e06
Add message tests
15 years ago
Ryan Dahl
ef9f4046c9
Better 'make' output
Removes 'make all-debug' since it is unnecessary now.
15 years ago
Ryan Dahl
501136b999
Revert "More dynmaic linking options"
Broke the build. Will fix and reapply soon.
This reverts commit 75f0cf471a
.
15 years ago
Ryan Dahl
75f0cf471a
More dynmaic linking options
This adds the following options to the `configure` program
--shared-v8 Link to a shared V8 DLL instead of static linking
--shared-v8-includes=SHARED_V8_INCLUDES
Directory containing V8 header files
--shared-v8-libpath=SHARED_V8_LIBPATH
A directory to search for the shared V8 DLL
--shared-cares Link to a shared C-Ares DLL instead of static linking
--shared-cares-includes=SHARED_CARES_INCLUDES
Directory containing C-Ares header files
--shared-cares-libpath=SHARED_CARES_LIBPATH
A directory to search for the shared C-Ares DLL
--shared-libev Link to a shared libev DLL instead of static linking
--shared-libev-includes=SHARED_LIBEV_INCLUDES
Directory containing libev header files
--shared-libev-libpath=SHARED_LIBEV_LIBPATH
A directory to search for the shared libev DLL
and removes --system.
15 years ago
Ryan Dahl
311a62dea7
Fix JOBS for Solaris make
15 years ago
Ryan Dahl
23d680bb85
Allow parallel jobs to be passed to V8 build
e.g. JOBS=2 make
15 years ago
Ryan Dahl
ce2d5ad0d7
Change the 'make dist' to remove v8 test dir
15 years ago
Matt Ranney
eb4951d499
Add proper HTML header for changelog so UTF-8 works.
15 years ago
Ryan Dahl
ff6409469d
Make 'make distclean' work on solaris
15 years ago
Ryan Dahl
54f02345b5
Fix doc again
15 years ago
Ryan Dahl
ee3026797c
More documentation work. Remove long lines
15 years ago
Felix Geisendörfer
1a9c9b0c55
Bring back the old manual style
This brings back the old manual style, including the toc and syntax
highlighting.
15 years ago
Ryan Dahl
aa6a785286
Add note about where to find ronn
15 years ago
Tim Caswell
179f718d62
Conversion to markdown based API docs.
With help from Matt Ranney <mjr@ranney.com>
15 years ago
Ryan Dahl
d67fdcc177
clean should not docclean
15 years ago
Ryan Dahl
6670154819
'make test' only runs the simple test
15 years ago
arlolra
04fac19822
Split tests.
15 years ago
Ryan Dahl
e8363abb6a
delete changelog.html on 'make docclean'
15 years ago
Ryan Dahl
1db824a9c1
Add changelog to website
15 years ago
Ryan Dahl
916d592be1
Fix 'make website-upload'
15 years ago
Ryan Dahl
217b60a272
sed -i 's/git-/git /g' Makefile
15 years ago
Ryan Dahl
df94c763ae
documentation clean up
15 years ago
Ryan Dahl
2c016badc2
'make distclean' should not call 'waf clean'
Because if configure hasn't been run, then an error is reported.
15 years ago
Ryan Dahl
90ab0794df
Use --jobs=1 with WAF
Some people were reporting waf erroring with
thread.error: can't start new thread
this seems to fix that problem.
15 years ago
Ryan Dahl
be2ca1ec80
Fix build.
- Add -f flag to rm on make clean.
- Use old jsmin - the new one seems to be broken.
15 years ago
Ryan Dahl
e982349b16
Fix 'make distclean'
15 years ago
Ryan Dahl
1f31a7dbfe
Upgrade v8 to 1.3.14
15 years ago
Ryan Dahl
ae6a172308
Simplify 'make distclean' by just doing 'rm -rf build'
15 years ago
Ryan Dahl
bf0d278a45
Improve "make dist" remove generated doc from repo.
15 years ago
Ryan Dahl
861f28f37a
Don't unnecessarily output the makefile from the configure script.
15 years ago
Ryan
1a126ed11c
use the WAF build system
16 years ago
Ryan
1e5de42a75
allow null host parameter to listen on localhost
16 years ago
Ryan
b4985d1a6e
working towards working keep-alive. need tests
16 years ago
Ryan
4ea5ab63c1
implement setInterval()
16 years ago
Ryan
9e5eff3b27
add test/test_http_server_echo and 'make test'
16 years ago
Ryan
a890b67406
Add beginnings of the setTimeout interface
16 years ago
Ryan
19478ed4b1
Major refactoring: program name now "node"
Trying to make a more moduler design. Two libraries currently "TCP" and
"HTTP" each have their own file.
Other major feature added here is multiple web servers! excitement.
16 years ago
Ryan
1afe6d26db
begin work on the TCP.connect interface
16 years ago
Ryan
aa72b99917
upload/download works seemingly
16 years ago
Ryan
f6b541bc37
trying to implement streamed upload. not working.
16 years ago
Ryan
d945ba68a2
compactify the code into a single file. will abstract later.
16 years ago
Ryan
cc1a61c1e7
request.respond works
16 years ago
Ryan
7b7ceea4ec
first compile
16 years ago
Ryan
4a5bab8ef6
intermediate commit. nothing works.
16 years ago
Ryan
61890720c8
add readme and initial code
16 years ago