| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
While this is valuable information, printing it for pki and other tools is
annoying.
|
| |
|
| |
|
| |
|
|
|
|
| |
The usually used trivial '/' check won't work on Windows platforms.
|
| |
|
| |
|
| |
|
|
|
|
| |
While pki builds and runs just fine on Windows, this is not true for scepclient.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Trspi_UnloadBlob_CAP_VERSION_INFO() is a TrouSerS specific function, not
available on all platforms.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
CLOCK_THREAD_CPUTIME_ID seems to be defined sometimes even if clock_gettime() is
missing.
|
| |
|
| |
|
|
|
|
|
|
| |
As the mysql_config script is not available for Windows, we use a hardcoded
library name and no additional CFLAGS. This builds fine against the binary
MySQL Connector/C distribution.
|
|
|
|
|
| |
The resulting binary can be either run as Windows service or directly as
console application.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
While the macro versions would not catch non-function invocations, we actually
have to use catch all to support the sender_t.send() function.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The old identifiers did not use a proper namespace and often clashed with
other defines.
|