| Commit message (Expand) | Author | Age |
* | the repository is no place for a well behaved .in file•••svn:r2166
| Peter Palfrader | 2004-08-06 |
* | (size_t)-1 is never < 0; fix an XXXX008 by changing the interface for dirserv...•••svn:r2165
| Nick Mathewson | 2004-08-06 |
* | Add mystery 0 entry to TODO list•••svn:r2164
| Nick Mathewson | 2004-08-06 |
* | Move design-paper into its own directory, and ship it and all that is needed ...•••svn:r2163
| Peter Palfrader | 2004-08-06 |
* | There is no space after network-status; make router_get_hash_impl more bullet...•••svn:r2162
| Nick Mathewson | 2004-08-06 |
* | when they use tor as an http proxy, point them at a better url•••svn:r2161
| Roger Dingledine | 2004-08-06 |
* | bump cvs to 0.0.8pre3-cvs•••svn:r2160
| Roger Dingledine | 2004-08-06 |
* | and add a comment to that effect•••svn:r2159
| Roger Dingledine | 2004-08-06 |
* | make explicit that 'no socks policy' means 'accept'•••svn:r2158
| Roger Dingledine | 2004-08-06 |
* | clarify sockspolicy, exitpolicy rules•••svn:r2157
| Roger Dingledine | 2004-08-06 |
* | fix an assert: check the sockspolicy before we make/add the connection,•••else we close a connection without assigning it a state, which is bad
because it fails assert_conn_ok()
svn:r2156
| Roger Dingledine | 2004-08-06 |
* | weasel suggests we compress the directory one day. he's right.•••svn:r2155
| Roger Dingledine | 2004-08-06 |
* | we were telling them a nonexistent config option. oops.•••(thanks to john todd for pointing this out)
svn:r2154
| Roger Dingledine | 2004-08-06 |
* | fix a few typos in the resolve/resolved spec•••svn:r2153
| Roger Dingledine | 2004-08-06 |
* | they're uint64 and uint32, not int and int•••svn:r2152
| Roger Dingledine | 2004-08-06 |
* | list total traffic and total uptime in -usr1 stats•••svn:r2151
| Roger Dingledine | 2004-08-06 |
* | note a bug that adam found•••svn:r2150
| Roger Dingledine | 2004-08-06 |
* | note a bug in our dns error handling. we should fix this sometime.•••svn:r2149
| Roger Dingledine | 2004-08-05 |
* | bugfix: when you finish answering a 'resolve' request, hold the•••connection open so you can flush the answer
svn:r2148
| Roger Dingledine | 2004-08-05 |
* | bugfix: when tor-resolve asks to resolve an IP to an IP and we answer•••immediately, there's no need to send an 'end' relay cell when we close
the conn.
svn:r2147
| Roger Dingledine | 2004-08-04 |
* | Fix changelog•••svn:r2145
| Peter Palfrader | 2004-08-04 |
* | New upstream release•••svn:r2144
| Peter Palfrader | 2004-08-04 |
* | add pre2 release notes to changelog•••svn:r2142
| Roger Dingledine | 2004-08-04 |
* | fix rare race condition that causes infinite loop•••if we get a sigchld but all our children are gone by the time we get
around to reaping them (i don't think this should ever happen, but it
just did), then we'd loop forever trying to reap them.
svn:r2141
| Roger Dingledine | 2004-08-04 |
* | update tor-doc.html•••svn:r2140
| Roger Dingledine | 2004-08-04 |
* | update the sample torrc•••svn:r2139
| Roger Dingledine | 2004-08-04 |
* | todo items to switch dirservers entries to config lines•••and remove old todo items
svn:r2138
| Roger Dingledine | 2004-08-04 |
* | commit some odds and ends, so my tree is clean•••svn:r2137
| Roger Dingledine | 2004-08-04 |
* | <arma> did you get it working on win32? or just compiling•••svn:r2136
| Nick Mathewson | 2004-08-04 |
* | Bugfix: "Okay, I just shut down like you told me. Now let me verify your sig...•••svn:r2135
| Nick Mathewson | 2004-08-04 |
* | only pick a default nickname if you're a server•••svn:r2134
| Roger Dingledine | 2004-08-04 |
* | bump cvs version to 0.0.8pre2-cvs•••svn:r2133
| Roger Dingledine | 2004-08-04 |
* | put a comment by routerlist_update_from_runningrouters() to•••remind me that it's not used yet
svn:r2132
| Roger Dingledine | 2004-08-04 |
* | log a warning if you're running an unverified server, to let•••you know you might want to get it verified
also, moved that whole block below the check-signature logic, so
we don't execute it if the directory is a fake.
(the recommended-versions logic is still executed before the signature
is checked; we should fix that.)
svn:r2131
| Roger Dingledine | 2004-08-04 |
* | Hack: Include date with successful directory GETs.•••svn:r2130
| Nick Mathewson | 2004-08-04 |
* | Add functions to format and parse RFC1123-style times, for HTTP protocol.•••svn:r2129
| Nick Mathewson | 2004-08-04 |
* | put the have_warned_about_unsafe_socks static var inside the function•••svn:r2128
| Roger Dingledine | 2004-08-04 |
* | Fix all warnings on win32 build•••svn:r2127
| Nick Mathewson | 2004-08-03 |
* | warn if we use an unsafe socks variant•••for now, warn every time. we should decide how often we want to warn;
one problem here is that there are several scenarios where we use an
unsafe socks variant safely, so the warning may be inaccurate. hm.
svn:r2126
| Roger Dingledine | 2004-08-03 |
* | It is possible to have struct timeval but not gettimeofday.•••svn:r2125
| Nick Mathewson | 2004-08-03 |
* | add some more todo items for 0.0.8•••svn:r2124
| Roger Dingledine | 2004-08-03 |
* | update location of tor-in-chroot doc•••svn:r2123
| Roger Dingledine | 2004-08-03 |
* | check return value of fclose while writing to disk, since it might•••return out-of-space, etc
svn:r2122
| Roger Dingledine | 2004-07-23 |
* | bump us to 0.0.8pre1•••this is it
svn:r2120
| Roger Dingledine | 2004-07-23 |
* | don't send an end back for a malformed resolved cell,•••since they don't establish streams
svn:r2119
| Roger Dingledine | 2004-07-23 |
* | add release notes for 0.0.8pre1•••svn:r2118
| Roger Dingledine | 2004-07-23 |
* | yet more todo items•••svn:r2117
| Roger Dingledine | 2004-07-23 |
* | tor-resolve triggered a has_sent_end warning•••svn:r2116
| Roger Dingledine | 2004-07-23 |
* | clean whitespace and tabs•••svn:r2115
| Roger Dingledine | 2004-07-22 |
* | tell the user what time _they_ are too, when a cert is expired•••svn:r2114
| Roger Dingledine | 2004-07-22 |