aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
Commit message (Expand)AuthorAge
* Rename nonconformant identifiers.Nick Mathewson2012-01-18
* Merge branch 'feature3457-v4-nm-squashed'Nick Mathewson2012-01-11
|\
| * Log whenever a circuit's purpose is changedRobert Ransom2011-11-24
* | Chop out the intro point calculation until it is simple enough for nickm to grokNick Mathewson2012-01-10
* | Use my original formula for number of replacements for an intro pointRobert Ransom2012-01-10
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-01-09
|\ \
| * | Fix a trivial log message error in renservice.cNick Mathewson2012-01-09
* | | Merge remote-tracking branch 'rransom-tor/bug4842'Nick Mathewson2012-01-09
|\ \ \
| * | | Don't remove rend cpath element from relaunched service-side rend circsRobert Ransom2012-01-06
* | | | clean up a comment that confused arturoRoger Dingledine2012-01-07
|/ / /
* | | Don't close HS service-side rend circs on timeoutRobert Ransom2011-12-27
* | | Add explicit cast to make gcc happyNick Mathewson2011-12-20
* | | Adjust n_intro_points_wanted when a service's intro points are closedRobert Ransom2011-12-20
* | | Extract function to determine how many intros an intro point has handledRobert Ransom2011-12-20
* | | Don't segfault when checking whether a not-yet-used intro point should expireRobert Ransom2011-12-01
* | | Merge branch 'feature2553-v4-rebased'Nick Mathewson2011-11-30
|\ \ \
| * | | Add ifdefs to disable #3332 assertionsRobert Ransom2011-11-30
| | |/ | |/|
* | | appease "make check-spaces"Nick Mathewson2011-11-30
* | | First chunk of support for bridges on IPv6Linus Nordberg2011-11-30
* | | Merge remote-tracking branch 'rransom-tor/bug3460-v4'Nick Mathewson2011-11-29
|\ \ \ | |/ / |/| |
| * | Correct documentation comments for fields formerly named accepted_introsRobert Ransom2011-11-27
| * | Rename accepted_intros fieldsRobert Ransom2011-11-27
| * | Ignore timestamps of INTRODUCE2 cellsRobert Ransom2011-10-31
| * | Move the real INTRODUCE2 replay-detection cache into rend_intro_point_tRobert Ransom2011-10-30
| * | Make introduction points expireRobert Ransom2011-10-30
| * | Allow intro points to expire somewhat gracefullyRobert Ransom2011-10-30
| * | Use SMARTLIST_FOREACH_BEGIN and _END, not a for loopRobert Ransom2011-10-30
| * | Correct bogus commentsRobert Ransom2011-10-30
| * | Use a more meaningful variable nameRobert Ransom2011-10-30
| * | Determine whether an intro point was in the last HS desc in a sane wayRobert Ransom2011-10-30
| * | Record which intro points were listed in the last HS descRobert Ransom2011-10-30
| * | Record the number of INTRODUCE2 cells each intro point has receivedRobert Ransom2011-10-30
| * | Correct a log messageRobert Ransom2011-10-30
| * | Record the time at which each intro point was first publishedRobert Ransom2011-10-30
| * | Improve a commentRobert Ransom2011-10-30
| * | Allow different HSes to maintain different numbers of intro pointsRobert Ransom2011-10-30
* | | Fix a couple of memory leaks in rend_add_service spotted by coverityNick Mathewson2011-11-17
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-11-09
|\ \ \ | | |/ | |/|
| * | Include HiddenServiceDir in some warning messagesRobert Ransom2011-11-07
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-10-20
|\| |
| * | Free rend_data and intro_key when extra intro circs become general-purposeRobert Ransom2011-10-18
| |/
* | Fix names of functions that convert strings to addrsNick Mathewson2011-10-11
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-09-11
|\|
| * Demote 'INTRODUCE2 cell is too {old,new}' message to info levelRobert Ransom2011-09-10
| * Demote HS 'replay detected' log message for DH public keys to info levelRobert Ransom2011-09-10
* | Merge remote-tracking branch 'rransom-tor/typo-fix-ohkah8Ah'Nick Mathewson2011-09-10
|\|
| * Fix log message typo.Robert Ransom2011-09-10
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-09-09
|\|
| * Merge remote-tracking branch 'public/enhance_replay_detection' into maint-0.2.2Nick Mathewson2011-09-09
| |\
| | * Check for replays in PK-encrypted part of intro cell, not just in the g^x valueNick Mathewson2011-09-09