Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-04 | Update copyright dates to 2012; add a few missing copyright statements | Nick Mathewson | |
2012-01-31 | Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32 | Nick Mathewson | |
This commit is completely mechanical; I used this perl script to make it: #!/usr/bin/perl -w -i.bak -p if (/^\s*\#/) { s/MS_WINDOWS/_WIN32/g; s/\bWIN32\b/_WIN32/g; } | |||
2011-01-03 | Bump copyright statements to 2011 (0.2.2) | Nick Mathewson | |
2010-07-27 | Create ntmain.h | Sebastian Hahn | |