tor/src/or
Roger Dingledine 0ef18a0fba put a log message so we can start confirming socks5-with-remote-dns
vs socks5-with-local-dns


svn:r5130
2005-09-23 19:56:34 +00:00
..
.cvsignore update the cvsignore 2003-09-26 21:16:57 +00:00
buffers.c fix a pair of hard-coded urls 2005-08-30 07:01:30 +00:00
circuitbuild.c Fix a bunch of log messages. Deprecate some routerlist fields; remove others, and status_set_at from routerinfo_t. Compress routerlist.c cleanup functions. Update cached networkstatus mtime when we download the same one twice. Change some interfaces. 2005-09-14 23:42:06 +00:00
circuitlist.c Be consistent about preferring foo* to struct foo* 2005-07-22 21:12:10 +00:00
circuituse.c Implement exit enclaves: if we know an IP address for the destination, 2005-08-15 03:25:40 +00:00
command.c Docment or add DOCDOC comments to undocumented functions in src/or. Make function definition format uniform. 2005-06-11 18:52:12 +00:00
config.c Implement new version handling code. 2005-09-21 00:41:06 +00:00
connection_edge.c put a log message so we can start confirming socks5-with-remote-dns 2005-09-23 19:56:34 +00:00
connection_or.c Make a new AssumeReachable config option that will publish anyway. 2005-08-26 07:41:19 +00:00
connection.c Add new config.c function to set options that can fail, and roll back if they do. This should solve the setconf-an-impossible-port bug. 2005-09-14 02:36:29 +00:00
control.c bugfix: nobody ever implemented EVENT_ADDRMAP for control protocol 2005-09-21 23:30:15 +00:00
cpuworker.c there was no need to die when we failed to spawn a cpuworker. 2005-09-23 00:04:44 +00:00
directory.c Fix at least one overzealous download bug. (tor_malloc_zero new local_routerstatus_t objs); add a pile of logs back in; probe every 10sec; never autolaunch on failure. Let us see if this works better. 2005-09-23 18:05:14 +00:00
dirserv.c Fix some compiler warnings 2005-09-23 17:11:20 +00:00
dns.c and a minor log cleanup 2005-09-23 00:04:53 +00:00
hibernate.c a bit more code cleanup 2005-09-13 21:24:51 +00:00
main.c Decouple router downloads from old directory downloads entirely 2005-09-23 18:49:37 +00:00
Makefile.am Start implementing control interface. 2004-11-03 01:32:26 +00:00
onion.c Be consistent about preferring foo* to struct foo* 2005-07-22 21:12:10 +00:00
or.h I love the smell of C in the morning. Make router-download rules smarter (download more so long as we dont duplicate existing requests; relaunch at staggered intervals); relaunch one a minute or on failure; reset 60 minutes; always open 3 requests if we can; add authority opinion to networkstatus; make naming rule correct. There is a remaining bug where we retry servers too quickly; We need to look at that harder. 2005-09-22 06:34:29 +00:00
relay.c bugfix: we were automatically condemning an exit node (concluding 2005-09-09 06:11:37 +00:00
rendclient.c clean up the rendezvous warn log msgs, and downgrade some to info 2005-09-09 19:54:28 +00:00
rendcommon.c a few more hints on a rare but mysterious warning 2005-09-09 20:58:44 +00:00
rendmid.c clean up the rendezvous warn log msgs, and downgrade some to info 2005-09-09 19:54:28 +00:00
rendservice.c clean up the rendezvous warn log msgs, and downgrade some to info 2005-09-09 19:54:28 +00:00
rephist.c Remove extraneous space on read-history lines. 2005-09-23 17:02:50 +00:00
router.c make the numbers in read-history and write-history into uint64s, 2005-09-23 08:29:58 +00:00
routerlist.c Fix logic error (people who ask authorities should never split; others should always split). Also, fix timing error in main.c so retries really happen. 2005-09-23 18:17:37 +00:00
routerparse.c Only check versions from versioning authdirs. 2005-09-21 02:38:51 +00:00
test.c Fix some compiler warnings 2005-09-23 17:11:20 +00:00
tor_main.c Docment or add DOCDOC comments to undocumented functions in src/or. Make function definition format uniform. 2005-06-11 18:52:12 +00:00
tree.h Change end-of-file NLNL convention. It turns out arma I and I agree. 2005-06-09 19:03:31 +00:00