Mark Ellzey
2d67b63853
Changed OPENSSL_LDFLAGS to OPENSSL_LIBADD
2012-02-14 15:37:58 -05:00
Mark Ellzey
9278196847
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).
2012-02-14 15:01:02 -05:00
Nick Mathewson
e49e289129
Update copyright notices to 2012
2012-02-10 17:29:53 -05:00
Nick Mathewson
7f82382a7d
Use _SOURCES, not _sources, in sample/Makefile.am
...
Found by Adrian Chadd
2011-09-25 07:39:00 -04:00
Sergey Avseyev
9ae061acca
le-proxy and regress depend on openssl directly
2011-09-16 09:42:01 -04:00
Nick Mathewson
4a5c82d617
Use AM_CPPFLAGS in sample/Makefile.am, not AM_CFLAGS
...
Reported by Dagobert Michelsen.
2011-07-15 10:20:01 -04:00
Peter Rosin
7b819f2d97
Libtool brings in the dependencies of libevent_openssl.la automatically
2011-05-04 16:18:51 -04:00
Peter Rosin
274dd0369a
libssl depends on libcrypto, not the other way around.
2011-05-04 16:18:46 -04:00
Nick Mathewson
15b2408c9b
Use $(), not @@, for LIBEVENT_GC_SECTIONS
2011-02-22 16:13:49 -05:00
Dave Hart
0965c56356
Use the gcc -ffunction-segments feature to allow gc when linking with static libevent
2011-02-22 00:25:58 -05:00
Nick Mathewson
4e794d5d39
Add a basic example of how to write a static HTTP server.
2010-11-26 12:58:22 -05:00
Nick Mathewson
ec347b9225
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.
2010-08-06 20:21:27 -04:00
Nick Mathewson
becb9f9cd3
Add a new "hello world" sample program
2010-01-27 01:46:23 -05:00
Nick Mathewson
d2e7e65d21
Move the evdns sample code into the sample directory and fix it not to use any deprecated APIs.
...
svn:r1511
2009-11-05 22:19:09 +00:00
Nick Mathewson
709c21c48c
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
2009-07-28 04:03:57 +00:00
Nick Mathewson
0e7cbe6508
r18482@catbus: nickm | 2008-02-28 12:38:40 -0500
...
Fix GCC 4.2 warnings; fix includes in subdirs.
svn:r675
2008-02-28 17:38:52 +00:00
Nick Mathewson
97917e68e7
r16588@catbus: nickm | 2007-11-10 02:47:14 -0500
...
Another include for sample. Patch from Christopher Layne.
svn:r507
2007-11-10 07:49:13 +00:00
Nick Mathewson
a36d4a930d
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
2007-08-20 14:44:15 +00:00
Niels Provos
aa106169a0
use AM_CLFAGS from Jan Kneschke
...
svn:r376
2007-07-31 00:21:04 +00:00
Niels Provos
b5d2f9a255
rolling back r339: evconfig.h does not work
...
svn:r341
2007-03-01 06:25:18 +00:00
Niels Provos
127c260bb7
make evconfig.h available as installed header file; not
...
really ideal but good enough for me; from Nick Mathewson
svn:r339
2007-02-28 04:02:29 +00:00
Niels Provos
fdfa743ccc
libtoolize; from Nick Mathewson
...
svn:r153
2005-04-23 02:48:49 +00:00
Niels Provos
f5a62ed30e
make a separate verify target
...
svn:r124
2004-12-01 19:59:00 +00:00
Niels Provos
9d2401fffc
portability fixes from marius@umich.edu.
...
svn:r35
2002-10-07 00:47:34 +00:00
Niels Provos
b855bc5500
initial support for signals (only for select now) based on code from
...
Dug Song <dugsong@monkey.org>
svn:r17
2002-04-10 00:31:31 +00:00
Niels Provos
dbaa408ea5
port to solaris
...
svn:r16
2002-04-09 19:30:22 +00:00
Niels Provos
5b27aa0323
further automake conversion
...
svn:r10
2002-04-09 17:42:15 +00:00