Display sys_errno when UV_UNKNOWN is returned
[platform/upstream/nodejs.git] / src / platform_win32.cc
2011-10-18 Ryan DahlRemove process.memoryUsage().vsize
2011-10-12 Karl SkomskiNew win32 platform function: GetCPUInfo
2011-10-07 Fedor Indutnyuse uv for memory and loadavg functions
2011-09-15 Ryan DahlMerge remote branch 'origin/v0.4'
2011-09-15 Ryan DahlMerge remote branch 'origin/v0.4'
2011-09-08 Ryan DahlMerge remote branch 'origin/v0.4'
2011-09-02 Ryan Dahlwin: link to psapi.lib
2011-09-01 Karl SkomskiAdded some win32 platform functions
2011-08-26 Ryan DahlMerge remote branch 'origin/v0.4'
2011-08-17 Ryan DahlMerge remote branch 'origin/v0.4'
2011-08-08 Ryan DahlMerge branch 'gyp'
2011-08-06 Peter BrightBasic VC++ compatibility work.
2011-08-02 Bert BelderRemove platform_win32_winsock
2011-08-02 Ryan DahlMerge branch 'v0.4'
2011-07-26 Ben NoordhuisInclude "platform.h", not <platform.h> - conflicts...
2011-07-26 Ben NoordhuisInclude "platform.h", not <platform.h> - conflicts...
2011-07-22 Bert BelderWindows/cygwin: no more GetConsoleTitleW errors on XP
2011-07-22 Bert BelderWindows/cygwin: no more GetConsoleTitleW errors on XP
2011-07-22 Ryan DahlMerge branch 'v0.4'
2011-07-22 Ryan DahlMerge branch 'V8-3.4'
2011-07-16 Ryan DahlMerge branch 'V8-3.4'
2011-07-15 Ryan DahlUse uv_exepath
2011-07-14 Ryan DahlMerge branch 'v0.4'
2011-07-02 Ryan DahlMerge branch 'v0.4'
2011-06-29 Ryan DahlMerge branch 'v0.4'
2011-06-29 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-06-15 Ryan DahlMerge branch 'v0.4'
2011-06-03 Ryan DahlMerge branch 'v0.4'
2011-05-22 Ryan DahlMerge branch 'v0.4'
2011-05-21 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-05-20 Ryan DahlMerge branch 'v0.4'
2011-05-19 Ryan DahlMerge branch 'v0.4'
2011-05-17 Ryan DahlMerge branch 'v0.4'
2011-05-08 isaacsMerge branch 'v0.4'
2011-04-30 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-04-19 Ryan DahlMerge branch 'v0.4'
2011-04-14 Ryan DahlMerge branch 'v0.4'
2011-04-11 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-04-04 Ryan DahlMerge branch 'v0.4'
2011-03-31 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-03-25 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-03-22 Ryan DahlMerge branch 'v0.4'
2011-03-18 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-03-18 Ryan DahlMerge branch 'v0.4'
2011-03-16 Ryan Dahlos.getNetworkInterfaces()
2011-03-15 Ryan DahlMerge branch 'v0.4'
2011-03-15 Ryan DahlUpdate copyright headers
2011-03-07 Tom HughesAdd process.uptime().
2011-01-18 Bert BelderImprove error reporting on windows
2011-01-18 Bert BelderMisc. cleanups
2011-01-18 Bert BelderClean up the way windows headers are included
2011-01-11 Ryan DahlMerge branch 'vanilla-libeio'
2011-01-04 Bert BelderMerge branch 'master' of git://github.com/ry/node
2011-01-02 Bert BelderFix the OS module for win32
2011-01-02 Bert BelderMerge remote branch 'origin/master'
2010-12-20 Bert BelderSupport for non-overlapped sockets
2010-12-20 Bert BelderAdd errno.h to platform_win32.cc
2010-12-20 Bert BelderAvoid WCHAR string conversion warning
2010-12-20 Bert Belder`errno` is reserved; use `errorno`
2010-12-20 Bert BelderNo implementation for OS::GetExecutablePath and OS...
2010-12-20 Bert BelderMake winapi_perror public
2010-11-30 Bert Belderwin: Duplicate platform_cygwin.cc into platform_win32.cc