Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 4696 4494

latest revision download Branch root:

4696 deleted | Lines: 0 ( +0, -212 )

Created: 2007-03-20 17:24:48 -0400 (20 months ago) | Author: mikej | Changeset: 4696

remove generated file from tree

4694 annotated / raw | Diffs: previous, other | Lines: 212 ( +10, -7 )

Created: 2007-03-20 17:20:14 -0400 (20 months ago) | Author: anthm | Changeset: 4694

update

4692 annotated / raw | Diffs: previous, other | Lines: 209 ( +0, -3 )

Created: 2007-03-20 16:47:21 -0400 (20 months ago) | Author: mikej | Changeset: 4692

remove debug line from my previous commit

4641 annotated / raw | Diffs: previous, other | Lines: 212 ( +3, -0 )

Created: 2007-03-18 12:40:01 -0400 (20 months ago) | Author: mikej | Changeset: 4641

fix some warnings

4616 annotated / raw | Diffs: previous, other | Lines: 209 ( +0, -3 )

Created: 2007-03-16 13:19:44 -0400 (20 months ago) | Author: anthm | Changeset: 4616

update

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

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

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

4512 annotated / raw | Diffs: previous, other | Lines: 155 ( +0, -3 )

Created: 2007-03-10 23:02:10 -0500 (20 months ago) | Author: mikej | Changeset: 4512

simplify our configure and Makefile.am.  Set our CFLAGS and LDFLAGS primarily from configure.

4494 new annotated / raw | Lines: 158 ( +158, -0 )

Created: 2007-03-09 15:44:13 -0500 (20 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.