18 Commits (9e8e1a5aa45cb64390bba4e85229278139d39bbe)

Author SHA1 Message Date
Christopher K. Hoadley 9e8e1a5aa4 Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
Christopher K. Hoadley 0a455339c2 Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
Christopher K. Hoadley b92b931504 Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
Christopher K. Hoadley b0b7608549 Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
Christopher K. Hoadley f89fe03b34 Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
Christopher K. Hoadley a900d0f674 Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
Christopher K. Hoadley 571f27f9a5 Clean up code that only reads the headers if we are doing HTTP Status detection. Remove special check for GitHub: everything works fine without it.
5 years ago
Christopher K. Hoadley 2268f8186c Remove unneeded assignment of results before main Sherlock call.
5 years ago
Christopher K. Hoadley 232a5f7d07 Clarify meaning of "Total Websites" count. It is really "Total Websites Username Detected On".
5 years ago
Christopher K. Hoadley ecf097e00d Get rid of global variable amount. This is no longer used.
5 years ago
Christopher K. Hoadley 96ac2f15fd Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
Christopher K. Hoadley d8c8cd8e7e Leave the elapsed time for the request in seconds. Move format of time into ms to the presentation layer.
5 years ago
Christopher K. Hoadley b02ef5e6e2 Use monotonic() time function. This method is guaranteed to not do flaky things during leap seconds or daylight savings times jumps.
5 years ago
Christopher K. Hoadley d6d6b83b06 Add documentation to extension to FuturesSession() which we use to get timing information. Fix problem where timing hook would not be installed properly if the hooks for the request was already filled out with a tuple. I am not sure if that is even possible, but if it does happen, then I just convert the tuple to a list and go on from there.
5 years ago
Christopher K. Hoadley 578248bf8e Do not create session and request objects if we are going to end up creating new one for Tor requests. This just wastes time.
5 years ago
Christopher K. Hoadley 8ef999fffd Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
Christopher K. Hoadley 1587df0860 Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
Christopher K. Hoadley d17268e737 Move content into sherlock sub-directory inside of repo. This directory will look very much like what the packaged version of Sherlock will look like when it is installed in the site-packages area.
5 years ago