summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Refactor some parts of CurrentNodes.Karsten Loesing2012-02-04
|
* Fix an actual copy-and-paste bug found by Eclipse.Karsten Loesing2012-02-04
|
* Add a generated serialVersionUID to make Eclipse happy.Karsten Loesing2012-02-04
|
* Let Eclipse organize imports.Karsten Loesing2012-02-04
|
* Clean up index.html even more.Karsten Loesing2012-02-03
|
* Clean up index.html and protocol.html some more.Karsten Loesing2012-02-03
| | | | | | | | | - Rename service to Onionoo to make it clearer that it's a community product, not a Tor product. - Explain how we aggregate bandwidth values and that bandwidth documents are only updated when a relay or bridge provides new bandwidth data. - Add link to code repository. - Change contact email address.
* Rename the various metrics-lib readers.Karsten Loesing2012-02-02
|
* Add INSTALL instructions and a bash script.Karsten Loesing2012-01-27
|
* Update .gitignore.Karsten Loesing2012-01-27
|
* Remove the README.Karsten Loesing2012-01-27
| | | | | | The first half only applies to the mobile client which is not part of this repository. The second half contains an out-of-date description of the protocol which is now contained in web/protocol.html.
* Proposal 186 says there are port lists, no ranges.Karsten Loesing2012-01-27
|
* Writing responses directly, not to memory first.Karsten Loesing2012-01-26
| | | | The latter causes out-of-memory exceptions for large responses.
* Clarify bandwidth documents a bit.Karsten Loesing2012-01-26
|
* Include relays_published and bridges_published lines.Karsten Loesing2012-01-26
|
* Fix workaround for unknown bridge IP addresses.Karsten Loesing2012-01-26
|
* Implement protocol changes as announced on protocol.html.Karsten Loesing2012-01-26
|
* Improve the HTML documentation a lot.Karsten Loesing2012-01-26
|
* Prepare for searching for IPv6 addresses.Karsten Loesing2012-01-26
|
* Fix bridge details in the servlet.Karsten Loesing2012-01-24
|
* Only add contact and platform if they're != null.Karsten Loesing2012-01-24
|
* Add country code to relay detail data.Karsten Loesing2012-01-24
|
* Extend search to hashed bridge fingerprints.Karsten Loesing2012-01-16
|
* Avoid commas in formatted doubles.Karsten Loesing2012-01-16
|
* Avoid a StringIndexOutOfBoundsException.Karsten Loesing2012-01-15
|
* Fix a NullPointerException.Karsten Loesing2012-01-15
|
* Declare all documents fresh for 75 minutes after generation.Karsten Loesing2012-01-15
|
* Rename a few methods in main() and clean up a bit.Karsten Loesing2012-01-15
|
* Rename StatusDataWriter to DetailDataWriter.Karsten Loesing2012-01-15
|
* Rename SearchDataWriter to SummaryDataWriter.Karsten Loesing2012-01-15
|
* Rename SearchEntryData to Node.Karsten Loesing2012-01-15
|
* Rename SearchData to CurrentNodes.Karsten Loesing2012-01-15
|
* Update copyright statement to 2012.Karsten Loesing2012-01-15
|
* Remove execute bit from files.Karsten Loesing2012-01-15
|
* Write bridge details files.Karsten Loesing2012-01-15
|
* Don't forget to write details files.Karsten Loesing2012-01-15
|
* Rename a method.Karsten Loesing2012-01-15
|
* Include bridge details and bandwidth files, if available.Karsten Loesing2012-01-15
|
* Parse bridge bandwidth histories, too.Karsten Loesing2012-01-15
|
* Exclude previously read files.Karsten Loesing2012-01-15
|
* Fix compile.Karsten Loesing2012-01-15
|
* Remove valid-after information from raw details files.Karsten Loesing2012-01-15
|
* Set response headers.Karsten Loesing2012-01-14
| | | | | | Access-Control-Allow-Origin: * Content-Type: application/json Content-Length: $length
* Fix a few issues with bridges.Karsten Loesing2012-01-14
|
* Process descriptors while reading them.Karsten Loesing2012-01-13
| | | | | | Before, we were reading all descriptors to memory and processing them afterwards. This doesn't make sense for large amounts of data, e.g., when importing old bandwidth histories.
* Remove unused attributes.Karsten Loesing2012-01-12
|
* Update descriptor class names reflecting the metrics-lib change.Karsten Loesing2012-01-12
|
* Parse all extra-info descriptors, not just one per relay.Karsten Loesing2012-01-11
|
* Update index.html with new bandwidth resources.Karsten Loesing2012-01-11
|
* Don't print empty lines when we're missing data files.Karsten Loesing2012-01-11
|
* Only include bandwidth data with adjacent data points.Karsten Loesing2012-01-11
|