Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 8a231040 | 2011-09-12 14:53:39 | Build with large-file support on platforms where it matters Some hosts require you to define certain options to get a large off_t instead of a small one, to get useful ftell and fseek calls instead of ones that can only support 2GB files, and so on. This patch makes Libevent support those platforms by: * Defining the right options when we build, and * Changing our API so that it does not depend on the platform's definition of off_t. Based on discusion with Michael Herf | ||
| dc628c03 | 2011-01-02 08:47:46 | Add an include guard | ||
| f6d66bc7 | 2011-01-02 08:05:33 | Fix a comment warning and add evconfig-private.h to .gitignore | ||
| 868f8887 | 2011-01-02 07:51:23 | Use a Configuration Header Template for evconfig-private.h |