aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
Commit message (Expand)AuthorAge
* Fix a trivial log message error in renservice.cNick Mathewson2012-01-09
* Include HiddenServiceDir in some warning messagesRobert Ransom2011-11-07
* Free rend_data and intro_key when extra intro circs become general-purposeRobert Ransom2011-10-18
* 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
* Fix log message typo.Robert Ransom2011-09-10
* 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
* | Specify text or binary mode in every start_writing_to_stdio_file callRobert Ransom2011-07-19
* | Make ControlSocketsGroupWritable work with User.Jérémy Bobbio2011-06-14
* | Warn when two hs use the same directorySebastian Hahn2011-05-30
* | Log descriptions of nodes, not just nicknames.Nick Mathewson2011-05-15
* | Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson2011-05-11
|\|
| * Hand-conversion and audit phase of memcmp transitionNick Mathewson2011-05-11
| * Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson2011-05-11
| * Make the DH parameter we use for TLS match the one from Apache's mod_sslNick Mathewson2011-02-10
* | Check transition of circuit purpose from INTRO->GENERAL if nodes are constrainedNick Mathewson2011-04-26
* | Note that circuit purpose changing can violate ExcludeNodesNick Mathewson2011-04-26
* | refuse excluded hidserv nodes if strictnodesRoger Dingledine2011-04-26
* | Make the DH parameter we use for TLS match the one from Apache's mod_sslNick Mathewson2011-01-24
* | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-15
|\|
| * Fix a couple of non-cleared key issues in hidden servicesNick Mathewson2011-01-15
* | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-15
|\|
| * Fix a heap overflow found by debuger, and make it harder to make that mistake...Nick Mathewson2011-01-15
* | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
|\|
| * Bump copyright statements to 2011Nick Mathewson2011-01-03
* | Merge remote branch fix_security_bug_021 into fix_security_bug_022Nick Mathewson2010-12-15
|\|
| * Make payloads into uint8_t.Nick Mathewson2010-12-15
* | Create routerparse.hSebastian Hahn2010-07-27
* | Create rephist.hSebastian Hahn2010-07-27
* | Create relay.hSebastian Hahn2010-07-27
* | Create networkstatus.hSebastian Hahn2010-07-27
* | Create directory.hSebastian Hahn2010-07-27
* | Create config.hSebastian Hahn2010-07-27
* | Create circuituse.hSebastian Hahn2010-07-27
* | Create circuitlist.hSebastian Hahn2010-07-27
* | Create circuitbuild.hSebastian Hahn2010-07-27
* | Create rendservice.hSebastian Hahn2010-07-27
* | Create rendclient.hSebastian Hahn2010-07-27
* | Create rendcommon.hSebastian Hahn2010-07-27
* | Create routerlist.hSebastian Hahn2010-07-27
* | Create router.hSebastian Hahn2010-07-27
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\|
| * Update Tor Project copyright yearsNick Mathewson2010-02-27
| * read the "circwindow" parameter from the consensusRoger Dingledine2009-10-14
* | Switch to a StrictNodes config option.Roger Dingledine2009-12-21
* | Merge branch 'safelogging2'Nick Mathewson2009-12-15
|\ \
| * | Refactor the safe_str_*() API to make more sense.Nick Mathewson2009-12-15
| * | Allow SafeLogging to exclude client related informationSebastian Hahn2009-12-12
* | | Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson2009-12-12