Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 9355 52

latest revision download Branch root:

9355 annotated / raw | Diffs: previous, other | Lines: 579 ( +6, -0 )

Created: 2008-08-22 15:00:56 -0400 (7 days ago) | Author: anthm | Changeset: 9355

update

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

Created: 2008-07-21 01:05:36 -0400 (39 days ago) | Author: mikej | Changeset: 9115

fix windows running as a service (FSCORE-159)

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

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

vim extendtab is bad

8688 annotated / raw | Diffs: previous, other | Lines: 571 ( +9, -9 )

Created: 2008-05-27 00:34:23 -0400 (3 months 2 days ago) | Author: mikej | Changeset: 8688

indent

8421 annotated / raw | Diffs: previous, other | Lines: 571 ( +16, -0 )

Created: 2008-05-15 17:05:32 -0400 (3 months 14 days ago) | Author: mikej | Changeset: 8421

handle malloc failures.  Found by Klockwork (www.klocwork.com)

8370 annotated / raw | Diffs: previous, other | Lines: 555 ( +89, -36 )

Created: 2008-05-12 15:05:02 -0400 (3 months 17 days ago) | Author: mikej | Changeset: 8370

add configurable windows service name (FSCORE-122)

7754 annotated / raw | Diffs: previous, other | Lines: 502 ( +1, -1 )

Created: 2008-02-26 19:08:06 -0500 (6 months ago) | Author: anthm | Changeset: 7754

finiky compiler contd

7753 annotated / raw | Diffs: previous, other | Lines: 502 ( +1, -1 )

Created: 2008-02-26 19:03:25 -0500 (6 months ago) | Author: anthm | Changeset: 7753

finiky compiler

7641 annotated / raw | Diffs: previous, other | Lines: 502 ( +2, -2 )

Created: 2008-02-15 18:16:01 -0500 (6 months ago) | Author: brian | Changeset: 7641

if and only if

7500 annotated / raw | Diffs: previous, other | Lines: 502 ( +9, -9 )

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

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

cleanup and consistency.. blah rain @ PHX fun

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

Created: 2008-01-25 09:08:53 -0500 (7 months ago) | Author: mikej | Changeset: 7350

add -c command line arg to run in console mode.  Should we change the default on release?

7137 annotated / raw | Diffs: previous, other | Lines: 497 ( +1, -1 )

Created: 2008-01-08 05:57:42 -0500 (7 months ago) | Author: stkn | Changeset: 7137

Look! A whitespace fix snuck into the tree!

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

Created: 2008-01-07 15:40:59 -0500 (7 months ago) | Author: anthm | Changeset: 7132

fix FSCORE-82

7119 annotated / raw | Diffs: previous, other | Lines: 495 ( +2, -2 )

Created: 2008-01-07 05:45:06 -0500 (7 months ago) | Author: stkn | Changeset: 7119

Spelling fixes #1

6977 annotated / raw | Diffs: previous, other | Lines: 495 ( +2, -1 )

Created: 2007-12-24 22:00:29 -0500 (8 months ago) | Author: mikej | Changeset: 6977

fix for FSCORE-78.  Write whole buffer of the pid into file with padded NULL's so that we don't leave leftovers behind from a crash.

6864 annotated / raw | Diffs: previous, other | Lines: 494 ( +14, -0 )

Created: 2007-12-18 11:55:39 -0500 (8 months ago) | Author: anthm | Changeset: 6864

add self-adjusting rlimit stuff for systems that support it

6816 annotated / raw | Diffs: previous, other | Lines: 480 ( +21, -17 )

Created: 2007-12-15 15:04:49 -0500 (8 months ago) | Author: mikej | Changeset: 6816

cleanups, avoid null deref, check returns of some more functions, use switch_snprintf to make sure we are null terminating strings.

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

Created: 2007-12-14 17:59:17 -0500 (8 months ago) | Author: mikej | Changeset: 6800

don't use hight priority for windows service.

6575 annotated / raw | Diffs: previous, other | Lines: 479 ( +33, -7 )

Created: 2007-12-07 22:41:00 -0500 (8 months ago) | Author: mikej | Changeset: 6575

use file locks to keep multiple concurrent copies of freeswitch from running at the same time (FSCORE-14)

6559 annotated / raw | Diffs: previous, other | Lines: 453 ( +8, -2 )

Created: 2007-12-06 21:03:55 -0500 (8 months ago) | Author: mikej | Changeset: 6559

cleanup pid file on orderly exit.

6535 annotated / raw | Diffs: previous, other | Lines: 447 ( +2, -2 )

Created: 2007-12-06 08:40:00 -0500 (8 months ago) | Author: mikej | Changeset: 6535

only set console when we have a console

6510 annotated / raw | Diffs: previous, other | Lines: 447 ( +3, -5 )

Created: 2007-12-04 18:47:27 -0500 (8 months ago) | Author: anthm | Changeset: 6510

update logger stuff

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

Created: 2007-12-04 18:18:24 -0500 (8 months ago) | Author: mikej | Changeset: 6509

remove file logging from automatically being set on the core console handle.  You must now use mod_logfile to do file logging.

6033 annotated / raw | Diffs: previous, other | Lines: 453 ( +34, -1 )

Created: 2007-10-23 11:56:23 -0400 (10 months ago) | Author: mikej | Changeset: 6033

add -u and -g command line args to set user and group.
properly handle portability for mlockall and setrlimit
Tested on linux, Freebsd, solaris, mac.
FSCORE-47

6011 annotated / raw | Diffs: previous, other | Lines: 420 ( +21, -13 )

Created: 2007-10-20 02:46:16 -0400 (10 months ago) | Author: mikej | Changeset: 6011

Make script_dir setting on command line FSCORE-48
cleanup the usage string

5790 annotated / raw | Diffs: previous, other | Lines: 412 ( +1, -1 )

Created: 2007-10-03 19:43:01 -0400 (10 months ago) | Author: anthm | Changeset: 5790

add fsctl loglevel [<level>] fsctl command

5767 annotated / raw | Diffs: previous, other | Lines: 412 ( +2, -1 )

Created: 2007-09-30 12:59:32 -0400 (10 months ago) | Author: mikej | Changeset: 5767

windows build fixes.

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

Created: 2007-09-28 21:06:08 -0400 (11 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: 403 ( +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.

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

Created: 2007-08-03 17:29:01 -0400 (12 months ago) | Author: mikej | Changeset: 5566

fix for FSCORE-40

5001 annotated / raw | Diffs: previous, other | Lines: 401 ( +1, -1 )

Created: 2007-04-22 15:11:22 -0400 (16 months ago) | Author: anthm | Changeset: 5001

Small tweaks so it actually compiles

4998 annotated / raw | Diffs: previous, other | Lines: 401 ( +17, -4 )

Created: 2007-04-21 12:58:35 -0400 (16 months ago) | Author: mikej | Changeset: 4998

manually apply patch http://jira.freeswitch.org/browse/FSCORE-24.  Thanks dirk.

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

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

indent

4795 annotated / raw | Diffs: previous, other | Lines: 389 ( +84, -97 )

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

spring cleaning

4650 annotated / raw | Diffs: previous, other | Lines: 402 ( +1, -1 )

Created: 2007-03-18 20:33:54 -0400 (17 months ago) | Author: mikej | Changeset: 4650

fix freebsd build

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

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

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

4426 annotated / raw | Diffs: previous, other | Lines: 398 ( +1, -1 )

Created: 2007-03-02 04:22:34 -0500 (17 months ago) | Author: mikej | Changeset: 4426

catch up with changed prototype

4423 annotated / raw | Diffs: previous, other | Lines: 398 ( +54, -53 )

Created: 2007-03-02 00:53:45 -0500 (17 months ago) | Author: brian | Changeset: 4423

we really should use this way to comment.

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

Created: 2007-03-01 12:23:02 -0500 (17 months ago) | Author: anthm | Changeset: 4419

cleanup

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

4139 annotated / raw | Diffs: previous, other | Lines: 404 ( +2, -2 )

Created: 2007-02-06 14:20:39 -0500 (18 months ago) | Author: mikej | Changeset: 4139

vg default on windows, not otherwise.

4133 annotated / raw | Diffs: previous, other | Lines: 404 ( +71, -0 )

Created: 2007-02-06 12:05:14 -0500 (18 months ago) | Author: mikej | Changeset: 4133

add -conf, -db, and -log params to the binary to allow for running multiple copies of freeswitch concurrently on the same box.  Please note that these params may change in the future.  Patch from Bret McDanel.

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

Created: 2007-01-22 12:45:09 -0500 (19 months ago) | Author: mikej | Changeset: 4017

tweak to work around shutdown segfault in windows in background mode.  This forces it to not do apr_terminate, which shouldn't be necessary anyways as the entire process in ending.

4005 annotated / raw | Diffs: previous, other | Lines: 331 ( +10, -10 )

Created: 2007-01-19 17:47:23 -0500 (19 months ago) | Author: mikej | Changeset: 4005

whoops.. cr/lf -> lf

3999 annotated / raw | Diffs: previous, other | Lines: 331 ( +16, -7 )

Created: 2007-01-19 07:59:49 -0500 (19 months ago) | Author: mikej | Changeset: 3999

added no fork mode to the executable so it can be used w/ sipx watchdog service.  This mode is not available on windows as we do not fork on windows regardless.  Thanks to Paweł Pierścionek for the contribution.

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

3400 annotated / raw | Diffs: previous, other | Lines: 311 ( +1, -1 )

Created: 2006-11-18 01:43:37 -0500 (21 months ago) | Author: mikej | Changeset: 3400

catch up with api, add option to switch_core_destroy call.

3388 annotated / raw | Diffs: previous, other | Lines: 311 ( +6, -1 )

Created: 2006-11-16 14:43:25 -0500 (21 months ago) | Author: anthm | Changeset: 3388

vg mode

3268 annotated / raw | Diffs: previous, other | Lines: 306 ( +27, -15 )

Created: 2006-11-05 14:41:03 -0500 (21 months ago) | Author: mikej | Changeset: 3268

Comments and cleanup, clarify some variable names.

3233 annotated / raw | Diffs: previous, other | Lines: 294 ( +95, -62 )

Created: 2006-10-29 20:36:51 -0500 (21 months ago) | Author: mikej | Changeset: 3233

formatting and comments.  More to come.

2949 annotated / raw | Diffs: previous, other | Lines: 261 ( +4, -4 )

Created: 2006-10-02 12:48:00 -0400 (22 months ago) | Author: mikej | Changeset: 2949

fix prototype of signal handler functions (sun studio doesn't like these wrong)

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

Created: 2006-09-20 16:47:28 -0400 (23 months ago) | Author: mikej | Changeset: 2767

win32 tweaks

2765 annotated / raw | Diffs: previous, other | Lines: 263 ( +63, -76 )

Created: 2006-09-20 16:25:26 -0400 (23 months ago) | Author: anthm | Changeset: 2765

small core refactoring use -hp arg to gain high priority mode, add fsctl command USAGE: fsctl [hupall|pause|resume|shutdown]

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

Created: 2006-09-18 01:08:55 -0400 (23 months ago) | Author: mikej | Changeset: 2734

Attribution.

2704 annotated / raw | Diffs: previous, other | Lines: 275 ( +1, -1 )

Created: 2006-09-14 18:11:30 -0400 (23 months ago) | Author: anthm | Changeset: 2704

misc

2645 annotated / raw | Diffs: previous, other | Lines: 275 ( +1, -1 )

Created: 2006-09-11 19:58:52 -0400 (23 months ago) | Author: anthm | Changeset: 2645

less priority

2340 annotated / raw | Diffs: previous, other | Lines: 275 ( +68, -68 )

Created: 2006-08-19 23:36:14 -0400 (2 years ago) | Author: mikej | Changeset: 2340

fix windows line endings and fix potential memory leak from SWITCH_GLOBAL_dirs on win32.

2339 annotated / raw | Diffs: previous, other | Lines: 275 ( +115, -11 )

Created: 2006-08-19 23:04:55 -0400 (2 years ago) | Author: mikej | Changeset: 2339

add first revision of windows services.  fix breakage of -stop.

2337 annotated / raw | Diffs: previous, other | Lines: 171 ( +7, -7 )

Created: 2006-08-19 15:00:35 -0400 (2 years ago) | Author: mikej | Changeset: 2337

windows line endings.

2336 annotated / raw | Diffs: previous, other | Lines: 171 ( +36, -113 )

Created: 2006-08-19 14:51:22 -0400 (2 years ago) | Author: mikej | Changeset: 2336

Add switch_core_init_and_modload to core, from switch.c.  Add additional shutdown functionality to switch_core_destroy.  move around more code in switch.c and fix freeswitch -stop on windows.

2334 annotated / raw | Diffs: previous, other | Lines: 248 ( +126, -105 )

Created: 2006-08-18 17:57:47 -0400 (2 years ago) | Author: mikej | Changeset: 2334

factor out some functions, some of this will probably move to the freeswitch lib still.

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

Created: 2006-08-15 17:38:24 -0400 (2 years ago) | Author: anthm | Changeset: 2301

redecorating

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

Created: 2006-08-15 15:02:06 -0400 (2 years ago) | Author: anthm | Changeset: 2299

tweak shutdown process

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

Created: 2006-08-15 13:52:12 -0400 (2 years ago) | Author: anthm | Changeset: 2298

performance tweaks

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

Created: 2006-08-11 19:27:08 -0400 (2 years ago) | Author: anthm | Changeset: 2266

rtp fix and some other misc stuff

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

Created: 2006-07-07 14:59:14 -0400 (2 years 1 month ago) | Author: anthm | Changeset: 1788

add session counter and make all sessions hang up elegantly on shutdown

1716 annotated / raw | Diffs: previous, other | Lines: 226 ( +1, -1 )

Created: 2006-06-30 17:45:29 -0400 (2 years 1 month ago) | Author: anthm | Changeset: 1716

minor adj

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

Created: 2006-06-09 11:39:12 -0400 (2 years 2 months ago) | Author: anthm | Changeset: 1584

add mlockall

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

Created: 2006-06-05 14:36:02 -0400 (2 years 2 months ago) | Author: anthm | Changeset: 1545

update

1497 annotated / raw | Diffs: previous, other | Lines: 221 ( +1, -1 )

Created: 2006-05-24 10:42:21 -0400 (2 years 3 months ago) | Author: anthm | Changeset: 1497

update

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

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

move switch_version.h to be a private header.

1368 annotated / raw | Diffs: previous, other | Lines: 220 ( +7, -1 )

Created: 2006-05-05 09:35:33 -0400 (2 years 3 months ago) | Author: anthm | Changeset: 1368

make crash protection a configure option --enable-crash-protection and make mini-rtp have 4 byte headers

1292 annotated / raw | Diffs: previous, other | Lines: 214 ( +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

1264 annotated / raw | Diffs: previous, other | Lines: 214 ( +13, -12 )

Created: 2006-04-26 15:11:49 -0400 (2 years 4 months ago) | Author: anthm | Changeset: 1264

update

1117 annotated / raw | Diffs: previous, other | Lines: 213 ( +9, -9 )

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

Gut Logger and put it back modular style

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

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

icc changes part 1

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

Created: 2006-03-29 21:31:05 -0500 (2 years 5 months ago) | Author: mikej | Changeset: 971

C99 tweak

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

Created: 2006-03-26 16:38:40 -0500 (2 years 5 months ago) | Author: anthm | Changeset: 931

tweak

716 annotated / raw | Diffs: previous, other | Lines: 207 ( +24, -19 )

Created: 2006-03-01 12:06:10 -0500 (2 years 5 months ago) | Author: anthm | Changeset: 716

fix lots of BS

702 annotated / raw | Diffs: previous, other | Lines: 202 ( +16, -15 )

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

general haphazzard rearrangement

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

Created: 2006-02-28 00:55:22 -0500 (2 years 5 months ago) | Author: mikej | Changeset: 695

fix msvc warnings.  fix high priority on windows.

675 annotated / raw | Diffs: previous, other | Lines: 200 ( +92, -17 )

Created: 2006-02-25 22:13:01 -0500 (2 years 6 months ago) | Author: anthm | Changeset: 675

mess around on win32 a little

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

Created: 2006-02-24 23:48:33 -0500 (2 years 6 months ago) | Author: mikej | Changeset: 671

add windows daemon mode.  Somthing is still not right here, the fopen is failing?

665 annotated / raw | Diffs: previous, other | Lines: 121 ( +32, -5 )

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

tweaks for daemon mode and wanpipe

659 annotated / raw | Diffs: previous, other | Lines: 94 ( +18, -2 )

Created: 2006-02-23 17:41:08 -0500 (2 years 6 months ago) | Author: anthm | Changeset: 659

More PRI/SIP gateway stuff

**ATTENTION** you will need to libs/jrtplib/.complete ; make installall
to get it to compile on existing builds as the jrtplib required changes.

Added teletone DTMF to mod_wanpipe and rfc2933 DTMF to mod_exosip
Added temporary poor man's daemon
freeswitch -nc > /var/log/freeswitch.log

then it will await a HUP


419 annotated / raw | Diffs: previous, other | Lines: 78 ( +3, -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: 79 ( +4, -3 )

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

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

indent

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

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

version stuff

296 annotated / raw | Diffs: previous, other | Lines: 79 ( +1, -1 )

Created: 2006-01-05 21:01:11 -0500 (2 years 7 months ago) | Author: anthm | Changeset: 296

update

280 annotated / raw | Diffs: previous, other | Lines: 79 ( +1, -1 )

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

what's up doc

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

Created: 2005-12-23 16:09:36 -0500 (2 years 8 months ago) | Author: anthm | Changeset: 204

event cleanup from windows perspective

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

Created: 2005-12-22 18:59:33 -0500 (2 years 8 months ago) | Author: anthm | Changeset: 194

add roughed in xmpp logger (NEEDS WORK)

172 annotated / raw | Diffs: previous, other | Lines: 74 ( +6, -1 )

Created: 2005-12-19 13:55:31 -0500 (2 years 8 months ago) | Author: anthm | Changeset: 172

yet more rearrangment of events ;-)

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

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

add event system

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

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

Renamed remotely