Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move a paren 4 characters to the left; fix a bug in OutboundBindAddress | Nick Mathewson | 2004-09-02 |
| | | | | svn:r2330 | ||
* | Stop using separate defaults for no-config-file and empty-config-file | Nick Mathewson | 2004-09-02 |
| | | | | svn:r2329 | ||
* | Keep a deflated version of each directory so we can deliver it when requested | Nick Mathewson | 2004-09-02 |
| | | | | svn:r2328 | ||
* | Use new split function and strcmpstart correctly | Nick Mathewson | 2004-09-02 |
| | | | | svn:r2327 | ||
* | Check for zlib; link with it. | Nick Mathewson | 2004-09-02 |
| | | | | svn:r2326 | ||
* | Make split function smarter; add a strcmpstart function so we can stop ↵ | Nick Mathewson | 2004-09-02 |
| | | | | | | bungling strcmp(x, y, strlen(y)); svn:r2325 | ||
* | Add basic wrappers for zlib/gzip | Nick Mathewson | 2004-09-02 |
| | | | | svn:r2324 | ||
* | New upstream release | Peter Palfrader | 2004-08-27 |
| | | | | svn:r2322 | ||
* | Bump windows version to 0.0.8 | Nick Mathewson | 2004-08-26 |
| | | | | svn:r2319 | ||
* | changelog for 0.0.8 | Roger Dingledine | 2004-08-25 |
| | | | | svn:r2318 | ||
* | Define LONG_MAX and UINT_MAX when they are missing | Nick Mathewson | 2004-08-25 |
| | | | | svn:r2317 | ||
* | bump us to 0.0.8 -- this is it. (well, soon) | Roger Dingledine | 2004-08-25 |
| | | | | svn:r2316 | ||
* | add a hint for building on athena | Roger Dingledine | 2004-08-25 |
| | | | | svn:r2315 | ||
* | look for ssldir in /usr/athena too | Roger Dingledine | 2004-08-25 |
| | | | | svn:r2314 | ||
* | fix a seg fault on solaris | Roger Dingledine | 2004-08-25 |
| | | | | svn:r2313 | ||
* | make the compile work (and not complain) on sunos 5.9 | Roger Dingledine | 2004-08-25 |
| | | | | svn:r2312 | ||
* | Fix a symptom for a bug that straycat found. | Roger Dingledine | 2004-08-25 |
| | | | | | | | | | | | | Apparently in rare cases poll() is returning POLLIN for an idle dns worker. It reads no bytes, presumably because the idle dns worker didn't write anything in the first place. Gosh, who knows. Now we only trigger the assert if the idle dns worker actually tries to send an answer to us. svn:r2311 | ||
* | agree with nick: this legal-chars-in-filename stuff gets us nothing | Roger Dingledine | 2004-08-24 |
| | | | | svn:r2310 | ||
* | As far as I can tell, CONFIG_LEGAL_FILENAME_CHARACTERS is both pointless and ↵ | Nick Mathewson | 2004-08-24 |
| | | | | | | broken. #if it out, pending agreement from arma. This fixes a bug on win32 that rejected paths with a : in them. svn:r2309 | ||
* | Improve log message to make it obvious _why_ reading the configuration has ↵ | Nick Mathewson | 2004-08-24 |
| | | | | | | failed. svn:r2308 | ||
* | add todo items to keep nick busy the next 3 weeks | Roger Dingledine | 2004-08-21 |
| | | | | svn:r2307 | ||
* | New upstream version: rc1 | (Bogus user) | 2004-08-20 |
| | | | | svn:r2305 | ||
* | add a changelog and bump to 0.0.8rc2 | Roger Dingledine | 2004-08-20 |
| | | | | svn:r2303 | ||
* | when picking unverified routers, skip those with bad uptime or | Roger Dingledine | 2004-08-20 |
| | | | | | | | bad bandwidth, depending on what properties you care about svn:r2302 | ||
* | Workaround for oddity in cygwin autoconf | Nick Mathewson | 2004-08-19 |
| | | | | svn:r2301 | ||
* | mention that you can add the line to privoxy's config file anywhere | Roger Dingledine | 2004-08-18 |
| | | | | svn:r2300 | ||
* | Increment windows version to 0.0.8rc1 | Nick Mathewson | 2004-08-18 |
| | | | | svn:r2299 | ||
* | updated todo | Roger Dingledine | 2004-08-18 |
| | | | | svn:r2297 | ||
* | this isn't pre4, this is rc1 | Roger Dingledine | 2004-08-18 |
| | | | | svn:r2296 | ||
* | Fix some DOCDOCs | Nick Mathewson | 2004-08-18 |
| | | | | svn:r2295 | ||
* | fix a seg fault on hup when FascistFirewall is defined | Roger Dingledine | 2004-08-18 |
| | | | | svn:r2294 | ||
* | if options.FascistFirewall but none are running on port 80, try | Roger Dingledine | 2004-08-18 |
| | | | | | | | the others before giving up. svn:r2293 | ||
* | commit changelog for 0.0.8pre4 | Roger Dingledine | 2004-08-18 |
| | | | | svn:r2292 | ||
* | remove last vestiges of this 'twin' concept | Roger Dingledine | 2004-08-18 |
| | | | | svn:r2291 | ||
* | be more aggressive about building circuits when we have no | Roger Dingledine | 2004-08-18 |
| | | | | | | | open circuits svn:r2290 | ||
* | tweak the [...truncated] string again | Roger Dingledine | 2004-08-18 |
| | | | | svn:r2289 | ||
* | tolerate old 0.0.7 clients that demand a certain ip:port for a router | Roger Dingledine | 2004-08-18 |
| | | | | | | | | | even though it's moved on to another one. also reduce some log verbosity. svn:r2288 | ||
* | ship tor-resolve.1 in the tarball | Roger Dingledine | 2004-08-18 |
| | | | | svn:r2287 | ||
* | when we try to exclude our routerinfo from being picked in the | Roger Dingledine | 2004-08-18 |
| | | | | | | | | | path, it fails because we're using a pointer to the routerinfo we generate, not a pointer to the routerinfo in the routerlist. so look up the right one and use that. svn:r2286 | ||
* | even better, only print extend attempts if there are any. | Roger Dingledine | 2004-08-18 |
| | | | | svn:r2285 | ||
* | stop taking strlen of an uninitialized buffer | Roger Dingledine | 2004-08-18 |
| | | | | | | | we were (are?) printing garbage in the rephist stats svn:r2284 | ||
* | remove crazy notion that clique_mode() means we are | Roger Dingledine | 2004-08-18 |
| | | | | | | | already connected to everybody we could be connected to. svn:r2283 | ||
* | don't add a spurious newline before [truncated] | Roger Dingledine | 2004-08-18 |
| | | | | svn:r2282 | ||
* | be more aggressive about trying to make circuits: | Roger Dingledine | 2004-08-18 |
| | | | | | | | | try once a second for 30 seconds, and only when the entire previous period has failed do we pause after MAX_CIRCUIT_FAILURES failures. svn:r2281 | ||
* | bugfix: make intro circuits work again | Roger Dingledine | 2004-08-18 |
| | | | | svn:r2280 | ||
* | Avoid segfault when freeing options_t without firewall_ports | Nick Mathewson | 2004-08-18 |
| | | | | svn:r2279 | ||
* | bump version to pre4 (not ready yet) | Roger Dingledine | 2004-08-18 |
| | | | | svn:r2278 | ||
* | authdirservers don't need to be treated specially on hup for | Roger Dingledine | 2004-08-18 |
| | | | | | | | making intro points svn:r2277 | ||
* | only establish intro points after we've gotten a directory | Roger Dingledine | 2004-08-18 |
| | | | | svn:r2276 | ||
* | dirservers now don't build circuits until they have fetched a | Roger Dingledine | 2004-08-18 |
| | | | | | | | | directory from somebody else. this means they have time to build their connections first. svn:r2275 |