tor/src/or
Roger Dingledine c040bbe053 cleanup: start enforcing hton and ntoh on stuff sent over the network
this is a checkpoint before i fix the fact that port is always kept in
network order -- which makes no sense, because network order is different
on different machines, which is the whole point.


svn:r81
2002-08-24 06:58:25 +00:00
..
.cvsignore First cut at cleaning out a lot of the extra stuff. 2002-06-29 00:54:00 +00:00
buffers.c cleanup: don't use size_t when you mean int 2002-08-24 04:59:21 +00:00
cell.c Changed crypto calls to go through common/crypto.[hc] instead of calling OpenSSL directly. 2002-08-22 07:30:03 +00:00
circuit.c cleanup: don't use size_t when you mean int 2002-08-24 04:59:21 +00:00
command.c Folded cell.? into src/or 2002-07-19 18:48:28 +00:00
config.c linkpadding is now off by default. 2002-08-23 06:49:43 +00:00
connection_ap.c Changed crypto calls to go through common/crypto.[hc] instead of calling OpenSSL directly. 2002-08-22 07:30:03 +00:00
connection_exit.c Implemented congestion control 2002-07-18 06:37:58 +00:00
connection_op.c cleanup: start enforcing hton and ntoh on stuff sent over the network 2002-08-24 06:58:25 +00:00
connection_or.c cleanup: start enforcing hton and ntoh on stuff sent over the network 2002-08-24 06:58:25 +00:00
connection.c cleaned up new_route() 2002-08-23 03:35:44 +00:00
main.c cleanup: don't use size_t when you mean int 2002-08-24 04:59:21 +00:00
Makefile.am removed args.c (bruce's popt stuff makes it obsolete) 2002-07-15 21:13:40 +00:00
onion.c cleanup: don't use size_t when you mean int 2002-08-24 04:59:21 +00:00
or.h cleanup: don't use size_t when you mean int 2002-08-24 04:59:21 +00:00
routers.c cleanup: don't use size_t when you mean int 2002-08-24 04:59:21 +00:00
test_config.c removed loglevel from global namespace. severity level is set using log() with a NULL format argument now. example: log(LOG_ERR,NULL); 2002-07-12 18:14:17 +00:00
test_onion.c Changed crypto calls to go through common/crypto.[hc] instead of calling OpenSSL directly. 2002-08-22 07:30:03 +00:00