aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendclient.h
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'rransom-tor/bug3335-v2'Nick Mathewson2011-10-03
|\ | | | | | | | | | | Conflicts: src/or/connection_edge.c src/or/rendclient.c
| * Detect and remove unreachable intro pointsRobert Ransom2011-10-02
| |
| * Clear the timed_out flag when an HS connection attempt endsRobert Ransom2011-10-02
| |
| * Record intro point timeouts in rend_intro_point_tRobert Ransom2011-10-02
| |
* | Make the get_options() return constNick Mathewson2011-06-14
|/ | | | | | | | This lets us make a lot of other stuff const, allows the compiler to generate (slightly) better code, and will make me get slightly fewer patches from folks who stick mutable stuff into or_options_t. const: because not every input is an output!
* Refactor HS client state-clearing code into a separate functionRobert Ransom2011-06-02
|
* Clear last_hid_serv_requests on SIGNAL NEWNYMRobert Ransom2011-06-02
| | | | Fixes bug #3309.
* Merge branch 'bug3k_021' into bug3k_022Sebastian Hahn2011-04-28
| | | | | | Conflicts: src/or/or.h src/or/rendclient.c
* Instead of checking whether we have unremoved intro points, check for usable ↵Nick Mathewson2011-04-27
| | | | ones
* Bump copyright statements to 2011 (0.2.2)Nick Mathewson2011-01-03
|
* Merge remote branch fix_security_bug_021 into fix_security_bug_022Nick Mathewson2010-12-15
| | | | | | | Conflicts: src/common/memarea.c src/or/or.h src/or/rendclient.c
* Fix typos, make all \brief's conformant, end sentences with a period.Linus Nordberg2010-07-28
|
* Create rendclient.hSebastian Hahn2010-07-27