| age |
author |
description |
| 9 months ago |
Uriel |
Set version to 9.default tip |
| 9 months ago |
Uriel |
Add a couple of useful redirect hacks. |
| 9 months ago |
Uriel |
Add a few more possible favicons. |
| 10 months ago |
Uriel |
Merge tags. |
| 10 months ago |
Uriel |
Redesign backend, now we store lists of 'packed' binary ip+port strings, and use them as keys too for 'peers' which only contain a flag indicating they are alive. |
| 10 months ago |
Uriel |
Added tag LATEST-RELEASE for changeset 1b56826bf16d |
| 10 months ago |
Uriel |
New releaseLATEST-RELEASE |
| 10 months ago |
Uriel |
Updates to mestat to make it more reliable in the face of an unreliable memcache.0.9.10 |
| 10 months ago |
Uriel |
Fix nasty bug that was making us update peer list on every query. Be more strict validating input. Do not delete self for per result list (waste some bw to save a shred of cpu). Other minor cleanups. |
| 10 months ago |
Uriel |
Merge tags. |
| 10 months ago |
Uriel |
Redirect more stupid requests for silly addresses. |
| 10 months ago |
Uriel |
Be more strict about catching invalid ports. |
| 10 months ago |
Uriel |
Change header bg color. |
| 10 months ago |
Uriel |
Added tag LATEST-RELEASE for changeset 6decbc5ded9f |
| 10 months ago |
Uriel |
New release |
| 10 months ago |
Uriel |
Merge tags.0.9.9 |
| 10 months ago |
Uriel |
Implement compact mode! Still somewhat experimental, but seems to work. |
| 10 months ago |
Uriel |
Replace braindead windows fileendings. |
| 10 months ago |
Uriel |
Minor html updates. |
| 10 months ago |
Uriel |
Added tag LATEST-RELEASE for changeset e620d95a63f8 |
| 10 months ago |
Uriel |
New release |
| 10 months ago |
uriel |
Add comment with suggestion for more efficient leccher/seeder tracking.0.9 |
| 11 months ago |
uriel |
Fix many brown-paper-bag bugs in new seeder/leecher accounting code. |
| 11 months ago |
uriel |
Clean up comments and some disabled code. |
| 11 months ago |
uriel |
New global ERRORS flag, if False, on error cases we don't bother returning anything to the client. |
| 11 months ago |
uriel |
Make interval more easily configurable via global variable. |
| 11 months ago |
uriel |
Fix new CSS stylesheet references in new index.html |
| 11 months ago |
uriel |
Implement optional complete/incomplete (seeders/leechers) tracking. |
| 11 months ago |
uriel |
Update html. |
| 11 months ago |
uriel |
Very minor HTML and docstrings updates. |
| 11 months ago |
uriel |
Readme update. |
| 11 months ago |
uriel |
Merge tags. |
| 11 months ago |
uriel |
Update index.html. |
| 11 months ago |
uriel |
Added tag LATEST-RELEASE for changeset e917e54af299 |
| 11 months ago |
uriel |
New release |
| 11 months ago |
uriel |
Clarify doc string.0.3 |
| 11 months ago |
uriel |
Fix various serious bugs in the new pickle-less implementation. Seems to work great now. |
| 11 months ago |
uriel |
Readme updates and fixes. |
| 11 months ago |
uriel |
Bypass memcache's pickling and unpiclking. Id peers by a hash of ip+port. Other minor improvements and deletion of unused code. |
| 11 months ago |
uriel |
Disable profiling by default. |
| 11 months ago |
uriel |
Fix mestat. |
| 11 months ago |
uriel |
Fix display proportionality, and use minutes in the age scale. |
| 11 months ago |
uriel |
Merge tags |
| 11 months ago |
uriel |
Update mestat |
| 11 months ago |
uriel |
Added tag LATEST-RELEASE for changeset 883bc88f9b36 |
| 11 months ago |
uriel |
New release |
| 11 months ago |
uriel |
Alpha 40.2 |
| 11 months ago |
uriel |
Add profiling code. |
| 11 months ago |
uriel |
Add mestat, tune interval and map scrap to null. |
| 11 months ago |
uriel |
Remove debug, obsolete and unused code, should not change anything in pracice other than perhaps save some cpu and memory. |
| 11 months ago |
uriel |
Fix typo. |
| 11 months ago |
uriel |
If event=stopped remove client from memcached. Also comment out some debug code, plus return on error instead of sending an error message to save bw and cpu. Tune interval and number of returned peers values. |
| 11 months ago |
uriel |
Handle confused requests for /announceannounce, we should probably give a warning in such cases. |
| 11 months ago |
uriel |
Update main html page. |
| 11 months ago |
uriel |
Reject requests with keys longer than >128. Triple number of returned peers, and cut in half the interval, mostly to stress test app engine. |
| 11 months ago |
uriel |
Add some extra notes to readme. |
| 11 months ago |
uriel |
Disable scrape url for now. |
| 11 months ago |
uriel |
Redirect /announce to / if no query string args are given. |
| 11 months ago |
uriel |
Minor formating changes to app.yaml |
| 11 months ago |
uriel |
Remove hack that ensured we put ints in ports even when cache had been filled with the wrong type. |