summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Include latitude and longitude in details.Karsten Loesing2012-02-11
| | | | Implements issue #1.
* Remove website, but add robots.txt.Karsten Loesing2012-02-06
|
* Clean up the CSS a bit.Karsten Loesing2012-02-05
|
* Make protocol.html valid HTML.Karsten Loesing2012-02-05
|
* Remove links from protocol.html.Karsten Loesing2012-02-05
|
* Fix indentation.Karsten Loesing2012-02-04
|
* Mention that there's an issue tracker, too.Karsten Loesing2012-02-04
|
* Hex characters include 0-9, too.Karsten Loesing2012-02-04
|
* Clean up internal summary data format.Karsten Loesing2012-02-04
| | | | | Requires manually updating status/summary.csv by adding "Unnamed" as second entry in "b" lines: 's/^b /b Unnamed /g'.
* Check types before explicitly casting descriptors.Karsten Loesing2012-02-04
|
* Document that we're using last known server descriptors.Karsten Loesing2012-02-04
|
* Document when we update bandwidth data files.Karsten Loesing2012-02-04
|
* Make methods in bandwidth writer non-static.Karsten Loesing2012-02-04
|
* Clean up the JSON file writers a bit.Karsten Loesing2012-02-04
|
* Move large parts from SDW to CN.Karsten Loesing2012-02-04
|
* Remove summary backup file.Karsten Loesing2012-02-04
|
* And more refactoring.Karsten Loesing2012-02-04
|
* More refactoring.Karsten Loesing2012-02-04
|
* 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
|