aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
Commit message (Expand)AuthorAge
* put a _ before or_options_t elements that aren't configurableRoger Dingledine2012-04-01
* Do not use strcmp() to compare an http authenticator to its expected valueNick Mathewson2012-04-01
* Implement 'safe cookie authentication'Robert Ransom2012-02-22
* parameterize bw cutoffs to guarantee Fast and Guard flagsRoger Dingledine2011-11-21
* Add option to give guard flag to relays without the CVE-2011-2768 fixRobert Ransom2011-10-26
* Merge branch 'maint-0.2.1_secfix' into maint-0.2.2_secfixSebastian Hahn2011-10-26
|\
| * Mark which OR connections are outgoingRobert Ransom2011-10-26
| * Don't use any OR connection which sent us a CREATE_FAST cell for an EXTENDRobert Ransom2011-10-26
| * Rename get_client_identity_key to get_tlsclient_identity_keyNick Mathewson2011-10-26
| * Maintain separate server and client identity keys when appropriate.Robert Ransom2011-10-26
| * Add public_server_mode function.Robert Ransom2011-10-26
* | Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine2011-09-13
|\|
| * Generate our ssl session certs with a plausible lifetimeRoger Dingledine2011-09-13
| * Check fetched rendezvous descriptors' service IDsRobert Ransom2011-05-16
| * Forget all rendezvous client state on SIGNAL NEWNYMRobert Ransom2011-04-28
* | Describe rend_service_descriptor_t more completelyRobert Ransom2011-09-10
* | Describe rend_intro_point_t more completelyRobert Ransom2011-09-10
* | Merge remote-tracking branch 'public/bug2649_squashed' into maint-0.2.2Nick Mathewson2011-09-07
|\ \
| * | Add a VoteOnHidServDirectoriesV2 configuration optionRobert Ransom2011-06-03
* | | Fix minor comment issuesRobert Ransom2011-06-22
* | | Revert "Add an "auto" option to UseBridges"Nick Mathewson2011-06-17
|/ /
* | Add an "auto" option to UseBridgesNick Mathewson2011-06-02
* | Merge remote-tracking branch 'public/bug3270' into maint-0.2.2Nick Mathewson2011-05-30
|\ \
| * | Use a 64-bit type to hold sockets on win64.Nick Mathewson2011-05-23
* | | Set timestamp_dirty on HS circuits as circuit_expire_building requiresRobert Ransom2011-05-30
* | | Merge branch 'feature3049-v2' into maint-0.2.2Nick Mathewson2011-05-23
|\ \ \ | |/ / |/| |
| * | Implement TAKEOWNERSHIP commandRobert Ransom2011-05-20
| * | Fix comment typoRobert Ransom2011-05-20
| * | Implement __OwningControllerProcess optionRobert Ransom2011-05-20
* | | Clean up the 2972 implementation a littleSebastian Hahn2011-05-15
* | | Add UnixSocketsGroupWritable config flagJérémy Bobbio2011-05-15
* | | Handle transitions in Automap*, VirtualAddrNetwork correctlyNick Mathewson2011-05-13
* | | Add a ControlPortFileGroupWritable optionNick Mathewson2011-05-13
* | | Write automatically-chosen control ports to a file.Nick Mathewson2011-05-13
* | | "(Socks|Control|etc)Port auto" now tells Tor to open an arbitrary portNick Mathewson2011-05-13
|/ /
* | Merge remote-tracking branch 'public/bug3022_v2' into maint-0.2.2Nick Mathewson2011-05-09
|\ \
| * | Only authorities should automatically download v2 networkstatus documentsNick Mathewson2011-04-28
* | | CONN_LOG_PROTECT()'s first argument may not be 0Sebastian Hahn2011-05-09
|/ /
* | warn if we launch too many circuits for a given streamRoger Dingledine2011-04-27
* | If EntryNodes and ExcludeNodes overlap, obey ExcludeNodes.Roger Dingledine2011-04-26
* | Make SIGNAL DUMP work on FreeBSDSebastian Hahn2011-04-15
* | Merge remote-tracking branch 'public/xxx_fixups' into maint-0.2.2Nick Mathewson2011-04-07
|\ \
| * | Add XXX023s for our timestamp_dirty abuse.Nick Mathewson2011-03-25
| * | Triage the XXX022 and XXX021 comments remaining in the codeNick Mathewson2011-03-25
* | | Use timevals, not time_t, when expiring circuits.Nick Mathewson2011-03-30
|/ /
* | Doxygen documentation for about 100 things that didn't have anyNick Mathewson2011-03-16
* | Merge remote branch 'arma/bug2510' into maint-0.2.2Nick Mathewson2011-03-14
|\ \
| * | fix two issues pointed out by nickmRoger Dingledine2011-03-13
* | | Tweak the bug2250 fix slightlySebastian Hahn2011-03-01
* | | Fix GETINFO config-text for private networksSebastian Hahn2011-02-26