Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove support for provider identifiers from SCAN_Name - it turns out this | lloyd | 2008-11-12 | 1 | -12/+2 |
* | Throw an exception if SCAN name is malformed or empty | lloyd | 2008-11-11 | 1 | -0/+3 |
* | Remove support for multiple providers in SCAN_Name, mostly because I | lloyd | 2008-11-11 | 1 | -25/+3 |
* | Make SCAN_Name::arg return a new SCAN_Name that has the same providers list, | lloyd | 2008-11-11 | 1 | -1/+9 |
* | Shorten SCAN_Name's argument arg in function names | lloyd | 2008-11-10 | 1 | -2/+2 |
* | Fix parsing of nested + aliased names like TLS.Digest.0 in SCAN_Name | lloyd | 2008-11-10 | 1 | -3/+31 |
* | In SCAN_Name, keep track of the original inputs and make them accessible | lloyd | 2008-11-10 | 1 | -0/+3 |
* | Add a facility in SCAN_Name for provider names | lloyd | 2008-11-10 | 1 | -2/+24 |
* | Constify | lloyd | 2008-11-09 | 1 | -2/+2 |
* | Add a SCAN_Name class that encapsulates operations currently done repeatedly | lloyd | 2008-11-09 | 1 | -0/+35 |