Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| d08273ec | 2014-03-16 12:09:24 | Increment version to 2.1.4-alpha | ||
| cbfa8da1 | 2014-03-03 11:23:55 | Merge remote-tracking branch 'origin/patches-2.0' | ||
| b56611d7 | 2014-02-19 06:49:31 | 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. | ||
| f665d5cb | 2014-02-24 10:32:00 | 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. | ||
| f8d80a28 | 2013-05-01 23:12:08 | Bump version to 2.1.3-alpha-dev | ||
| dd4be76f | 2013-04-30 12:02:49 | Incremement version to 2.1.3-alpha | ||
| 6b94ffce | 2013-04-25 13:54:19 | Merge remote-tracking branch 'origin/patches-2.0' Conflicts: configure.ac | ||
| 66dacfa2 | 2013-04-25 13:43:49 | Merge remote-tracking branch 'origin/pr/36' into patches-2.0 | ||
| 49146200 | 2013-03-31 14:05:26 | Do not build strlcpy.c when it will have no code. | ||
| ebf278b2 | 2013-02-08 13:03:29 | Use AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS for autmake 1.13 compat Patch from cazfi. | ||
| 0c79787a | 2013-02-08 22:07:43 | Rename configure.in to configure.ac to appease newer autoconfs | ||
| 0dda56a4 | 2013-02-03 19:08:37 | Preliminary changes for Minix3. | ||
| 40b95ae2 | 2012-11-19 10:53:25 | Increment version to 2.1.2-alpha-dev | ||
| ffdad1dc | 2012-11-18 10:53:52 | Bump versions to 2.1.2-alpha | ||
| 09098f70 | 2012-10-23 22:09:45 | fix a few trivial documentation typos | ||
| b3fea673 | 2012-09-03 08:37:25 | Rename configure.in to configure.ac. ".ac" is the preferred extension. |