Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright headers | Ryan Dahl | 2011-03-14 | 1 | -0/+21 |
* | Improve error reporting on windows | Bert Belder | 2011-01-18 | 1 | -3/+32 |
* | Misc. cleanups | Bert Belder | 2011-01-18 | 1 | -1/+0 |
* | Clean up the way windows headers are included | Bert Belder | 2011-01-18 | 1 | -5/+7 |
* | Fix the OS module for win32 | Bert Belder | 2011-01-02 | 1 | -7/+33 |
* | Support for non-overlapped sockets | Bert Belder | 2010-12-20 | 1 | -0/+1 |
* | Add errno.h to platform_win32.cc | Bert Belder | 2010-12-20 | 1 | -0/+1 |
* | Avoid WCHAR string conversion warning | Bert Belder | 2010-12-20 | 1 | -1/+1 |
* | `errno` is reserved; use `errorno` | Bert Belder | 2010-12-20 | 1 | -2/+2 |
* | No implementation for OS::GetExecutablePath and OS::GetMemory yet | Bert Belder | 2010-12-20 | 1 | -80/+6 |
* | Make winapi_perror public | Bert Belder | 2010-12-20 | 1 | -8/+9 |
* | win: Duplicate platform_cygwin.cc into platform_win32.cc | Bert Belder | 2010-11-29 | 1 | -0/+246 |