- Jan 24, 2010
-
-
zzz authored
-
- Nov 29, 2009
-
-
zzz authored
-
- Nov 24, 2009
-
-
zzz authored
too, so we can calculate a percentage * profiles.jsp: - Change fail rate from count to percent - Hide standard profiles by default
-
- Nov 11, 2009
-
-
zzz authored
* Shitlist: Move HTML renderer to router console, add cause parameter for ease of translation, tag all causes
-
- Nov 07, 2009
-
-
zzz authored
- countries.txt: Convert to mixed case, include in update - netdb.jsp: Hide all routers by default, sort and tag country names - oldstats.jsp: Move to stats.jsp - profiles.jsp: Show new DBH times instead of counts * Profiles: - Track last good and bad lookup times and last good and bad store times, to prep for floodfill changes - Don't reset last-heard-about at router startup * Checklist and Android readme fixups
-
- Nov 03, 2009
-
-
zzz authored
-
- Nov 02, 2009
-
-
zzz authored
- Remove the almost-unused send and receive size RateStats; this also reduces the effective time for isActive() - Only store DB history on-demand to save space; fix up resulting NPEs
-
- Oct 30, 2009
-
-
walking authored
term rev [not failing] -> [Standard] 1 string(notice) with link still left in confstats
-
- Oct 29, 2009
-
-
walking authored
convert append(""+""+"") to append().append().append()
-
- Oct 28, 2009
-
-
zzz authored
- Rewrite TrustedUpdate version comparator, use for netdb version table so 0.7.10 will be sorted correctly - Reduce netdb.jsp memory usage - More tagging fixups - configclients.jsp fixup for "Web console"
-
- Oct 26, 2009
-
-
zzz authored
- Add parameterized tag - Refactor confignav.jsp to java and tag - Start tagging profiles.jsp
-
- Oct 18, 2009
-
-
zzz authored
- Persistent lang setting with routerconsole.lang=xx - Loading any page with ?lang=xx changes the persistent setting - Add a custom Jetty handler to load foo_xx.jsp if it exists for language xx. This is for jsp files with lots of text in them. Otherwise use inline translate methods. Not for included jsps. - Add a script to create and update messages_xx.po translation files, and create ResourceBundles from them - Add class to translate strings from cached ResourceBundles - Add translate wrappers to HelperBase, FormHandler, and *Renderer, so calls can be made from both jsp and java files - Add two example translations on configupdate.jsp - one in the jsp itself and one in the helper. - This is for strings in routerconsole only. Will be expanded to other webapps and the router later.
-
- Oct 17, 2009
-
-
z3d authored
-
- Oct 15, 2009
-
-
zzz authored
- Move to routerconsole - Write directly to Writer for speed
-
- Sep 16, 2009
-
-
zzz authored
-
- Aug 21, 2009
-
-
zzz authored
* Updates: Verify zip at startup before extracting * Wrapper: Take a couple fields out of the log so it's narrower
-
- Aug 19, 2009
-
-
zzz authored
- Rename the Failing column - Reduce the time cutoff again to 90m (was 2h)
-
- Aug 17, 2009
- Aug 13, 2009
-
-
zzz authored
-
- Aug 08, 2009
-
-
zzz authored
-
- Jul 31, 2009
-
-
z3d authored
-
- Jul 28, 2009
-
-
z3d authored
-
- Jul 20, 2009
-
-
zzz authored
- Reduce max age for display to 2h (was 3h) - Drop unused Persist classes - Dynamically adjust expire time to control memory use
-
- Jul 01, 2009
-
-
zzz authored
for efficiency (thanks Arsene for the suggestion)
-
- Jun 24, 2009
-
-
zzz authored
-
- May 30, 2009
-
-
zzz authored
-
- May 27, 2009
-
-
zzz authored
-
- May 26, 2009
-
-
zzz authored
-
- May 19, 2009
-
-
zzz authored
-
- Apr 21, 2009
-
-
sponge authored
* Code janator work, basic corrections involving @Override, and appling final where it is important. Also fixed some equals methods and commented places that need fixing.
-
- Jan 10, 2009
-
-
zzz authored
-
- Oct 26, 2008
-
-
zzz authored
- Update dbLookup profile stats in FloodOnlySearchJob and FloodfillVerifyStoreJob - Fix response time store in profile in SearchJob * profiles.jsp: Don't override locale number format, clean up the response time output for floodfills
-
- Sep 12, 2008
-
-
zzz authored
* NetDb: Add netDb.exploreKeySet stat * netdb.jsp: Add parameter ?r=xxxxxx to view a single routerinfo, and ?r=. to view our own; change links on other pages too
-
- Jul 16, 2008
- May 20, 2008
-
-
zzz authored
- Call the previously unused profile.tunnelTestFailed() (redefined to include a probability argument) and severely downgrade a peer's capacity upon failures, depending on tunnel length and direction. This will help push unreachable and malicious peers out of the High Capacity tier. - Put recent fail rate on profiles.jsp * ProfileOrganizer: Logging cleanup * eepsite_index.html: Update add-host and jump links * HTTP Proxy: Remove trevorreznik jump server from list
-
- May 05, 2008
-
-
zzz authored
-
- Apr 17, 2008
-
-
zzz authored
- Track unreachable peers persistently (i.e. separately from shitlist, and not cleared when they contact us) - Exclude detected unreachable peers from inbound tunnels - Exclude detected unreachable peers from selected leases - Exclude detected unreachable floodfill peers from lookups - Show unreachable status on profiles.jsp
-
- Apr 16, 2008
-
-
zzz authored
- Extend shitlist time from 4-8m to 40-60m - Add some shitlist logging - Don't shitlist twice when unreachable on all transports - Exclude netDb-listed unreachable peers from inbound tunnels; this won't help much since there are very few of these now - Remove 10s delay on inbound UDP connections used for the 0.6.1.10 transition - Track and display UDP connection direction on peers.jsp - Show shitlist status in-line on profiles.jsp
-