aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2014-04-29
|\
| * Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson2014-04-29
| |\
| | * Stop leaking memory in error cases of md parsingNick Mathewson2014-04-29
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2014-04-14
|\| |
| * | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson2014-04-14
| |\|
| | * Code to blacklist authority signing keysNick Mathewson2014-04-14
* | | Merge remote-tracking branch 'public/bug11342'Nick Mathewson2014-03-31
|\ \ \
| * | | Make dump_desc() use binary modeNick Mathewson2014-03-27
| |/ /
* | | Merge remote-tracking branch 'public/bug11275_024'Nick Mathewson2014-03-23
|\ \ \
| * | | Stop leaking 'sig' at each call of router_append_dirobj_signature()Roger Dingledine2014-03-23
| |/ /
* | | Take out remaining V1 directory code.Karsten Loesing2014-03-18
* | | Merge remote-tracking branch 'arma/ticket5528'Nick Mathewson2014-03-05
|\ \ \
| * | | stop setting, or using, router->addressRoger Dingledine2013-02-09
* | | | Remove a bunch of functions that were never called.Nick Mathewson2014-02-15
* | | | More fixes to rip out all of the v2 directory code.Karsten Loesing2014-02-03
* | | | Rip out all of the v2 directory code.Nick Mathewson2014-01-29
* | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-12-17
|\ \ \ \ | | |/ / | |/| |
| * | | Merge remote-tracking branch 'public/bug10409_023' into maint-0.2.4Nick Mathewson2013-12-17
| |\ \ \
| | * | | Avoid free()ing from an mmap on corrupted microdesc cacheNick Mathewson2013-12-16
| | | |/ | | |/|
* | | | Tweak #10162 documentation a bitNick Mathewson2013-11-18
* | | | Make the dir-key-crosscert element requiredNick Mathewson2013-11-14
|/ / /
* | | Merge branch 'less_charbuf_rebased' into maint-0.2.4Nick Mathewson2013-04-18
|\ \ \
| * | | Remove the now-unused router_get_networkstatus_v3_hashNick Mathewson2013-04-18
| * | | Fix a couple of documentation issues.Nick Mathewson2013-04-18
| * | | Refactor dirobj signature generationNick Mathewson2013-04-18
* | | | Fix some wide linesNick Mathewson2013-04-18
* | | | Merge branch 'bug8037_squashed' into maint-0.2.4Nick Mathewson2013-04-17
|\ \ \ \
| * | | | Reject most directory documents with an internal NUL.Nick Mathewson2013-04-17
| * | | | Correctly copy microdescs/extrinfos with internal NUL bytesNick Mathewson2013-01-26
* | | | | Rename all fields which measure bw in kb to end with _kbNick Mathewson2013-04-14
* | | | | Bug 8419: Apply the badexit fix from #2203 to validatio tooMike Perry2013-03-29
* | | | | Bug 7065: Use $ for idhex instead of =Mike Perry2013-03-26
* | | | | Check for 0.2.4.8, not 0.2.4.7, to determine EXTEND2 supportNick Mathewson2013-03-18
| |/ / / |/| | |
* | | | Refactor storing of measured_bw versus Unmeasured=1.Nick Mathewson2013-02-19
* | | | Tweak consensus method 17 based on arma's commentsNick Mathewson2013-02-19
| |_|/ |/| |
* | | Rename and relocate the bw weight scale param getter.Mike Perry2013-02-01
* | | Rename log() to tor_log() for loggingNick Mathewson2013-02-01
|/ /
* | Merge branch '024_msvc_squashed'Nick Mathewson2013-01-16
|\ \
| * | Fix an instance of snprintf; don't use _snprintf directlyNick Mathewson2013-01-16
* | | Update the copyright date to 201.Nick Mathewson2013-01-16
* | | Make the = at the end of ntor-onion-key optional.Nick Mathewson2013-01-05
* | | Merge branch 'ntor-resquashed'Nick Mathewson2013-01-03
|\ \ \ | |/ / |/| |
| * | Enable the ntor handshake on the client side.Nick Mathewson2013-01-03
| * | Wrangle curve25519 onion keys: generate, store, load, publish, republishNick Mathewson2013-01-02
* | | Merge remote-tracking branch 'public/bug6887'Nick Mathewson2012-12-07
|\ \ \ | |/ / |/| |
| * | Remove some deadcode for parsing v1 directoriesNick Mathewson2012-09-18
* | | Minor documentation fixNick Mathewson2012-11-23
* | | Fix a bug in policy_is_reject_star() that was making IPv4 exits breakNick Mathewson2012-11-14
* | | Parse IPv6 policy summaries from router descriptors and microdescsNick Mathewson2012-11-14
* | | Better policy support for IPv6Nick Mathewson2012-11-14