| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
This avoids any races during cleanup invocation if multiple cancel() requests
come in.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|