kc3-lang/libevent/sample

Branch :


Log

Author Commit Date CI Message
c322c207 2013-01-22 16:59:07 Fix a mistake in evbuffer_remove() arguments in example http server code (commit message by nickm)
94866c27 2012-11-01 17:38:34 Compile without warnings on mingw64 This is mostly a matter of catching cases where we were still assuming that evutil_socket_t could be used as an int.
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