aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-10-30Move the real INTRODUCE2 replay-detection cache into rend_intro_point_tRobert Ransom
2011-10-30Make introduction points expireRobert Ransom
2011-10-30Allow intro points to expire somewhat gracefullyRobert Ransom
2011-10-30Use SMARTLIST_FOREACH_BEGIN and _END, not a for loopRobert Ransom
2011-10-30Correct bogus commentsRobert Ransom
2011-10-30Use a more meaningful variable nameRobert Ransom
2011-10-30Determine whether an intro point was in the last HS desc in a sane wayRobert Ransom
2011-10-30Record which intro points were listed in the last HS descRobert Ransom
2011-10-30Record the number of INTRODUCE2 cells each intro point has receivedRobert Ransom
2011-10-30Correct a log messageRobert Ransom
2011-10-30Record the time at which each intro point was first publishedRobert Ransom
2011-10-30Improve a commentRobert Ransom
2011-10-30Allow different HSes to maintain different numbers of intro pointsRobert Ransom
2011-10-02Detect and remove unreachable intro pointsRobert Ransom
2011-10-02Clear the timed_out flag when an HS connection attempt endsRobert Ransom
2011-10-02Record intro point timeouts in rend_intro_point_tRobert Ransom
2011-10-02Refetch an HS's desc if we don't have a usable oneRobert Ransom
2011-09-13Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine
2011-09-13Generate our ssl session certs with a plausible lifetimeRoger Dingledine
2011-09-12Update to the September 2011 GeoIP database.Karsten Loesing
2011-09-10Demote 'INTRODUCE2 cell is too {old,new}' message to info levelRobert Ransom
2011-09-10Demote HS 'replay detected' log message for DH public keys to info levelRobert Ransom
2011-09-10Describe rend_service_descriptor_t more completelyRobert Ransom
2011-09-10Describe rend_intro_point_t more completelyRobert Ransom
2011-09-10Fix log message typo.Robert Ransom
2011-09-09Merge remote-tracking branch 'public/gcc-295-fix' into maint-0.2.2Nick Mathewson
2011-09-09Merge remote-tracking branch 'public/enhance_replay_detection' into maint-0.2.2Nick Mathewson
2011-09-09Check for replays in PK-encrypted part of intro cell, not just in the g^x valueNick Mathewson
2011-09-07Merge remote-tracking branch 'public/bug2649_squashed' into maint-0.2.2Nick Mathewson
2011-09-06Fix assertion in addressmap_clear_excluded_trackexithostsNick Mathewson
2011-08-30Check for lround with autoconf; fall back to rint.Nick Mathewson
2011-08-30Fix a compilation issue on older FreeBSDsSebastian Hahn
2011-08-30Use %f with printf-style formatting, not %lfNick Mathewson
2011-08-30Switch a SMARTLIST_FOREACH in circuitbuild.c to BEGIN/ENDNick Mathewson
2011-08-24lround() missing in MSVCGisle Vanem
2011-08-17Don't write ControlPorts to disk till after we setuid and make datadirNick Mathewson
2011-08-15Remove extra quotation marks around the result of esc_for_logRobert Ransom
2011-08-08Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-08-08Update to the August 2011 GeoIP database.Karsten Loesing
2011-07-20Check return value in fmt_addrNick Mathewson
2011-07-19Specify text or binary mode in every start_writing_to_stdio_file callRobert Ransom
2011-07-14Merge branch 'bug3577' into maint-0.2.2Nick Mathewson
2011-07-14Improve error msg on failed getinfo fingerprintNick Mathewson
2011-07-13Change GETINFO fingerprint to look at server_mode, not my_descriptorNick Mathewson
2011-07-07Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine
2011-07-07update to the july 2011 geoip dbRoger Dingledine
2011-07-07Correctly send a SUCCEEDED event for rdns requestsSebastian Hahn
2011-07-06appease check-spacesRoger Dingledine
2011-07-05Merge remote-tracking branch 'rransom-tor/bug3465-022' into maint-0.2.2Nick Mathewson
2011-07-01Merge branch 'cov217_022_squashed' into maint-0.2.2Nick Mathewson