|
70be7d17
|
2011-05-25T10:57:16
|
|
MSVC does not provide S_ISDIR, so provide it manually.
|
|
2e9f6655
|
2011-04-14T14:15:13
|
|
Fix a couple of memory leaks in samples/http-server.c. Found by Dave Hart.
|
|
4eb281c8
|
2011-02-13T01:29:54
|
|
FIX: comment internal headers used in sample code.
|
|
eb692be9
|
2011-02-13T01: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-13T01:25:33
|
|
Include util-internal.h as needed to build on platforms with no sockaddr_storage
|
|
10c834c4
|
2011-02-13T01:22:25
|
|
Include arpa/inet.h as needed on HPUX
|
|
22f4af65
|
2010-12-09T11:43:12
|
|
Remove end-of-line whitespace
|
|
13fd242d
|
2010-11-30T00:53:16
|
|
Fix win32 build of http-server.c with unicode enabled
|
|
18d03276
|
2010-11-29T20:39:09
|
|
make http-server example code build on win32
|
|
ad66dfd0
|
2010-11-29T20:13:19
|
|
Fix http-server.c compilation on freebsd
|
|
4881778c
|
2010-11-26T13:28:48
|
|
Fix a misplaced ) in http_server.c
|
|
4e794d5d
|
2010-10-18T13:44:05
|
|
Add a basic example of how to write a static HTTP server.
|