Michael Jerris
|
f359f847f7
|
fix magic emacs and vi formatting comments in the bottom of our source files to use tabs instead of spaces
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4176 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-09 02:36:03 +00:00 |
Michael Jerris
|
44649c70b4
|
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:
*/
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3462 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-11-27 22:30:48 +00:00 |
Anthony Minessale
|
c0d6246193
|
Fix issue pointed out by Fanzhou Zhao <fanzhou@gmail.com>
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2358 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-08-22 14:48:35 +00:00 |
Michael Jerris
|
14fee78470
|
part 3 of 3 standardizing typedefed types to end in _t.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1300 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-04-29 23:43:28 +00:00 |
Michael Jerris
|
d0347b2a95
|
part 1 of many standardizing typedefed types to end in _t
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1292 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-04-29 01:00:52 +00:00 |
Michael Jerris
|
b2bc4eda48
|
type cast
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1055 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-04-05 22:51:31 +00:00 |
Anthony Minessale
|
650ae09f06
|
let sip have stun and make suncc happy
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1054 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-04-05 22:46:50 +00:00 |
Anthony Minessale
|
df621b1a84
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1051 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-04-05 21:38:31 +00:00 |
Anthony Minessale
|
35b309e91b
|
add stun to dingaling
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1049 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-04-05 20:17:22 +00:00 |
Michael Jerris
|
0fe4db12d0
|
move stun to the core
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1038 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-04-04 16:50:35 +00:00 |
Anthony Minessale
|
48792eb5fc
|
a stunning new change
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1037 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-04-04 16:08:30 +00:00 |