summaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
2011-08-02Implement protocol-type isolation correctly.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-20Merge branch 'optimistic-client'Nick Mathewson
2011-07-19Use socks username/password information in stream isolationNick 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-19Add a new isolation type and field: "nym epoch"Nick Mathewson
2011-07-19(Unused) backend logic for stream isolationNick Mathewson
2011-07-19Refactor listener_connection_t into its own type.Nick Mathewson
2011-07-19Parse prop171 options; refactor listener/port option codeNick Mathewson
2011-07-18Remember optimistically sent data until we have gotten a CONNECTEDNick Mathewson
2011-07-18Add a generic_buffer_t to use the best buffer type we have on handNick Mathewson
2011-07-18Only use optimistic data with exits that support itNick Mathewson
2011-07-15Make WIN32_WINNT defines conditionalNick Mathewson
2011-07-13Merge remote-tracking branch 'public/bug1666'Nick Mathewson
2011-07-11Merge remote-tracking branch 'public/bug2841'Nick Mathewson
2011-07-11Fix cut'n'paste bug in comment.Linus Nordberg
2011-07-07Merge remote-tracking branch 'public/bug3153'Nick Mathewson
2011-07-03Refactor the interfaces of transport/proxy lookup fnsNick Mathewson
2011-06-29Record username/password data in socks_request_tNick Mathewson
2011-06-29Be more strict about when to accept socks auth messageNick Mathewson
2011-06-24Merge remote-tracking branch 'rransom-tor/bug3456'Nick Mathewson
2011-06-24Correct terminology in commentRobert Ransom
2011-06-24Store cpath_build_state_t flags in one-bit bitfields, not intsRobert Ransom
2011-06-22Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-22Fix minor comment issuesRobert Ransom
2011-06-21Various small tweaks around config.c and or.hGeorge Kadianakis
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-14Our warning now is much more specific, mentioning proxy type/addr/port.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-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-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-30Merge remote-tracking branch 'public/bug3270' into maint-0.2.2Nick Mathewson
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-30Set timestamp_dirty on HS circuits as circuit_expire_building requiresRobert Ransom
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-23Use a 64-bit type to hold sockets on win64.Nick Mathewson
2011-05-20Implement TAKEOWNERSHIP commandRobert Ransom
2011-05-20Fix comment typoRobert Ransom
2011-05-20Implement __OwningControllerProcess optionRobert Ransom