kc3-lang/libevent/sample

Branch :


Log

Author Commit Date CI Message
6610fa5a 2012-05-01 17:07:50 dns-example.c can now take a resolv.conf file on the commandline
2d67b638 2012-02-14 15:37:58 Changed OPENSSL_LDFLAGS to OPENSSL_LIBADD
92781968 2012-02-14 15:01:02 Added OPENSSL_LDFLAGS env variable which is appended to SSL checks. If openssl is not installed system-wide or not compiled as a shared library, some systems require various link flags (e.g., -ld).
e49e2891 2012-02-10 17:29:53 Update copyright notices to 2012
7206e8cd 2012-01-16 14:45:31 Suppress a gcc warning from ignoring fwrite return in http-sample.c Found by Steve Snyder
a3f320e8 2011-11-09 00:17:56 Improve win32 behavior of dns-sample.c codex
7f82382a 2011-09-25 07:39:00 Use _SOURCES, not _sources, in sample/Makefile.am Found by Adrian Chadd
9ae061ac 2011-09-15 13:06:38 le-proxy and regress depend on openssl directly
7c11e51e 2011-08-27 05:48:11 Clean up some problems identified by Coverity.
4a5c82d6 2011-07-15 10:20:01 Use AM_CPPFLAGS in sample/Makefile.am, not AM_CFLAGS Reported by Dagobert Michelsen.