Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| eb8122f2 | 2010-06-19 11:56:12 | Increment the version to 1.4.14b; add a changelog for our VERSION_INFO snafu on 1.4.14 | ||
| b3360c16 | 2010-05-27 01:30:23 | Increment Libevent version to 1.4.14-stable | ||
| 6cbea13b | 2010-05-10 19:58:17 | Define _REENTRANT as needed on Solaris, elsewhere It turns out that _REENTRANT isn't only needed to make certain functions visible; we also need it to make pthreads work properly some places (like Solaris, where forgetting _REENTRANT basically means that all threads are sharing the same errno). Unlike in 2.0, we can't use the PTHREAD_CFLAGS variable to see what flags to use, since we aren't using pthreads in 1.4. Instead, we just check the host type explicitly, like acx_pthreads does. | ||
| ac0d213c | 2009-12-18 23:50:42 | Correct all versions in 1.4 branch | ||
| 06d26fc8 | 2009-11-18 04:11:22 | call it 1.4.13-stable svn:r1544 | ||
| eb1fa9f7 | 2009-11-15 18:59:55 | When running set[ug]id, don't check the environment. Idea from OpenBSD, but made a bit more generic to handle uncivilized lands that do not define issetugid. svn:r1529 | ||
| 03a9da17 | 2009-09-23 23:50:43 | Fix compilation on Android: define fd_mask when it's missing. svn:r1434 | ||
| 8c6282ec | 2009-07-25 02:21:05 | call it 1.4.12-stable svn:r1376 | ||
| 9e652610 | 2009-07-23 00:24:28 | A more hackish (but more backported) fix for the intptr vs uintptr fix from trunk. svn:r1374 | ||
| 9af9aba6 | 2009-07-21 17:57:25 | Add -fno-strict-aliasing to let 1.4 build happily on GCC 4.4 svn:r1367 | ||
| 0f62db5e | 2009-05-15 06:22:54 | call it 1.4.11-stable svn:r1290 | ||
| 4d4a7d55 | 2009-04-17 00:37:21 | call it 1.4.10 svn:r1178 | ||
| 62d60546 | 2009-01-23 17:21:17 | we dont use an m4 directory for 1.4 - remove it svn:r1045 | ||
| 636e74a7 | 2009-01-22 02:49:57 | from trunk: rename sys/signal.h to signal.h; configure m4 macro dir; this assist with compilation on Haiku svn:r1034 | ||
| 6ae6c9eb | 2008-12-22 07:36:38 | call it 1.4.9-stable svn:r970 | ||
| 16a66129 | 2008-09-07 23:29:37 | call it 1.4.8-stable; increment revision (i hope that is right) svn:r940 | ||
| 1fc7059c | 2008-09-04 01:09:03 | forgot to commit the 1.4.7-stable name svn:r933 | ||
| 975b1021 | 2008-07-25 00:54:28 | start calling it 1.4.6-stable svn:r920 | ||
| e29a5c82 | 2008-06-25 21:41:43 | call it 1.4.5-stable svn:r886 | ||
| 8d8cff54 | 2008-05-14 04:09:50 | call it 1.4.4-stable svn:r818 | ||
| 32143cc2 | 2008-05-08 23:54:23 | r15553@tombo: nickm | 2008-05-08 19:54:10 -0400 The IRIX compiler thinks #error means warn. Fix configure.in to tolerate this. svn:r800 | ||
| a684cb27 | 2008-04-05 21:04:06 | make it 1.4.3-stable svn:r702 | ||
| b820936b | 2008-02-26 02:38:17 | make it 1.4.2-rc svn:r664 | ||
| d5d1aa53 | 2008-02-23 19:18:56 | r18375@catbus: nickm | 2008-02-23 14:18:17 -0500 Backport removal of AM_MAINTAINER_MODE from configure.in: It causes more trouble than it is worth. svn:r658 | ||
| 3a285c5b | 2008-02-23 19:18:47 | r18374@catbus: nickm | 2008-02-23 14:16:20 -0500 Improved integer handling on platforms without stdint. Backported. svn:r657 | ||
| 7eb990d5 | 2008-02-16 20:50:49 | r14212@tombo: nickm | 2008-02-16 15:29:17 -0500 Add new evutil_strtoll() function so we can apply 64-bit content-length patch from Scott Lamb in a portable way. [Backport to 1.4] svn:r642 | ||
| 718e64ac | 2007-12-23 08:32:00 | make it 1.4.1-beta svn:r610 | ||
| 3368cc79 | 2007-12-18 03:50:04 | from trunk: r16733@catbus: nickm | 2007-11-26 14:18:25 -0500 Add an --enable-gcc-warnings option (lifted from Tor) to the configure script. When provided, and when we are using GCC, we enable a bunch of extra GCC warnings in the compiler. Also, make the code all build happily with these warnings. svn:r601 | ||
| 2793c8ee | 2007-11-12 07:35:30 | call it 1.4.0-beta svn:r523 | ||
| d8026971 | 2007-11-12 02:39:15 | call it 1.4.0 svn:r513 | ||
| 6b4342db | 2007-11-12 02:37:25 | copy trunk to 1.4 svn:r512 |