Commit History

Author SHA1 Message Date
  Gabbi Fisher e75b5ca13c Ensure all intset functions perform nil checks and ensure that no nil intset is passed into collections functions from processor 5 years ago
  Gabbi Fisher 08ba9d9aa5 Add travis CI build indicator to README 5 years ago
  Gabbi Fisher cab1a27aff Add .travis.yml file 5 years ago
  Gabbi Fisher 56399cc2a1 Support reading local directory s3cfg.toml file 5 years ago
  Gabbi Fisher b0cef2ecfe Merge pull request #9 from cloudflare/gabbi/optimize-using-slices 5 years ago
  Gabbi Fisher 5f768c1f16 Using slices instead of map for db 5 years ago
  Gabbi Fisher 36a49db5ee Merge pull request #8 from cloudflare/gabbi/optimize-sets 5 years ago
  Gabbi Fisher 3d9c9de3f7 Merge pull request #8 from cloudflare/gabbi/optimize-sets 5 years ago
  Gabbi Fisher 14f4ec398f Merge branch 'master' into gabbi/optimize-sets 5 years ago
  Gabbi Fisher e2d37fcfe6 fix comments 5 years ago
  Gabbi Fisher 34c0ab4413 Add thread safety to intsets, add concurrency tests, and use IsEmpty() instead of Len() for faster set comparisons 5 years ago
  Luke Valenta da461ba58f Merge pull request #6 from gabbifish/gabbi/optimize-sets 5 years ago
  Gabbi Fisher 808216c938 Merge pull request #7 from gabbifish/gabbi/add-s3-env-parsing 5 years ago
  Gabbi Fisher be0c33612b Add environment variable parsing when no keys presented in s3cfg file 5 years ago
  Gabbi Fisher 72bad0a55a Add testing and benchmarks for concurrent calls to Processor.Check 5 years ago
  Gabbi Fisher 1854c0a333 Add testing and benchmarks for concurrent calls to Processor.Check 5 years ago
  Gabbi Fisher 832cc5ce0f fix after rebase on master 5 years ago
  Gabbi Fisher 2ade58160e working intset implementation 5 years ago
  Luke Valenta 4a02e83567 Merge pull request #4 from gabbifish/gabbi/update-fingerprints 5 years ago
  Gabbi Fisher 4772292bd6 Minor cleanup, and add updated testdata/mitmengine/browser.txt, now that new fingerprint debugging is complete. 5 years ago
  Gabbi Fisher 450d975873 Fix major minor version comparison logic, and now match an actual signature with the closest-matching record (even if there is no match) 5 years ago
  Gabbi Fisher 7fbd746064 Add new fingerprint test to _TestProcessorCheck and a benchmark function over Check() 5 years ago
  Luke Valenta 1a2fa40f22 Merge pull request #5 from gabbifish/gabbi/mergedb-stop-merging-os-version 5 years ago
  Gabbi Fisher 54cb8e6537 Minor change to mergedb to no longer merge over OS version 5 years ago
  Luke Valenta 2c69115317 Merge pull request #3 from cloudflare/lukev/skip-s3-test 5 years ago
  Luke Valenta c7dbe0583d just skip the s3 loader tests if s3cfg.toml is missing 5 years ago
  Luke Valenta dc65c3594d Merge pull request #2 from gabbifish/gabbi/add-s3-functionality 5 years ago
  Gabbi Fisher ab62e30bdb Remove vendor directory, expect people to get it themselves by using dep ensure 5 years ago
  Gabbi Fisher b47e099452 Consolidate testing, change all struct passing to be by pointer (this is more efficient), and run make lint and make vet 5 years ago
  Luke Valenta 8ac2bad5b3 Update processor_test.go to not use global tests 5 years ago