summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-09-20Stop sending the current time in client NETINFO handshakes.Nick Mathewson
2013-09-16Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-09-16Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2013-09-10Update to the September 2013 GeoIP database.Karsten Loesing
2013-09-05collect and log statistics about onionskins received/processedRoger Dingledine
2013-09-05Revert e443beff and solve it a different wayRoger Dingledine
2013-09-05don't let recently_chosen_ntors overflowRoger Dingledine
2013-09-04nickm wants us to prioritize tap in a currently-rare edge caseRoger Dingledine
2013-09-04Be more general in calculating expected onion queue processing timeRoger Dingledine
2013-09-04let the NumNTorsPerTAP consensus param override our queue choiceRoger Dingledine
2013-09-04do a lopsided round-robin between the onion queuesRoger Dingledine
2013-09-04check bounds on handshake_type more thoroughlyRoger Dingledine
2013-09-04add info-level logs to help track onion queue sizesRoger Dingledine
2013-09-04refactor and give it unit testsRoger Dingledine
2013-09-04Separate cpuworker queues by handshake typeRoger Dingledine
2013-09-04Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-09-04use !cbt_disabled in place of LearnCBT to avoid needless circsNick Mathewson
2013-09-03Merge branch 'bug9400_024_squashed' into maint-0.2.4Nick Mathewson
2013-09-03Avoid a double-close on one failing case of the socketpair replacement codeNick Mathewson
2013-08-25Merge remote-tracking branch 'public/bug9546_023_v2' into maint-0.2.3Nick Mathewson
2013-08-25Merge remote-tracking branch 'public/bug9546_v2' into maint-0.2.4Nick Mathewson
2013-08-25Merge remote-tracking branch 'public/bug9366' into maint-0.2.4Nick Mathewson
2013-08-25Merge remote-tracking branch 'public/bug9543' into maint-0.2.4Nick Mathewson
2013-08-22Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-08-22Replace return with continue in update_consensus_networkstatus_downloadsNick Mathewson
2013-08-21Add a 30-day maximum on user-supplied MaxCircuitDirtinessNick Mathewson
2013-08-21Make bridges send AUTH_CHALLENGE cellsNick Mathewson
2013-08-21Make bridges send AUTH_CHALLENGE cellsNick Mathewson
2013-08-21Send NETINFO on receiving a NETINFO if we have not yet sent one.Nick Mathewson
2013-08-20Send NETINFO on receiving a NETINFO if we have not yet sent one.Nick Mathewson
2013-08-12Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-08-12Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2013-08-12Update to the August 2013 GeoIP database.Karsten Loesing
2013-08-10Fix an uninitialized-read when parsing v3 introduction requests.Nick Mathewson
2013-08-06Use SOCKET_OK/TOR_INVALID_SOCKET in socketpair replacement codeNick Mathewson
2013-08-05Don't allow all ORPort values to be NoAdvertiseNick Mathewson
2013-07-31Merge remote-tracking branch 'arma/bug9354' into maint-0.2.4Nick Mathewson
2013-07-31Fix invalid-read when a managed proxy configuration fails.George Kadianakis
2013-07-30NumDirectoryGuards now tracks NumEntryGuards by defaultRoger Dingledine
2013-07-26Avoid assertion failure on unexepcted address family in DNS reply.Nick Mathewson
2013-07-23Fix bug9309, and n_noncanonical count/continue codeNick Mathewson
2013-07-18Merge remote-tracking branch 'public/bug9295_023' into maint-0.2.4Nick Mathewson
2013-07-18tmpNick Mathewson
2013-07-16Re-do a cast in order to make old buggy freebsd gcc happyNick Mathewson
2013-07-08Merge branch 'bug9200' into maint-0.2.4Nick Mathewson
2013-07-08Add a comment and a check for why flag indices will be <= 63Nick Mathewson
2013-07-08Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-07-08Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2013-07-08Update to the July 2013 GeoIP database.Karsten Loesing
2013-07-03FIx undefined behavior in dirvote.cNick Mathewson