aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove automake files from cvs. Let's see whether it works for Roger too.Peter Palfrader2004-03-29
| | | | svn:r1369
* Make preliminary list of tasks for rendezvous serviceNick Mathewson2004-03-29
| | | | svn:r1368
* Add more stuff to cvsignoresNick Mathewson2004-03-29
| | | | svn:r1367
* bugfix: we were closing socks-request connections immediately, ratherRoger Dingledine2004-03-29
| | | | | | | than flushing them, if they were timing out before we marked them svn:r1366
* clean up a few more bugsRoger Dingledine2004-03-29
| | | | svn:r1365
* fix typoRoger Dingledine2004-03-29
| | | | svn:r1364
* make normal exit nodes less likely to crash from the conn-munging bugRoger Dingledine2004-03-29
| | | | | | | but leave dirservers just as likely to crash svn:r1363
* Re-enable unit tests for directory generation.Nick Mathewson2004-03-29
| | | | svn:r1362
* Remove descriptors that are older than 24 hours from the directory. Use ↵Nick Mathewson2004-03-29
| | | | | | strlcat instead of strncat to generate directories. svn:r1361
* Possible fix for c99 aliasing warningsNick Mathewson2004-03-29
| | | | svn:r1360
* make it less noisy for normal ORs when a server uses a false nicknameRoger Dingledine2004-03-28
| | | | svn:r1359
* make dns resolves a lot fasterRoger Dingledine2004-03-28
| | | | | | | (but only enable this once we've found the bug) svn:r1358
* oh, i forgot to enable the find-munged-conn functionRoger Dingledine2004-03-28
| | | | svn:r1357
* hold socks reply open until flushed (if possible)Roger Dingledine2004-03-28
| | | | svn:r1356
* Initial rendezvous spec version. Needs another review and revision; but ↵Nick Mathewson2004-03-28
| | | | | | first I must sleep svn:r1355
* there is yet another dns-pending-conn-clobbering bugRoger Dingledine2004-03-28
| | | | | | | somewhere svn:r1354
* update todo a bit fartherRoger Dingledine2004-03-27
| | | | svn:r1353
* work around a tsocks bugRoger Dingledine2004-03-27
| | | | | | | | when an AP connection dies early, be sure to do a socks reject for it. if you just hang up, tsocks goes into an infinite loop. svn:r1352
* fix an assert trigger where an OP would fail to handshake, and we'dRoger Dingledine2004-03-27
| | | | | | | expect it to have a nickname. svn:r1351
* only build circuits after we've fetched the directoryRoger Dingledine2004-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 policiesRoger Dingledine2004-03-27
| | | | svn:r1349
* bump version back to 0.0.4.1Roger Dingledine2004-03-26
| | | | svn:r1348
* oops, 0.0.4 is more broken than 0.0.3Roger Dingledine2004-03-26
| | | | | | | maybe this will fix it svn:r1347
* New upstream releasePeter Palfrader2004-03-26
| | | | svn:r1345
* bump cvs to 0.0.5Roger Dingledine2004-03-26
| | | | svn:r1344
* clean up some 'warn' messages while i'm at itRoger Dingledine2004-03-26
| | | | svn:r1342
* changelog for 0.0.4 (just the bugfix)Roger Dingledine2004-03-26
| | | | svn:r1341
* fix two assert triggers (darn it, I hate releasing software)Roger Dingledine2004-03-26
| | | | | | | | when connecting to a dirserver or OR and the network is down, we would crash. svn:r1340
* bump cvs to 0.0.4Roger Dingledine2004-03-26
| | | | svn:r1339
* New upstream releasePeter Palfrader2004-03-26
| | | | svn:r1337
* a missing comma could wreak all sorts of havoc.Roger Dingledine2004-03-26
| | | | svn:r1335
* another todo item we thought ofRoger Dingledine2004-03-26
| | | | svn:r1334
* changelog for 0.0.3Roger Dingledine2004-03-26
| | | | svn:r1333
* Remove unused open circuits when there are too many, not when they are too old.Nick Mathewson2004-03-21
| | | | svn:r1332
* Dont expire circuits we didnt originate. This may be redundant somehow, but ↵Nick Mathewson2004-03-21
| | | | | | better safe than sorry. svn:r1331
* Add missing dollar signNick Mathewson2004-03-21
| | | | svn:r1330
* Add an autoconf test for whether unaligned int access is permitted.Nick Mathewson2004-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_closeNick Mathewson2004-03-21
| | | | svn:r1328
* Add a RunTesting option to try to learn link state by creating test ↵Nick Mathewson2004-03-21
| | | | | | circuits, even when SocksPort is off. svn:r1327
* Add macros and functions to wrap memcpy/alignment logic.Nick Mathewson2004-03-21
| | | | svn:r1326
* mark off another bugRoger Dingledine2004-03-20
| | | | svn:r1325
* catch signals in a more portable way, so solaris can catch them tooRoger Dingledine2004-03-20
| | | | svn:r1324
* fix one bug, add anotherRoger Dingledine2004-03-20
| | | | svn:r1323
* make uname() more likely to work on solarisRoger Dingledine2004-03-20
| | | | | | | (linux says 0 is success, solaris says 1 is success) svn:r1322
* fix one bug, note two moreRoger Dingledine2004-03-20
| | | | svn:r1321
* solaris no longer needs special ./configure directionsRoger Dingledine2004-03-20
| | | | svn:r1320
* make OR not crash when non-OR connection diesRoger Dingledine2004-03-20
| | | | svn:r1319
* warn and fail if server chose a nickname with illegal charactersRoger Dingledine2004-03-20
| | | | svn:r1318
* make servers not crash when they rep-hist-note circuits that don't start at themRoger Dingledine2004-03-20
| | | | svn:r1317
* oops, and make make work too on solarisRoger Dingledine2004-03-20
| | | | svn:r1316