changelist-internal.h


Log

Author Commit Date CI Message
Nick Mathewson c247adc7 2010-04-09T13:32:08 Add a few more evmap/changelist comments
Nick Mathewson c7cf6f00 2010-03-05T12: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.
Nick Mathewson 17efc1cd 2010-03-04T01:25:51 Update all our copyright notices to say "2010"
Nick Mathewson 4b9f307d 2010-01-15T10:26:25 Add a forgotten header (changelist-internal.h)