Start of port to win32. Missing are:
commitc336c99e609b2918ca664bc1fdbfb916a6811508
authorNick Mathewson <nickm@torproject.org>
Tue, 12 Aug 2003 03:08:41 +0000 (12 03:08 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 12 Aug 2003 03:08:41 +0000 (12 03:08 +0000)
treeff04c4774b60cef2dce98d88497ac5ac4a3cb8e7
parent5126f203f23773f64b51e5c0c7b7e1d702f26ca9
Start of port to win32.  Missing are:
  - 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
18 files changed:
configure.in
src/common/crypto.c
src/common/fakepoll.c
src/common/log.c
src/common/log.h
src/common/test.h
src/common/util.c
src/common/util.h
src/or/config.c
src/or/connection.c
src/or/connection_edge.c
src/or/connection_exit.c
src/or/connection_or.c
src/or/directory.c
src/or/dns.c
src/or/or.h
src/or/test.c
src/win32/orconfig.h [new file with mode: 0644]