aboutsummaryrefslogtreecommitdiff
path: root/src/win32
Commit message (Collapse)AuthorAge
* Make windows version correct; initialize windows foolishness so that ↵Nick Mathewson2004-03-10
| | | | | | gethostbyname works. svn:r1250
* Fix DOS line endings; autoconfize checks for strptime and inet_atonNick Mathewson2004-03-09
| | | | svn:r1248
* Make tor build on windows again. More work still neededNick Mathewson2004-03-09
| | | | svn:r1247
* Misc patches to make windows build work. Now everything is done except the ↵Nick Mathewson2003-08-12
| | | | | | sockets stuff svn:r393
* we must have openssl, so HAVE_OPENSSL is redundantRoger Dingledine2003-08-12
| | | | svn:r383
* Start of port to win32. Missing are:Nick Mathewson2003-08-12
- signal support - forking for DNS farm - changes for async IO - daemonizing In other words, some files still don't build, and the ones that do build, do nonblocking IO incorrectly. I'm also not checking in the project files till I have a good place for them. svn:r380