| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-18 | gitignore: Sort for readability | Jay Satiro | |
| find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}' | |||
| 2014-04-09 | build: Added Visual Studio 2008 (VC9) project files | Steve Holme | |
| Carrying on from commit 11025613b9, added VC9 project files which are capable of supporting side-by-side compilation, 32-bit and 64-bit builds as well as support for some of the third-party libraries curl uses. | |||
