Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 8894 52

latest revision download Branch root:

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

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

vim extendtab is bad

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

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

indent pass 1

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

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

set tab mode properly

7403 annotated / raw | Diffs: previous, other | Lines: 160 ( +3, -3 )

Created: 2008-01-28 03:47:55 -0500 (7 months ago) | Author: mikej | Changeset: 7403

code analysis, bounds checks, buffer overrun fixes.

7399 annotated / raw | Diffs: previous, other | Lines: 160 ( +14, -14 )

Created: 2008-01-27 20:17:29 -0500 (7 months ago) | Author: mikej | Changeset: 7399

code analysis/cleanup.

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

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

cleanup and consistency.. blah rain @ PHX fun

6453 annotated / raw | Diffs: previous, other | Lines: 160 ( +7, -0 )

Created: 2007-11-30 17:56:01 -0500 (8 months ago) | Author: anthm | Changeset: 6453

these aren't the droids you're looking for, move along....

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

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

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

5165 annotated / raw | Diffs: previous, other | Lines: 153 ( +1, -1 )

Created: 2007-05-12 10:48:14 -0400 (15 months ago) | Author: mikej | Changeset: 5165

adding const qualifiers across the api as appropriate.

4849 annotated / raw | Diffs: previous, other | Lines: 153 ( +15, -0 )

Created: 2007-04-04 14:22:59 -0400 (16 months ago) | Author: anthm | Changeset: 4849

add looping buffers

4799 annotated / raw | Diffs: previous, other | Lines: 138 ( +3, -2 )

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

indent again

4798 annotated / raw | Diffs: previous, other | Lines: 137 ( +2, -5 )

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

indent

4795 annotated / raw | Diffs: previous, other | Lines: 140 ( +4, -8 )

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

spring cleaning

4176 annotated / raw | Diffs: previous, other | Lines: 144 ( +1, -1 )

Created: 2007-02-08 21:36:03 -0500 (18 months ago) | Author: mikej | Changeset: 4176

fix magic emacs and vi formatting comments in the bottom of our source files to use tabs instead of spaces

3462 annotated / raw | Diffs: previous, other | Lines: 144 ( +11, -0 )

Created: 2006-11-27 17:30:48 -0500 (21 months ago) | Author: mikej | Changeset: 3462

Add magic comments for emacs and vi in source and header files to properly format and display tabs vs. spaces in those editors:

/* For Emacs:
* Local Variables:
* mode:c
* indent-tabs-mode:nil
* tab-width:4
* c-basic-offset:4
* End:
* For VIM:
* vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
*/

2583 annotated / raw | Diffs: previous, other | Lines: 133 ( +19, -0 )

Created: 2006-09-08 14:57:24 -0400 (23 months ago) | Author: anthm | Changeset: 2583

add dynamic buffers

2555 annotated / raw | Diffs: previous, other | Lines: 114 ( +1, -1 )

Created: 2006-09-07 11:15:39 -0400 (23 months ago) | Author: anthm | Changeset: 2555

what comes up must come down

2548 annotated / raw | Diffs: previous, other | Lines: 114 ( +1, -1 )

Created: 2006-09-07 10:23:31 -0400 (23 months ago) | Author: anthm | Changeset: 2548

fix namespace

1300 annotated / raw | Diffs: previous, other | Lines: 114 ( +1, -1 )

Created: 2006-04-29 19:43:28 -0400 (2 years 3 months ago) | Author: mikej | Changeset: 1300

part 3 of 3 standardizing typedefed types to end in _t.

1294 annotated / raw | Diffs: previous, other | Lines: 114 ( +20, -20 )

Created: 2006-04-29 02:05:03 -0400 (2 years 4 months ago) | Author: mikej | Changeset: 1294

part 2 of many standardizing typedefed types to end in _t

1292 annotated / raw | Diffs: previous, other | Lines: 114 ( +1, -1 )

Created: 2006-04-28 21:00:52 -0400 (2 years 4 months ago) | Author: mikej | Changeset: 1292

part 1 of many standardizing typedefed types to end in _t

1291 annotated / raw | Diffs: previous, other | Lines: 114 ( +3, -9 )

Created: 2006-04-28 16:04:08 -0400 (2 years 4 months ago) | Author: mikej | Changeset: 1291

use macro for EXTERN "C" begin and end lines in header files to clean up the headers, and to eliminate a format bug in emacs.

1126 annotated / raw | Diffs: previous, other | Lines: 120 ( +1, -1 )

Created: 2006-04-12 12:34:34 -0400 (2 years 4 months ago) | Author: anthm | Changeset: 1126

dox

982 annotated / raw | Diffs: previous, other | Lines: 120 ( +7, -7 )

Created: 2006-03-30 18:02:50 -0500 (2 years 4 months ago) | Author: anthm | Changeset: 982

icc changes part 1

693 annotated / raw | Diffs: previous, other | Lines: 120 ( +5, -0 )

Created: 2006-02-27 21:08:42 -0500 (2 years 5 months ago) | Author: anthm | Changeset: 693

more ivr stuff (not done)

634 annotated / raw | Diffs: previous, other | Lines: 115 ( +1, -1 )

Created: 2006-02-19 19:23:25 -0500 (2 years 6 months ago) | Author: mikej | Changeset: 634

turn on higher warning level in msvc for the core and libteletone and resolve warnings.

319 annotated / raw | Diffs: previous, other | Lines: 115 ( +8, -7 )

Created: 2006-01-10 15:10:38 -0500 (2 years 7 months ago) | Author: mikej | Changeset: 319

doxygen cleanups\changes.

280 annotated / raw | Diffs: previous, other | Lines: 114 ( +6, -2 )

Created: 2006-01-05 16:03:22 -0500 (2 years 7 months ago) | Author: anthm | Changeset: 280

what's up doc

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

Created: 2006-01-02 19:48:52 -0500 (2 years 7 months ago) | Author: mikej | Changeset: 260

and a few corrections to the docs.

258 annotated / raw | Diffs: previous, other | Lines: 109 ( +7, -0 )

Created: 2006-01-02 17:45:50 -0500 (2 years 7 months ago) | Author: mikej | Changeset: 258

tweak

252 annotated / raw | Diffs: previous, other | Lines: 102 ( +35, -35 )

Created: 2006-01-02 00:00:28 -0500 (2 years 7 months ago) | Author: mikej | Changeset: 252

some more doxygen stuff... still a LOT to go.

251 annotated / raw | Diffs: previous, other | Lines: 102 ( +45, -0 )

Created: 2006-01-01 10:23:12 -0500 (2 years 7 months ago) | Author: mikej | Changeset: 251

initial doxygen.  Much, much more to go.

52 new annotated / raw | Lines: 57 ( +57, -0 )

Created: 2005-11-19 15:11:40 -0500 (2 years 9 months ago) | Author: mikej | Changeset: 52

Renamed remotely