| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
Most Windows OpenSSL builds come with the crypto library named libeay32.
|
| |
|
|
|
|
| |
On Windows we don't have <arpa/inet.h>
|
| |
|
| |
|
|
|
|
|
| |
As the error string contains a newline, we have to remove that before
returning the string.
|
| |
|