Skip to content
Snippets Groups Projects
  1. Nov 13, 2015
  2. Nov 12, 2015
  3. Nov 11, 2015
  4. Nov 10, 2015
  5. Nov 09, 2015
  6. Nov 05, 2015
  7. Nov 02, 2015
  8. Aug 03, 2015
    • ulif's avatar
      Fix get_wordlist_path(). · 4a77019c
      ulif authored
      Only return path if it exists and is valid.
      4a77019c
    • ulif's avatar
      Use -w option value. · 547fb2a1
      ulif authored
      Activates the -w option. Turns out we still have to fix
      `get_wordlist_path` at it assumes that wordlists all end in
      ``.txt`` (which is not true).
      547fb2a1
  9. Aug 02, 2015
    • ulif's avatar
      Make maximum in-memory size a const. · 75562981
      ulif authored
      75562981
    • ulif's avatar
      Fix sys.stdin.seek() problem properly. · 2abe4f06
      ulif authored
      The last hotfix to make sys.stdin seek()-able was far from being
      proper. It checked only for sys.stdin (which is only one possible
      stream delivering unseekable file positions) and didn't consider that
      sys.stdin could be replaced (by somthing with proper seek
      functionality).
      
      We now test properly for working seek() functionality. If the stream
      does not support it, we copy streamdata to a new temporary file. If
      the file is not too large, we keep the file data in memory (up to 20
      MB), so in most cases runtime trade-off should be moderate.
      2abe4f06
    • ulif's avatar
      Do not test for seek, it should not be required. · 38946d7c
      ulif authored
      38946d7c
    • ulif's avatar
      Remove marker: missing test added. · 6af58e07
      ulif authored
      6af58e07
  10. Aug 01, 2015
  11. Jul 31, 2015
  12. Jul 30, 2015
  13. Jul 29, 2015
Loading