kc3-lang/libevent/changelist-internal.h

Branch :


Log

Author Commit Date CI Message
fbe64f21 2010-12-02 10:26:12 Use relative includes instead of system includes consistently.
c247adc7 2010-04-09 13:32:08 Add a few more evmap/changelist comments
c7cf6f00 2010-03-05 12:47:46 Replace users of "int fd" with "evutil_socket_t fd" in portable code Remeber, win32 has a socket type that's actually a handle, so if there's a chance that code is run on win32, we can't use "int" as the socket type. This isn't a blind search-and-replace: sometimes an fd is really in fact for a file, and not a socket at all.
17efc1cd 2010-03-04 01:25:51 Update all our copyright notices to say "2010"
4b9f307d 2010-01-15 10:26:25 Add a forgotten header (changelist-internal.h)