aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
Commit message (Expand)AuthorAge
* Avoid dereferencing NULL if a bridge fails to build an ei descriptor.Robert Ransom2010-11-24
*-. Merge branch 'fix2183', remote branch 'rransom/fix2195-v2' into maint-0.2.2Nick Mathewson2010-11-19
|\ \
| | * Fix logic error in router_dump_router_to_string.Robert Ransom2010-11-19
| | * Generate a router descriptor even if generating an extra-info descriptor fails.Robert Ransom2010-11-17
| | * Do not emit an extra-info-digest descriptor line if the digest is zero.Robert Ransom2010-11-17
| * | Add comments to some of the bug2183 fix codeNick Mathewson2010-11-19
| * | Tweak the bugfix for 2183 a bit more.Karsten Loesing2010-11-17
| * | Don't use log_err for non-criticial warnings.Karsten Loesing2010-11-15
| * | Try harder not to exceed the 50 KB extra-info descriptor limit.Karsten Loesing2010-11-15
| |/
* / Change Natd into NATD in our options.Sebastian Hahn2010-11-10
|/
* Properly refcount client_identity_keySebastian Hahn2010-10-26
* Fix a whitespace errorNick Mathewson2010-10-21
* Add some asserts to get_{tlsclient|server}_identity_keyNick Mathewson2010-10-21
* Rename get_client_identity_key to get_tlsclient_identity_keyNick Mathewson2010-10-21
* Maintain separate server and client identity keys when appropriate.Robert Ransom2010-10-04
* Maintain separate server and client TLS contexts.Robert Ransom2010-10-04
* Refactor tor_tls_context_new:Robert Ransom2010-10-04
* Add public_server_mode function.Robert Ransom2010-10-04
* fix commentRoger Dingledine2010-10-01
* log when we guess our ip address, not just when we failRoger Dingledine2010-10-01
* changelog entry for bug1751Roger Dingledine2010-09-27
* Change bug1751 enabling code based on comments from armaNick Mathewson2010-09-27
* First cut of code to enable RefuseUnknownExitsNick Mathewson2010-09-21
* Create routerparse.hSebastian Hahn2010-07-27
* Create rephist.hSebastian Hahn2010-07-27
* Create relay.hSebastian Hahn2010-07-27
* Create policies.hSebastian Hahn2010-07-27
* Create main.hSebastian Hahn2010-07-27
* Create hibernate.hSebastian Hahn2010-07-27
* Create dns.hSebastian Hahn2010-07-27
* Create dirserv.hSebastian Hahn2010-07-27
* Create directory.hSebastian Hahn2010-07-27
* Create control.hSebastian Hahn2010-07-27
* Create connection.hSebastian Hahn2010-07-27
* Create config.hSebastian Hahn2010-07-27
* Create circuituse.hSebastian Hahn2010-07-27
* Create circuitlist.hSebastian Hahn2010-07-27
* Create routerlist.hSebastian Hahn2010-07-27
* Create router.hSebastian Hahn2010-07-27
* Create geoip.hSebastian Hahn2010-07-27
* finally get rid of "clique mode"Roger Dingledine2010-04-21
* Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\
| * Update Tor Project copyright yearsNick Mathewson2010-02-27
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\|
| * Properly handle non-terminated stringsSebastian Hahn2010-02-27
* | Fix a memory corruption bug while collecting bridge statsKarsten Loesing2010-01-26
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-01-23
|\|
| * Fix two rare leaks spotted by rieo.Nick Mathewson2010-01-23
* | Remove duplicate words and a duplicate newline.Karsten Loesing2009-12-18
* | Fix bridge statistics.Karsten Loesing2009-12-17