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

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

vim extendtab is bad

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

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

indent pass 1

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

Created: 2008-05-24 14:59:49 -0400 (5 months 26 days ago) | Author: mikej | Changeset: 8585

swig does not work with varargs functions (FSCORE-128)

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

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

set tab mode properly

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

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

cleanup and consistency.. blah rain @ PHX fun

6662 annotated / raw | Diffs: previous, other | Lines: 85 ( +1, -1 )

Created: 2007-12-11 14:51:23 -0500 (11 months ago) | Author: anthm | Changeset: 6662

update

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

Created: 2007-11-28 17:27:33 -0500 (11 months ago) | Author: mikej | Changeset: 6421

fix windows build

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

Created: 2007-11-28 14:56:25 -0500 (11 months ago) | Author: anthm | Changeset: 6417

rss feeds of your voicemail

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

Created: 2007-09-28 21:06:08 -0400 (13 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: 80 ( +0, -0 )

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

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

5051 annotated / raw | Diffs: previous, other | Lines: 80 ( +1, -1 )

Created: 2007-04-30 21:26:30 -0400 (18 months ago) | Author: anthm | Changeset: 5051

update

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

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

indent

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

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

spring cleaning

4256 annotated / raw | Diffs: previous, other | Lines: 84 ( +1, -1 )

Created: 2007-02-14 10:08:49 -0500 (21 months ago) | Author: anthm | Changeset: 4256

s.data is void *

4249 annotated / raw | Diffs: previous, other | Lines: 84 ( +1, -1 )

Created: 2007-02-13 21:53:23 -0500 (21 months ago) | Author: mikej | Changeset: 4249

constify the fmt string on all printf like functions

4241 annotated / raw | Diffs: previous, other | Lines: 84 ( +1, -1 )

Created: 2007-02-13 16:03:06 -0500 (21 months ago) | Author: mikej | Changeset: 4241

constify some arguments to switch_console_printf and switch_cut_path and remove improper casts for the consumers of those functions.

4224 annotated / raw | Diffs: previous, other | Lines: 84 ( +2, -2 )

Created: 2007-02-12 22:17:19 -0500 (21 months ago) | Author: mikej | Changeset: 4224

add PRINTF_FUNCTION specifier to printf like functions to let gcc tell us when we are using the wrong format specifiers on these functions.  Suggested by <MrEIso> via irc.

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

Created: 2007-02-08 21:36:03 -0500 (21 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: 84 ( +11, -0 )

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

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

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

what comes up must come down

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

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

fix namespace

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

Created: 2006-09-06 23:58:01 -0400 (2 years 2 months ago) | Author: anthm | Changeset: 2540

Mega Changes

adding mod_park for putting channels in limbo state for remote control.
adding stuff to mod_event_socket to let you do the bgapi <command> <args>
this will let you execute a job in the bg and the result will be sent as an event with an
indicated uuid to match the reply to the command

adding switch_core_port_allocator (to be used soon)
adding "make sure" to do a full rebild of the freeswitch object files

There will be more to this committed as the week progresses

make sure you do a rebuild after this update or you'll be sowwie
./configure && make sure


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

Created: 2006-05-10 11:47:54 -0400 (2 years 6 months ago) | Author: anthm | Changeset: 1412

XMLification (wave 4)

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

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

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

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

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

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

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

what's up doc

260 annotated / raw | Diffs: previous, other | Lines: 52 ( +2, -2 )

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

and a few corrections to the docs.

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

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

initial doxygen.  Much, much more to go.

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

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

Renamed remotely