-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generified Flow Search Algorithms #2
Commits on Apr 14, 2016
-
Initial implementation of predicate-based flow scanner and an increme…
…ntal analyzer for flow graphs
Configuration menu - View commit details
-
Copy full SHA for 5f996d5 - Browse repository at this point
Copy the full SHA 5f996d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddb608d - Browse repository at this point
Copy the full SHA ddb608dView commit details
Commits on Apr 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2b51497 - Browse repository at this point
Copy the full SHA 2b51497View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb0864e - Browse repository at this point
Copy the full SHA bb0864eView commit details
Commits on Apr 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f4de174 - Browse repository at this point
Copy the full SHA f4de174View commit details -
Configuration menu - View commit details
-
Copy full SHA for d414723 - Browse repository at this point
Copy the full SHA d414723View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c8faa4 - Browse repository at this point
Copy the full SHA 4c8faa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaf4769 - Browse repository at this point
Copy the full SHA eaf4769View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ed42f8 - Browse repository at this point
Copy the full SHA 0ed42f8View commit details -
Move FlowScanner method to search by StepDescriptor into test only to…
… avoid a cyclic plugin dependency
Configuration menu - View commit details
-
Copy full SHA for 7f4d488 - Browse repository at this point
Copy the full SHA 7f4d488View commit details
Commits on Apr 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for deb585b - Browse repository at this point
Copy the full SHA deb585bView commit details -
Refactor flow graph incremental analysis, add stub of a test until I …
…can figure out how to get it to use something like semaphore step
Configuration menu - View commit details
-
Copy full SHA for 72e49df - Browse repository at this point
Copy the full SHA 72e49dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb48552 - Browse repository at this point
Copy the full SHA eb48552View commit details
Commits on Apr 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e640fd3 - Browse repository at this point
Copy the full SHA e640fd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c1e6df - Browse repository at this point
Copy the full SHA 7c1e6dfView commit details
Commits on Apr 27, 2016
-
Start a ForkFlowScanner (WIP), add lots of Javadoc/comments, rename B…
…lockHoppingScanner to indicate it is linear
Configuration menu - View commit details
-
Copy full SHA for 6dfbb2d - Browse repository at this point
Copy the full SHA 6dfbb2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae9581b - Browse repository at this point
Copy the full SHA ae9581bView commit details
Commits on Apr 30, 2016
-
FlowScanner: switch to simpler iterator use internally, add filterato…
…r, rewrite internals for iterator, add block test
Configuration menu - View commit details
-
Copy full SHA for 1331ddd - Browse repository at this point
Copy the full SHA 1331dddView commit details
Commits on May 2, 2016
-
More AbstractFlowScanner helpers, add iterator on block starts, add t…
…ests, fix blockhoppingscanner
Configuration menu - View commit details
-
Copy full SHA for a307266 - Browse repository at this point
Copy the full SHA a307266View commit details -
FlowScanning: ForkScanner passes in basic case, next up is testing ne…
…sted parallel blocks and blackListing
Configuration menu - View commit details
-
Copy full SHA for 211f297 - Browse repository at this point
Copy the full SHA 211f297View commit details
Commits on May 3, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c714502 - Browse repository at this point
Copy the full SHA c714502View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94857ac - Browse repository at this point
Copy the full SHA 94857acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94845a1 - Browse repository at this point
Copy the full SHA 94845a1View commit details -
Massive refactor: give graph analysis its own package, and split the …
…different flow scanners into individual classes
Configuration menu - View commit details
-
Copy full SHA for f4ebc6e - Browse repository at this point
Copy the full SHA f4ebc6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e8ddfb - Browse repository at this point
Copy the full SHA 8e8ddfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b90e878 - Browse repository at this point
Copy the full SHA b90e878View commit details
Commits on May 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b44f402 - Browse repository at this point
Copy the full SHA b44f402View commit details -
Configuration menu - View commit details
-
Copy full SHA for 366e080 - Browse repository at this point
Copy the full SHA 366e080View commit details -
Clean up from initial review: add and fix javadocs, refactor some fie…
…ld names, make visitAll method take a blackList and add helper for it
Configuration menu - View commit details
-
Copy full SHA for 233107f - Browse repository at this point
Copy the full SHA 233107fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bf2829 - Browse repository at this point
Copy the full SHA 2bf2829View commit details -
Configuration menu - View commit details
-
Copy full SHA for 733ab4a - Browse repository at this point
Copy the full SHA 733ab4aView commit details
Commits on May 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7c31794 - Browse repository at this point
Copy the full SHA 7c31794View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1ceb70 - Browse repository at this point
Copy the full SHA a1ceb70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11be993 - Browse repository at this point
Copy the full SHA 11be993View commit details
Commits on May 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b1f0976 - Browse repository at this point
Copy the full SHA b1f0976View commit details
Commits on May 24, 2016
-
Add suggested review API, add a missing NotNull, explain the null han…
…dling behavior in the abstract APIs
Configuration menu - View commit details
-
Copy full SHA for e598a91 - Browse repository at this point
Copy the full SHA e598a91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7173c9c - Browse repository at this point
Copy the full SHA 7173c9cView commit details
Commits on May 25, 2016
-
Add megatest for FlowScanner abstract functionality
This allows implementation tests to mostly cover iteration/blacklist use
Configuration menu - View commit details
-
Copy full SHA for 2707059 - Browse repository at this point
Copy the full SHA 2707059View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21c6623 - Browse repository at this point
Copy the full SHA 21c6623View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13ec682 - Browse repository at this point
Copy the full SHA 13ec682View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ee5cec - Browse repository at this point
Copy the full SHA 4ee5cecView commit details
Commits on May 31, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6e28d68 - Browse repository at this point
Copy the full SHA 6e28d68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cddee1 - Browse repository at this point
Copy the full SHA 0cddee1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09a5d21 - Browse repository at this point
Copy the full SHA 09a5d21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a77748 - Browse repository at this point
Copy the full SHA 5a77748View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bb6e6a - Browse repository at this point
Copy the full SHA 8bb6e6aView commit details
Commits on Jun 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 10e2eb4 - Browse repository at this point
Copy the full SHA 10e2eb4View commit details
Commits on Jun 8, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 389543b - Browse repository at this point
Copy the full SHA 389543bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd426b3 - Browse repository at this point
Copy the full SHA bd426b3View commit details
Commits on Jun 9, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2efcba4 - Browse repository at this point
Copy the full SHA 2efcba4View commit details
Commits on Jun 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8ebbdc9 - Browse repository at this point
Copy the full SHA 8ebbdc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f97a08f - Browse repository at this point
Copy the full SHA f97a08fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13ef687 - Browse repository at this point
Copy the full SHA 13ef687View commit details -
Configuration menu - View commit details
-
Copy full SHA for 094cb36 - Browse repository at this point
Copy the full SHA 094cb36View commit details -
Advanced visitor for carving up flows (skeletal impl) and parallel ha…
…ndling in storage engines
Configuration menu - View commit details
-
Copy full SHA for 2116580 - Browse repository at this point
Copy the full SHA 2116580View commit details
Commits on Jul 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 698d0d3 - Browse repository at this point
Copy the full SHA 698d0d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8ac909 - Browse repository at this point
Copy the full SHA b8ac909View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64ec619 - Browse repository at this point
Copy the full SHA 64ec619View commit details
Commits on Aug 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9efad20 - Browse repository at this point
Copy the full SHA 9efad20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1338b64 - Browse repository at this point
Copy the full SHA 1338b64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c4b8e3 - Browse repository at this point
Copy the full SHA 6c4b8e3View commit details
Commits on Aug 8, 2016
-
Forkscanner now tracks state that shows what kind of nodes we have (a…
…nd what the next one is)
Configuration menu - View commit details
-
Copy full SHA for 0237e96 - Browse repository at this point
Copy the full SHA 0237e96View commit details
Commits on Aug 10, 2016
-
When splitting chunks you need to know previous node for inclusive vs…
…. exclusive endpoints
Configuration menu - View commit details
-
Copy full SHA for abdf296 - Browse repository at this point
Copy the full SHA abdf296View commit details -
Configuration menu - View commit details
-
Copy full SHA for a955451 - Browse repository at this point
Copy the full SHA a955451View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eb3705 - Browse repository at this point
Copy the full SHA 6eb3705View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac2609d - Browse repository at this point
Copy the full SHA ac2609dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8e6203 - Browse repository at this point
Copy the full SHA e8e6203View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5c2b9d - Browse repository at this point
Copy the full SHA b5c2b9dView commit details
Commits on Aug 11, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 866e21d - Browse repository at this point
Copy the full SHA 866e21dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd6e3dd - Browse repository at this point
Copy the full SHA cd6e3ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84656e5 - Browse repository at this point
Copy the full SHA 84656e5View commit details
Commits on Aug 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 55dc020 - Browse repository at this point
Copy the full SHA 55dc020View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4af21f5 - Browse repository at this point
Copy the full SHA 4af21f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1627155 - Browse repository at this point
Copy the full SHA 1627155View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1988cd - Browse repository at this point
Copy the full SHA e1988cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 606de64 - Browse repository at this point
Copy the full SHA 606de64View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9f2444 - Browse repository at this point
Copy the full SHA c9f2444View commit details -
Configuration menu - View commit details
-
Copy full SHA for a53b13e - Browse repository at this point
Copy the full SHA a53b13eView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa18ee5 - Browse repository at this point
Copy the full SHA aa18ee5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f22aba6 - Browse repository at this point
Copy the full SHA f22aba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9880dc8 - Browse repository at this point
Copy the full SHA 9880dc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 700d009 - Browse repository at this point
Copy the full SHA 700d009View commit details -
Configuration menu - View commit details
-
Copy full SHA for 586979c - Browse repository at this point
Copy the full SHA 586979cView commit details
Commits on Aug 15, 2016
-
Remove StageChunkFinder because BlockScopedStages need some additiona…
…l deps to handle fully
Configuration menu - View commit details
-
Copy full SHA for 7bb581c - Browse repository at this point
Copy the full SHA 7bb581cView commit details
Commits on Aug 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7b9faca - Browse repository at this point
Copy the full SHA 7b9facaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae47cc2 - Browse repository at this point
Copy the full SHA ae47cc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d21d67a - Browse repository at this point
Copy the full SHA d21d67aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1678b7d - Browse repository at this point
Copy the full SHA 1678b7dView commit details
Commits on Aug 19, 2016
-
More exhaustive tests for SimpleVisitor and fix a pair of swapped arg…
…s on AtomNode calls
Configuration menu - View commit details
-
Copy full SHA for 2030360 - Browse repository at this point
Copy the full SHA 2030360View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b6eba7 - Browse repository at this point
Copy the full SHA 6b6eba7View commit details
Commits on Aug 21, 2016
-
Fix an off-by-one case in ForkScanner with parallels and add more ext…
…ensive test coverage
Configuration menu - View commit details
-
Copy full SHA for 33e079e - Browse repository at this point
Copy the full SHA 33e079eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56e42eb - Browse repository at this point
Copy the full SHA 56e42ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94e9169 - Browse repository at this point
Copy the full SHA 94e9169View commit details
Commits on Aug 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6cd4215 - Browse repository at this point
Copy the full SHA 6cd4215View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d05aa6 - Browse repository at this point
Copy the full SHA 9d05aa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d332d8c - Browse repository at this point
Copy the full SHA d332d8cView commit details
Commits on Aug 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9067f00 - Browse repository at this point
Copy the full SHA 9067f00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ed03ee - Browse repository at this point
Copy the full SHA 8ed03eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80b7ad4 - Browse repository at this point
Copy the full SHA 80b7ad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf4d5ac - Browse repository at this point
Copy the full SHA cf4d5acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f1575c - Browse repository at this point
Copy the full SHA 4f1575cView commit details -
Merge branch 'block-scanning-APIs' into generic-flow-analyzer
Resolves trivial conflict due to javadoc changes
Configuration menu - View commit details
-
Copy full SHA for 0bc9ffe - Browse repository at this point
Copy the full SHA 0bc9ffeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cc9206 - Browse repository at this point
Copy the full SHA 4cc9206View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bcfd8b - Browse repository at this point
Copy the full SHA 2bcfd8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34483c3 - Browse repository at this point
Copy the full SHA 34483c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78e8d2c - Browse repository at this point
Copy the full SHA 78e8d2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8abdf34 - Browse repository at this point
Copy the full SHA 8abdf34View commit details
Commits on Aug 25, 2016
-
Fix and thoroughly test against a bug with ForkScanner failing when h…
…anded just the branch start nodes for a parallel block
Configuration menu - View commit details
-
Copy full SHA for 3d3bf57 - Browse repository at this point
Copy the full SHA 3d3bf57View commit details