aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-12-07Refactor path use bias code into own function.Mike Perry
2012-12-07Actually, both nacks and acks indicate a valid pathMike Perry
2012-12-07Note more potential issues.Mike Perry
2012-12-07Note a strange case for SOCKS streams.Mike Perry
2012-12-07Fix another crash bug.Mike Perry
2012-12-07Fix a crash bug and pass down a remote reason code.Mike Perry
2012-12-07Document that care needs to be taken with any_streams_attached.Mike Perry
2012-12-07Remove n_chan codepaths for determinining guard.Mike Perry
2012-12-07Move a pathbias function that depends on entryguard_t.Mike Perry
2012-12-07Fix a crash due to NULL circ->n_chan.Mike Perry
2012-12-07Prop209: Rend circuits weren't ever marked dirty.Mike Perry
2012-12-07Prop 209: Add in hidserv path bias counts for usage.Mike Perry
2012-12-07Prop 209: Add path bias counts for timeouts and other mechanisms.Mike Perry
2012-12-07Be explicit about units for timeout.Mike Perry
2012-12-07Fix an assert crash and an incorrectly placed return.Mike Perry
2012-12-07Update with code review changes from Nick.Mike Perry
2012-12-07Fix spaces.Mike Perry
2012-12-07Refactor pathbias functions to use pathbias_should_count.Mike Perry
2012-12-07Update Path Bias log messages to match Proposal 209.Mike Perry
2012-12-07Add log message checks for different rates.Mike Perry
2012-12-07Update pathbias parameters to match Proposal 209.Mike Perry
2012-12-07Add the ability to count circuit timeouts for guards.Mike Perry
2012-12-07Fix some wide linesNick Mathewson
2012-12-07Merge branch 'win64-7260'Nick Mathewson
2012-12-07Fix infinite loop in circuit_expire_buldingNick Mathewson
2012-12-07Merge remote-tracking branch 'karsten/task-6266'Nick Mathewson
2012-12-07Merge branch 'bug7306'Nick Mathewson
2012-12-07Merge remote-tracking branch 'public/bug6887'Nick Mathewson
2012-12-07Bug 3443: Don't count ORconn setup in circuit build time.Mike Perry
2012-12-06Use FreeLibrary, not CloseHandle, for library in test_util.cNick Mathewson
2012-12-06Update to the December 2012 GeoIP database.Karsten Loesing
2012-12-04Merge remote-tracking branch 'asn/bug7592_take2'Nick Mathewson
2012-12-05Return connection_exit_connect() if payload creation failed.George Kadianakis
2012-12-03fix some typosRoger Dingledine
2012-11-27Merge branch 'bug7013_take2_squashed'Nick Mathewson
2012-11-27Introduce tor_addr_port_parse() and use it to parse ServerTransportListenAddr.George Kadianakis
2012-11-27Add a torrc option to specify the bind address of managed proxies.George Kadianakis
2012-11-27Update to the November 2012 GeoIP database.Karsten Loesing
2012-11-27Add script to fix "A1" entries in geoip file.Karsten Loesing
2012-11-23Make sure that the error in ADDRMAP events is well-formedNick Mathewson
2012-11-23Minor documentation fixNick Mathewson
2012-11-23Note limitation of parse_rfc_1123_timeNick Mathewson
2012-11-23In comments and logs, say "UTC" not "GMT"Nick Mathewson
2012-11-23Refer to RFC 4648 instead of the obsolete RFC 3548Nick Mathewson
2012-11-18Merge branch 'bug7493_redux'Nick Mathewson
2012-11-18Initialize ipv{4,6}_traffic_ok in entry_connection_newNick Mathewson
2012-11-16when counting available descs, say whether we're counting exitsRoger Dingledine
2012-11-15Give useful warning when both IPv4 and IPv6 are disabled on a socksportNick Mathewson
2012-11-15Allow IPv4 traffic on default and old-style-config SocksPorts.Nick Mathewson
2012-11-15Set IPv4/IPv6 flags correctly when being a SOCKS clientNick Mathewson