aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
Commit message (Expand)AuthorAge
* Fix 8447: use %u to format circid_t.Nick Mathewson2013-03-10
* Make hidden service authorization work again.Nick Mathewson2013-02-11
* Wrap more macro definitions in (parentheses)Nick Mathewson2013-02-09
* Rename log() to tor_log() for loggingNick Mathewson2013-02-01
* Prevent early close of path bias testing circuits.Mike Perry2013-01-20
* Implement Path use bias accounting.Mike Perry2013-01-18
* Aftermath of isin->contains renamingNick Mathewson2013-01-16
* Rename *_isin to *_containsNick Mathewson2013-01-16
* Update the copyright date to 201.Nick Mathewson2013-01-16
* Merge branch 'ntor-resquashed'Nick Mathewson2013-01-03
|\
| * Rename handshake_digest to rend_circ_nonceNick Mathewson2013-01-03
| * Massive refactoring of the various handshake typesNick Mathewson2013-01-03
* | Space fixes.Mike Perry2012-12-09
* | Refactor path use bias code into own function.Mike Perry2012-12-07
* | Prop209: Rend circuits weren't ever marked dirty.Mike Perry2012-12-07
* | Prop 209: Add in hidserv path bias counts for usage.Mike Perry2012-12-07
|/
* Turn some memset()s introduced in tor 0.2.4 into memwipe()sNick Mathewson2012-11-08
* Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-11-08
|\
| * Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson2012-11-08
* | Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* | Use fmt_addrport where appropriate.David Fifield2012-10-10
* | Use fmt_and_decorate_addr in log messages.David Fifield2012-10-10
* | Implement and use crypto_pk_eq_keysRobert Ransom2012-09-17
* | Split the routerset code out of routerlist.cNick Mathewson2012-09-14
* | Fix directory self-testing logicNick Mathewson2012-09-12
* | Avoid spurious warnings in rend_service_introduceNick Mathewson2012-08-21
* | Fix a bunch of "implicit 64->32" warnings from introduce refactoringNick Mathewson2012-08-03
* | Whitespace tweaksNick Mathewson2012-07-31
* | Refactor INTRODUCE2 parsing code in rend_service_introduce()Andrea Shepard2012-07-31
* | Use new replaycache_t structure for replay detection in rend_service_introduce()Andrea Shepard2012-07-31
* | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-18
|\|
| * Fix the remaining instances of nexted SMARTLIST_FOREACHNick Mathewson2012-07-17
* | Fix crash bug from 4a8eaad7 (Bug 6255)Nick Mathewson2012-06-29
* | Merge remote-tracking branch 'public/bug2385'Nick Mathewson2012-06-25
|\ \ | |/ |/|
| * Clear a couple more fields in rend_service_load_auth_keysNick Mathewson2012-06-18
| * Refactor exit path in rend_service_load_auth_keysNick Mathewson2012-06-18
| * Fix indentation in rend_service_load_auth_keysNick Mathewson2012-06-18
| * Refactor rend_service_load_keys() into main portion and auth portion.Nick Mathewson2012-06-18
| * Fix indentation and whitespace in rend_service_load_keysNick Mathewson2012-06-18
| * Refactor rend_service_load_keys() into outer loop and loop contentsNick Mathewson2012-06-18
| * In rend_service_load_keys(), clear extended descriptor cookie and buffer, cle...Andrea Shepard2012-06-15
| * Clean keys on stack in rend_service_rendezvous_has_opened()Andrea Shepard2012-06-15
| * Clean keys on stack in rend_service_intro_has_opened()Andrea Shepard2012-06-15
| * Clean up keys on stack in rend_service_introduce()Andrea Shepard2012-06-15
| * Clean up keys on stack in rend_service_load_keys()Andrea Shepard2012-06-15
* | Merge remote-tracking branch 'public/bug3311'Nick Mathewson2012-06-18
|\ \ | |/ |/|
| * Clarify some messages about publishing hidden service descriptorsNick Mathewson2012-06-15
* | Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson2012-06-15
|/
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Don't reset intro-point creation rate-limiting timerRobert Ransom2012-04-20