summaryrefslogtreecommitdiffstats
path: root/peekaboo
AgeCommit message (Expand)Author
2019-04-16Add option to enable database debug loggingMichael Weiser
2019-04-16Log cleared stale in-flight samples at debug levelMichael Weiser
2019-04-15Rename report pending exception to clarify its purposeMichael Weiser
2019-04-15Rename analysis failed to submit failed exceptionMichael Weiser
2019-04-15Log Cuckoo submit errorsMichael Weiser
2019-04-15Prevent Cuckoo job collisionsMichael Weiser
2019-04-15Translate inline German remnantMichael Weiser
2019-04-15Don't write empty reportsMichael Weiser
2019-04-08Fix more encoding problems highlighted by python3Michael Weiser
2019-04-08Fix integer division for python3Michael Weiser
2019-04-08Force gettext to use unicode on python2Michael Weiser
2019-04-08Correct German translation encodingMichael Weiser
2019-04-08Avoid encoding errors using encoding-aware openMichael Weiser
2019-04-08Forcibly utf-8-encode our amavis protocolMichael Weiser
2019-04-08Avoid the str() constructorMichael Weiser
2019-04-08Merge pull request #72 from michaelweiser/error-handling-improvMichael Weiser
2019-04-08Improve error handling for sample file sizeMichael Weiser
2019-04-01Fix sample post-processing in queueing moduleMichael Weiser
2019-04-01Fix sample file path accessor usage in peekabooyarMichael Weiser
2019-02-20Clarify sample notification flowMichael Weiser
2019-02-19Retire rule_results list from sampleMichael Weiser
2019-02-19Make cuckoo analysis failure rule configurableMichael Weiser
2019-02-19Catch database errorsMichael Weiser
2019-02-19Eliminate catch-all exception handling in WorkerMichael Weiser
2019-02-18Simplify greedy job hash matchingMichael Weiser
2019-02-18Report failure on rule failureMichael Weiser
2019-02-18Localise client communicationMichael Weiser
2019-02-14Remove the last of the attribute dictionaryMichael Weiser
2019-02-14Remove last send_message remnantsMichael Weiser
2019-02-14Speed up shutdown by pinging workersMichael Weiser
2019-02-14Do not report partial resultsMichael Weiser
2019-02-14Move failure decision into ruleMichael Weiser
2019-02-14Make processing info directory configurableMichael Weiser
2019-02-14Drop accessor for internal reportMichael Weiser
2019-02-14Remove explicit reporting in sampleMichael Weiser
2019-02-14Convert and test sample propertiesMichael Weiser
2019-02-14Make job hash regex greedyMichael Weiser
2019-02-14Do not create directory when generating hashMichael Weiser
2019-02-14Eliminate explicit sample result determinationMichael Weiser
2019-02-14Retire the rule_results sample attributeMichael Weiser
2019-02-14Fold analyses_time into db moduleMichael Weiser
2019-02-14Minor cleanups and fixes to the daemonMichael Weiser
2019-02-14Consistently catch errors when talking to clientMichael Weiser
2019-02-14Explicitly join the server runner threadMichael Weiser
2019-02-14Rework stale pid file and socket handlingMichael Weiser
2019-02-14Remove delayed submission from serverMichael Weiser
2019-02-14Refactor the request handler for clarityMichael Weiser
2019-02-14Lint the server moduleMichael Weiser
2019-02-14Factor out the serverMichael Weiser
2019-02-14Move client interaction to frontend for overall verdictMichael Weiser