Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 8894 4494

latest revision download Branch root:

8894 annotated / raw | Diffs: previous, other | Lines: 238 ( +1, -1 )

Created: 2008-07-03 15:12:26 -0400 (22 hours ago) | Author: mikej | Changeset: 8894

vim extendtab is bad

8686 annotated / raw | Diffs: previous, other | Lines: 238 ( +5, -4 )

Created: 2008-05-27 00:30:03 -0400 (38 days ago) | Author: anthm | Changeset: 8686

indent pass 1

8446 annotated / raw | Diffs: previous, other | Lines: 237 ( +1, -1 )

Created: 2008-05-16 13:29:22 -0400 (49 days ago) | Author: anthm | Changeset: 8446

update

8440 annotated / raw | Diffs: previous, other | Lines: 237 ( +4, -0 )

Created: 2008-05-16 12:43:47 -0400 (49 days ago) | Author: anthm | Changeset: 8440

handle error message leaks and other error conditions, Found by Klockwork (www.klocwork.com)

7904 annotated / raw | Diffs: previous, other | Lines: 233 ( +1, -1 )

Created: 2008-03-17 13:26:22 -0400 (3 months 17 days ago) | Author: anthm | Changeset: 7904

doh

7898 annotated / raw | Diffs: previous, other | Lines: 233 ( +7, -2 )

Created: 2008-03-17 11:44:09 -0400 (3 months 17 days ago) | Author: anthm | Changeset: 7898

yay wasim found a bug i can actually fix right away for once

7500 annotated / raw | Diffs: previous, other | Lines: 228 ( +1, -1 )

Created: 2008-02-03 17:14:57 -0500 (4 months 29 days ago) | Author: brian | Changeset: 7500

set tab mode properly

7396 annotated / raw | Diffs: previous, other | Lines: 228 ( +1, -1 )

Created: 2008-01-27 15:01:02 -0500 (5 months 5 days ago) | Author: brian | Changeset: 7396

cleanup and consistency.. blah rain @ PHX fun

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

Created: 2008-01-27 12:36:53 -0500 (5 months 6 days ago) | Author: brian | Changeset: 7392

code formating cleanup,  More when I land at PHX

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

Created: 2008-01-27 00:44:21 -0500 (5 months 6 days ago) | Author: silik0n | Changeset: 7387

BKWs not the only one that can whitespace fix :P

6849 annotated / raw | Diffs: previous, other | Lines: 232 ( +5, -4 )

Created: 2007-12-17 20:12:50 -0500 (6 months ago) | Author: anthm | Changeset: 6849

blinking lights for xmas presence

6707 annotated / raw | Diffs: previous, other | Lines: 231 ( +1, -1 )

Created: 2007-12-12 16:53:32 -0500 (6 months ago) | Author: mikej | Changeset: 6707

use switch_snprintf instead of snprintf becuase in insures null termination of strings.

6546 annotated / raw | Diffs: previous, other | Lines: 231 ( +1, -1 )

Created: 2007-12-06 15:03:27 -0500 (6 months ago) | Author: anthm | Changeset: 6546

fix file_path issues

6508 annotated / raw | Diffs: previous, other | Lines: 231 ( +1, -1 )

Created: 2007-12-04 18:16:43 -0500 (6 months ago) | Author: anthm | Changeset: 6508

add retry on lock to core sql func

6505 annotated / raw | Diffs: previous, other | Lines: 231 ( +16, -1 )

Created: 2007-12-04 18:03:05 -0500 (6 months ago) | Author: anthm | Changeset: 6505

add retry on lock to core sql func

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

Created: 2007-10-18 12:17:42 -0400 (8 months ago) | Author: anthm | Changeset: 5967

improvements

5738 annotated / raw | Diffs: previous, other | Lines: 208 ( +0, -0 )

Created: 2007-09-21 14:49:14 -0400 (9 months ago) | Author: mikej | Changeset: 5738

svn:eol-style properties, and make eol-style consistent in some files.

5176 annotated / raw | Diffs: previous, other | Lines: 208 ( +1, -1 )

Created: 2007-05-14 13:10:46 -0400 (13 months ago) | Author: anthm | Changeset: 5176

dox

4921 annotated / raw | Diffs: previous, other | Lines: 208 ( +4, -0 )

Created: 2007-04-12 14:22:09 -0400 (14 months ago) | Author: mikej | Changeset: 4921

MODLANG-10 Modify Javascript exec function to return number of changed rows, thanks Dale.

4799 annotated / raw | Diffs: previous, other | Lines: 204 ( +8, -8 )

Created: 2007-03-29 20:15:25 -0400 (15 months ago) | Author: anthm | Changeset: 4799

indent again

4798 annotated / raw | Diffs: previous, other | Lines: 204 ( +11, -19 )

Created: 2007-03-29 20:13:31 -0400 (15 months ago) | Author: anthm | Changeset: 4798

indent

4795 annotated / raw | Diffs: previous, other | Lines: 212 ( +72, -18 )

Created: 2007-03-29 18:31:56 -0400 (15 months ago) | Author: anthm | Changeset: 4795

spring cleaning

4505 annotated / raw | Diffs: previous, other | Lines: 158 ( +40, -0 )

Created: 2007-03-10 16:57:02 -0500 (15 months ago) | Author: mikej | Changeset: 4505

fix sqlite cdr build with new sqlite wrapper in the core, exposing all the necessary functions.  Add sqlite cdr to the windows build.

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

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.