Ryan Dahl
9514a4d547
bump version
15 years ago
Andrew Johnston
9599607065
Added posix fsync and fdatasync to fs module
15 years ago
Ryan Dahl
a9b962a653
Add --without-ssl configure option
15 years ago
Ryan Dahl
0b7bda8f46
Remove some unused cruft from wscript
15 years ago
Ryan Dahl
0914d33842
bump version
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
8e5b91c79b
Revert "Check for strings.h"
This reverts commit 032f651824
.
15 years ago
Ryan Dahl
032f651824
Check for strings.h
15 years ago
Ryan Dahl
d2415945c1
Install node_buffer.h on make install
15 years ago
Ryan Dahl
f711d5343b
bump version
15 years ago
Ryan Dahl
48d58f92f1
Add symbols to release build
15 years ago
Ryan Dahl
557ba6bd97
bump version
15 years ago
Felix Geisendörfer
203561208e
Remove coupling dep
15 years ago
Jérémy Lal
610faf713d
Drop UDNS from node.uselib. Add CARES for --system.
15 years ago
Ryan Dahl
3d6ebbd296
Don't look for GnuTLS in wscript
15 years ago
Ryan Dahl
c72967d335
Remove http_old tcp_old
15 years ago
Ryan Dahl
caa828a242
bump version
15 years ago
Ryan Dahl
27ec33aad7
Add some libpaths for SSL
15 years ago
Standa Opichal
fa514a9f16
Do a manual check for openssl if 'pkg-config openssl' fails.
This makes the node_crypto module available for node built using just a
default OS X dev environment (no darwinports or fink).
15 years ago
Herbert Vojcik
c2a06725d6
Script class with eval-function-family in binding('evals') plus tests.
15 years ago
Ryan Dahl
311d7dee19
bump version
15 years ago
Ryan Dahl
a98d23d905
Disable IdleWatcher
15 years ago
Ryan Dahl
07e64d45ff
bump version
15 years ago
Ryan Dahl
d923c94a0c
Remove udns
15 years ago
Ryan Dahl
9ea8c9f2b0
Clean up c-ares platform includes, add support for a few more
15 years ago
Vanilla Hsu
067f4086b6
add c-ares' freebsd support.
15 years ago
Krishna Rajendran
dc1f4ebd44
c-ares based dns module
15 years ago
Ryan Dahl
e9a116fe02
Include c-ares in deps/
15 years ago
Vanilla Hsu
d7a4501057
freebsd install execinfo's header to /usr/local, add it to include path.
15 years ago
Rhys Jones
fb3a9cd0d8
Initial openssl support for net2
15 years ago
Ryan Dahl
4279725d79
Fix thread flags on Solaris
Also on other platforms use -pthread for compiling commands not just
linking because I noticed in the gcc(1) man page
-pthread
Adds support for multithreading with the pthreads library. This
option sets flags for both the preprocessor and linker.
Removing the errno check in deps/coupling because it was a hack
(e165859c2e
) added to fix stdio problems.
Without adding -threads, errno is not thread local, and coupling was not
correctly checking the errno. It appears -mt does nothing to gcc/solaris.
15 years ago
Ryan Dahl
618296ef57
bump version
15 years ago
Zoka
b29f78772e
Eliminate debug(x) statements from src/node.js and lib/*.js for release build
http://groups.google.com/group/nodejs/browse_thread/thread/8f20bcef6d6d96b7
15 years ago
Ryan Dahl
8492c52e15
Use uniform watcher names
15 years ago
Ryan Dahl
4ccdc501d4
Include lib/ directory in node executable. Compile on demand.
Instead of installing the files in /usr/lib/node/libraries and loading them
from the file system, the files are built-in to the node executable.
However, they are only compiled on demand.
The reasoning is:
1. Allow for more complex internal javascript. In particular,
process.stdout and process.stdin can be js implemented streams.
2. Ease system installs. Loading from disk each time is unnecessary
overhead. Note that there is no "system" path for modules anymore. Only
$HOME/.node_libraries.
15 years ago
Ryan Dahl
ffeb4722d4
small wscript error
15 years ago
Ryan Dahl
61c8014135
bump version
15 years ago
Jérémy Lal
c93bab141c
Add --system option to configure, so make uses V8, EV, UDNS system libraries and headers.
15 years ago
Ryan Dahl
39b63dfe17
bump version
15 years ago
Ryan Dahl
7a251f3bdf
Fix shebang in wscript
15 years ago
Ryan Dahl
bb0d1e65e1
bump version
15 years ago
Ryan Dahl
87d5e5b316
bump version
15 years ago
Ryan Dahl
0b823dce61
Add /opt/local/lib as a search path for gpg-error
Why doesn't WAF just search LD_LIBRARY_PATH?
15 years ago
masuidrive
3337e9da1a
Build system: support spaces in directory names
15 years ago
Ryan Dahl
49de41ef46
bump version
15 years ago
Ryan Dahl
0cfa789cc5
bump version
15 years ago
Ryan Dahl
bf803f478b
Reimplment Buffers
15 years ago
Ryan Dahl
b8c3d715fd
use efence again
15 years ago
Ryan Dahl
42ee16978e
Implement new http-parser binding using Buffer
15 years ago
Ryan Dahl
da00413196
bump version
15 years ago