aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-08-08Refactor to do CONF_CHANGED event formatting inside control.cKamran Riaz Khan
2011-08-08Emits CONF_CHANGED events whenever Tor's configuration values change.Kamran Riaz Khan
2011-08-05Merge remote-tracking branch 'public/bug3683'Nick Mathewson
2011-08-05Clear socks auth fields before freeNick Mathewson
2011-08-05Handle storing much longer socks4 authentication data.Nick Mathewson
2011-08-04Clean up bridge-stats code.Karsten Loesing
2011-08-04Separate generation of an entry-stats string from writing it to disk.Karsten Loesing
2011-08-04Separate generation of a dirreq-stats string from writing it to disk.Karsten Loesing
2011-08-04Clean up geoip_dirreq_stats_write().Karsten Loesing
2011-08-04Add unit tests for buffer-stats.Karsten Loesing
2011-08-04Separate generation of a buffer-stats string from writing it to disk.Karsten Loesing
2011-08-04Clean up rep_hist_buffer_stats_write().Karsten Loesing
2011-08-04Create cell-stats history even if we didn't see a single circuit.Karsten Loesing
2011-08-04Replace files in stats/ rather than appending to them.Karsten Loesing
2011-08-04Treat socks_request->{username,password} as non-NUL-terminatedNick Mathewson
2011-08-02Implement protocol-type isolation correctly.Nick Mathewson
2011-08-01Initial patch to build Tor with msvc and nmakeNick Mathewson
2011-08-01Re-order tor_fw_helper_LDADD flags so that they workNick Mathewson
2011-07-21Improve log messages for optimistic data retryIan Goldberg
2011-07-21remember our future plan for bug 3617Roger Dingledine
2011-07-20Add another precondition for isolation-clearing; fix 3620Nick Mathewson
2011-07-20Do not cannibalize a circuit with isolation values set.Nick Mathewson
2011-07-20For accuracy, s/exit_allows_optimistic_data/may_use_optimistic_data/Nick Mathewson
2011-07-20Add an OptimisticData option to control client-side optimistic dataNick Mathewson
2011-07-20Don't assert for listener connectionsSebastian Hahn
2011-07-20Check for port config before addr config in client port optionsNick Mathewson
2011-07-20Oops: we need to call parse_client_ports with validate_only==0 at least onceNick Mathewson
2011-07-20Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-07-20Check return value in fmt_addrNick Mathewson
2011-07-20Fix a warning message. (Found by rransom)Nick Mathewson
2011-07-20Initialize listener connection addr fields properlyNick Mathewson
2011-07-20Add a missing break in a switch statementNick Mathewson
2011-07-20Merge branch 'optimistic-client'Nick Mathewson
2011-07-20Unit test for generic_buffer_set_to_copyNick Mathewson
2011-07-19Merge remote-tracking branch 'public/prop171_v2'Nick Mathewson
2011-07-19Fix spurious warning in bufferevent socks parsingNick Mathewson
2011-07-19Fix a compile warning in config.c reported by sebastianNick Mathewson
2011-07-19Take a smarter approach to clearing isolation infoNick Mathewson
2011-07-19Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-07-19Specify text or binary mode in every start_writing_to_stdio_file callRobert Ransom
2011-07-19Use socks username/password information in stream isolationNick Mathewson
2011-07-19Turn streq_opt into a generic strcmp_opt.Nick Mathewson
2011-07-19Stick controller-originated resolves in their own session groupNick Mathewson
2011-07-19Implement sensible isolation for tunneled directory connsNick Mathewson
2011-07-19Implement destaddr-based isolationNick Mathewson
2011-07-19Add an option to limit the number of non-open client circuits.Nick Mathewson
2011-07-19Launch sufficient circuits to satisfy pending isolated streamsNick Mathewson
2011-07-19Implement stream isolationNick Mathewson
2011-07-19Add a new isolation type and field: "nym epoch"Nick Mathewson
2011-07-19Const-ify a few functionsNick Mathewson