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

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

vim extendtab is bad

7730 annotated / raw | Diffs: previous, other | Lines: 222 ( +1, -1 )

Created: 2008-02-23 01:33:42 -0500 (7 months ago) | Author: mikej | Changeset: 7730

don't act like we work on openbsd

7726 annotated / raw | Diffs: previous, other | Lines: 222 ( +1, -1 )

Created: 2008-02-22 17:47:58 -0500 (7 months ago) | Author: mikej | Changeset: 7726

openbsd tweak

7546 annotated / raw | Diffs: previous, other | Lines: 222 ( +1, -1 )

Created: 2008-02-07 17:42:27 -0500 (8 months ago) | Author: anthm | Changeset: 7546

vid stuff

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

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

set tab mode properly

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

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

cleanup and consistency.. blah rain @ PHX fun

7030 annotated / raw | Diffs: previous, other | Lines: 222 ( +23, -23 )

Created: 2007-12-29 23:32:53 -0500 (9 months ago) | Author: mikej | Changeset: 7030

tweak for better msvc ide behavior.

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

Created: 2007-12-28 16:04:05 -0500 (9 months ago) | Author: mikej | Changeset: 7005

Work around bug in msvc 2005 code analysis.
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=99397

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

Created: 2007-12-11 05:01:55 -0500 (10 months ago) | Author: mikej | Changeset: 6628

fix for msvc 9 build.

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

Created: 2007-11-09 14:25:46 -0500 (11 months ago) | Author: anthm | Changeset: 6205

add a new dialplan module

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

Created: 2007-09-28 21:06:08 -0400 (12 months ago) | Author: anthm | Changeset: 5765

tear the hell out of everything and rip it up into itsy bitsy pieces and put it all back together

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

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

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

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

Created: 2007-06-20 05:02:30 -0400 (15 months ago) | Author: mikej | Changeset: 5411

only include switch_stun.h where needed.  We use some c99isms in this header that do not get along well with some c++ compilers.

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

Created: 2007-06-08 10:52:50 -0400 (16 months ago) | Author: mikej | Changeset: 5290

sun studio/solaris build fixes

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

Created: 2007-05-28 00:32:22 -0400 (16 months ago) | Author: mikej | Changeset: 5223

fix bsd build

5221 annotated / raw | Diffs: previous, other | Lines: 204 ( +2, -0 )

Created: 2007-05-25 23:27:02 -0400 (16 months ago) | Author: anthm | Changeset: 5221

small fixes

5173 annotated / raw | Diffs: previous, other | Lines: 202 ( +2, -0 )

Created: 2007-05-14 11:52:27 -0400 (16 months ago) | Author: mikej | Changeset: 5173

macs header files are a bit weird.

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

Created: 2007-05-10 11:23:07 -0400 (17 months ago) | Author: mikej | Changeset: 5120

switch mod_sofia to use a Makefile.am instead of Makefile for better dependency tracking.. you may need to re-bootstrap after this update

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

Created: 2007-04-08 13:18:12 -0400 (18 months ago) | Author: mikej | Changeset: 4895

It appears that we should be able to include strings.h only, except msvc does not have strings.h:

and at least some linux implementations do not work unless you include both, which seems to be against spec, but should not hurt.  The most correct thing to do here would be to include strings.h then string.h wrapped in autoconf detected defines, but this should work for now.  If it is still an issue going forward, we will need to add some defines for detected presence of some header files to the public header files, which should be done with care to avoid define collisions in public header files.

http://www.opengroup.org/onlinepubs/009695399/basedefs/strings.h.html
http://www.opengroup.org/onlinepubs/009695399/basedefs/string.h.html

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

Created: 2007-04-08 12:16:00 -0400 (18 months ago) | Author: mikej | Changeset: 4892

fix windows build

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

Created: 2007-04-08 12:11:03 -0400 (18 months ago) | Author: mikej | Changeset: 4891

fix some warnings.

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

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

spring cleaning

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

Created: 2007-03-23 23:29:24 -0400 (18 months ago) | Author: mikej | Changeset: 4758

switch_config isn't used anymore.  leaving the .c and .h file there for now, we may remove them in the future.

4632 annotated / raw | Diffs: previous, other | Lines: 196 ( +1, -1 )

Created: 2007-03-17 15:51:08 -0400 (18 months ago) | Author: anthm | Changeset: 4632

update

4494 annotated / raw | Diffs: previous, other | Lines: 196 ( +20, -4 )

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

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

Created: 2007-03-07 13:34:22 -0500 (19 months ago) | Author: anthm | Changeset: 4464

add management interface and some rtp goodies

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

Created: 2007-02-08 21:36:03 -0500 (20 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

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

Created: 2006-12-16 20:01:09 -0500 (21 months ago) | Author: anthm | Changeset: 3682

build progress break everything

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

Created: 2006-11-27 17:30:48 -0500 (22 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:
*/

2909 annotated / raw | Diffs: previous, other | Lines: 168 ( +1, -1 )

Created: 2006-09-30 21:36:44 -0400 (2 years ago) | Author: mikej | Changeset: 2909

update docs

2908 annotated / raw | Diffs: previous, other | Lines: 168 ( +44, -4 )

Created: 2006-09-30 21:35:14 -0400 (2 years ago) | Author: mikej | Changeset: 2908

update docs

2555 annotated / raw | Diffs: previous, other | Lines: 128 ( +2, -2 )

Created: 2006-09-07 11:15:39 -0400 (2 years 1 month ago) | Author: anthm | Changeset: 2555

what comes up must come down

2548 annotated / raw | Diffs: previous, other | Lines: 128 ( +2, -2 )

Created: 2006-09-07 10:23:31 -0400 (2 years 1 month ago) | Author: anthm | Changeset: 2548

fix namespace

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

Created: 2006-07-31 19:56:27 -0400 (2 years 2 months ago) | Author: anthm | Changeset: 2212

move pcre into core do a ./configure again (part 2)

2070 annotated / raw | Diffs: previous, other | Lines: 127 ( +0, -2 )

Created: 2006-07-24 00:31:28 -0400 (2 years 2 months ago) | Author: mikej | Changeset: 2070

fix C linkage when using templates issue when building C++ modules in msvc that stems from including some windows header files inside of an extern C block, when building with C++.

1876 annotated / raw | Diffs: previous, other | Lines: 129 ( +4, -4 )

Created: 2006-07-14 08:17:01 -0400 (2 years 2 months ago) | Author: anthm | Changeset: 1876

dox

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

Created: 2006-06-07 17:55:17 -0400 (2 years 4 months ago) | Author: mikej | Changeset: 1560

merge anthm fix for atoi(NULL) segfault.  Thanks jart for identifying the problem.

1463 annotated / raw | Diffs: previous, other | Lines: 130 ( +0, -2 )

Created: 2006-05-15 11:00:10 -0400 (2 years 4 months ago) | Author: mikej | Changeset: 1463

move switch_version.h to be a private header.

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

Created: 2006-05-05 17:05:11 -0400 (2 years 5 months ago) | Author: anthm | Changeset: 1376

add xml

1292 annotated / raw | Diffs: previous, other | Lines: 131 ( +7, -7 )

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

part 1 of many standardizing typedefed types to end in _t

1291 annotated / raw | Diffs: previous, other | Lines: 131 ( +11, -6 )

Created: 2006-04-28 16:04:08 -0400 (2 years 5 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.

1278 annotated / raw | Diffs: previous, other | Lines: 126 ( +1, -1 )

Created: 2006-04-27 11:02:35 -0400 (2 years 5 months ago) | Author: anthm | Changeset: 1278

set some key functions to report the file func line of the caller not of the actual function

1117 annotated / raw | Diffs: previous, other | Lines: 126 ( +2, -0 )

Created: 2006-04-11 17:13:44 -0400 (2 years 6 months ago) | Author: brian | Changeset: 1117

Gut Logger and put it back modular style

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

Created: 2006-04-04 12:07:40 -0400 (2 years 6 months ago) | Author: anthm | Changeset: 1036

a stunning new change

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

Created: 2006-04-03 17:02:40 -0400 (2 years 6 months ago) | Author: anthm | Changeset: 1013

try out new builtin RTP using srtp lib

1012 annotated / raw | Diffs: previous, other | Lines: 124 ( +3, -1 )

Created: 2006-04-03 17:00:13 -0400 (2 years 6 months ago) | Author: anthm | Changeset: 1012

try out new builtin RTP using srtp lib

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

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

icc changes part 1

790 annotated / raw | Diffs: previous, other | Lines: 123 ( +2, -2 )

Created: 2006-03-07 14:12:25 -0500 (2 years 7 months ago) | Author: brian | Changeset: 790

update platform info

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

Created: 2006-01-26 13:19:48 -0500 (2 years 8 months ago) | Author: mikej | Changeset: 450

add switch_ivr.h include to switch.h

319 annotated / raw | Diffs: previous, other | Lines: 122 ( +50, -50 )

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

doxygen cleanups\changes.

318 annotated / raw | Diffs: previous, other | Lines: 122 ( +51, -1 )

Created: 2006-01-10 11:00:40 -0500 (2 years 9 months ago) | Author: mikej | Changeset: 318

add main page to the doxygen docs.

313 annotated / raw | Diffs: previous, other | Lines: 72 ( +3, -3 )

Created: 2006-01-09 17:30:58 -0500 (2 years 9 months ago) | Author: mikej | Changeset: 313

misc. cleanup.

303 annotated / raw | Diffs: previous, other | Lines: 72 ( +3, -1 )

Created: 2006-01-08 21:36:00 -0500 (2 years 9 months ago) | Author: mikej | Changeset: 303

Fix some warnings in MSVC (no more deprecated warnings again), fixed g729 build in msvc broken when the files in the lib moved when it was autotooled.  Add details in readme about msvc requirements when using VC++ express 2005.

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

Created: 2006-01-06 12:44:19 -0500 (2 years 9 months ago) | Author: anthm | Changeset: 299

version stuff

254 annotated / raw | Diffs: previous, other | Lines: 69 ( +4, -4 )

Created: 2006-01-02 12:28:59 -0500 (2 years 9 months ago) | Author: anthm | Changeset: 254

resample into core

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

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

initial doxygen.  Much, much more to go.

239 annotated / raw | Diffs: previous, other | Lines: 65 ( +1, -24 )

Created: 2005-12-29 14:14:05 -0500 (2 years 9 months ago) | Author: mikej | Changeset: 239

a little more header juggling.

238 annotated / raw | Diffs: previous, other | Lines: 88 ( +6, -6 )

Created: 2005-12-29 12:28:54 -0500 (2 years 9 months ago) | Author: mikej | Changeset: 238

tweak include order

237 annotated / raw | Diffs: previous, other | Lines: 88 ( +3, -44 )

Created: 2005-12-29 12:25:28 -0500 (2 years 9 months ago) | Author: mikej | Changeset: 237

juggle the header files.

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

Created: 2005-12-22 13:53:33 -0500 (2 years 9 months ago) | Author: anthm | Changeset: 191

use more of apr-utils in the event stuff

190 annotated / raw | Diffs: previous, other | Lines: 125 ( +2, -0 )

Created: 2005-12-21 20:57:32 -0500 (2 years 9 months ago) | Author: anthm | Changeset: 190

get uuid from apr-utils for channel events

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

Created: 2005-12-21 12:33:03 -0500 (2 years 9 months ago) | Author: anthm | Changeset: 187

unix build tweaks

152 annotated / raw | Diffs: previous, other | Lines: 130 ( +14, -9 )

Created: 2005-12-14 16:29:46 -0500 (2 years 9 months ago) | Author: anthm | Changeset: 152

make events queue in the bg

128 annotated / raw | Diffs: previous, other | Lines: 125 ( +1, -1 )

Created: 2005-12-13 14:53:29 -0500 (2 years 9 months ago) | Author: anthm | Changeset: 128

add event system

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

Created: 2005-11-20 11:49:14 -0500 (2 years 10 months ago) | Author: mikej | Changeset: 62

Suppress MSVC 8 warnings about crt functions.

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

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

Renamed remotely