summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-08-04fix rare race condition that causes infinite loopRoger Dingledine
2004-08-04update the sample torrcRoger Dingledine
2004-08-04commit some odds and ends, so my tree is cleanRoger Dingledine
2004-08-04<arma> did you get it working on win32? or just compilingNick Mathewson
2004-08-04Bugfix: "Okay, I just shut down like you told me. Now let me verify your sig...Nick Mathewson
2004-08-04only pick a default nickname if you're a serverRoger Dingledine
2004-08-04put a comment by routerlist_update_from_runningrouters() toRoger Dingledine
2004-08-04log a warning if you're running an unverified server, to letRoger Dingledine
2004-08-04Hack: Include date with successful directory GETs.Nick Mathewson
2004-08-04Add functions to format and parse RFC1123-style times, for HTTP protocol.Nick Mathewson
2004-08-04put the have_warned_about_unsafe_socks static var inside the functionRoger Dingledine
2004-08-03Fix all warnings on win32 buildNick Mathewson
2004-08-03warn if we use an unsafe socks variantRoger Dingledine
2004-08-03It is possible to have struct timeval but not gettimeofday.Nick Mathewson
2004-07-23check return value of fclose while writing to disk, since it mightRoger Dingledine
2004-07-23don't send an end back for a malformed resolved cell,Roger Dingledine
2004-07-23tor-resolve triggered a has_sent_end warningRoger Dingledine
2004-07-22clean whitespace and tabsRoger Dingledine
2004-07-22tell the user what time _they_ are too, when a cert is expiredRoger Dingledine
2004-07-22stop using atexit() to remove our pid, since it's calledRoger Dingledine
2004-07-22Fix base16_decode; trashing the stack is rude.Nick Mathewson
2004-07-22Chek for overlong nicknames in add_nickname_list_to_smartlistNick Mathewson
2004-07-22Add notion of "longest nickname-or-hex-digest-with-$"Nick Mathewson
2004-07-22Add noisy debug log to hunt for bug in router_update_status_from_smartlistNick Mathewson
2004-07-22Add fingerprint to router format in testsNick Mathewson
2004-07-22Never use time(NULL) as assumed publication time for a directory.Nick Mathewson
2004-07-22add a comment asking ORs to configure a DirPort tooRoger Dingledine
2004-07-22now base16_encode() and base32_encode() can't ever failRoger Dingledine
2004-07-22make router_is_me() compare identity, not nicknameRoger Dingledine
2004-07-22put our fingerprint into the descriptor, so we can match aRoger Dingledine
2004-07-22allow OPs to set a DirPort and cache/serve directoriesRoger Dingledine
2004-07-22getting an unknown descriptor is an info, not a warn, nowRoger Dingledine
2004-07-22populate router_get_my_routerinfo()->is_verifiedRoger Dingledine
2004-07-22Make tor_tls_new variant use alternative (certless) contextNick Mathewson
2004-07-22publish advertised_bandwidth in descriptorRoger Dingledine
2004-07-22change 0.0.8 extend cell format so it's compatible with 0.0.7Roger Dingledine
2004-07-22clients shouldn't create datadir until we have something to put thereRoger Dingledine
2004-07-210.0.8 ORs should autoconnect to authdirservers and 0.0.7 serversRoger Dingledine
2004-07-21make router_nickname_is_approved() do the right thingRoger Dingledine
2004-07-21if johnny has three fenceposts, and jill takes four away...Roger Dingledine
2004-07-21oh, and it should compile tooRoger Dingledine
2004-07-21make base16_encode() fail more obviously when it failsRoger Dingledine
2004-07-21fix our tls handshake chain cert bugRoger Dingledine
2004-07-21solve the authdirserver initialization precedence problemRoger Dingledine
2004-07-21bugfix: only require the correct key if the nickname is forRoger Dingledine
2004-07-21Log certificate lifetime on failure.Nick Mathewson
2004-07-21disallow picking unverified routers in circuitsRoger Dingledine
2004-07-21authdirservers accept the uploading of unverified descriptors.Roger Dingledine
2004-07-21caching dirservers don't handle posts, running-routers, or rend descsRoger Dingledine
2004-07-21rearrange to prepare to solve the authdirserver initializationRoger Dingledine