summaryrefslogtreecommitdiff
path: root/wscript
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into net2Ryan Dahl2010-03-191-2/+30
|\ | | | | | | | | Conflicts: test/simple/test-event-emitter-modify-in-emit.js
| * bump versionv0.1.33Ryan Dahl2010-03-191-1/+1
| |
| * Eliminate debug(x) statements from src/node.js and lib/*.js for release buildZoka2010-03-191-1/+29
| | | | | | | | http://groups.google.com/group/nodejs/browse_thread/thread/8f20bcef6d6d96b7
* | Merge branch 'master' into net2Ryan Dahl2010-03-151-9/+7
|\ \ | |/ | | | | | | Conflicts: src/node.cc
| * Use uniform watcher namesRyan Dahl2010-03-151-2/+2
| |
| * Include lib/ directory in node executable. Compile on demand.Ryan Dahl2010-03-151-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * small wscript errorRyan Dahl2010-03-131-1/+1
| |
| * bump versionv0.1.32Ryan Dahl2010-03-121-1/+1
| |
* | Merge branch 'master' into HEADRyan Dahl2010-03-121-22/+55
|\ \ | |/ | | | | | | | | Conflicts: lib/fs.js wscript
| * Add --system option to configure, so make uses V8, EV, UDNS system libraries ↵Jérémy Lal2010-03-111-22/+55
| | | | | | | | and headers.
* | Merge branch 'master' into net2Ryan Dahl2010-03-051-1/+1
|\ \ | |/
| * bump versionv0.1.31Ryan Dahl2010-03-051-1/+1
| |
* | Merge branch 'master' into net2Ryan Dahl2010-03-021-1/+1
|\ \ | |/
| * Fix shebang in wscriptRyan Dahl2010-03-011-1/+1
| |
* | Merge branch 'master' into net2Ryan Dahl2010-02-221-1/+1
|\ \ | |/
| * bump versionv0.1.30Ryan Dahl2010-02-221-1/+1
| |
* | Merge branch 'master' into net2Ryan Dahl2010-02-171-2/+2
|\ \ | |/
| * bump versionv0.1.29Ryan Dahl2010-02-171-1/+1
| |
| * Add /opt/local/lib as a search path for gpg-errorRyan Dahl2010-02-171-1/+1
| | | | | | | | Why doesn't WAF just search LD_LIBRARY_PATH?
* | Merge branch 'master' into net2Ryan Dahl2010-02-101-4/+4
|\ \ | |/
| * Build system: support spaces in directory namesmasuidrive2010-02-101-3/+3
| |
| * bump versionv0.1.28Ryan Dahl2010-02-091-1/+1
| |
* | Merge branch 'master' into net2Ryan Dahl2010-02-051-1/+1
|\ \ | |/
| * bump versionv0.1.27Ryan Dahl2010-02-031-1/+1
| |
* | Reimplment BuffersRyan Dahl2010-01-271-1/+1
| |
* | use efence againRyan Dahl2010-01-261-3/+3
| |
* | Implement new http-parser binding using BufferRyan Dahl2010-01-241-0/+1
| |
* | Merge branch 'develop' into net2Ryan Dahl2010-01-201-7/+25
|\ \ | |/ | | | | | | Conflicts: src/node.cc
| * bump versionv0.1.26Ryan Dahl2010-01-201-1/+1
| |
| * Initial Solaris supportRyan Dahl2010-01-191-6/+23
| |
| * Add process.IdleWatcherRyan Dahl2010-01-181-0/+1
| | | | | | | | With priorities. Will be used for process.nextLoop().
* | Merge branch 'master' into net2Ryan Dahl2010-01-121-3/+8
|\ \ | |/
| * Make sure GNUTLS is first on uselibRyan Dahl2010-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | Why? Because I have two versions of GnuTLS installed - one is old 2.0.X in /usr and one is new 2.5.X in ~/local/gnutls. waf correctly finds that the newer version, but because GNUTLS was behind other libraries in the node.uselib -L/usr/lib was before -L/home/ryan/local/gnutls/lib in the actual gcc command - hence getting link errors. WAF SUCKS, really. I wish someone would invent a good build system that could avoid such problems.
| * Error out when no compiler foundRyan Dahl2010-01-111-0/+2
| |
| * bump versionv0.1.25Ryan Dahl2010-01-091-1/+1
| |
| * getmem for freebsdVanilla Hsu2010-01-061-2/+5
| |
| * bump versionv0.1.24Ryan Dahl2009-12-311-1/+1
| |
* | Back to 64kb stack size - enlarging it was a typoRyan Dahl2009-12-301-1/+1
| |
* | implement getaddrinfoRyan Dahl2009-12-291-1/+1
| |
* | Start on net2Ryan Dahl2009-12-291-0/+1
| |
* | add io watcherRyan Dahl2009-12-291-0/+1
| |
* | Rename blob to buffer.Ryan Dahl2009-12-291-1/+1
| |
* | initial blobsRyan Dahl2009-12-291-0/+1
|/
* bump versionv0.1.23Ryan Dahl2009-12-221-1/+1
|
* bump versionv0.1.22Ryan Dahl2009-12-191-1/+1
|
* note about why execinfo detection fails on Darwin even though it existsRasmus Andersson2009-12-181-0/+2
|
* Use conf.fatal() instead of fatal() in order to abort the configure scriptSimon Cornelius P. Umacob2009-12-091-3/+3
|
* bump versionv0.1.21Ryan Dahl2009-12-061-1/+1
|
* bump versionv0.1.20Ryan Dahl2009-11-281-1/+1
|
* Add gnutls version to configure scriptRyan Dahl2009-11-281-0/+1
|