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: 210 ( +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: 210 ( +3, -3 )

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

indent pass 1

8419 annotated / raw | Diffs: previous, other | Lines: 210 ( +2, -2 )

Created: 2008-05-15 16:53:22 -0400 (3 months 14 days ago) | Author: anthm | Changeset: 8419

fix pointer thingy

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

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

set tab mode properly

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

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

cleanup and consistency.. blah rain @ PHX fun

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

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

code formating cleanup,  More when I land at PHX

7027 annotated / raw | Diffs: previous, other | Lines: 218 ( +1, -1 )

Created: 2007-12-29 19:22:51 -0500 (8 months ago) | Author: mikej | Changeset: 7027

don't strstr on null/blank strings.

6707 annotated / raw | Diffs: previous, other | Lines: 218 ( +2, -2 )

Created: 2007-12-12 16:53:32 -0500 (8 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: 218 ( +2, -2 )

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

fix file_path issues

5738 annotated / raw | Diffs: previous, other | Lines: 218 ( +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.

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

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

indent

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

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

spring cleaning

4441 annotated / raw | Diffs: previous, other | Lines: 218 ( +1, -1 )

Created: 2007-03-03 20:46:33 -0500 (17 months ago) | Author: brian | Changeset: 4441

fix comments

4176 annotated / raw | Diffs: previous, other | Lines: 218 ( +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: 218 ( +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:
*/

1544 annotated / raw | Diffs: previous, other | Lines: 207 ( +2, -2 )

Created: 2006-06-05 14:12:33 -0400 (2 years 2 months ago) | Author: mikej | Changeset: 1544

make snprintf commands use the path seperator macro.

1294 annotated / raw | Diffs: previous, other | Lines: 207 ( +4, -4 )

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: 207 ( +1, -0 )

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

860 annotated / raw | Diffs: previous, other | Lines: 206 ( +4, -1 )

Created: 2006-03-15 20:25:32 -0500 (2 years 5 months ago) | Author: brian | Changeset: 860

update

702 annotated / raw | Diffs: previous, other | Lines: 203 ( +2, -10 )

Created: 2006-02-28 16:21:48 -0500 (2 years 5 months ago) | Author: anthm | Changeset: 702

general haphazzard rearrangement

668 annotated / raw | Diffs: previous, other | Lines: 211 ( +9, -2 )

Created: 2006-02-24 16:59:13 -0500 (2 years 6 months ago) | Author: anthm | Changeset: 668

fix nice fresh config bug

663 annotated / raw | Diffs: previous, other | Lines: 204 ( +50, -6 )

Created: 2006-02-24 11:47:22 -0500 (2 years 6 months ago) | Author: anthm | Changeset: 663

*) Add support for unified config:

When config file does not exist the system will
browse freeswitch.conf (if it exists) for an embedded file.

Embeded files denoted with +file.conf
Terminated by either another [+XXX] or EOF

eg
[+iax.conf]
...
[+exosip.conf]
...
EOF

*) Change default examples to use this method

*) Fix small bug in core to pass along failure when outgoing channel fails.

634 annotated / raw | Diffs: previous, other | Lines: 160 ( +5, -5 )

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.

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

Created: 2006-02-14 11:26:24 -0500 (2 years 6 months ago) | Author: anthm | Changeset: 608

Make optional modules.conf that allows you to pick the module load order
and to exclude some modules. (see example in trunk/conf)

Make ';' a valid comment in config files
Interpret a line in config files beginning with "__END__" as eof

419 annotated / raw | Diffs: previous, other | Lines: 156 ( +1, -4 )

Created: 2006-01-20 10:05:05 -0500 (2 years 7 months ago) | Author: mikej | Changeset: 419

fix oops (svn merge -r 418:417 http://svn.freeswitch.org/svn/freeswitch/trunk)

418 annotated / raw | Diffs: previous, other | Lines: 159 ( +4, -1 )

Created: 2006-01-19 21:02:03 -0500 (2 years 7 months ago) | Author: anthm | Changeset: 418

update

416 annotated / raw | Diffs: previous, other | Lines: 156 ( +1, -4 )

Created: 2006-01-19 19:40:29 -0500 (2 years 7 months ago) | Author: anthm | Changeset: 416

indent

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

Created: 2006-01-14 11:01:52 -0500 (2 years 7 months ago) | Author: anthm | Changeset: 381

fix iax and add regex dialplan

151 annotated / raw | Diffs: previous, other | Lines: 158 ( +1, -1 )

Created: 2005-12-14 15:22:19 -0500 (2 years 8 months ago) | Author: anthm | Changeset: 151

update

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

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

Renamed remotely