Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 34b84b97 | 2010-11-03 14:38:45 | Fix more wn64 warnings. | ||
| 7484df61 | 2010-11-01 13:43:43 | Fix even more win64 warnings | ||
| e5c214a4 | 2010-10-14 13:16:41 | Fix -Wsigned-compare warnings in test/* | ||
| 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. | ||
| 9b602096 | 2010-08-06 13:03:17 | Use AF_INET socketpair to test sendfile on Solaris | ||
| bda21e7f | 2010-05-17 11:58:07 | Avoid close of uninitialized socket in evbuffer unit test Attempts to fix a crash bug found by Brodie Thiesfield. | ||
| 88a543fc | 2010-05-08 19:09:09 | Make unit test for add_file able to tell "error" from "done" Importantly, we don't actually want to call evbuffer_write() when the buffer is empty. This makes it an error to ever get a -1 return value from evbuffer_add_file(), which makes it safe for us to test the return value. | ||
| 05de45d6 | 2010-05-08 16:47:07 | add more (currently skipped) add_file tests on win32 | ||
| dcdae6b7 | 2010-05-08 16:34:18 | Make evbuffer_add_file() work on windows Right now only the add_file() mode is supported, when it would be nicer to have mmap support. Perhaps for Libevent 2.1.x. | ||
| b4f12a17 | 2010-05-08 14:49:59 | Implement regress_make_tempfile on win32 to test evbuffer_add_file (Conclusion: evbuffer_add_file is broken on win32, since it uses recv on a file.) |