summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2004-03-15bump us to pre27Roger Dingledine
world's shortest release svn:r1281
2004-03-15check off a todo itemRoger Dingledine
svn:r1280
2004-03-15only complain about private IPs if we had to guessRoger Dingledine
svn:r1279
2004-03-15and another oneRoger Dingledine
svn:r1278
2004-03-15fix a byte order bugRoger Dingledine
svn:r1277
2004-03-15New upstream releasedebian-version-0.0.1+0.0.2pre26-1Peter Palfrader
svn:r1275
2004-03-15a changelog for pre26Roger Dingledine
svn:r1274
2004-03-14bugfix: address that strcat vulnerability in circuit.cRoger Dingledine
svn:r1273
2004-03-14prevent servers from publishing an internal IP as their addressRoger Dingledine
svn:r1272
2004-03-14teach us to recognize internal IPsRoger Dingledine
svn:r1271
2004-03-14bugfix: decrement OR connections from global_bucket tooRoger Dingledine
bugfix: don't return immediately for has_pending_tls_data unless the conn is allowed to read svn:r1270
2004-03-14refactor bandwidth-control token bucketsRoger Dingledine
this is a checkpoint commit; there still remain some bugs, er, somewhere. svn:r1269
2004-03-14crash when our logs go badRoger Dingledine
nick, can you think of a better response here? svn:r1268
2004-03-12don't close all the fd's when you spawn a thread, only when you forkRoger Dingledine
svn:r1267
2004-03-12bugfix: we were caching transient dns failuresRoger Dingledine
svn:r1266
2004-03-12more pesky tabsRoger Dingledine
svn:r1265
2004-03-12get rid of those pesky tabsRoger Dingledine
svn:r1264
2004-03-12inform unapproved servers when we reject their descriptorsRoger Dingledine
svn:r1263
2004-03-12more details when a conn is closed before it's done flushingRoger Dingledine
svn:r1262
2004-03-11start tracking the 'broken pipe' errorRoger Dingledine
svn:r1261
2004-03-11Make all the other read/writes into recv/sends, except when they shouldn't be.Nick Mathewson
svn:r1260
2004-03-11UnDOSify CRLF->LF.Nick Mathewson
svn:r1259
2004-03-11Make OP work on windows! (Also misc logging tweaks)Nick Mathewson
svn:r1258
2004-03-11Get entropy in windows.Nick Mathewson
svn:r1257
2004-03-10Mention log and pidfile location in tor.1Peter Palfrader
svn:r1256
2004-03-10Oops, the changelog for pre25 was not commiteddebian-version-0.0.1+0.0.2pre25-1Peter Palfrader
svn:r1254
2004-03-10actually, if recommendedversions is required for dirservers,Roger Dingledine
then require it. svn:r1253
2004-03-10give a useful error message to clients when the dirserver hasn'tRoger Dingledine
defined any recommended versions svn:r1252
2004-03-10Some stuff *should* be signedNick Mathewson
svn:r1251
2004-03-10Make windows version correct; initialize windows foolishness so that ↵Nick Mathewson
gethostbyname works. svn:r1250
2004-03-09Fix some bugs in parse_timeNick Mathewson
svn:r1249
2004-03-09Fix DOS line endings; autoconfize checks for strptime and inet_atonNick Mathewson
svn:r1248
2004-03-09Make tor build on windows again. More work still neededNick Mathewson
svn:r1247
2004-03-09stop troubling router operators with unapproved router connect attemptsRoger Dingledine
but give the dirserver operator more information svn:r1246
2004-03-08bugfix: only set conn->hold_open_until_flushed after markingRoger Dingledine
svn:r1245
2004-03-08when you get a desc from an unknown router, log its fingerprintRoger Dingledine
svn:r1244
2004-03-08clarifying comment for crypto_pk_get_fingerprintRoger Dingledine
svn:r1243
2004-03-07re-try streams at most 4 timesRoger Dingledine
svn:r1242
2004-03-07improve comments for server operators (maybe)Roger Dingledine
svn:r1241
2004-03-06fix a rare race condition: when we send a cell and thenRoger Dingledine
mark an OR connection expired, we might close it before finishing a flush if the other side isn't reading. svn:r1240
2004-03-06if a stream times out after 15s without a connected cell,Roger Dingledine
don't try that circuit again. svn:r1239
2004-03-06if the directory client hangs up before getting the directory,Roger Dingledine
then give up on him svn:r1238