kc3-lang/libevent/sample

Branch :


Log

Author Commit Date CI Message
4a5c82d6 2011-07-15 10:20:01 Use AM_CPPFLAGS in sample/Makefile.am, not AM_CFLAGS Reported by Dagobert Michelsen.
70be7d17 2011-05-25 10:57:16 MSVC does not provide S_ISDIR, so provide it manually.
7b819f2d 2011-05-04 16:37:58 Libtool brings in the dependencies of libevent_openssl.la automatically
274dd036 2011-05-04 16:34:28 libssl depends on libcrypto, not the other way around.
744c7456 2011-04-23 02:20:59 Remote some dead code from dns-example.c Found by Dave Heart
4bac793e 2011-04-11 18:03:02 Be nice and "handle" error return values in sample code Caught by clang's static analyzer
2e9f6655 2011-04-14 14:15:13 Fix a couple of memory leaks in samples/http-server.c. Found by Dave Hart.
15b2408c 2011-02-22 16:13:49 Use $(), not @@, for LIBEVENT_GC_SECTIONS
0965c563 2011-02-13 01:50:40 Use the gcc -ffunction-segments feature to allow gc when linking with static libevent
4eb281c8 2011-02-13 01:29:54 FIX: comment internal headers used in sample code.