summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | Return if CONF_CHANGED isn't interesting.Kamran Riaz Khan2011-08-10
| * | | | | | | | | | Escape configuration values before sending them via CONF_CHANGED.Kamran Riaz Khan2011-08-10
| * | | | | | | | | | Use smartlist_asprintf_add() to improve readability.Kamran Riaz Khan2011-08-10
| * | | | | | | | | | Add smartlist_[v]asprintf_addRobert Ransom2011-08-10
| * | | | | | | | | | Minor code readability fix.Kamran Riaz Khan2011-08-09
| * | | | | | | | | | Add changes file.Kamran Riaz Khan2011-08-09
| * | | | | | | | | | Minor comment fix.Kamran Riaz Khan2011-08-08
| * | | | | | | | | | Refactor to do CONF_CHANGED event formatting inside control.cKamran Riaz Khan2011-08-08
| * | | | | | | | | | Emits CONF_CHANGED events whenever Tor's configuration values change.Kamran Riaz Khan2011-08-08
* | | | | | | | | | | Make FooPort 0 correctly disable the FooPort.Nick Mathewson2011-08-09
* | | | | | | | | | | Sticking a size_t into long generates a warn on winSebastian Hahn2011-08-09
* | | | | | | | | | | Get rid of an unused parameter warning on winSebastian Hahn2011-08-09
* | | | | | | | | | | Sockets are unsigned on windowsSebastian Hahn2011-08-09
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-08-08
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-08-08
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| | * | | | | | | | Update to the August 2011 GeoIP database.Karsten Loesing2011-08-08
* | | | | | | | | | Merge remote-tracking branch 'public/bug3550'Nick Mathewson2011-08-08
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Make --quiet and --hush apply to default logs, not only initial logsNick Mathewson2011-08-04
* | | | | | | | | | | Remove connection_edge_streams_are_compatibleRobert Ransom2011-08-08
* | | | | | | | | | | Fix handling of ISO_STREAMRobert Ransom2011-08-08
* | | | | | | | | | | Fix log message typoRobert Ransom2011-08-06
| |_|_|/ / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge remote-tracking branch 'public/bug3683'Nick Mathewson2011-08-05
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Clear socks auth fields before freeNick Mathewson2011-08-05
| * | | | | | | | | | Handle storing much longer socks4 authentication data.Nick Mathewson2011-08-05
| * | | | | | | | | | Treat socks_request->{username,password} as non-NUL-terminatedNick Mathewson2011-08-04
| |/ / / / / / / / /
* | | | | | | | | | Clean up bridge-stats code.Karsten Loesing2011-08-04
* | | | | | | | | | Separate generation of an entry-stats string from writing it to disk.Karsten Loesing2011-08-04
* | | | | | | | | | Separate generation of a dirreq-stats string from writing it to disk.Karsten Loesing2011-08-04
* | | | | | | | | | Clean up geoip_dirreq_stats_write().Karsten Loesing2011-08-04
* | | | | | | | | | Add unit tests for buffer-stats.Karsten Loesing2011-08-04
* | | | | | | | | | Separate generation of a buffer-stats string from writing it to disk.Karsten Loesing2011-08-04
* | | | | | | | | | Clean up rep_hist_buffer_stats_write().Karsten Loesing2011-08-04
* | | | | | | | | | Create cell-stats history even if we didn't see a single circuit.Karsten Loesing2011-08-04
* | | | | | | | | | Replace files in stats/ rather than appending to them.Karsten Loesing2011-08-04
|/ / / / / / / / /
* | | | | | | | | Implement protocol-type isolation correctly.Nick Mathewson2011-08-02
* | | | | | | | | put the 0.2.1.30 stanza in the master changelog tooRoger Dingledine2011-08-01
* | | | | | | | | reach back in time and correct two changelog entriesRoger Dingledine2011-08-01
* | | | | | | | | Initial patch to build Tor with msvc and nmakeNick Mathewson2011-08-01
* | | | | | | | | Re-order tor_fw_helper_LDADD flags so that they workNick Mathewson2011-08-01
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Improve log messages for optimistic data retryIan Goldberg2011-07-21
* | | | | | | | Add src/test/test{-child}.exe to gitignore. bug3626Nick Mathewson2011-07-21
* | | | | | | | remember our future plan for bug 3617Roger Dingledine2011-07-21
* | | | | | | | Add another precondition for isolation-clearing; fix 3620Nick Mathewson2011-07-20
* | | | | | | | Do not cannibalize a circuit with isolation values set.Nick Mathewson2011-07-20
* | | | | | | | For accuracy, s/exit_allows_optimistic_data/may_use_optimistic_data/Nick Mathewson2011-07-20
* | | | | | | | Add an OptimisticData option to control client-side optimistic dataNick Mathewson2011-07-20
* | | | | | | | Don't assert for listener connectionsSebastian Hahn2011-07-20
* | | | | | | | Check for port config before addr config in client port optionsNick Mathewson2011-07-20
* | | | | | | | Oops: we need to call parse_client_ports with validate_only==0 at least onceNick Mathewson2011-07-20
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-07-20
|\ \ \ \ \ \ \ \ | |/ / / / / / /