]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
12 years agoFS-6310 --resolve try this version
Anthony Minessale [Mon, 31 Mar 2014 22:02:55 +0000 (17:02 -0500)] 
FS-6310 --resolve try this version

12 years agoFix detection of libedit on BSD
James Le Cuirot [Fri, 28 Mar 2014 22:20:40 +0000 (22:20 +0000)] 
Fix detection of libedit on BSD

Since libedit originates from NetBSD, this and other BSDs use the
official version while Linux distributions tend to use the
autotoolized fork. The official version does not install a .pc file so
we cannot rely exclusively on pkg-config for detection.

FS-6408

Signed-off-by: Travis Cross <tc@traviscross.com>
12 years agoAdd -I flags to CPPFLAGS
James Le Cuirot [Sat, 29 Mar 2014 13:15:24 +0000 (13:15 +0000)] 
Add -I flags to CPPFLAGS

Don't use CFLAGS or CXXFLAGS for this because AC_CHECK_HEADER only
uses CPPFLAGS.

FS-6408

Signed-off-by: Travis Cross <tc@traviscross.com>
12 years agoFS-6412 --resolve
Anthony Minessale [Mon, 31 Mar 2014 21:22:29 +0000 (16:22 -0500)] 
FS-6412 --resolve

12 years agoRemove stray executable bits
Travis Cross [Mon, 31 Mar 2014 20:38:09 +0000 (20:38 +0000)] 
Remove stray executable bits

12 years agoFS-6413 --resolve with this patch you will need to make sure the boxes have the clock...
Anthony Minessale [Mon, 31 Mar 2014 20:23:50 +0000 (15:23 -0500)] 
FS-6413 --resolve with this patch you will need to make sure the boxes have the clocks synced and both started inside the same occurence of the most recent new year.

12 years agovideo refresh floor holder on conference join
Anthony Minessale [Mon, 31 Mar 2014 17:39:46 +0000 (22:39 +0500)] 
video refresh floor holder on conference join

12 years agoworking cross configure for arm gnueabi
Michael Jerris [Mon, 31 Mar 2014 14:34:46 +0000 (10:34 -0400)] 
working cross configure for arm gnueabi

12 years agoa bit more open in type of arm
Michael Jerris [Mon, 31 Mar 2014 13:56:45 +0000 (09:56 -0400)] 
a bit more open in type of arm

12 years agoalso push PKG_CONFIG_SYSROOT_DIR and set some test results that can not be figured...
Michael Jerris [Mon, 31 Mar 2014 13:48:02 +0000 (09:48 -0400)] 
also push PKG_CONFIG_SYSROOT_DIR and set some test results that can not be figured out during cross compile explicitly for arm-linux-gnueabi*|arm-*-linux-gnueabi*

12 years agopush sysroot down to other libs and things that don't use libtool as well, so you...
Michael Jerris [Mon, 31 Mar 2014 12:27:11 +0000 (08:27 -0400)] 
push sysroot down to other libs and things that don't use libtool as well, so you don't need to specify it in a bunch of different ways when using it.

12 years agoSay zero in time measurement only if it is neccessary
Tamas Cseke [Mon, 31 Mar 2014 07:33:17 +0000 (09:33 +0200)] 
Say zero in time measurement only if it is neccessary

12 years agoFS-6410 Adding some log lines to mod_sonar so that it is more clear what is happening...
William King [Sun, 30 Mar 2014 02:08:24 +0000 (19:08 -0700)] 
FS-6410 Adding some log lines to mod_sonar so that it is more clear what is happening when the app is sending and detecting pings.

12 years agomake cross compile a bit easier, as this setitng needs to be set manually, and we...
Michael Jerris [Fri, 28 Mar 2014 21:00:53 +0000 (17:00 -0400)] 
make cross compile a bit easier, as this setitng needs to be set manually, and we never use this feature

12 years agoFS-6356: --resolve fix assert when you set the time > 15 days in the future during...
Michael Jerris [Fri, 28 Mar 2014 18:33:47 +0000 (14:33 -0400)] 
FS-6356: --resolve fix assert when you set the time > 15 days in the future during operation while things are in queue to be processeed

12 years agoRequire libedit-dev be available unless disabled
Travis Cross [Fri, 28 Mar 2014 15:17:00 +0000 (15:17 +0000)] 
Require libedit-dev be available unless disabled

Previously we enabled libedit support opportunistically if it was
neither enabled nor disabled explicitly.  But this can result in
people being confused by libedit features not being available when
they really just need to install dependencies.  With this change,
we'll break on configure if libedit-dev isn't there.  If the user
really wants to build without libedit they just need to explicitly
disable it.

Cc: Ken Rice <krice@freeswitch.org>
12 years agostart updating doxygen
Brian West [Fri, 28 Mar 2014 15:04:31 +0000 (10:04 -0500)] 
start updating doxygen

12 years agoGive warning in the vars.xml docs about SRTP + VBR codecs
Brian West [Fri, 28 Mar 2014 14:37:56 +0000 (09:37 -0500)] 
Give warning in the vars.xml docs about SRTP + VBR codecs

12 years agoUse buffered printers in fs_cli
Travis Cross [Fri, 28 Mar 2014 00:01:33 +0000 (00:01 +0000)] 
Use buffered printers in fs_cli

Now that all output should end in a newline, we don't need to play
tricks with getting certain escape codes out ahead of buffered output.

This updates what we tried to do in commit
991b83d23cf014226aa97f01f4290a6e6554fee1.

This partially reverts commit
8056125077d5a2583272219d193b94e81c97a50c.

12 years agoReenable the new EL_REFRESH mechanism
Travis Cross [Thu, 27 Mar 2014 22:37:49 +0000 (22:37 +0000)] 
Reenable the new EL_REFRESH mechanism

12 years agoHandle bodies not ending in newlines w/EL_REFRESH
Travis Cross [Thu, 27 Mar 2014 22:30:33 +0000 (22:30 +0000)] 
Handle bodies not ending in newlines w/EL_REFRESH

The issue is that sofia siptrace output doesn't end each line with a
newline.  Instead it sends a separate newline afterward, which comes
in as a separate event body.  With the new EL_REFRESH code in effect
the line is being cleared after the siptrace output has been written
but before that next newline comes in.

With our own refresh code this doesn't happen because of slight
differences in where the stdio buffers get flushed compared to where
the output of clear_line() ends up.

This is a bit of a clumsy workaround.  But we'll fix it first, then
refactor.

12 years agoTurn on the fancy fs_cli with a modern libedit
Travis Cross [Thu, 27 Mar 2014 17:35:35 +0000 (17:35 +0000)] 
Turn on the fancy fs_cli with a modern libedit

We turn ON the features with a newer libedit.

This fixes commit 4f54f912c3e9f296d23a694bd29501b9bc5a700f.

12 years agoAdd back terminal detection for old libedits
Travis Cross [Thu, 27 Mar 2014 17:05:20 +0000 (17:05 +0000)] 
Add back terminal detection for old libedits

Using the system libedit means that libedit will again make absolute
movements on certain kinds of terminals.  Older versions of libedit
without EL_PROMPT_ESC miscalculate the length of the prompt.
Combined, this results in the cursor ending up in the wrong place.

We knew this was a possibility when we moved to system libedit, and
we're OK with it.  We certainly lived without this fancy prompt
feature for a long time.

This change puts back in place detection of the terminal type when
EL_PROMPT_ESC isn't available.  On these older versions of libedit,
we'll only enable the fancy features when we know that libedit will
only make relative movements and not tickle the bug.

This partially reverts commit:
b9b77bd6156b4343f8baa9ca1a0c803108dbcdb4

12 years agoDrop use of libedit EL_REFRESH in fs_cli for now
Travis Cross [Thu, 27 Mar 2014 12:20:43 +0000 (12:20 +0000)] 
Drop use of libedit EL_REFRESH in fs_cli for now

Newer versions of libedit provide an EL_REFRESH mechanism for
redrawing the prompt.  We had previously written our own code to
handle this.  In theory handing this over to libedit should be better.

Unfortunately when using EL_REFRESH the output of sofia siptrace isn't
showing up.  We're working on that, but for now we're just force own
our redrawing code to be used instead.

12 years ago* Deprecate mod_spidermonkey windows part 1
Jeff Lenk [Wed, 26 Mar 2014 23:33:37 +0000 (18:33 -0500)] 
* Deprecate mod_spidermonkey windows part 1

12 years agoFS-6406: --resolve add a way to specify build compiler for cross compile
Michael Jerris [Wed, 26 Mar 2014 21:15:24 +0000 (17:15 -0400)] 
FS-6406: --resolve add a way to specify build compiler for cross compile

12 years agoFS-353: better error reporting for missing lib, don't error on clean
Michael Jerris [Wed, 26 Mar 2014 21:11:18 +0000 (17:11 -0400)] 
FS-353: better error reporting for missing lib, don't error on clean

12 years agoUse system libyaml for mod_yaml
Travis Cross [Wed, 26 Mar 2014 18:44:46 +0000 (18:44 +0000)] 
Use system libyaml for mod_yaml

FS-353

12 years agoUse CPPFLAGS in mod_yaml
Travis Cross [Wed, 26 Mar 2014 18:39:37 +0000 (18:39 +0000)] 
Use CPPFLAGS in mod_yaml

12 years agohack harder
Michael Jerris [Wed, 26 Mar 2014 18:49:53 +0000 (14:49 -0400)] 
hack harder

12 years agoFollow mod_spidermonkey deprecation in debian/
Travis Cross [Wed, 26 Mar 2014 18:15:33 +0000 (18:15 +0000)] 
Follow mod_spidermonkey deprecation in debian/

It wasn't supported, and we weren't building it by default as it was.

12 years agoDeprecate mod_spidermonkey
Travis Cross [Wed, 26 Mar 2014 17:49:24 +0000 (17:49 +0000)] 
Deprecate mod_spidermonkey

We consider mod_spidermonkey to be completely replaced by mod_v8 (and
more generally by mod_lua) at this point.  We've barely supported
mod_spidermonkey for years.  Everyone should stop using it.

We're keeping this around for awhile in case people are relying on C
extensions to mod_spidermonkey and need time to migrate.  This module
may or may not be part of a v1.4 release depending on whether we find
anyone cares.  It definitely will not be part of the next release
after v1.4.

12 years agoinitialize var
Michael Jerris [Wed, 26 Mar 2014 15:25:23 +0000 (11:25 -0400)] 
initialize var

12 years agoseg--
Raymond Chandler [Wed, 26 Mar 2014 03:31:16 +0000 (23:31 -0400)] 
seg--

12 years agoFS-5845 more leaks found by mikej
Raymond Chandler [Wed, 26 Mar 2014 02:44:16 +0000 (22:44 -0400)] 
FS-5845 more leaks found by mikej

12 years agoFix memory leak when outbound socket is closed by server
Ico [Tue, 25 Mar 2014 10:31:23 +0000 (12:31 +0200)] 
Fix memory leak when outbound socket is closed by server

ESL-88 --resolve

Signed-off-by: Travis Cross <tc@traviscross.com>
12 years agoFS-6396 fix mod_silk builid on FreeBSD
Brian West [Wed, 26 Mar 2014 01:25:11 +0000 (20:25 -0500)] 
FS-6396 fix mod_silk builid on FreeBSD

12 years agoFS-6293 windows duh
Jeff Lenk [Mon, 24 Mar 2014 23:45:05 +0000 (18:45 -0500)] 
FS-6293 windows duh

12 years agoFS-6293 fix windows build from version.h being added to xmlrpc
Jeff Lenk [Mon, 24 Mar 2014 23:09:07 +0000 (18:09 -0500)] 
FS-6293 fix windows build from version.h being added to xmlrpc

12 years agomod_mongo: switched from C++ to latest C driver
Chris Rienzo [Mon, 24 Mar 2014 21:34:56 +0000 (17:34 -0400)] 
mod_mongo: switched from C++ to latest C driver

12 years agoFS:353: correct #if check for libedit function capability
Brian West [Mon, 24 Mar 2014 21:17:59 +0000 (16:17 -0500)] 
FS:353: correct #if check for libedit function capability

12 years agoFS-6402 mod_rayo/mod_ssml: add mutex to hashes now that iteration is no longer thread...
Chris Rienzo [Mon, 24 Mar 2014 21:03:33 +0000 (17:03 -0400)] 
FS-6402 mod_rayo/mod_ssml: add mutex to hashes now that iteration is no longer thread-safe

12 years agoFS-5845: don't leak dbh in error conditions
Michael Jerris [Mon, 24 Mar 2014 20:09:21 +0000 (16:09 -0400)] 
FS-5845: don't leak dbh in error conditions

12 years agoLower required version of sqlite for CentOS 6
Travis Cross [Mon, 24 Mar 2014 13:54:37 +0000 (13:54 +0000)] 
Lower required version of sqlite for CentOS 6

Apparently CentOS 6 has only v3.6.20 of sqlite, so we'll accommodate
that barring evidence we shouldn't.  Please test and report back.

12 years agoLower required version of sqlite
Travis Cross [Mon, 24 Mar 2014 13:51:07 +0000 (13:51 +0000)] 
Lower required version of sqlite

We've really only tested 3.8.3.1, so you might want to consider using
that.  We'll lower this down to 3.7.13 for Debian wheezy.  Please
test.

12 years agoFS-353: sqlite pkg-config path for mac homebrew
Michael Jerris [Mon, 24 Mar 2014 13:09:52 +0000 (09:09 -0400)] 
FS-353: sqlite pkg-config path for mac homebrew

12 years agodebug all media type
Seven Du [Sun, 15 Dec 2013 03:44:30 +0000 (11:44 +0800)] 
debug all media type

12 years agoFS-5036 --resolve
Anthony Minessale [Fri, 13 Dec 2013 18:13:56 +0000 (23:13 +0500)] 
FS-5036 --resolve

12 years agoFS-5642 --resolve add back the ETIMEDOUT check, needed on Mac
Seven Du [Fri, 13 Dec 2013 03:46:14 +0000 (11:46 +0800)] 
FS-5642 --resolve add back the ETIMEDOUT check, needed on Mac

12 years agorpmbuild: update version of flite, lame, and opus
Chris Rienzo [Tue, 10 Dec 2013 19:16:08 +0000 (14:16 -0500)] 
rpmbuild: update version of flite, lame, and opus

12 years agoFS-5987 pushing the patch now since no matter what its better than before
Anthony Minessale [Tue, 10 Dec 2013 19:04:26 +0000 (00:04 +0500)] 
FS-5987 pushing the patch now since no matter what its better than before

12 years agoFS-6006
Anthony Minessale [Tue, 10 Dec 2013 18:48:09 +0000 (23:48 +0500)] 
FS-6006

12 years agoCleanup whitespace
Travis Cross [Tue, 10 Dec 2013 18:19:36 +0000 (18:19 +0000)] 
Cleanup whitespace

12 years agoCleanup whitespace in debian/
Travis Cross [Tue, 10 Dec 2013 03:53:17 +0000 (03:53 +0000)] 
Cleanup whitespace in debian/

12 years agoDeal correctly with spaces in SWITCH_VERSION_REVISION_HUMAN
Travis Cross [Sat, 7 Dec 2013 21:14:26 +0000 (21:14 +0000)] 
Deal correctly with spaces in SWITCH_VERSION_REVISION_HUMAN

This affects the set_fs_ver bash function and the
./build/set-fs-version.sh script.

Previously we were failing to quote the value of
SWITCH_VERSION_REVISION_HUMAN when inserting it into configure.in.
When it contains spaces, which it often does, this results in a
malformed line in the generated configure script, which results in the
define in src/include/switch_version.h.in being left unset.

12 years agoFS-6033 --resolve
Anthony Minessale [Mon, 9 Dec 2013 22:42:12 +0000 (03:42 +0500)] 
FS-6033 --resolve

12 years agobuild: added freeswitch-config-rayo package and script to build it
Chris Rienzo [Mon, 9 Dec 2013 22:41:01 +0000 (17:41 -0500)] 
build: added freeswitch-config-rayo package and script to build it

12 years agobuild: updated mod_rayo config, fixed RPM packaging in master, added mod_rayo and...
Chris Rienzo [Mon, 9 Dec 2013 22:39:27 +0000 (17:39 -0500)] 
build: updated mod_rayo config, fixed RPM packaging in master, added mod_rayo and mod_ssml

12 years agofix spandsp for windows build
Jeff Lenk [Mon, 9 Dec 2013 22:37:31 +0000 (16:37 -0600)] 
fix spandsp for windows build

12 years agoadd lua-reconf
Anthony Minessale [Mon, 9 Dec 2013 22:33:22 +0000 (03:33 +0500)] 
add lua-reconf

12 years agoFS-6032
Anthony Minessale [Mon, 9 Dec 2013 20:02:24 +0000 (01:02 +0500)] 
FS-6032

12 years agoFS-6032
Anthony Minessale [Mon, 9 Dec 2013 17:14:38 +0000 (22:14 +0500)] 
FS-6032

12 years agomod_mongo: use lboost_thread by default
Chris Rienzo [Mon, 9 Dec 2013 16:14:39 +0000 (11:14 -0500)] 
mod_mongo: use lboost_thread by default

12 years agomod_mongo: use C++ driver pooling, added support for socket timeout
Chris Rienzo [Mon, 9 Dec 2013 16:09:50 +0000 (11:09 -0500)] 
mod_mongo: use C++ driver pooling, added support for socket timeout

12 years agomod_skinny: move hardwired ptime to a define so it's in one place
Nathan Neulinger [Mon, 9 Dec 2013 15:01:02 +0000 (09:01 -0600)] 
mod_skinny: move hardwired ptime to a define so it's in one place

12 years agoFS-6024 --resolve
Nathan Neulinger [Mon, 9 Dec 2013 14:54:54 +0000 (08:54 -0600)] 
FS-6024 --resolve

12 years agoCorrect shlibs of freeswitch-all wrt libfreeswitch1
Travis Cross [Mon, 9 Dec 2013 09:18:38 +0000 (09:18 +0000)] 
Correct shlibs of freeswitch-all wrt libfreeswitch1

The freeswitch-all package provides libfreeswitch1, so any
shlibs-generated dependency should be for libfreeswitch1 rather than
freeswitch-all.

Because dh_shlibdeps / dpkg-shlibdeps searches for shlibs files in
debian/*/DEBIAN/ it was sometimes using freeswitch-all rather than
libfreeswitch1 to satisfy dependencies for freeswitch.so.1.

FS-6029 --resolve

12 years agovs2010 reswig
Jeff Lenk [Mon, 9 Dec 2013 03:53:56 +0000 (21:53 -0600)] 
vs2010 reswig

12 years agoImprove upgrade path to freeswitch-all
Travis Cross [Sun, 8 Dec 2013 00:31:11 +0000 (00:31 +0000)] 
Improve upgrade path to freeswitch-all

That is to say, declare all appropriate Provides/Conflicts/Replaces
for freeswitch-all and freeswitch-all-dbg by enumerating the binary
packages that we're going to produce during the build.

Conflicts is more appropriate than Breaks here as both packages will
continue to provide the same files on an ongoing basis and we would
like to force the removal of the other package.

12 years agocomment
Anthony Minessale [Sun, 8 Dec 2013 02:09:40 +0000 (07:09 +0500)] 
comment

12 years agoFixed a file permission in the ESL library
Steve Underwood [Sat, 7 Dec 2013 17:39:00 +0000 (01:39 +0800)] 
Fixed a file permission in the ESL library

12 years agoEliminate a warning from valgrind, that might potentially be reporting actual
Steve Underwood [Fri, 6 Dec 2013 17:57:59 +0000 (01:57 +0800)] 
Eliminate a warning from valgrind, that might potentially be reporting actual
trouble.

12 years agoaccept any payload when no payload map is present
Anthony Minessale [Thu, 5 Dec 2013 22:35:49 +0000 (16:35 -0600)] 
accept any payload when no payload map is present

12 years agoFS-6026 --resolve
Anthony Minessale [Thu, 5 Dec 2013 17:35:33 +0000 (11:35 -0600)] 
FS-6026 --resolve

12 years agoThis should fix the FAX crashes when negotiation falls back to slower modems
Steve Underwood [Thu, 5 Dec 2013 13:49:59 +0000 (21:49 +0800)] 
This should fix the FAX crashes when negotiation falls back to slower modems

12 years agoTweaks to FAX modem handling. These do NOT fix the occassional crashes people
Steve Underwood [Thu, 5 Dec 2013 13:10:57 +0000 (21:10 +0800)] 
Tweaks to FAX modem handling. These do NOT fix the occassional crashes people
see, but they are working towards a clean and complete fix.

12 years agoAdded an XML script to the FAX tests which will provoke the crashing
Steve Underwood [Thu, 5 Dec 2013 05:34:25 +0000 (13:34 +0800)] 
Added an XML script to the FAX tests which will provoke the crashing
issue seen recently in spandsp's FAX engine. The next step is to fix
the actual crash.

12 years agomod_rayo: doh- fix adhearsionconf core dump
Chris Rienzo [Thu, 5 Dec 2013 01:18:09 +0000 (20:18 -0500)] 
mod_rayo: doh- fix adhearsionconf core dump

12 years agoFS-5997 --resolve
Anthony Minessale [Wed, 4 Dec 2013 23:46:02 +0000 (17:46 -0600)] 
FS-5997 --resolve

12 years agoUpdated to current stable version of PTLib/OPAL.
Robert Jongbloed [Mon, 2 Dec 2013 22:48:06 +0000 (09:48 +1100)] 
Updated to current stable version of PTLib/OPAL.

12 years agoredo
Anthony Minessale [Sun, 1 Dec 2013 08:53:27 +0000 (02:53 -0600)] 
redo

12 years agoswigall
Anthony Minessale [Sun, 1 Dec 2013 03:02:52 +0000 (21:02 -0600)] 
swigall

12 years agoseparate read mutex for each stream type
Anthony Minessale [Sun, 1 Dec 2013 02:49:59 +0000 (20:49 -0600)] 
separate read mutex for each stream type

12 years agoFS-6012 --resolve
Anthony Minessale [Sun, 1 Dec 2013 01:26:12 +0000 (19:26 -0600)] 
FS-6012 --resolve

12 years agoadd more range to saved candidates and fix off-by-one error when total is met
Anthony Minessale [Sun, 1 Dec 2013 01:13:49 +0000 (19:13 -0600)] 
add more range to saved candidates and fix off-by-one error when total is met

12 years agoFS-5989 --resolve
Jeff Lenk [Sat, 30 Nov 2013 04:23:08 +0000 (22:23 -0600)] 
FS-5989 --resolve

12 years agoFS-6010 --resolve
Jeff Lenk [Sat, 30 Nov 2013 04:16:49 +0000 (22:16 -0600)] 
FS-6010 --resolve

12 years agoFS-5850 --resolve Thanks
Marc Olivier Chouinard [Thu, 28 Nov 2013 06:28:00 +0000 (01:28 -0500)] 
FS-5850 --resolve Thanks

12 years agoFS-6009 --resolve
Anthony Minessale [Thu, 28 Nov 2013 05:55:00 +0000 (23:55 -0600)] 
FS-6009 --resolve

12 years agoFS-5993 --resolve
Marc Olivier Chouinard [Thu, 28 Nov 2013 00:19:31 +0000 (19:19 -0500)] 
FS-5993 --resolve

12 years agoFS-6006 --resolve
Anthony Minessale [Wed, 27 Nov 2013 18:40:35 +0000 (12:40 -0600)] 
FS-6006 --resolve

12 years agoFS-6005 --resolve
Anthony Minessale [Wed, 27 Nov 2013 16:20:29 +0000 (10:20 -0600)] 
FS-6005 --resolve

12 years agofreetdm: ftmod_wanpipe: Remove chatty debug msg, not really useful anyways
Moises Silva [Wed, 27 Nov 2013 14:51:33 +0000 (09:51 -0500)] 
freetdm: ftmod_wanpipe: Remove chatty debug msg, not really useful anyways

12 years agoexpose useful internals... thanks jaybinks
Raymond Chandler [Wed, 27 Nov 2013 00:38:30 +0000 (19:38 -0500)] 
expose useful internals... thanks jaybinks

12 years agoremove unused variable
Brian West [Tue, 26 Nov 2013 17:15:14 +0000 (17:15 +0000)] 
remove unused variable

12 years agoFS-5958 remove debug
Anthony Minessale [Tue, 26 Nov 2013 16:04:29 +0000 (10:04 -0600)] 
FS-5958 remove debug

12 years agoFS-4965 calling the variable playback_last_offset_pos instead
Anthony Minessale [Mon, 25 Nov 2013 22:09:12 +0000 (16:09 -0600)] 
FS-4965 calling the variable playback_last_offset_pos instead

12 years agoFS-6001 --resolve
Anthony Minessale [Mon, 25 Nov 2013 18:34:04 +0000 (12:34 -0600)] 
FS-6001 --resolve

12 years agoFS-5959 FS-5958
Anthony Minessale [Mon, 25 Nov 2013 18:08:17 +0000 (12:08 -0600)] 
FS-5959 FS-5958

12 years agoFS-5994
Anthony Minessale [Sun, 24 Nov 2013 02:11:59 +0000 (20:11 -0600)] 
FS-5994