summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 4355 - correct inconsistency in documentation4355-documentation-inconsistencyaagbsn2011-10-29
| | | | | We incorrectly reference SQLAlchemy-5.5. Updated to reference SQLAlchemy-7.x
* Remove the early consensus fetching options.Mike Perry2011-10-27
| | | | | Too much consensus control port activity causes scanners not to make progress, and certainly doesn't help disk io issues.
* Move the bw auth spec into the bw auth dir.Mike Perry2011-10-25
|
* Fix some confusion with bandwidth recording events.Mike Perry2011-10-23
|
* describe STREAM_BW processing and output fieldsaagbsn2011-10-21
|
* Describe aggregate step.Mike Perry2011-10-19
| | | | Also fix a typo and some spelling.
* Address Karsten's comments up to section 1.5.Mike Perry2011-10-19
| | | | | Many of them have been addressed by filing bugs. The null build_exit concern is handled by the str() wrapper. It will display None.
* The bandwidth auth no longer does SETCONF.Mike Perry2011-10-19
|
* Merge branch 'spec' into mp-specMike Perry2011-10-19
|\
| * Add first draft of bw scanner spec.Karsten Loesing2011-04-14
| |
* | Add --help option for snakeinspector.pySathyanarayanan Gunasekaran2011-10-15
| | | | | | | | Use --help to view usage.
* | Add --help OptionSathyanarayanan Gunasekaran2011-10-15
| | | | | | | | | | Using --help gives the list of options required for SoaT.
* | Check cmdline argumentsSathyanarayanan Gunasekaran2011-10-15
| | | | | | | | | | | | Make sure the commandline arguments are correct before proceding. If not, show error message and correct usage.
* | Added usage() functionSathyanarayanan Gunasekaran2011-10-15
| |
* | Submodule...Mike Perry2011-09-30
| |
* | Suggest add_torctl.sh if torctl is missing.Mike Perry2011-09-30
| |
* | Merge branch 'fixes_rebased_2018_4066_4067_4077'Mike Perry2011-09-30
|\ \
| * | 4077 remove UseMicrodescriptors from torrcaagbsn2011-09-30
| | | | | | | | | | | | | | | | | | "Tor 0.2.3.4-alpha makes 'FetchUselessDescriptors' cause all descriptor types and all consensus types (including microdescriptors) to get fetched. Fixes bug 3851; bugfix on 0.2.3.1-alpha."
| * | 4067 - update BwAuthority READMEaagbsn2011-09-30
| | | | | | | | | | | | | | | | | | | | | update README to bump library versions recommend using newer versions of SQLAlchemy and Elixir in the README. direct postgresql users to install python-psycopg2.
| * | 4067 update BwAuthority READMEaagbsn2011-09-30
| | | | | | | | | | | | | | | | | | | | | Add Appendix B: for postgres configuration Explain how to get a postgres backend working with BwAuthority
| * | 4066 example db_url should refer to unique dbaagbsn2011-09-30
| | | | | | | | | | | | BwAuthority sample db_url should refer to distinct databases.
| * | 2018 - better error messagesaagbsn2011-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | Wraps custom library imports in try/except, and adds error messages in format: """ TorCtl not found in os.path.abspath($cwd/../..) Exiting... """
* | | Bug #4077: Remove UseMicrodescriptors.Mike Perry2011-09-30
|/ /
* | Set FetchDirInfoExtraEarly and FetchDirInfoEarly for bwauth and soat.Mike Perry2011-09-30
| | | | | | | | We want to ensure they always have fresh consensus data from within the hour.
* | 4127 - refill_targets uses wrong typeaagbsn2011-09-28
| | | | | | | | | | | | refill_targets maps add_target to a list of urls add_target expects tuple (url, filetype) and adds a target ('h', 't') -- probably from 'http://...'
* | 4109 - misspelled property nameaagbsn2011-09-28
| | | | | | | | renamed 'contet' to 'content'
* | 4106 - undefined variable 'content_prefix'aagbsn2011-09-28
| | | | | | | | | | replaced content_prefix+".content" with: self.address_to_context(address)+".content",
* | 4105 - undefined variable 'INCONCLUSIVE_DYNAMIC'aagbsn2011-09-28
| | | | | | | | Added this to libsoat.py
* | 4104 - 'fetch_targets' is not defined anywhereaagbsn2011-09-28
| | | | | | | | This looks safe to comment
* | 4103 - using variable 'code' before assignmentaagbsn2011-09-28
| | | | | | | | It looks as if this was meant to be 'search_req.code' and not 'code'
* | 4102 - address_to_failed_prefix is not definedaagbsn2011-09-28
| | | | | | | | fixed missing 'self'; also corrected a reference-before-assignment
* | 4101 - 'address_to_context' is not definedaagbsn2011-09-28
| | | | | | | | missing 'self'
* | 4080 sha1sum not definedaagbsn2011-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix corrects 2 references to an undefined variable sha1sum: fix for missing sha1sum #1 just uses the sha() of the content from the new request because compare() already declares the content equal: if req.content == new_req.content: assert(sha(req.content) == sha(new_req.content)) fix for missing sha1sum #2 is to load the original content (from disk) and compute sha(). I added a helper function load_original_sha1sum() for clarity.
* | Clarify soat_config names for emailing results.Mike Perry2011-09-20
| |
* | Fix an exception in emailed results.Mike Perry2011-09-20
| |
* | Dust off and polish up README a bit.Mike Perry2011-09-15
| |
* | Allow SSL tests to have a port.Mike Perry2011-09-15
| | | | | | | | | | | | | | This should fix bug 2697 by allowing us to scan for failures on port 80 SSL hosts. Also use the new TorCtl.connect() method.
* | Merge remote branch 'canderson/master'Mike Perry2011-09-13
|\ \
| * | Removing deprecated HTMLTestchristian2011-08-30
| | |
| * | Incorporating ssl test into new infrastructurechristian2011-08-30
| | |
| * | Better registering test results for HttpTestchristian2011-08-22
| | |
| * | Better mechanism for remembering directly loaded content.christian2011-08-22
| | |
| * | Replacing HTMLTest with customizable HTTPTest.christian2011-07-22
| | |
| * | Incorporating new container for targets. SearchBasedHTTPTest and ↵christian2011-06-02
| | | | | | | | | | | | FixedTargetHTTPTest now seem to run.
| * | New Targets classchristian2011-06-02
| | |
| * | SearchBasedHTTPTest.get_targets duplicated the effort of ↵Christian Anderson2011-05-24
| | | | | | | | | | | | BaseHTTP.add_target. BaseHTTPTest.remove_target became confused
| * | Modernizing search modes. Adding support to soat.pyChristian Anderson2011-05-24
| |/
* | Submodule..Mike Perry2011-09-06
| |
* | revert fix for 3798aagbsn2011-09-06
| | | | | | | | | | | | | | | | | | | | The fix for 3798 (https://trac.torproject.org/projects/tor/ticket/3798) introduced a new error: TorCtl.Connection.close() at program exit will occasionally cause BwAuthority to hang indefinitely. This issue was originally reported in ticket 3834 (https://trac.torproject.org/projects/tor/ticket/3834) TorCtl.Connection.close() should not be used at this time. The issue occurs when called in either atexit handlers as well as at the end of the main thread.
* | Update submodule..Mike Perry2011-08-31
| |