Files
tor/changes
Nick Mathewson db86b9194d Break connection_dir_client_reached_eof() into smaller functions
This was a >630-line function, which doesn't make anybody happy.  It
was also mostly composed of a bunch of if-statements that handled
different directory responses differently depending on the original
purpose of the directory connection.  The logical refactoring here
is to move the body of each switch statement into a separate handler
function, and to invoke those functions from a separate switch
statement.

This commit leaves whitespace mostly untouched, for ease of review.
I'll reindent in the next commit.
2017-05-02 13:06:25 -04:00
..
2017-04-10 11:27:41 -04:00
2017-04-06 11:57:56 -04:00
2017-03-27 11:01:50 +02:00
2017-04-28 10:55:10 -04:00
2017-03-14 11:54:20 -04:00
2017-02-19 22:51:50 +11:00
2017-04-25 10:40:30 -04:00
2017-03-14 11:36:53 -04:00
2017-04-07 13:21:07 -04:00