kc3-lang/libevent/sample/http-server.c

Branch :


Log

Author Commit Date CI Message
7c11e51e 2011-08-27 05:48:11 Clean up some problems identified by Coverity.
70be7d17 2011-05-25 10:57:16 MSVC does not provide S_ISDIR, so provide it manually.
2e9f6655 2011-04-14 14:15:13 Fix a couple of memory leaks in samples/http-server.c. Found by Dave Hart.
4eb281c8 2011-02-13 01:29:54 FIX: comment internal headers used in sample code.
eb692be9 2011-02-13 01:27:06 NM: Fix sample/http-server ipv6 fixes Fix 1: Use #include "../xyz" rather than #include <../xyz> Fix 2: util-internal.h includes ipv6-internal.h, which in turn defines a replacement AF_INET6 on platforms that don't have it. As such, the AF_INET6 checks shouldn't be needed. (right?)
bbf55150 2011-02-13 01:25:33 Include util-internal.h as needed to build on platforms with no sockaddr_storage
10c834c4 2011-02-13 01:22:25 Include arpa/inet.h as needed on HPUX
22f4af65 2010-12-09 11:43:12 Remove end-of-line whitespace
13fd242d 2010-11-30 00:53:16 Fix win32 build of http-server.c with unicode enabled
18d03276 2010-11-29 20:39:09 make http-server example code build on win32
ad66dfd0 2010-11-29 20:13:19 Fix http-server.c compilation on freebsd
4881778c 2010-11-26 13:28:48 Fix a misplaced ) in http_server.c
4e794d5d 2010-10-18 13:44:05 Add a basic example of how to write a static HTTP server.