summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update .gitignore.HEADmasterKarsten Loesing2015-05-09
|
* Remove all unused graphing code.Karsten Loesing2015-05-09
|
* Update the ChangeLog, too.Karsten Loesing2012-04-19
|
* Document trivsocks-client's new command-line parameter.Karsten Loesing2012-04-19
|
* Add a comment to the while loop.Karsten Loesing2012-04-17
|
* Log timestamps for every 10% of received bytes.Karsten Loesing2012-04-16
|
* Replace tabs with spaces.Karsten Loesing2012-04-16
|
* Change shebang back.Karsten Loesing2012-03-12
|
* Update HOWTO based on comments by ln5 et al.Karsten Loesing2012-03-12
|
* Truncate .data and .extradata files to contain only the last 4 days.Karsten Loesing2012-03-06
|
* Lenny is dead.Karsten Loesing2012-03-05
|
* Add ChangeLog entry for previous 2 commits.Karsten Loesing2011-07-29
|
* Fix compilation on MacOS XSteven Murdoch2011-07-29
| | | | | - Properly cast parameters to printf - Replace GNU-specific strndup with tor_strndup
* Remove unused command-line options -v and -F.David Fifield2011-07-29
|
* Add ChangeLog entry for including <arpa/inet.h>.Karsten Loesing2011-04-16
|
* (util.c): #include <arpa/inet.h> for ntohl().Linus Nordberg2011-04-16
| | | | The BSD's don't get ntohl from any of the other includes.
* Prepare change log for next version.Karsten Loesing2011-04-12
|
* Add a ChangeLog for version 0.0.1.torperf-0.0.1Karsten Loesing2011-04-12
|
* I hate everything.Mike Perry2011-04-10
| | | | Why didn't pychecker catch this??
* Wait until we get 99% of all descriptors before choosing guards.Mike Perry2011-04-08
|
* Update analyze_guards.py to take multiple .extradata files.Mike Perry2011-04-08
|
* Instantiate listener before registering events.Karsten Loesing2011-03-31
| | | | This patch avoids a race condition that occurred in 2 out of 16 cases.
* Update consolidate_stats to new .data and .extradata formats.Mike Perry2011-03-16
|
* Add a didtimeout field to .data.Mike Perry2011-03-16
|
* Add a ':' to keep the reasons all part of the 'value' string.Mike Perry2011-03-11
|
* Add scripts for filtering and visualizing Torperf data.tomb2011-03-08
| | | | Implements #2563.
* Merge branch 'task2603'Karsten Loesing2011-02-25
|\
| * Clean up unused files, update README and LICENSE.Karsten Loesing2011-02-23
| |
* | Merge branch 'task2515' into master2Karsten Loesing2011-02-25
|\ \
| * | Update timeout script instructions for Squeeze.Karsten Loesing2011-02-23
| |/
* | Clarify some fields of extradata.Mike Perry2011-02-23
| |
* | Fix a spurious WARN in extra_data.pyMike Perry2011-02-23
| |
* | Fix annoying formatting in example start script.Mike Perry2011-02-23
| | | | | | | | Bonus commit! ;)
* | Update measurements doc for new extra_stats.py.Mike Perry2011-02-23
| |
* | Fix extra_stats.py to output more useful data.Mike Perry2011-02-23
|/ | | | | Documentation follows in next commit. Also requires a TorCtl update to latest origin/master.
* Make entrycons.py redirect stderr, too.Karsten Loesing2011-02-15
|
* Fix bug 2566: Set UseEntryGuards 1 to override the torperf torrc.Mike Perry2011-02-15
| | | | This lets us actually choose guards from the control port.
* Add script to verify our guard choice is behaving as expected.Mike Perry2011-02-15
|
* add a missing colon, fix part of bug 2515Sebastian Hahn2011-02-08
|
* The timeout tool has moved to package coreutils.Karsten Loesing2011-02-08
|
* Add crontab entries for new torperf runs.Karsten Loesing2011-02-02
|
* Add some structure to measurements-HOWTO.Karsten Loesing2011-01-28
|
* Add an example start-tors script for the 1919 caseSebastian Hahn2011-01-28
|
* Add a hint about the consolidate_stats scriptSebastian Hahn2011-01-28
|
* Add entrycons howtoSebastian Hahn2011-01-28
|
* Minor fixes.Karsten Loesing2011-01-28
|
* Fix serious bug causing slow guards to be replaced by fast ones.Mike Perry2011-01-28
| | | | Also implement 'fastratio' and 'slowratio' options.
* Update the entrycons scriptSebastian Hahn2011-01-28
| | | | Make it work, check that it plays nice with TorCtl
* entrycons script provided by asnSebastian Hahn2011-01-28
|
* Add a script to combine data and extradataSebastian Hahn2011-01-28
|