aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.h
Commit message (Expand)AuthorAge
* Take out remaining V1 directory code.Karsten Loesing2014-03-18
* Remove a bunch of functions that were never called.Nick Mathewson2014-02-15
* Rip out all of the v2 directory code.Nick Mathewson2014-01-29
* 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
* | 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
| * | Refactor dirobj signature generationNick Mathewson2013-04-18
* | | Bug 8419: Apply the badexit fix from #2203 to validatio tooMike Perry2013-03-29
|/ /
* | Refactor storing of measured_bw versus Unmeasured=1.Nick Mathewson2013-02-19
* | Update the copyright date to 201.Nick Mathewson2013-01-16
* | Merge remote-tracking branch 'public/bug6887'Nick Mathewson2012-12-07
|\ \
| * | Remove some deadcode for parsing v1 directoriesNick Mathewson2012-09-18
| |/
* / Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson2012-10-12
|/
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Fix O(n^2) performance when parsing a big pile of extrainfosNick Mathewson2012-05-10
* Allow 0.2.3.x clients to use 0.2.2.x bridges.Roger Dingledine2012-01-25
* Rename nonconformant identifiers.Nick Mathewson2012-01-18
* Make tor_version_same_series non-staticRobert Ransom2011-10-26
* Move the decl for tor_gettimofday_cache_clear to the right headerNick Mathewson2011-03-16
* Fix up all doxygen warnings other than "foo is not documented"Nick Mathewson2011-03-16
* Bump copyright statements to 2011 (0.2.2)Nick Mathewson2011-01-03
* Tweak the bugfix for 2183 a bit more.Karsten Loesing2010-11-17
* Remove unused function declarationsSebastian Hahn2010-08-17
* Fix typos, make all \brief's conformant, end sentences with a period.Linus Nordberg2010-07-28
* Create routerparse.hSebastian Hahn2010-07-27
* Create dirserv.hSebastian Hahn2010-07-27