summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Add support for parsing exit lists.Karsten Loesing2012-02-02
* Use a single interface for reading descriptors.Karsten Loesing2012-02-02
* Rename some copied-and-pasted variables.Karsten Loesing2012-02-02
* Handle exceptions when reading descriptors from disk.Karsten Loesing2012-02-01
* Ignore directory certificate files for the moment.Karsten Loesing2012-02-01
* Parse all statistics in extra-info descriptors.Karsten Loesing2012-02-01
* Disallow reconfiguring readers after starting to read.Karsten Loesing2012-01-31
* Add a config option to handle unrecognized lines.Karsten Loesing2012-01-31
* Remove examples.Karsten Loesing2012-01-31
* Fix the download logic some more.Karsten Loesing2012-01-31
* Fiddle around with the download logic some more.Karsten Loesing2012-01-26
* Use timeouts in URLConnection instead of own timeout thread.Karsten Loesing2012-01-23
* Fix the logic what descriptors are left to download.Karsten Loesing2012-01-23
* Fix an awful copy-and-paste error.Karsten Loesing2012-01-23
* Avoid static initializer blocks.Karsten Loesing2012-01-23
* Let Eclipse organize imports.Karsten Loesing2012-01-23
* Add basic support for or-address lines.Karsten Loesing2012-01-23
* Use a separate JVM for running the unit tests.Karsten Loesing2012-01-19
* Improve downloader a bit.Karsten Loesing2012-01-19
* Make ConsensusBuilder an own class for better testing.Karsten Loesing2012-01-19
* Make DownloadCoordinator interface to facilitate testing.Karsten Loesing2012-01-19
* Fix a few warnings found by Eclipse.Karsten Loesing2012-01-19
* Let Eclipse organize the imports.Karsten Loesing2012-01-18
* Fix a couple of compile warnings and a real bug.Karsten Loesing2012-01-18
* Fix a problem with downloading relay descriptors.Karsten Loesing2012-01-17
* Split relay descriptor downloader into three classes.Karsten Loesing2012-01-17
* Looks like $fingerprint=nickname is a valid family line entry.Karsten Loesing2012-01-16
* Start parsing bridge pool assignments.Karsten Loesing2012-01-15
* Only send end-of-stream object once.Karsten Loesing2012-01-15
* Merge relay and bridge descriptor readers.Karsten Loesing2012-01-15
* Implement a history file to avoid reading files twice.Karsten Loesing2012-01-15
* Enable bridge descriptor parsing.Karsten Loesing2012-01-12
* Use a single relay and bridge descriptor implementation.Karsten Loesing2012-01-12
* Implement bridge network status parsing.Karsten Loesing2012-01-12
* Recognize geoip-* lines in extra-info descriptors.Karsten Loesing2012-01-12
* Fix indentation.Karsten Loesing2012-01-10
* Fix download logic a bit.Karsten Loesing2012-01-10
* Fix typos.Karsten Loesing2012-01-10
* Start defining the bridge status interface.Karsten Loesing2012-01-08
* Detect relay descriptor type from first lines.Karsten Loesing2012-01-08
* Extra-info descriptors start with "extra-info" lines.Karsten Loesing2012-01-08
* Skip lines in server descriptors starting with @.Karsten Loesing2012-01-08
* The bool in hibernating lines is 0/1, not false/true.Karsten Loesing2012-01-08
* Also accept lower-case hex fingerprints.Karsten Loesing2012-01-08
* Update copyright lines to 2012.Karsten Loesing2012-01-02
* Start implementing extra-info descriptor parsing.Karsten Loesing2012-01-02
* Implement parsing relay server descriptors.Karsten Loesing2012-01-02
* Implement a minimal relay descriptor reader.Karsten Loesing2011-12-16
* Improve vote parsing and unit tests.Karsten Loesing2011-12-16
* Add a real fix for the 682f6e0 bug.Karsten Loesing2011-12-16