Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 5755 3681

latest revision download Branch root:

5755 annotated / raw | Diffs: previous, other | Lines: 10 ( +1, -0 )

Created: 2007-09-25 09:21:17 -0400 (9 months ago) | Author: mikej | Changeset: 5755

initial import of mod_java from Damjan Jovanovic

4916 annotated / raw | Diffs: previous, other | Lines: 9 ( +1, -1 )

Created: 2007-04-11 01:36:29 -0400 (14 months ago) | Author: mikej | Changeset: 4916

remove a generated file, add libcurl.m4 back.  this will require a fresh bootstrap and configure

4749 annotated / raw | Diffs: previous, other | Lines: 9 ( +1, -0 )

Created: 2007-03-23 02:08:17 -0400 (15 months ago) | Author: mikej | Changeset: 4749

add proper autoconf checks for mysql client and convert mod_cdr to automake makefile so that we can use AM_CONDITIONALS for the mysqlcdr build selection

4662 new/moved annotated / raw | Diffs: previous, other | Lines: 8 ( +8, -0 )

Created: 2007-03-19 15:26:25 -0400 (15 months ago) | Author: mikej | Changeset: 4662

Moved from: acsite.m4 4592

removing most of the generated files from tree.  You will need to run bootstrap.sh and configure again after you do this update and have autoconf, automake, and libtool installed on the box.

4592 annotated / raw | Diffs: previous, other | Lines: 8 ( +1, -0 )

Created: 2007-03-14 14:59:25 -0400 (15 months ago) | Author: mikej | Changeset: 4592

Moved to: acinclude.m4 4662

add detection of system libcurl, and if it is available use that instead of in tree curl build.  Implemented just in mod_shout so far

4494 annotated / raw | Diffs: previous, other | Lines: 7 ( +1, -1 )

Created: 2007-03-09 15:44:13 -0500 (15 months ago) | Author: mikej | Changeset: 4494

add wrapper code to fully encapsulate apr, apr-utils, pcre, and sqlite.  fully use switch_ namespace in modules, create our own format and type defines.  follow up commit for unix autotools coming soon after this.  PLEASE NOTE: you will NEED to do a make megaclean and run configure again after this update (and the following commit) or it will not build.

3681 new annotated / raw | Lines: 7 ( +7, -0 )

Created: 2006-12-16 18:22:45 -0500 (18 months ago) | Author: mikej | Changeset: 3681

switch core to new autotools.  This may break some builds, please report problems.