summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to v0.5.5v0.5.5-rc1v0.5.5Ben Noordhuis2011-08-264-9/+53
* Fix typo in configure scriptBen Noordhuis2011-08-261-1/+1
* Fix build - due to V8 API changeRyan Dahl2011-08-261-1/+1
* Merge remote branch 'origin/v0.4'Ryan Dahl2011-08-265-8/+60
|\
| * util: isRegExp() should not call toString() on its argumentNathan Rajlich2011-08-252-9/+35
| * net: fix throw errorRyan Dahl2011-08-231-1/+1
| * Doc improvementskoichik2011-08-231-2/+24
| * Fix #1563. overflow in ChildProcess custom_fd.Ryan Dahl2011-08-202-0/+15
| * docs: process.memoryUsage returns memory usage measured in bytesMaciej MaƂecki2011-08-201-1/+2
| * Close #1544 Document slashesDenoteHost flag in url.parseisaacs2011-08-171-2/+8
| * Now working on v0.4.12Ryan Dahl2011-08-171-2/+2
| * Bump version to v0.4.11v0.4.11Ryan Dahl2011-08-175-14/+46
* | Upgrade V8 to 3.5.8Ryan Dahl2011-08-2644-402/+731
* | prepare for release - website under new userRyan Dahl2011-08-261-1/+1
* | Fix dns_uv.lookup orderRyan Dahl2011-08-261-1/+17
* | uv: upgrade to 835782aBen Noordhuis2011-08-262-13/+34
* | test: simple/test-tls-client-abort fails on SunOSkoichik2011-08-261-18/+10
* | Upgrade libuv to 39aac4a5Bert Belder2011-08-263-27/+175
* | uv: upgrade to 6490c6aBen Noordhuis2011-08-263-9/+142
* | Add headers to improve the IDE experience.Peter Bright2011-08-241-0/+40
* | Upgrade libuv to 40efa9cRyan Dahl2011-08-245-736/+14
* | Reapply Peter Bright's fixes for GYP on MSVSRyan Dahl2011-08-241-3/+14
* | fix windows buildRyan Dahl2011-08-242-2/+3
* | Add dgram_legacy and dgram_uv to node.gypRyan Dahl2011-08-241-1/+2
* | net: fix multicast on sunosBen Noordhuis2011-08-241-3/+14
* | test: fix simple/test-evalBen Noordhuis2011-08-251-1/+2
* | Add process.features.debug; fixes simple/test-executable-path.jsRyan Dahl2011-08-242-1/+9
* | dns_uv: add localhost hack for windowsRyan Dahl2011-08-241-0/+9
* | test: add dgram tests to test-uv listBen Noordhuis2011-08-241-0/+192
* | docs: remove unix dgram documentationBen Noordhuis2011-08-241-73/+6
* | dgram: add socket.fd compatibility hack to dgram_uv.jsBen Noordhuis2011-08-241-0/+2
* | dgram: integrate libuv support for UDP over IPv6Ben Noordhuis2011-08-241-10/+47
* | dgram: integrate libuv UDP supportBen Noordhuis2011-08-247-2/+687
* | tcp_wrap: update after libuv API changeBen Noordhuis2011-08-241-2/+4
* | stream_wrap: update after libuv API changeBen Noordhuis2011-08-242-4/+4
* | uv: upgrade to 80e5491Ben Noordhuis2011-08-2442-109/+6505
* | Move ARRAY_SIZE macro to node.hBen Noordhuis2011-08-244-5/+4
* | docs: Improved http2 agent docsMikeal Rogers2011-08-251-4/+51
* | vcbuild.bat - for building from cmd-line using msbuildIgor Zinkovsky2011-08-231-0/+66
* | tools/test.py to support marking files a libuv-brokenRyan Dahl2011-08-232-197/+27
* | Mark tests which are broken in libuvRyan Dahl2011-08-23113-2/+341
* | Support MSVS build directories in tools/test.pyRyan Dahl2011-08-231-2/+13
* | Use Object.getPrototypeOf() on the object in the REPL tab-completion.Nathan Rajlich2011-08-231-1/+1
* | Upgrade V8 to 3.5.7Ryan Dahl2011-08-2335-979/+870
* | waf: Don't build out/Debug/node_g - just out/Debug/nodeRyan Dahl2011-08-232-6/+7
* | net_legacy: Fix throw typoRyan Dahl2011-08-231-1/+1
* | WAF builds in out/ instead of build/Ryan Dahl2011-08-235-44/+43
* | Have WAF variants match GYP configuration namesRyan Dahl2011-08-237-60/+60
* | gyp: Further fixes to target_defaults for macRyan Dahl2011-08-231-3/+0
* | gyp: Don't pass C++ flags to C compiler, and don't pass -ansi in OpenSSL builds.Evan Martin2011-08-232-1/+6