Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-03Merge remote branch 'origin/master'Bert Belder
2010-12-22Add more functionality to the os moduleBrian White
2010-12-21Add toolchain=gcc to V8 build for SunRyan Dahl
2010-12-21After building overwrite existing ./node(_g)?.exeBert Belder
2010-12-21Make select work on >64 FDs on windowsBert Belder
2010-12-21Fix whitespace errors introduced by porting effortsBert Belder
2010-12-21wscript: use "node.exe" and avoid symlinks on windowsBert Belder
2010-12-21On windows, link with Winsock and WinMMBert Belder
2010-12-21Backslashes in paths wreak havocBert Belder
2010-12-21No -rdynamic and -pthread flags when building with mingwBert Belder
2010-12-21Always use statically linked c-ares on windows; fix buildBert Belder
2010-12-21Dynamically link with pthreads-w32Bert Belder
2010-12-21V8: Don't attempt to build w/ snapshot, doesn't seem to work on mingw32Bert Belder
2010-12-17Bump version to v0.3.2v0.3.2Ryan Dahl
2010-12-17Fix compilation on OpenBSD and FreeBSDBrian White
2010-12-17Patch V8 to compile on solarisRyan Dahl
2010-12-14Make oprofile workRyan Dahl
2010-12-11Add os module and getHostnameBrian White
2010-12-03Introduce require('tty')Ryan Dahl
2010-12-03Add configure flag for oprofileRyan Dahl
2010-11-30win: Define __POSIX__ constant when the platform is POSIX-yBert Belder
2010-11-30Put tools/ into PYTHON_PATHRyan Dahl
2010-11-22Use sys.executable to call pythonNikhil Marathe
2010-11-22Compile with `-Wno-unused-parameter -D_FORTIFY_SOURCE=2`Ben Noordhuis
2010-11-19Fix OpenSSL SSL_library_init function check on OpenBSD.Brian White
2010-11-16Print warning when using platform_none.ccRyan Dahl
2010-11-15Fix configure on x86Ryan Dahl
2010-11-14Add --profile flag to configure script, enables gprof profiling.Ben Noordhuis
2010-11-14Added support for cross compilation and also fixed DEST_CPU to represent the ...Rasmus Andersson
2010-11-03Install node-wafRyan Dahl
2010-11-02Back to WAFRyan Dahl
2010-10-25Replace WAF with make/autoconfRyan Dahl
2010-10-18./wscript: allow for cross-compiling of all three supported architecturesAJ ONeal
2010-10-13Preliminary pkg-config support.Ben Noordhuis
2010-10-12Dynamically load native scriptsRyan Dahl
2010-10-10Fix a few compiler warnings...Ryan Dahl
2010-09-28Put preprocessor defines into CPPFLAGS not compile flags...Ryan Dahl
2010-09-21Don't choose jobs based on processorRyan Dahl
2010-09-20More explicit openssl configure warningRyan Dahl
2010-09-20Fatal error out if OpenSSL was not explicitly disabled, we just couldn't auto...Paul Querna
2010-09-20Add node::Start()Ryan Dahl
2010-09-13- fix AttributeError on "use_openssl" when doing ./configure --without-ssl - ...Tony Metzidis
2010-08-27Only check for execinfo lib in freebsdRyan Dahl
2010-08-19Fix process.platformRyan Dahl
2010-08-16Add --without-snapshot configure optionRyan Dahl
2010-08-13added read and write support for process.title DarwinRasmus Andersson
2010-08-11Stub out process.titleRyan Dahl
2010-08-05Print warning when OpenSSL not foundRyan Dahl
2010-08-04Add node_version.h to installSamuel Shull
2010-07-14Register builtin extensions via a macro, rather than a manual strcmpPaul Querna