kc3-lang/libevent/sample

Branch :


Log

Author Commit Date CI Message
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.
7bcace2d 2010-11-22 21:02:34 Fix some irix compilation warnings spotted by Kevin Bowling
ec347b92 2010-07-07 16:45:03 Move event-config.h to include/event2 This change means that all required include files are in event2, and all files not in event2/* are optional.
13b912e4 2010-08-01 21:39:48 Fixed compilation of sample/le-proxy.c on win32
d89fdba4 2010-07-05 12:28:22 Make sample/hello_world work on windows We forgot to include the WSAStartup call in main(). Patch from an anonymous user on Sourceforge. Fixes bug 3025354.