Azat Khuzhin
c4e9d9bd66
sample/https-client: check for ERR_remove_thread_state() existence
...
Fixes: freebsd 9.2 build
2015-11-24 01:19:25 +03:00
Nick Mathewson
683f5568ab
Increment version to 2.1.5-beta
2015-01-05 09:16:12 -05:00
Mike Frysinger
0c492b33f9
add a --disable-samples configure flag
...
For people building & installing libevent in a distro, building all these
sample apps are not useful. Add a flag to turn them off.
2014-06-13 17:19:50 -04:00
Nick Mathewson
de268feb67
Increment version to 2.1.4-alpha-dev
2014-03-21 13:20:34 -04:00
Nick Mathewson
d08273eca8
Increment version to 2.1.4-alpha
2014-03-16 12:09:24 -04:00
Nick Mathewson
cbfa8da179
Merge remote-tracking branch 'origin/patches-2.0'
2014-03-03 11:23:55 -05:00
Trond Norbye
b56611d705
Add -Qunused-arguments for clang on macos
...
The clang compiler provided with macosx emits warnings like:
CC bufferevent.lo
clang: warning: argument unused during compilation: '-I .'
clang: warning: argument unused during compilation: '-I ./compat'
clang: warning: argument unused during compilation: '-I ./include'
clang: warning: argument unused during compilation: '-I ./include'
for each file being compiled. This generates a lot of noise during
compilation making it hard to see "real" errors. This patch mute
those warnings.
2014-03-03 11:05:41 -05:00
Nick Mathewson
f665d5cb27
Stop checking for inet_aton; we don't use it.
...
We had cmake and autoconf tests for the inet_aton function... but we
never actually use it any more.
(The autoconf tests still use the callability of inet_aton to decide
whether we need to link against -lresolv)
Reported by Harlan Stenn.
2014-02-24 10:33:16 -05:00
Nick Mathewson
f8d80a285c
Bump version to 2.1.3-alpha-dev
2013-05-01 23:12:08 -04:00
Nick Mathewson
dd4be76f83
Incremement version to 2.1.3-alpha
2013-04-30 12:02:49 -04:00
Nick Mathewson
6b94ffcec5
Merge remote-tracking branch 'origin/patches-2.0'
...
Conflicts:
configure.ac
2013-04-25 13:54:19 -04:00
Nick Mathewson
66dacfa2a5
Merge remote-tracking branch 'origin/pr/36' into patches-2.0
2013-04-25 13:43:49 -04:00
Nick Mathewson
4914620025
Do not build strlcpy.c when it will have no code.
2013-03-31 14:05:26 -04:00
Nick Mathewson
ebf278b28d
Use AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS for autmake 1.13 compat
...
Patch from cazfi.
2013-02-08 22:09:56 -05:00
Nick Mathewson
0c79787a97
Rename configure.in to configure.ac to appease newer autoconfs
2013-02-08 22:07:47 -05:00
Nicholas Heath
0dda56a48e
Preliminary changes for Minix3.
2013-02-04 13:21:05 -05:00
Nick Mathewson
40b95ae26d
Increment version to 2.1.2-alpha-dev
2012-11-19 10:53:25 -05:00
Nick Mathewson
ffdad1dcbc
Bump versions to 2.1.2-alpha
2012-11-18 10:53:52 -05:00
Patrick Pelletier
09098f70a2
fix a few trivial documentation typos
2012-10-23 22:09:45 -07:00
Ross Lagerwall
b3fea67385
Rename configure.in to configure.ac.
...
".ac" is the preferred extension.
2012-09-03 08:37:25 +02:00