aboutsummaryrefslogtreecommitdiff
path: root/src/feature/dircache/dirserv.c
AgeCommit message (Expand)Author
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-01-16Move dirclient-related functions out of dirserv, and reenable themNick Mathewson
2020-01-16Move dirserv_get_routerdescs() to control_getinfo.cNick Mathewson
2020-01-16Move dir_split_resource_into_spoolable() to dircache module.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-20Code Style: Delete PRIVATE defines that are never usedteor
2019-10-21control: Add GETINFO support for dumping microdesc consensusAmreshVenugopal
2019-02-09Use compress_dir_buf_add() function in a few placesrl1987
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-10-31Merge branch 'networkstatus_mmap' into networkstatus_mmap_mergeNick Mathewson
2018-10-24Fix remaining cases of using consensus without a len parameter.Nick Mathewson
2018-09-27Move the predicted ports code out of rephist.cNick Mathewson
2018-09-25Extract all the "am I a server" functions from router.cNick Mathewson
2018-09-21Split directory.c code into several modulesNick Mathewson
2018-09-20Split most of dirserv.c into several new modulesNick Mathewson
2018-09-19Split routerlist.c into 4 separate modulesNick Mathewson
2018-07-16Add keyval header, that was moved to other filejuga0
2018-07-16Ensure that bw_file_headers is not bigger than maxjuga0
2018-07-16Replace bwlist by bw_file and terminator conditionjuga0
2018-07-16Check that the header is key_valuejuga0
2018-07-16Add the Bandwidth List file headers to votesjuga0
2018-07-10Explain why we use raw_free with getdelim result.Nick Mathewson
2018-07-10Use tor_getline() in dirserv.c to remove its upper line limit.Nick Mathewson
2018-07-10Refactor dirserv_read_measured_bandwidths to have a single exit pointNick Mathewson
2018-07-05Whoops. Protover.[ch] belong in src/core/orNick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-05Move literally everything out of src/orNick Mathewson