git.misdn.org: new commit at lcr (master)
Git <[email protected]>
| Newsgroups | gmane.linux.isdn.i4l.devel |
|---|---|
| Message-ID | <[email protected]> |
commit 69475c77e1b5eef4f101f0bf108a89d04ccd833b Merge: 4bb07fd... 1732b61... Author: Andreas Eversberg <[email protected]> Date: Wed Aug 4 15:13:14 2010 +0200 Merge branch 'develop' commit 1732b615a146a79d651b0f15d0e7c15334d5bece Author: Andreas Eversberg <[email protected]> Date: Wed Aug 4 15:12:05 2010 +0200 Removed debugging output from chan_lcr commit db5c235146985544e856bb1106a4b78507c892cf Author: Andreas Eversberg <[email protected]> Date: Mon Jul 26 08:44:07 2010 +0200 Removed ast_log again for testing. Seems that it also causes dead-locks when it is used this way. commit fc6a1a6e99c90e47a998d56f852c7db29f44dc35 commit 4bb07fd2de15008f85c9ee4e65936bb944f5fb5c Date: Sun Jul 25 17:40:34 2010 +0200 Hi all, as described in http://www.gnu.org/software/hello/manual/autoconf/Files.html, AC_CHECK_FILE breaks when cross configuring/compiling LCR. Attached patch replaces AC_CHECK_FILE by 'test -d' and some extra code in configure.ac. Cheers Arny commit f522af5539858d9a97f40e87a3ee1ed31e759244 Date: Wed Jul 21 12:12:23 2010 +0200 Fixed API and incomming calls from Osmocom-BB. Conflicts: Makefile.in configure commit 6fa1349ce7cc4312c848cb529c563b3f23f5b7b4 Date: Wed Jul 21 11:42:04 2010 +0200 Enabled ast_log again and changed usleep during trylock to 1. commit 0b497a74737ae2a03da278093a5b42b68549dd7b Date: Wed Jul 21 11:27:58 2010 +0200 Removed the lock-debugging for chan_lcr. Apply reverse for future debugging. modified: chan_lcr.c modified: select.c commit 911f737f2b92dd922a9dc9e0710207f9a0ae9130 Date: Mon Jul 19 11:31:25 2010 +0000 Fixed API and incomming calls from Osmocom-BB. commit 5a7b2b52008bbd8d64c6b1fe6a1f7398312afb5d Date: Fri Jul 9 11:53:46 2010 +0200 Another test patch.