summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2011-07-20Add an OptimisticData option to control client-side optimistic dataNick Mathewson
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-20Fix a warning message. (Found by rransom)Nick Mathewson
2011-07-19Fix a compile warning in config.c reported by sebastianNick Mathewson
2011-07-19Turn streq_opt into a generic strcmp_opt.Nick Mathewson
2011-07-19Implement sensible isolation for tunneled directory connsNick Mathewson
2011-07-19Add an option to limit the number of non-open client circuits.Nick Mathewson
2011-07-19(Unused) backend logic for stream isolationNick Mathewson
2011-07-19Parse prop171 options; refactor listener/port option codeNick Mathewson
2011-07-18Merge remote-tracking branch 'public/bug3560'Nick Mathewson
2011-07-13Merge remote-tracking branch 'public/bug1666'Nick Mathewson
2011-07-11Turn on microdescriptors for clientsNick Mathewson
2011-07-11Merge remote-tracking branch 'public/bug2841'Nick Mathewson
2011-07-07Merge branch 'bug3263'Nick Mathewson
2011-07-07Have transitions in public_server_mode count as affects_descriptorNick Mathewson
2011-07-03Future-proof and user-proof parse_bridge_lineNick Mathewson
2011-07-02Simplify parse_client_transport_lineNick Mathewson
2011-07-02Style and grammar tweaks on 2841 branchNick Mathewson
2011-07-02Small tweaks to 2841 codeNick Mathewson
2011-07-01Replace a "const const" with a "const"Nick Mathewson
2011-06-28Trivial code tweaks and documentation updates.George Kadianakis
2011-06-22Revised how we handle ClientTransportPlugin and Bridge lines.George Kadianakis
2011-06-21Various small tweaks around config.c and or.hGeorge Kadianakis
2011-06-20Fix overwide line in config.cNick Mathewson
2011-06-20Add port 6523 (Gobby) to LongLivedPorts.intrigeri
2011-06-19Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-17Revert "Add an "auto" option to UseBridges"Nick Mathewson
2011-06-14Make the get_options() return constNick Mathewson
2011-06-14Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-14Make ControlSocketsGroupWritable work with User.Jérémy Bobbio
2011-06-14Fixes small bugs.George Kadianakis
2011-06-14We now warn the user if a proxy server is not up when we try to connect with it.George Kadianakis
2011-06-12Various trivial changes.George Kadianakis
2011-06-11We can now match our transports with our bridges.George Kadianakis
2011-06-11ClientTransportPlugin parsing done.George Kadianakis
2011-06-03Use an autobool for UseBridges_Nick Mathewson
2011-06-03Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-02Add an "auto" option to UseBridgesNick Mathewson
2011-06-01Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-30stop asserting at bootRoger Dingledine
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-30minor cleanups while reviewing 3216Roger Dingledine
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-30Reinit keys at the start of options_act().Nick Mathewson
2011-05-23Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-23Merge branch 'feature3049-v2' into maint-0.2.2Nick Mathewson
2011-05-21Merge branch 'maint-0.2.2'Roger Dingledine
2011-05-21Don't recreate descriptor on sighupSebastian Hahn
2011-05-20Exit immediately if we can't monitor our owning controller processRobert Ransom