summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Consider view declarations while shakingGravatar Adam Chlipala2010-05-27
* Fix bug in module path generation with module roots; push wildification throu...Gravatar Adam Chlipala2010-05-27
* Support HTTP caching of app.jsGravatar Adam Chlipala2010-05-23
* Switch to strings and eval for thunkifying JavaScripted functionsGravatar Adam Chlipala2010-05-22
* Thunking recursive JavaScripted function ASTs, to reduce page load time drama...Gravatar Adam Chlipala2010-05-22
* URL-escape with '.' instead of '%', to avoid confusing proxiesGravatar Adam Chlipala2010-05-18
* Fix width/height CSS choices for table rows/columns; stop warning about inabi...Gravatar Adam Chlipala2010-05-16
* Fix C-mangling of datatype namesGravatar Adam Chlipala2010-05-16
* Avoid reimplementing conversion to C stringsGravatar Adam Chlipala2010-05-15
* Some Iflow improvements for gradebookGravatar Adam Chlipala2010-05-06
* Safe unmodeled SQL expressions marked as knownGravatar Adam Chlipala2010-05-01
* Basic handling of recursive functions in IflowGravatar Adam Chlipala2010-05-01
* Add rand to Basis and handle it in IflowGravatar Adam Chlipala2010-04-29
* Complain about DValRec; optimizations for unit-valued ECase and forgetting of...Gravatar Adam Chlipala2010-04-29
* Avoid state space explosion with ECase that just writes a constant in each caseGravatar Adam Chlipala2010-04-18
* Fix innappropriate removal of duplicate tables from DML policiesGravatar Adam Chlipala2010-04-18
* Better handling of DELETE and UPDATEGravatar Adam Chlipala2010-04-18
* Take advantage of equalities between get_cookie callsGravatar Adam Chlipala2010-04-18
* Use key information in more places, and catch cases where one key completion ...Gravatar Adam Chlipala2010-04-18
* Parsing boolean SQL constants and fixing a related prover bugGravatar Adam Chlipala2010-04-18
* At loop heads, havoc relations that might be changed by the loopGravatar Adam Chlipala2010-04-17
* Check for implicit flows via expressions injected into SQLGravatar Adam Chlipala2010-04-15
* 'also' policies and policy reduction; calendar in good shapeGravatar Adam Chlipala2010-04-15
* Parsing ORDER BYGravatar Adam Chlipala2010-04-15
* Get refurbished Iflow working with calendarGravatar Adam Chlipala2010-04-14
* More descriptive info flow error messageGravatar Adam Chlipala2010-04-13
* Completely redid main Iflow logic; so far, policy and policy2 workGravatar Adam Chlipala2010-04-13
* Command-line use of IflowGravatar Adam Chlipala2010-04-13
* Catching lame FFI applicationsGravatar Adam Chlipala2010-04-13
* Fix problem with overly weak ambients for queries; fix known-related bug in a...Gravatar Adam Chlipala2010-04-13
* When applying multiple policies at once, filter the policy set at the beginni...Gravatar Adam Chlipala2010-04-13
* Avoid pointless rebuilding of hypothesis E-graphsGravatar Adam Chlipala2010-04-13
* Havoc relations that have been updatedGravatar Adam Chlipala2010-04-13
* sendOwnIds policiesGravatar Adam Chlipala2010-04-11
* Using multiple policies to check a written valueGravatar Adam Chlipala2010-04-11
* Iflow working with a UNIONGravatar Adam Chlipala2010-04-11
* Use functional dependency informationGravatar Adam Chlipala2010-04-11
* Tweaks to table signatures and MonoOpt summarizingGravatar Adam Chlipala2010-04-11
* Complete update records with fields that are not being setGravatar Adam Chlipala2010-04-11
* Update policiesGravatar Adam Chlipala2010-04-11
* Express all query outputs using record literalsGravatar Adam Chlipala2010-04-11
* Delete policiesGravatar Adam Chlipala2010-04-11
* Insert policiesGravatar Adam Chlipala2010-04-11
* Constants are knownGravatar Adam Chlipala2010-04-10
* Path conditions, used to track implicit flowsGravatar Adam Chlipala2010-04-10
* Abstract type for evalExp state; handle WHERE conditions soundlyGravatar Adam Chlipala2010-04-10
* Some serious debugging of the new CcGravatar Adam Chlipala2010-04-08
* Implemented proper congruence closure, to the point where tests/policy worksGravatar Adam Chlipala2010-04-08
* Change query_policy to sendClient; all arguments passed to SQL predicates are...Gravatar Adam Chlipala2010-04-08
* secret logonGravatar Adam Chlipala2010-04-06