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-11-08build: fix race in parallel buildBen Noordhuis
2011-11-07build: fix man page install path on the BSDsBen Noordhuis
2011-10-29Revert "remove node_io_watcher"Igor Zinkovsky
2011-10-29linux: unbreak build if HAVE_MONOTONIC_CLOCK=0Ben Noordhuis
2011-10-28remove node_io_watcherIgor Zinkovsky
2011-10-26Don't compile in node_dtrace.cc when not supportedRyan Dahl
2011-10-21build: fix wscript on solarisBen Noordhuis
2011-10-20Remove support for cygwinRyan Dahl
2011-10-12Remove tty_legacyRyan Dahl
2011-10-12Remove dns_legacyRyan Dahl
2011-10-12Remove child_process_legacyRyan Dahl
2011-10-12Remove net_legacy timers_legacyRyan Dahl
2011-10-06Upgrade libuv to 60c639fRyan Dahl
2011-09-29WAF: Clean out/Release/deps/uv before buildRyan Dahl
2011-09-23build: explicitly link in libz on non-win32 platformsBen Noordhuis
2011-09-23fs watcher bindingIgor Zinkovsky
2011-09-21Add TTYWrapRyan Dahl
2011-09-19build: make wscript work with python 2.4Ben Noordhuis
2011-09-18Initial pass at zlib bindingsisaacs
2011-09-09build: install uv-private/*.h, fixes native add-on buildsBen Noordhuis
2011-09-05resolve mingw32 build problemBert Belder
2011-09-04build: add RPATH environment variableAshok Mudukutore
2011-09-02win: link to psapi.libRyan Dahl
2011-08-30Use new uv_fs_ apisIgor Zinkovsky
2011-08-25dgram: integrate libuv UDP supportBen Noordhuis
2011-08-24waf: Don't build out/Debug/node_g - just out/Debug/nodeRyan Dahl
2011-08-24WAF builds in out/ instead of build/Ryan Dahl
2011-08-24Have WAF variants match GYP configuration namesRyan Dahl
2011-08-12typed arrays: integrate plask's typed array implementationBen Noordhuis
2011-08-02Remove node_child_process_win32.ccRyan Dahl
2011-08-02windows: remove dependency on rpcrt4 and ole32Igor Zinkovsky
2011-08-01link to rpcrt4 and ole32 on win32Ryan Dahl
2011-07-30add wrapper for uv_spawnRyan Dahl
2011-07-28Remove pkg-conf fileRyan Dahl
2011-07-27stdio binding + javascript to enable process.stdin.listen()Igor Zinkovsky
2011-07-23build: add wscript detection for node_versionJeroen Janssen
2011-07-22Bump version to v0.5.2v0.5.2Ryan Dahl
2011-07-19Finally remove node::EventEmitterRyan Dahl
2011-07-18Abstract out HandleWrap classRyan Dahl
2011-07-18Add pipe_wrapRyan Dahl
2011-07-18Abstract StreamWrap from TCPWrapRyan Dahl
2011-07-16Apply PTW32_STATIC_LIB define to debug build of eioIgor Zinkovsky
2011-07-15Bump to v0.5.1v0.5.1Ryan Dahl
2011-07-09Statically link in dependencies for node.exeIgor Zinkovsky
2011-07-08Add deps/uv/src/ares to include pathRyan Dahl
2011-07-08Escape $CC and $CXX when passed to uv and V8Ryan Dahl
2011-07-07Export $CC and $CXX to uv and V8's build systemsRyan Dahl
2011-07-07Upgrade libuv to 9518ab65949257384bf7e407d8502a6437fdda4bRyan Dahl
2011-07-06Bump to v0.5.0v0.5.0Ryan Dahl
2011-07-06Support SunOS 121. Check for ifaddrs in wscript for SunOS build.Ryan Dahl