Commit Graph

21092 Commits

Author SHA1 Message Date
Travis Cross 92e89cb453 mod_alsa: fix module reload 2012-04-08 13:40:17 +00:00
Travis Cross 9966b3d46a mod_alsa: fix segfault 2012-04-08 13:08:37 +00:00
Travis Cross 73b473c367 remove autogenerated file libs/ldns/install-sh
Re-bootstrapping is needed after this change.  Previously CentOS 5
systems wouldn't build correctly without this file in tree, but we've
adjusted bootstrap to compensate.
2012-04-06 21:42:59 +00:00
Giovanni Maruzzelli 15ca630149 gsmopen: getting rid of old stuff 2012-04-06 22:50:12 +02:00
Giovanni Maruzzelli c2b93b8350 gsmopen: readded mod_gsmopen.cpp, deleted by mistake 2012-04-06 22:40:54 +02:00
Giovanni Maruzzelli 100bccbcf8 gsmopen: reshuffling 2012-04-06 22:33:27 +02:00
Giovanni Maruzzelli 8f25ba224a gsmopen: reshuffling 2012-04-06 22:32:43 +02:00
Giovanni Maruzzelli e34abad830 gsmopen: removed directory noaudio_nogsmlib_nocplusplus 2012-04-06 22:27:08 +02:00
Giovanni Maruzzelli eb26a9e126 gsmopen: indent 2012-04-06 22:25:55 +02:00
Giovanni Maruzzelli f97b9ce40c gsmopen: cleaning Makefile 2012-04-06 22:24:38 +02:00
Giovanni Maruzzelli f37d5f86b5 gsmopen: cleaning gsmlib 2012-04-06 22:23:47 +02:00
Giovanni Maruzzelli 4c7b7c4643 gsmopen: finished cleaning from alsa 2012-04-06 22:20:54 +02:00
Giovanni Maruzzelli 40a1fd8ef0 gsmopen: continue cleaning from alsa 2012-04-06 22:15:46 +02:00
Giovanni Maruzzelli 49a4d2126b gsmopen: begin cleaning from alsa 2012-04-06 22:15:07 +02:00
Ken Rice a362cd846a this should work find with /bin/sh on all systems 2012-04-06 14:52:55 -05:00
Giovanni Maruzzelli 6623420e01 gsmopen: mobigater is now a symlink to alsa_nogsmlib_nocplusplus 2012-04-06 21:27:36 +02:00
Giovanni Maruzzelli 7242c94ea4 gsmopen: committed files from master (old gsmopen) in src/mod/endpoints/mod_gsmopen/alsa_nogsmlib_nocplusplus/mod_gsmopen/ 2012-04-06 21:22:31 +02:00
Giovanni Maruzzelli f2f4b9e861 gsmopen: removed files from src/mod/endpoints/mod_gsmopen/alsa_nogsmlib_nocplusplus/mod_gsmopen/ 2012-04-06 21:21:14 +02:00
Giovanni Maruzzelli 8366037fa2 gsmopen: cleaned speex 2012-04-06 21:18:22 +02:00
Giovanni Maruzzelli da98d4a819 Merge branch 'master' into gsmopen01 2012-04-06 20:17:54 +02:00
Giovanni Maruzzelli 907254061d gsmopen: indented 2012-04-06 19:49:13 +02:00
Giovanni Maruzzelli 35d8aa44f8 gsmopen: windows again, back to linux 2012-04-06 18:59:51 +02:00
Christopher Rienzo d0b65a9f58 Add test driver for mod_posix_timer 2012-04-06 14:38:30 +00:00
Anthony Minessale c41a16d4da shutdown socket before closing to avoid blocking 2012-04-05 14:28:01 -05:00
Anthony Minessale 845330eefa FS-3399 --resolve 2012-04-05 13:15:45 -05:00
Anthony Minessale 3668d788da create indexes in independant stmts 2012-04-05 12:39:53 -05:00
Travis Cross 82520c687d bootstrap: add a verbose option 2012-04-05 18:39:42 +00:00
Anthony Minessale d6eec9ea72 FS-4075 2012-04-05 11:18:18 -05:00
Anthony Minessale 153a3b3d96 fix null warning 2012-04-05 11:18:18 -05:00
Travis Cross aad8daffa0 libzrtp: make bootstrap work on CentOS 5 2012-04-05 18:02:53 +00:00
Travis Cross 735d98710c libzrtp: gitignore bnlib/Makefile 2012-04-05 08:18:55 +00:00
Travis Cross 5ba478ef5e bootstrap.sh: fix some issues with a08262384a 2012-04-05 08:12:43 +00:00
Travis Cross a08262384a prevent accidental updates to libs/ldns/install-sh 2012-04-05 07:51:09 +00:00
Travis Cross 9468eeb5c8 libzrtp: remove an autogenerated file 2012-04-05 07:34:32 +00:00
Travis Cross ad9d2fed21 refactor libzrtp linking 2012-04-05 07:18:33 +00:00
Travis Cross a05685cf60 fix linking of libzrtp build 2012-04-05 07:07:32 +00:00
Travis Cross 115d849a0c work around libzrtp warnings
This workaround makes the build work exactly as it did when libzrtp
was installed as a system library.  By default gcc ignores warnings
caused by system headers, so for the moment we'll continue to pretend
that libzrtp headers come from the system.
2012-04-05 06:08:21 +00:00
Travis Cross 4792515ed0 whitespace 2012-04-05 05:15:01 +00:00
Ken Rice 9db7706061 stop recursive recursion 2012-04-05 00:13:45 -05:00
Travis Cross 1f5ab2354f fix for libzrtp build 2012-04-05 05:02:01 +00:00
Travis Cross a5cbd2c650 Revert unintended changes to libs/ldns/install-sh
I hate this file; we need to do something about this.

Partially revert "fix libzrtp build"
commit 0b6023b261
2012-04-05 05:00:24 +00:00
Travis Cross 0b6023b261 fix libzrtp build 2012-04-05 04:44:49 +00:00
Travis Cross c307b67e35 libzrtp: add .gitignore files 2012-04-05 04:26:27 +00:00
Travis Cross 393b63b7bd integrate in-tree libzrtp into the build system
Thanks to Ken Rice for working with me late into the night to get this
done.
2012-04-05 04:10:55 +00:00
Travis Cross 9e25cc2c0f bootstrap.sh: ensure bootstrap script returns 0 on success 2012-04-05 00:23:23 +00:00
Travis Cross d93c10e189 bootstrap.sh: refactor 2012-04-04 23:39:55 +00:00
Travis Cross 3282a35d99 bootstrap.sh: refactor 2012-04-04 23:34:06 +00:00
Travis Cross dfc68a72d5 bootstrap.sh: ensure some parts of bootstrap are serialized 2012-04-04 23:23:07 +00:00
Travis Cross cdf6e17713 bootstrap.sh: add support for libzrtp 2012-04-04 23:01:44 +00:00
Travis Cross 8f3bb106ba bootstrap.sh: refactor 2012-04-04 23:01:33 +00:00