summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Implement ratio ranking support.ratio-restrictionsMike Perry2011-06-24
* Add a little more rambling to reset_all().Mike Perry2011-06-24
* Merge remote branch 'aagbsn/testing'Mike Perry2011-06-24
|\
| * Added refresh_all() and warnings to reset_all()aagbsn2011-06-23
| * update consensus after resetting stats within the same jobaagbsn2011-06-23
| * added reset_stats() to Scansupport.pyaagbsn2011-06-23
| * add case for longaagbsn2011-06-18
| * generalize db message, we now support postgres and mysql tooaagbsn2011-06-17
| * fixes for divide-by-zerosaagbsn2011-06-17
| * rewrite query for mysql compatibility attempt 2aagbsn2011-06-17
| * rewrite query for mysql compatibility attempt 1aagbsn2011-06-17
| * backward compatibility with SQLAlchemy 0.5.xaagbsn2011-06-17
| * SQLAlchemey and Elixir upgradeaagbsn2011-06-17
* | Eliminate a warn about a consensus miscount.Mike Perry2011-06-24
* | Remove python 2.5ismMike Perry2011-06-20
|/
* Rename make_connection to preauth_connect and export it.Mike Perry2011-06-17
* Rename connectionComp and export ns_body_iter.Mike Perry2011-06-17
* Add iterator support to get_consensus().Mike Perry2011-06-17
* Merge remote branch 'atagar/bug2812'Mike Perry2011-06-17
|\
| * Merge commit '40f7cbc' into bug2812Damian Johnson2011-06-16
| |\
| | * Closing connection in case of auth failureDamian Johnson2011-06-16
| | * TorCtl connect method inflexibleDamian Johnson2011-06-16
| | * Option to get get_network_status as an iteratorDamian Johnson2011-06-15
| | * Handling for connections to non-control socketsDamian Johnson2011-06-13
| | * Unblocking waits for a response when we errorDamian Johnson2011-06-13
* | | Merge branch 'bug2812'Mike Perry2011-06-16
|\ \ \ | |/ / | | / | |/ |/|
| * Removing socket timeout for thread wakeupDamian Johnson2011-06-16
* | Replacing old TorCtl example with a BW listenerDamian Johnson2011-06-12
|/
* Shutting down sockets when closedDamian Johnson2011-06-12
* Removing indefinite blocking on socket recvDamian Johnson2011-06-12
* Fix some issues with SmartSocket.Mike Perry2011-03-07
* Try to catch an AttributeError early..Mike Perry2011-03-03
* Damnit all to hell.Mike Perry2011-02-25
* Use isinstance rather than "is type()" for type checks.Mike Perry2011-02-25
* Merge remote branch 'chiiph/master'Mike Perry2011-02-25
|\
| * logfile can be unicode tooTomas Touceda2011-02-25
* | Fix a python 2.5 traceback in recent 'body' commit.Mike Perry2011-02-24
* | Merge branch 'chiiph'Mike Perry2011-02-23
|\ \ | |/
| * Add gitignore and status returns set_option(s) and reset_optionsTomas Touceda2011-02-24
* | Add a body field to all events.Mike Perry2011-02-23
|/
* Allow outside access to loglevels map.Mike Perry2011-01-30
* Add some minimal support for extrainfo documents.Mike Perry2010-12-06
* Add LICENSE file and update copyrights.Mike Perry2010-11-18
* Demote nickname change log message.Mike Perry2010-11-09
* Kill some noisy debug logs.Mike Perry2010-10-05
* Only require sqlalchemy if we really need it.Mike Perry2010-10-03
* Alter ConsensusTracker to actually track the consensus.HEADmasterMike Perry2010-09-27
* Merge branch 'atagar-connect'Mike Perry2010-08-26
|\
| * Convenience functions for creating and authenticating TorCtl connections.Damian Johnson2010-08-25
* | Fix the Python 2.4 fix.Harry Bock2010-08-25