kc3-lang/libevent/win32select.c

Branch :


Log

Author Commit Date CI Message
b6a158ca 2010-11-01 11:48:57 Rename "size" variables in win32select that were really fd counts.
598d1336 2010-10-27 22:57:53 Try to clear up more size_t vs int/long issues.
e06f514d 2010-10-14 13:51:24 Fix signed/unsigned warnings on win32
4858b794 2010-09-15 01:54:51 Remove the now-useless evsig_caught and evsig_process
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.
850c3ff2 2010-03-31 20:30:55 Add evutil_tv_to_msec for safe conversion of timevals to milliseconds. This is useful for backends that require their timeout values be in milliseconds.
2c2618d8 2010-03-05 13:00:15 more whitespace normalization
17efc1cd 2010-03-04 01:25:51 Update all our copyright notices to say "2010"
4faeaea9 2010-02-19 03:39:50 Clean up formatting: function/keyword spacing consistency. - Keywords always have a space before a paren. Functions never do. - No more than 3 blank lines in a row.
e5bbd40a 2010-02-18 17:41:15 Clean up formatting: use tabs, not 8-spaces, to indent.