summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-03-26a missing comma could wreak all sorts of havoc.tor-0.0.3Roger Dingledine
svn:r1335
2004-03-26another todo item we thought ofRoger Dingledine
svn:r1334
2004-03-26changelog for 0.0.3Roger Dingledine
svn:r1333
2004-03-21Remove unused open circuits when there are too many, not when they are too old.Nick Mathewson
svn:r1332
2004-03-21Dont expire circuits we didnt originate. This may be redundant somehow, but ↵Nick Mathewson
better safe than sorry. svn:r1331
2004-03-21Add missing dollar signNick Mathewson
svn:r1330
2004-03-21Add an autoconf test for whether unaligned int access is permitted.Nick Mathewson
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
2004-03-21Replace all connection_removes outsice of main.c with connection_mark_for_closeNick Mathewson
svn:r1328
2004-03-21Add a RunTesting option to try to learn link state by creating test ↵Nick Mathewson
circuits, even when SocksPort is off. svn:r1327
2004-03-21Add macros and functions to wrap memcpy/alignment logic.Nick Mathewson
svn:r1326
2004-03-20mark off another bugRoger Dingledine
svn:r1325
2004-03-20catch signals in a more portable way, so solaris can catch them tooRoger Dingledine
svn:r1324
2004-03-20fix one bug, add anotherRoger Dingledine
svn:r1323
2004-03-20make uname() more likely to work on solarisRoger Dingledine
(linux says 0 is success, solaris says 1 is success) svn:r1322
2004-03-20fix one bug, note two moreRoger Dingledine
svn:r1321
2004-03-20solaris no longer needs special ./configure directionsRoger Dingledine
svn:r1320
2004-03-20make OR not crash when non-OR connection diesRoger Dingledine
svn:r1319
2004-03-20warn and fail if server chose a nickname with illegal charactersRoger Dingledine
svn:r1318
2004-03-20make servers not crash when they rep-hist-note circuits that don't start at themRoger Dingledine
svn:r1317
2004-03-20oops, and make make work too on solarisRoger Dingledine
svn:r1316
2004-03-20make configure work on solaris without modsRoger Dingledine
svn:r1315
2004-03-20deal with hardware word alignmentRoger Dingledine
this was causing the seg faults on sparc processors i wonder if i got them all. svn:r1314
2004-03-20Integrate the new "rephist" [rep(utation) hist(ory)] module to traceNick Mathewson
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
2004-03-20Add TODO item to make everything use mark_for_close; not doing so will now ↵Nick Mathewson
skew the stats svn:r1312
2004-03-20And tree.h is by Nils. Thanks armaPeter Palfrader
svn:r1311
2004-03-20Add initial history-tracking backend code for reputation module. Not called ↵Nick Mathewson
or tested yet. svn:r1310
2004-03-20Use strmap code for client DNS.Nick Mathewson
svn:r1309
2004-03-19todo: make ./configure work on solaris more easilyRoger Dingledine
svn:r1308
2004-03-19add a hint for solaris usersRoger Dingledine
svn:r1307
2004-03-19Add some wrappers around SPLAY_* for the common map-from-string-to-X case.Nick Mathewson
It will probably be less blindingly fast than using SPLAY_* directly, but only slightly so. svn:r1306
2004-03-19getpid returns a pid_t. we all know that's an int. but solaris doesn't know.Roger Dingledine
svn:r1305
2004-03-19we'd forgotten to autoconf fcntl.hRoger Dingledine
svn:r1304
2004-03-19isspace and friends take an int. solaris cares.Roger Dingledine
svn:r1303
2004-03-19New upstream releasedebian-version-0.0.2-1Peter Palfrader
svn:r1301
2004-03-19our changelog for 0.0.2tor-0.0.2Roger Dingledine
svn:r1299
2004-03-19we should leave old server descriptors out of the directoryRoger Dingledine
svn:r1298
2004-03-19ship strlcat and strlcpy with the tarball, but don't compile themRoger Dingledine
svn:r1297
2004-03-19bump version to 0.0.2Roger Dingledine
svn:r1296
2004-03-18define INADDR_NONE so we compile on solarisRoger Dingledine
svn:r1295
2004-03-18clean up some presentation and commentsRoger Dingledine
svn:r1294
2004-03-18another todo item re: logsRoger Dingledine
svn:r1293
2004-03-18Turns out, these files should not actually be in cvs!Nick Mathewson
svn:r1292
2004-03-18extend copyright to 2004Roger Dingledine
svn:r1291
2004-03-17Add license of strlcat and strlcpy to debian/copyrightPeter Palfrader
svn:r1290
2004-03-17Include strlcpy and strlcat where not available, so our string ops can be ↵Nick Mathewson
less error-prone. svn:r1289
2004-03-15Add ...truncated to TODO listPeter Palfrader
svn:r1288
2004-03-15make directory format tests quiet againRoger Dingledine
svn:r1287
2004-03-15make it warn about internal IPs not only if we had to guess,tor-0.0.2pre27Roger Dingledine
but also if they used a hostname rather than an IP svn:r1285
2004-03-15New upstream releasedebian-version-0.0.1+0.0.2pre27-1Peter Palfrader
svn:r1283
2004-03-15changelog for pre27Roger Dingledine
svn:r1282