Commit Graph

336 Commits

Author SHA1 Message Date
Michael Jerris
ab3ac5ed99 not building yet 2012-12-17 21:13:00 -05:00
Anthony Minessale
36f89c8b7c bump 2012-12-17 16:42:10 -06:00
Anthony Minessale
8ff1a4fc2d bump 2012-12-17 16:41:07 -06:00
Anthony Minessale
6c7f95b196 bump 2012-12-15 09:26:08 -06:00
Anthony Minessale
b63139c298 bump 2012-12-15 09:25:05 -06:00
Anthony Minessale
41d814d22b bump 2012-12-14 16:54:44 -06:00
Anthony Minessale
b1b89e7c57 bump 2012-12-14 16:53:48 -06:00
Anthony Minessale
e8bc08b7a2 bump 2012-12-06 14:16:33 -06:00
Anthony Minessale
2b56b8f2ee bump 2012-12-06 14:15:51 -06:00
Anthony Minessale
5a63e03a89 bump 2012-12-06 13:51:14 -06:00
Anthony Minessale
eee4389f09 bump 2012-12-06 13:49:17 -06:00
Anthony Minessale
48998c801f bump 2012-12-05 14:43:11 -06:00
Anthony Minessale
8a37115e1a bump 2012-12-05 14:42:13 -06:00
Anthony Minessale
de53b3983d bump 2012-11-29 14:18:40 -06:00
Anthony Minessale
495ed50571 bump 2012-11-29 14:16:36 -06:00
Anthony Minessale
bef343aecf bump 2012-11-22 15:25:00 -06:00
Anthony Minessale
9003aaf59f debump 2012-11-22 15:20:37 -06:00
Anthony Minessale
c157239294 bump 2012-11-21 22:28:18 -06:00
Anthony Minessale
c9a72c6767 debump 2012-11-21 22:25:19 -06:00
Anthony Minessale
d659f8ced4 bump 2012-11-21 21:19:29 -06:00
Anthony Minessale
e4c7eac4c3 bump 2012-11-21 21:16:18 -06:00
Anthony Minessale
7ead440fa0 bump 2012-11-19 18:23:05 -06:00
Anthony Minessale
f6baeb2109 bump 2012-11-19 18:21:25 -06:00
Anthony Minessale
6ac2e9cd71 bump 2012-11-16 20:22:42 -06:00
Anthony Minessale
62c95eed25 bump 2012-11-16 20:17:15 -06:00
Anthony Minessale
1c71b9fc21 increment version 2012-11-09 11:50:11 -06:00
Anthony Minessale
52cbe33ffb update 2012-11-09 11:28:22 -06:00
Anthony Minessale
36a2fb092d release FreeSWITCH 1.3.3 2012-11-09 11:14:41 -06:00
Anthony Minessale
6627dc8696 fix some contention issues under really high load...That doesn't mean you need to push it this hard and bug me about it =p 2012-11-07 14:53:16 -06:00
Anthony Minessale
f61ffd77f2 doh 2012-11-05 14:04:02 -06:00
Anthony Minessale
baf4a472a5 update rev 2012-11-05 13:54:09 -06:00
Michael Jerris
851db97afa fix darwin 10.7 build 2012-11-05 13:53:59 -05:00
Michael Jerris
603f3eff97 add configure flag to turn on legacy coredb behavior 2012-10-31 11:22:10 -04:00
Michael Jerris
0952a99a76 FS-4718: --resolve merge osx 10.8 build fixes 2012-10-29 13:20:10 -04:00
Anthony Minessale
bc4e396d19 FS-4770 2012-10-29 09:52:01 -05:00
Anthony Minessale
5f469ad2bd FS-4753 --resolve this should properly detect it everywhere 2012-10-23 13:14:51 -04:00
Jeff Lenk
6b6c83a718 FS-2746 --resolve large xmlrpc update thanks garmt 2012-10-13 11:37:25 -05:00
Eliot Gable
1fe96ac38c Handle building on different PGSQL versions and update error message in Sofia. 2012-10-09 18:42:23 +00:00
Eliot Gable
3dec8fb447 we don't need to use pg's cflags 2012-10-08 20:39:09 +00:00
Eliot Gable
5cb354dddc Initial core-pgsql support based on native libpq; FS starts and stops without errors using core-pgsql. 2012-10-08 20:33:57 +00:00
Anthony Minessale
817439d76a check for SCHED_FIFO in configure 2012-09-25 16:12:58 -05:00
Michael Jerris
236bfeeaa3 revert 2dc709981b 2012-09-24 15:39:52 -04:00
Michael Jerris
4ff9b2f102 revert fb2ffbafe2 2012-09-24 15:38:06 -04:00
Travis Cross
2dc709981b Add configure option to skip subdirectories
If you pass --enable-skip-subdirectories then configure will skip
configuring or reconfiguring libraries and simply configure the FS
core itself.
2012-09-23 07:49:27 +00:00
Travis Cross
fb2ffbafe2 Add configure flags to moderate the ClueCon nags
The default remains the same: we show the huge ClueCon nag banner on
startup and in fs_cli.

However, if you pass --disable-huge-cluecon-nag, no banner will be
shown.

If you pass --enable-modest-cluecon-nag, a modest text-based ClueCon
reminder will be shown instead.
2012-09-23 07:49:26 +00:00
Steve Underwood
1603dc70e2 This should have moved us from tiff-3.8.2 to tiff-4.0.2 . The windows builds
will need rechecking.
2012-09-01 18:45:56 +08:00
Ken Rice
a330febbce bump revision 2012-08-18 10:20:42 -05:00
Stefan Knoblich
8bcf3b4fb8 FreeSWITCH: Add switch_strerror_r() to fix problems with XSI and GNU variants of strerror_r().
GNU variant of strerror_r() returns char *, while the XSI version returns int.

To make things worse, glibc ships both and added a unused result warning
in recent versions (2.16) causing the build to fail.

Add our own custom wrapper that always returns a pointer to the message buffer
and additionally make XSI versions of strerror_r() GNU compatible by
returning "Unknown error xxx" if no error message is available.

Fixes:
    src/switch_rtp.c: In function 'rtp_common_read':
    src/switch_rtp.c:3313:15: error: ignoring return value of 'strerror_r',
    declared with attribute warn_unused_result [-Werror=unused-result]
    cc1: all warnings being treated as errors

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-08-14 14:11:44 +02:00
Anthony Minessale
fa5113557b stub for mod_html5 2012-08-13 15:20:41 -05:00
Anthony Minessale
61ab0b8878 libwebsocket inline configure 2012-08-13 14:29:04 -05:00