Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix an assert trigger where an OP would fail to handshake, and we'd | Roger Dingledine | 2004-03-27 |
| | | | | | | | expect it to have a nickname. svn:r1351 | ||
* | only build circuits after we've fetched the directory | Roger Dingledine | 2004-03-27 |
| | | | | | | | | | | | | this resolves a subtle bug where tor clients were preferentially using the directory servers, since when they start building circuits they know only about the directory servers on the other hand, it now takes longer after startup before there's a working circuit. so it goes. svn:r1350 | ||
* | make it less noisy to consider exit policies | Roger Dingledine | 2004-03-27 |
| | | | | svn:r1349 | ||
* | bump version back to 0.0.4.1 | Roger Dingledine | 2004-03-26 |
| | | | | svn:r1348 | ||
* | oops, 0.0.4 is more broken than 0.0.3 | Roger Dingledine | 2004-03-26 |
| | | | | | | | maybe this will fix it svn:r1347 | ||
* | New upstream release | Peter Palfrader | 2004-03-26 |
| | | | | svn:r1345 | ||
* | bump cvs to 0.0.5 | Roger Dingledine | 2004-03-26 |
| | | | | svn:r1344 | ||
* | clean up some 'warn' messages while i'm at it | Roger Dingledine | 2004-03-26 |
| | | | | svn:r1342 | ||
* | changelog for 0.0.4 (just the bugfix) | Roger Dingledine | 2004-03-26 |
| | | | | svn:r1341 | ||
* | fix two assert triggers (darn it, I hate releasing software) | Roger Dingledine | 2004-03-26 |
| | | | | | | | | when connecting to a dirserver or OR and the network is down, we would crash. svn:r1340 | ||
* | bump cvs to 0.0.4 | Roger Dingledine | 2004-03-26 |
| | | | | svn:r1339 | ||
* | New upstream release | Peter Palfrader | 2004-03-26 |
| | | | | svn:r1337 | ||
* | a missing comma could wreak all sorts of havoc. | Roger Dingledine | 2004-03-26 |
| | | | | svn:r1335 | ||
* | another todo item we thought of | Roger Dingledine | 2004-03-26 |
| | | | | svn:r1334 | ||
* | changelog for 0.0.3 | Roger Dingledine | 2004-03-26 |
| | | | | svn:r1333 | ||
* | Remove unused open circuits when there are too many, not when they are too old. | Nick Mathewson | 2004-03-21 |
| | | | | svn:r1332 | ||
* | Dont expire circuits we didnt originate. This may be redundant somehow, but ↵ | Nick Mathewson | 2004-03-21 |
| | | | | | | better safe than sorry. svn:r1331 | ||
* | Add missing dollar sign | Nick Mathewson | 2004-03-21 |
| | | | | svn:r1330 | ||
* | Add an autoconf test for whether unaligned int access is permitted. | Nick Mathewson | 2004-03-21 |
| | | | | | | | | It works on macos, and works correctly when I twiddle the test code to generate a spurious segfault. Will it work anywhere else? svn:r1329 | ||
* | Replace all connection_removes outsice of main.c with connection_mark_for_close | Nick Mathewson | 2004-03-21 |
| | | | | svn:r1328 | ||
* | Add a RunTesting option to try to learn link state by creating test ↵ | Nick Mathewson | 2004-03-21 |
| | | | | | | circuits, even when SocksPort is off. svn:r1327 | ||
* | Add macros and functions to wrap memcpy/alignment logic. | Nick Mathewson | 2004-03-21 |
| | | | | svn:r1326 | ||
* | mark off another bug | Roger Dingledine | 2004-03-20 |
| | | | | svn:r1325 | ||
* | catch signals in a more portable way, so solaris can catch them too | Roger Dingledine | 2004-03-20 |
| | | | | svn:r1324 | ||
* | fix one bug, add another | Roger Dingledine | 2004-03-20 |
| | | | | svn:r1323 | ||
* | make uname() more likely to work on solaris | Roger Dingledine | 2004-03-20 |
| | | | | | | | (linux says 0 is success, solaris says 1 is success) svn:r1322 | ||
* | fix one bug, note two more | Roger Dingledine | 2004-03-20 |
| | | | | svn:r1321 | ||
* | solaris no longer needs special ./configure directions | Roger Dingledine | 2004-03-20 |
| | | | | svn:r1320 | ||
* | make OR not crash when non-OR connection dies | Roger Dingledine | 2004-03-20 |
| | | | | svn:r1319 | ||
* | warn and fail if server chose a nickname with illegal characters | Roger Dingledine | 2004-03-20 |
| | | | | svn:r1318 | ||
* | make servers not crash when they rep-hist-note circuits that don't start at them | Roger Dingledine | 2004-03-20 |
| | | | | svn:r1317 | ||
* | oops, and make make work too on solaris | Roger Dingledine | 2004-03-20 |
| | | | | svn:r1316 | ||
* | make configure work on solaris without mods | Roger Dingledine | 2004-03-20 |
| | | | | svn:r1315 | ||
* | deal with hardware word alignment | Roger Dingledine | 2004-03-20 |
| | | | | | | | | | this was causing the seg faults on sparc processors i wonder if i got them all. svn:r1314 | ||
* | Integrate the new "rephist" [rep(utation) hist(ory)] module to trace | Nick Mathewson | 2004-03-20 |
| | | | | | | | | | | | | | | successful/failed connections, successful/failed extends, and connection uptimes. It's still not done: more tests are needed, and not everything calls connection/circuit_mark_for_close properly. This skews the results. Also, there needs to be a 'testing' mode for non-OP ORs, where they periodically build circuits just to test whether extends work. svn:r1313 | ||
* | Add TODO item to make everything use mark_for_close; not doing so will now ↵ | Nick Mathewson | 2004-03-20 |
| | | | | | | skew the stats svn:r1312 | ||
* | And tree.h is by Nils. Thanks arma | Peter Palfrader | 2004-03-20 |
| | | | | svn:r1311 | ||
* | Add initial history-tracking backend code for reputation module. Not called ↵ | Nick Mathewson | 2004-03-20 |
| | | | | | | or tested yet. svn:r1310 | ||
* | Use strmap code for client DNS. | Nick Mathewson | 2004-03-20 |
| | | | | svn:r1309 | ||
* | todo: make ./configure work on solaris more easily | Roger Dingledine | 2004-03-19 |
| | | | | svn:r1308 | ||
* | add a hint for solaris users | Roger Dingledine | 2004-03-19 |
| | | | | svn:r1307 | ||
* | Add some wrappers around SPLAY_* for the common map-from-string-to-X case. | Nick Mathewson | 2004-03-19 |
| | | | | | | | | It will probably be less blindingly fast than using SPLAY_* directly, but only slightly so. svn:r1306 | ||
* | getpid returns a pid_t. we all know that's an int. but solaris doesn't know. | Roger Dingledine | 2004-03-19 |
| | | | | svn:r1305 | ||
* | we'd forgotten to autoconf fcntl.h | Roger Dingledine | 2004-03-19 |
| | | | | svn:r1304 | ||
* | isspace and friends take an int. solaris cares. | Roger Dingledine | 2004-03-19 |
| | | | | svn:r1303 | ||
* | New upstream release | Peter Palfrader | 2004-03-19 |
| | | | | svn:r1301 | ||
* | our changelog for 0.0.2 | Roger Dingledine | 2004-03-19 |
| | | | | svn:r1299 | ||
* | we should leave old server descriptors out of the directory | Roger Dingledine | 2004-03-19 |
| | | | | svn:r1298 | ||
* | ship strlcat and strlcpy with the tarball, but don't compile them | Roger Dingledine | 2004-03-19 |
| | | | | svn:r1297 | ||
* | bump version to 0.0.2 | Roger Dingledine | 2004-03-19 |
| | | | | svn:r1296 |