Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 2d67b638 | 2012-02-14 15:37:58 | Changed OPENSSL_LDFLAGS to OPENSSL_LIBADD | ||
| 92781968 | 2012-02-14 15:01:02 | Added OPENSSL_LDFLAGS env variable which is appended to SSL checks. If openssl is not installed system-wide or not compiled as a shared library, some systems require various link flags (e.g., -ld). | ||
| e49e2891 | 2012-02-10 17:29:53 | Update copyright notices to 2012 | ||
| 7f82382a | 2011-09-25 07:39:00 | Use _SOURCES, not _sources, in sample/Makefile.am Found by Adrian Chadd | ||
| 9ae061ac | 2011-09-15 13:06:38 | le-proxy and regress depend on openssl directly | ||
| 4a5c82d6 | 2011-07-15 10:20:01 | Use AM_CPPFLAGS in sample/Makefile.am, not AM_CFLAGS Reported by Dagobert Michelsen. | ||
| 7b819f2d | 2011-05-04 16:37:58 | Libtool brings in the dependencies of libevent_openssl.la automatically | ||
| 274dd036 | 2011-05-04 16:34:28 | libssl depends on libcrypto, not the other way around. | ||
| 15b2408c | 2011-02-22 16:13:49 | Use $(), not @@, for LIBEVENT_GC_SECTIONS | ||
| 0965c563 | 2011-02-13 01:50:40 | Use the gcc -ffunction-segments feature to allow gc when linking with static libevent | ||
| 4e794d5d | 2010-10-18 13:44:05 | Add a basic example of how to write a static HTTP server. | ||
| 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. | ||
| becb9f9c | 2010-01-27 01:46:23 | Add a new "hello world" sample program | ||
| d2e7e65d | 2009-11-05 22:19:09 | Move the evdns sample code into the sample directory and fix it not to use any deprecated APIs. svn:r1511 | ||
| 709c21c4 | 2009-07-28 04:03:57 | Bufferevent support for openssl. This code adds a new Bufferevent type that is only compiled when the openssl library is present. It supports using an SSL object and an event alert mechanism, which can either be an fd or an underlying bufferevent. There is still more work to do: the unit tests are incomplete, and we need to support flush and shutdown much better. Sometimes events are generated needlessly: this will hose performance. There's a new encrypting proxy in sample/le-proxy.c. This code has only been tested on OSX, and nowhere else. svn:r1382 | ||
| 0e7cbe65 | 2008-02-28 17:38:52 | r18482@catbus: nickm | 2008-02-28 12:38:40 -0500 Fix GCC 4.2 warnings; fix includes in subdirs. svn:r675 | ||
| 97917e68 | 2007-11-10 07:49:13 | r16588@catbus: nickm | 2007-11-10 02:47:14 -0500 Another include for sample. Patch from Christopher Layne. svn:r507 | ||
| a36d4a93 | 2007-08-20 14:44:15 | r14699@catbus: nickm | 2007-08-20 10:42:57 -0400 Use $top_srcdir and $srcdir variables to refer to source paths in Makefile.am. This makes it possible to build libevent from a separate directory. Patch from Kelly Anderson. svn:r400 | ||
| aa106169 | 2007-07-31 00:21:04 | use AM_CLFAGS from Jan Kneschke svn:r376 | ||
| b5d2f9a2 | 2007-03-01 06:25:18 | rolling back r339: evconfig.h does not work svn:r341 | ||
| 127c260b | 2007-02-28 04:02:29 | make evconfig.h available as installed header file; not really ideal but good enough for me; from Nick Mathewson svn:r339 | ||
| fdfa743c | 2005-04-23 02:48:49 | libtoolize; from Nick Mathewson svn:r153 | ||
| f5a62ed3 | 2004-12-01 19:59:00 | make a separate verify target svn:r124 | ||
| 9d2401ff | 2002-10-07 00:47:34 | portability fixes from marius@umich.edu. svn:r35 | ||
| b855bc55 | 2002-04-10 00:31:31 | initial support for signals (only for select now) based on code from Dug Song <dugsong@monkey.org> svn:r17 | ||
| dbaa408e | 2002-04-09 19:30:22 | port to solaris svn:r16 | ||
| 5b27aa03 | 2002-04-09 17:42:15 | further automake conversion svn:r10 |