aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2011-09-07Fix whitespace issues in patches merged today so farNick Mathewson
2011-09-07chown() sockets when User option is setJérémy Bobbio
2011-09-07fix a const warningNick Mathewson
2011-09-07Report reason for generating descriptor in an HTTP headerNick Mathewson
2011-09-07Clean up HTTP request header generation a littleNick Mathewson
2011-09-07Upload descriptors more often when recent desc is unlistedNick Mathewson
2011-09-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-09-07Merge remote-tracking branch 'public/bug2649_squashed' into maint-0.2.2Nick Mathewson
2011-09-07Remove a now-needless test.Nick Mathewson
2011-09-07Merge remote-tracking branch 'public/split_entry_conn'Nick Mathewson
2011-09-07Die if tor_vasprintf fails in connection_printf_to_bufRobert Ransom
2011-09-07Merge remote-tracking branch 'public/bug3851'Nick Mathewson
2011-09-06Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-09-06Fix assertion in addressmap_clear_excluded_trackexithostsNick Mathewson
2011-09-01Explicitly set bucket_cfg to NULL after we freed itSebastian Hahn
2011-08-29Add a bufferevent note to startup logSebastian Hahn
2011-08-29Fix compilation on non-bufferevent systems after 3803 fix: oops.Nick Mathewson
2011-08-29Split out rephist parts of buckets_decrementNick Mathewson
2011-08-29Make FetchUselessDescriptors fetch all desc typesNick Mathewson
2011-08-27Clarify the heartbeat message a bit.George Kadianakis
2011-08-26Fix a bufferevent-related bug that killed tunneled dirserv connsNick Mathewson
2011-08-24Set write low-watermarks on all bufferevents.Nick Mathewson
2011-08-24Apply rate-limiting to the lowest bufferevent in the stack.Nick Mathewson
2011-08-19Disable run-time changes to DisableIOCP: They do not workNick Mathewson
2011-08-18Remove warning about a loop parsing evbuffer socksNick Mathewson
2011-08-18Appease "make check-spaces"Nick Mathewson
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-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-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-09Minor code readability fix.Kamran Riaz Khan
2011-08-08Minor comment fix.Kamran Riaz Khan