summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-01-02fix the assert bug reported by bassclef@163.comRoger Dingledine
2005-01-01add a comment to explain what ContactInfo is forRoger Dingledine
2005-01-01Fix a double-mark-for-close bug, where we were finding a connRoger Dingledine
2005-01-01when a dirserver causes you to give a warn, mention which dirserver it wasRoger Dingledine
2004-12-31...but only if you're a serverRoger Dingledine
2004-12-31require BandwidthRate to be at least 10kB/sRoger Dingledine
2004-12-25actually make it stop keeping track of times. whoops.Roger Dingledine
2004-12-25stop calling assert_connection_ok(conn, time(NULL)) on every singleRoger Dingledine
2004-12-25stop telling win32 folks they have a bug just because we haven't finishedRoger Dingledine
2004-12-25initial profiling by phobos says we spend a whole lot of timeRoger Dingledine
2004-12-24when you're loading the rendezvous service keys in options_act(),Roger Dingledine
2004-12-24don't connection_edge_end() on eof if we're already marked for close,Roger Dingledine
2004-12-24remove sentence-fragment comment refering to a design that never happened.Nick Mathewson
2004-12-24Remove length restriction when generating directories.Nick Mathewson
2004-12-24Fix for running-routers length bugNick Mathewson
2004-12-22and forward port the cleanupRoger Dingledine
2004-12-22fix a crash: if you do socks4 with an IP of 0.0.0.x then we get trickedRoger Dingledine
2004-12-22fix an assert on startup when the disk is full and you're logging to a fileRoger Dingledine
2004-12-22move network_init from or/main to common/compatRoger Dingledine
2004-12-22respond to an 009 XXXRoger Dingledine
2004-12-22Fix a bug in last patch; and keep my name out of the assert() call too.Nick Mathewson
2004-12-22Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name outNick Mathewson
2004-12-21forward port:Roger Dingledine
2004-12-17When listing circuits that are pending on an opening OR connection,Roger Dingledine
2004-12-17Bump repository version to tor-0.1.0.0-alpha-cvs. (First prerelease will be 0...Nick Mathewson
2004-12-16mark nickname and ORPort as the two required fields for serversRoger Dingledine
2004-12-16Make split(..., NULL) split on horizontal space; fix bug with tabs in config ...Nick Mathewson
2004-12-16Clarify confusing messagetor-0.0.9.1Nick Mathewson
2004-12-15move us to 0.0.9.1Roger Dingledine
2004-12-14bugfix: when we're reporting event circuit status, don't call it a stream.Roger Dingledine
2004-12-130.0.9 broke hibernation. darn it.Roger Dingledine
2004-12-13Remove bugfixes that did not actually do anything, before we start a cargo cult.Nick Mathewson
2004-12-13Note that length checking on base64_decode is kinda conservativeNick Mathewson
2004-12-13Fix a bug in parsing HashedControlPassword.Nick Mathewson
2004-12-13clarify a log entryRoger Dingledine
2004-12-13note a future thing we should doRoger Dingledine
2004-12-13move us to 0.0.9tor-0.0.9Roger Dingledine
2004-12-13clean up logging,Roger Dingledine
2004-12-13Only launch dns workers when we are actually starting a server.Nick Mathewson
2004-12-11when hibernating, don't advertise any portsRoger Dingledine
2004-12-10fix header text of torrc.sampleRoger Dingledine
2004-12-08make the 64 bit args print correctly on 64 bit archstor-0.0.9rc7Roger Dingledine
2004-12-08Belt *or* suspenders will be sufficient when casting things to unsigned char.Nick Mathewson
2004-12-08bump to 0.0.9rc7Roger Dingledine
2004-12-08Solaris CC freaks out if isspace and friends get anything other than an int. ...Nick Mathewson
2004-12-07Log contents of bw_accounting when we read it; fix memory leak.Nick Mathewson
2004-12-07resolve tequila's crash bug: you can't free somethingRoger Dingledine
2004-12-07rearrange debug logs to make more senseRoger Dingledine
2004-12-07clean two more minor memory leaksRoger Dingledine
2004-12-07Only set a cookie when we intend to.Nick Mathewson