| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This is pretty slow (as it runs the certificate through OpenSSL) and we
don't need to do it for every certificate in a database when we load the
database.
|
|
|
|
|
|
Constructing/destructing it is a bit more expensive than you'd think.
|
|
...but then ignore it and look it all up again in the database.
|
|
|
|
|
|
The wxWidgets docs advise against its use these days.
|
|
|
|
Now they match the ones in the content panel.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
changed as we read it (#2632).
|
|
|
|
|
|
|
|
|
|
This is called by the signal handler on Linux but not on Windows,
for some reason.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The wxWidgets item IDs can easily become outdated (when a search
is done).
|
|
|
|
|
|
|
|
|
|
|
|
strcoll() just doesn't really seem to work at all on Windows.
|
|
In this way, ordering will be preserved (part of #2208).
|
|
|