Re: [Libevent-users] Success compile libevent 1.4.3 with VC6

2008-04-23 Thread Eugene 'HMage' Bujak
line endings are in windows style. -- - Eugene 'HMage' Bujak. diff -ur libevent-1.4.3-stable/WIN32-Code/config.h libevent-1.4.3-stable-win32/WIN32-Code/config.h --- libevent-1.4.3-stable/WIN32-Code/config.h Wed Apr 23 17:31:16 2008 +++ libevent-1.4.3-stable-win32/WIN32-Code/config.h Wed Apr

[Libevent-users] strange libevent performance

2008-02-19 Thread Eugene 'HMage' Bujak
not reproducible, I'll appreciate any help. -- - Eugene 'HMage' Bujak. #include stdio.h #include unistd.h #include pthread.h #include stdint.h #include errno.h #include sys/ioctl.h #include time.h #include sys/time.h #include signal.h #include sys/types.h // required for event.h #include event.h

[Libevent-users] MSVC win32 patch against libevent-1.41-beta

2008-01-11 Thread Eugene 'HMage' Bujak
in this patch and want better polished patch, I'll do it. Unfortunately, event-test.c still doesn't work, but another two examples do work as expected. -- - Eugene 'HMage' Bujak. diff -uNr libevent-1.4.1-beta/WIN32-Code/config.h libevent-1.4.1-beta-win32/WIN32-Code/config.h --- libevent-1.4.1-beta/WIN32