aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
Commit message (Expand)AuthorAge
* Unit tests for test_routerkeys_write_fingerprintNick Mathewson2014-02-28
* Tighten router_write_fingerprint implNick Mathewson2014-02-28
* Write hashed bridge fingerprint to logs and to disk.Karsten Loesing2014-02-28
* Remove a bunch of functions that were never called.Nick Mathewson2014-02-15
* Remove options for configuring HS authorities.Nick Mathewson2014-02-10
* remove node_describe_by_id() functionQingping Hou2014-02-06
* Merge remote-tracking branch 'houqp/hs_control'Nick Mathewson2014-02-03
|\
| * add hidden service descriptor async control eventQingping Hou2014-01-29
* | Rip out all of the v2 directory code.Nick Mathewson2014-01-29
|/
* Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-11-10
|\
| * Fix two more DirServer mentions in logNick Mathewson2013-11-10
* | Tweak a commentNick Mathewson2013-10-08
* | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-10-08
|\|
| * Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson2013-10-08
| |\
| | * Fix an assert when disabling ORPort with accounting disabled.Nick Mathewson2013-09-18
* | | Completely refactor how FILENAME_PRIVATE worksNick Mathewson2013-07-10
|/ /
* | Merge bug5595-v2-squashed into maint-0.2.4Andrea Shepard2013-05-10
|\ \
| * | When downloading certificates, distinguish requesting by identity digest from...Andrea Shepard2013-05-09
| |/
| * oops; add a missing semicolonNick Mathewson2013-02-12
* | Merge remote-tracking branch 'public/bug6026' into maint-0.2.4Nick Mathewson2013-04-24
|\ \
| * | Treat a changed IPv6 ORPort like an IPv4 one in retry_all_listeners()Nick Mathewson2013-03-11
* | | Merge branch 'less_charbuf_rebased' into maint-0.2.4Nick Mathewson2013-04-18
|\ \ \
| * | | Re-enable test for parsing and generating descriptor with exit policyNick Mathewson2013-04-18
| * | | Refactor dirobj signature generationNick Mathewson2013-04-18
| * | | Use chunks, not buffers, for router descriptorsNick Mathewson2013-04-18
* | | | Merge remote-tracking branch 'public/unused_stuff' into maint-0.2.4Nick Mathewson2013-03-15
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove some totally unused functionsNick Mathewson2013-02-23
| |/ /
* | | start part-way through the ssl cert lifetimeRoger Dingledine2013-03-10
* | | randomize SSLKeyLifetime by defaultRoger Dingledine2013-03-10
* | | parameterize SSLKeyLifetimeRoger Dingledine2013-03-10
|/ /
* | touchups on 78582760Roger Dingledine2013-02-19
* | Revise some comments in router.cNick Mathewson2013-02-19
* | Merge remote-tracking branch 'public/wide_circ_ids'Nick Mathewson2013-02-15
|\ \
| * | Allow a v4 link protocol for 4-byte circuit IDs.Nick Mathewson2012-11-06
* | | get rid of the new caching notion in resolve_my_address()Roger Dingledine2013-02-12
* | | Stop trying to resolve our hostname so oftenRoger Dingledine2013-02-11
* | | Teach resolve_my_address() to return a cached answerRoger Dingledine2013-02-11
* | | oops; add a missing semicolonNick Mathewson2013-02-11
* | | Merge remote-tracking branch 'public/bug8208'Nick Mathewson2013-02-11
|\ \ \ | | |/ | |/|
| * | Check whether ei is non-NULL before altering it.Nick Mathewson2013-02-11
* | | Avoid generating extra spaces when explaining how we guessed our addressNick Mathewson2013-02-11
* | | Refactor resolve_my_address() so logs are more accurate / helpfulRoger Dingledine2013-02-11
* | | log the hostname that resolve_my_address() used to guess our IPRoger Dingledine2013-02-11
* | | Merge remote-tracking branch 'public/easy_ratelim'Nick Mathewson2013-02-07
|\ \ \
| * | | Use log_fn_ratelim in a few places.Nick Mathewson2012-12-26
* | | | Merge remote-tracking branch 'public/bug7816_024'Nick Mathewson2013-02-07
|\ \ \ \
| * | | | Fix a leak-on-error case in 0.2.4 spotted by coverityNick Mathewson2012-12-28
| |/ / /
* | | | fix wide lines from tor_log renameNick Mathewson2013-02-01
* | | | Rename log() to tor_log() for loggingNick Mathewson2013-02-01
* | | | Rename *_isin to *_containsNick Mathewson2013-01-16