summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-08-17Use evbuffer_copyout() in inspect_evbuffer().Nick Mathewson
2011-08-17Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-08-17Don't write ControlPorts to disk till after we setuid and make datadirNick Mathewson
2011-08-17Merge branch 'bug3743'Nick Mathewson
2011-08-17Remove a needless config_find_optionNick Mathewson
2011-08-17Actually pick a random port when "auto" is specifiedSebastian Hahn
2011-08-16Don't compare LINELIST_S and OBSOLETE config options.Kamran Riaz Khan
2011-08-15Merge remote-tracking branch 'asn/bug3728'Nick Mathewson
2011-08-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-08-15Remove extra quotation marks around the result of esc_for_logRobert Ransom
2011-08-15Oops; _actually_ enable microdesc-by-default for clientsNick Mathewson
2011-08-13Free global_rate_limit in connection_free_all().George Kadianakis
2011-08-13Move connection_free_all() to the bottom of connection.c to enjoy maximum vis...George Kadianakis
2011-08-11Don't warn on http connection to my orportSebastian Hahn
2011-08-10Whitespace tweaksNick Mathewson
2011-08-10Fix a const warning in bug1692 codeNick Mathewson
2011-08-10Merge branch 'bug1692-squashed'Nick Mathewson
2011-08-10Fix condition reported by nickm.Kamran Riaz Khan
2011-08-10Return if CONF_CHANGED isn't interesting.Kamran Riaz Khan
2011-08-10Escape configuration values before sending them via CONF_CHANGED.Kamran Riaz Khan
2011-08-10Use smartlist_asprintf_add() to improve readability.Kamran Riaz Khan
2011-08-10Add smartlist_[v]asprintf_addRobert Ransom
2011-08-09Make FooPort 0 correctly disable the FooPort.Nick Mathewson
2011-08-09Sticking a size_t into long generates a warn on winSebastian Hahn
2011-08-09Get rid of an unused parameter warning on winSebastian Hahn
2011-08-09Sockets are unsigned on windowsSebastian Hahn
2011-08-09Minor code readability fix.Kamran Riaz Khan
2011-08-08Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-08-08Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-08-08Minor comment fix.Kamran Riaz Khan
2011-08-08Update to the August 2011 GeoIP database.Karsten Loesing
2011-08-08Refactor to do CONF_CHANGED event formatting inside control.cKamran Riaz Khan
2011-08-08Merge remote-tracking branch 'public/bug3550'Nick Mathewson
2011-08-08Remove connection_edge_streams_are_compatibleRobert Ransom
2011-08-08Fix handling of ISO_STREAMRobert Ransom
2011-08-08Emits CONF_CHANGED events whenever Tor's configuration values change.Kamran Riaz Khan
2011-08-06Fix log message typoRobert Ransom
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-04Make --quiet and --hush apply to default logs, not only initial logsNick Mathewson