Stefan Seyfried
76c5b56371
sectionsd: trim CN thread debug messages
...
* disable DEBUG_CN_THREAD
* shorten eit update filter message
* remove unneeded printdata_ms
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
Origin commit data
------------------
Commit: 3d386649a9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2013-03-05 (Tue, 05 Mar 2013)
2013-03-06 10:15:55 +01:00
Stefan Seyfried
4e408bb7cd
sectionsd: shorten debug messages
...
* channel ids in sectionsd are only 48bit
* addEvent debug message had redundant information
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
Origin commit data
------------------
Commit: 49f2f4e70d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2013-03-05 (Tue, 05 Mar 2013)
2013-03-06 10:14:54 +01:00
Stefan Seyfried
40662908da
sectionsd: be more tolerant about adjtime() failure
...
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
Origin commit data
------------------
Commit: 789d25eab0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2013-03-05 (Tue, 05 Mar 2013)
2013-03-06 10:12:31 +01:00
Stefan Seyfried
ed31769d04
sectionsd: don't truncate 64bit value before comparing
...
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
Origin commit data
------------------
Commit: 4d5e7bf354
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2013-03-05 (Tue, 05 Mar 2013)
2013-03-06 10:12:24 +01:00
Stefan Seyfried
984435d48e
sectionsd: consider the table_id when inserting events
...
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
Origin commit data
------------------
Commit: 5db16ee2ff
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2013-02-05 (Tue, 05 Feb 2013)
2013-02-21 15:52:13 +01:00
Stefan Seyfried
80a87017f3
neutrino: fix 32<->64bit format string warnings
...
use portable C99 format string macros for 64bit types to
fix many warnings when compiling for 64bit architectures,
add some (int) casts for size_t
Origin commit data
------------------
Commit: 4dbeb3a31e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2012-11-03 (Sat, 03 Nov 2012)
2013-02-21 15:47:18 +01:00
Michael Liebmann
b66d406771
src/eitd/sectionsd.cpp: Calling function 'Sleep()' restored
...
Origin commit data
------------------
Commit: 9be5730183
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-02-21 (Thu, 21 Feb 2013)
Origin message was:
------------------
* src/eitd/sectionsd.cpp: Calling function 'Sleep()' restored
2013-02-21 06:23:23 +01:00
Jacek Jendrzej
30fc014bd2
src/eitd/sectionsd.cpp fix compil unused variable 'rs'
...
Origin commit data
------------------
Commit: 1df14bd8af
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2013-02-20 (Wed, 20 Feb 2013)
2013-02-20 21:13:52 +01:00
Stefan Seyfried
1447812c2b
sectionsd: only step time if difference is > 2min
...
in order to avoid unnecessary system time jumps, only step time
if the difference is bigger than 120 seconds, else use adjtime
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
Origin commit data
------------------
Commit: c5ef1bf14c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2013-02-17 (Sun, 17 Feb 2013)
2013-02-20 21:10:52 +01:00
Stefan Seyfried
270f8c51bf
sectionsd: silence debug spam
...
disable some debug messages, remove unneeded newlines
from other messages
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
Origin commit data
------------------
Commit: e7dd3083e6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2013-02-17 (Sun, 17 Feb 2013)
2013-02-20 21:06:27 +01:00
Stefan Seyfried
8d228e95a6
sectionsd: retry getting eit_version
...
Sometimes at first start, the cn thread does not fetch the EIT version
and thus automatic updates don't work. The cause of this is not 100%
clear, for now let's add a workaround to try a bit longer fetching it.
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
Origin commit data
------------------
Commit: a0cefea55a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2013-02-17 (Sun, 17 Feb 2013)
2013-02-20 21:05:38 +01:00
Michael Liebmann
6d4c80c43a
sectionsd.cpp: Remove invalid events (duration <= 1 sec.) from event list
...
Origin commit data
------------------
Commit: 6e9cc3d837
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-02-12 (Tue, 12 Feb 2013)
2013-02-12 15:45:27 +01:00
Jacek Jendrzej
fe47c95a54
sectionsd.cpp:-fix search mode
...
Origin commit data
------------------
Commit: 324a4721f4
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-09-16 (Sun, 16 Sep 2012)
2012-09-16 20:15:38 +02:00
Jacek Jendrzej
932ebb7f19
sectionsd.cpp:-fix channelID
...
Origin commit data
------------------
Commit: c7e764f93c
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-09-16 (Sun, 16 Sep 2012)
2012-09-16 16:42:26 +02:00
[CST] Focus
03aa31ee01
eitd/sectionsd.cpp: remove unused getChannelEvents() arg
...
Origin commit data
------------------
Commit: 95b6e12346
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-08-30 (Thu, 30 Aug 2012)
2012-08-30 18:12:07 +04:00
[CST] Focus
ba8e68118b
eitd/sectionsd.cpp: cleanup commands
...
Origin commit data
------------------
Commit: 7d1bb02f6a
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-08-30 (Thu, 30 Aug 2012)
2012-08-30 15:55:50 +04:00
[CST] Focus
05e21d9348
eitd/sectionsd.cpp: add channel_id mask in getXXX
...
Origin commit data
------------------
Commit: 8d02122425
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-08-30 (Thu, 30 Aug 2012)
2012-08-30 14:46:57 +04:00
[CST] Focus
52fab1596e
eitd/sectionsd.cpp: move public functions to CEitManager class
...
Origin commit data
------------------
Commit: fb68bff086
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-08-30 (Thu, 30 Aug 2012)
2012-08-30 11:32:29 +04:00
Jacek Jendrzej
5417f84872
sectionsd.cpp: fix possible segfault
...
Origin commit data
------------------
Commit: 434ac74066
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-08-08 (Wed, 08 Aug 2012)
2012-08-08 22:05:33 +02:00
Jacek Jendrzej
41e57ce7bc
comment out never used
...
Origin commit data
------------------
Commit: 9124c20f31
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-08-04 (Sat, 04 Aug 2012)
2012-08-04 10:03:19 +02:00
[CST] Focus
54da74dddd
eitd/sectionsd.cpp: add mutex to protect update demux
...
Origin commit data
------------------
Commit: d8d42b26a0
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-07-24 (Tue, 24 Jul 2012)
2012-07-24 15:12:06 +04:00
Jacek Jendrzej
62163fa4e5
use empty() instead of size()
...
Origin commit data
------------------
Commit: 7d8d995046
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-06-18 (Mon, 18 Jun 2012)
Origin message was:
------------------
use empty() instead of size()
2012-06-18 16:57:44 +02:00
Jacek Jendrzej
67903dc13b
use empty() instead of size()
...
Origin commit data
------------------
Commit: bc574e9688
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-06-16 (Sat, 16 Jun 2012)
Origin message was:
------------------
use empty() instead of size()
2012-06-16 09:44:42 +02:00
Jacek Jendrzej
03bb1029c2
sectionsd.cpp: fix Segmentation fault if max_events == 0
...
Origin commit data
------------------
Commit: 92f747d30c
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-06-06 (Wed, 06 Jun 2012)
2012-06-06 20:59:11 +02:00
[CST] Focus
2b7dd1e3b1
eitd: change SIevents type to vector - no need to sort this temp list
...
Origin commit data
------------------
Commit: a4a3d20667
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-06-05 (Tue, 05 Jun 2012)
2012-06-05 20:18:48 +04:00
[CST] Focus
42cc05b1a7
eitd/sectionsd.cpp: try to fix occasional eit update demux error
...
Origin commit data
------------------
Commit: dddc468bc9
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-05-29 (Tue, 29 May 2012)
2012-05-29 17:43:11 +04:00
[CST] Focus
7b46b91767
Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
...
Origin commit data
------------------
Commit: 0a0e92c0fa
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-05-29 (Tue, 29 May 2012)
2012-05-29 16:52:50 +04:00
[CST] Focus
29454174f8
eitd/sectionsd.cpp disable debug code
...
Origin commit data
------------------
Commit: ace0f4828b
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-05-29 (Tue, 29 May 2012)
2012-05-29 13:26:47 +04:00
[CST] Focus
2c7970d895
eitd: ifdef unused item/itemDescription, comment unused vps in SIevent
...
Origin commit data
------------------
Commit: 1cc3219c89
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-05-29 (Tue, 29 May 2012)
2012-05-29 13:12:35 +04:00
[CST] Focus
0daeb85557
eitd/sectionsd.cpp: compare full channel id to wakeup eit -
...
on broken providers zap was not detected
Origin commit data
------------------
Commit: ba5047f5aa
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-05-29 (Tue, 29 May 2012)
2012-05-29 12:41:24 +04:00
[CST] Focus
47d16c7117
eitd/sectionsd.cpp: includes cleanup; fix compile without dvbsi++ event parse - to test memory fragmentation
...
Origin commit data
------------------
Commit: 0617fc8527
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-05-29 (Tue, 29 May 2012)
2012-05-29 12:33:22 +04:00
vanhofen
10df16b673
eitd: fix possible buffer overflow while writing egp-data (patch by FlatTV)
...
Origin commit data
------------------
Commit: 4eeca53fd6
Author: vanhofen <vanhofen@gmx.de >
Date: 2012-05-24 (Thu, 24 May 2012)
Origin message was:
------------------
- eitd: fix possible buffer overflow while writing egp-data (patch by FlatTV)
2012-05-24 21:06:28 +02:00
Jacek Jendrzej
8e801b1e44
move unique sort to eventlist.cpp
...
Origin commit data
------------------
Commit: 8d22e72962
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-05-11 (Fri, 11 May 2012)
2012-05-11 13:13:50 +02:00
Jacek Jendrzej
65b62038ed
sectionsd.cpp:sort unique search-eventlist (fix tiny)
...
Origin commit data
------------------
Commit: ff2ca4393d
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-05-11 (Fri, 11 May 2012)
2012-05-11 12:33:59 +02:00
Jacek Jendrzej
24a87db390
sectionsd.cpp:sort unique search-eventlist (fix)
...
Origin commit data
------------------
Commit: 37a3480006
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-05-11 (Fri, 11 May 2012)
2012-05-11 12:21:43 +02:00
Jacek Jendrzej
3e5c973335
sectionsd.cpp:sort unique search-eventlist
...
Origin commit data
------------------
Commit: a227ef5f6d
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-05-11 (Fri, 11 May 2012)
2012-05-11 12:00:52 +02:00
Jacek Jendrzej
2ad1c141c6
initialize volues
...
Origin commit data
------------------
Commit: 489d88a9a2
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-05-09 (Wed, 09 May 2012)
2012-05-09 17:33:34 +02:00
[CST] Focus
77c3aa2abb
eitd/sectionsd.cpp: fix invalid iterator compare from different sets
...
Origin commit data
------------------
Commit: a79e374cab
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-05-09 (Wed, 09 May 2012)
2012-05-09 18:24:23 +04:00
[CST] Focus
90508f4277
eitd/sectionsd.cpp: fix SIevent times.begin()-> access - times could be empty
...
Origin commit data
------------------
Commit: 37a482d8e2
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-05-09 (Wed, 09 May 2012)
2012-05-09 18:24:16 +04:00
[CST] Focus
c0df2f7ce3
comment some found not used variables
...
Origin commit data
------------------
Commit: 8e06495776
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-05-08 (Tue, 08 May 2012)
2012-05-08 16:18:16 +04:00
Jacek Jendrzej
c8fc5e641d
eitd: -fix read/write epg collision
...
Origin commit data
------------------
Commit: 520cf0e150
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-05-08 (Tue, 08 May 2012)
2012-05-08 13:55:47 +02:00
[CST] Focus
448fbc6f2b
eitd/sectionsd.cpp: delete C/N events on cleanup
...
Origin commit data
------------------
Commit: 9fc50cdf98
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-05-05 (Sat, 05 May 2012)
2012-05-05 14:12:16 +04:00
[CST] Focus
191bee9213
eitd/sectionsd.cpp: split commandFreeMemory, call FreeMemory at exit if configured
...
Origin commit data
------------------
Commit: 5fe2159cab
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-05-02 (Wed, 02 May 2012)
2012-05-02 17:53:42 +04:00
Jacek Jendrzej
04be37cf14
performance Prefer prefix ++/-- operators for non-primitive types.
...
Origin commit data
------------------
Commit: bb347b3a44
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-04-28 (Sat, 28 Apr 2012)
2012-04-28 10:56:27 +02:00
[CST] Focus
a3ad86a139
eitd/sectionsd.cpp: restore HOUSEKEEPING_SLEEP to 5 min, replace depreciated mallinfo with malloc_stats call
...
Origin commit data
------------------
Commit: ccf1f32e9c
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-04-27 (Fri, 27 Apr 2012)
2012-04-27 16:43:09 +04:00
[CST] Focus
d582540cf9
eitd/sectionsd.cpp: change print_meminfo debug level for debuging out-of-memory crashing
...
Origin commit data
------------------
Commit: aad9a3a294
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-04-23 (Mon, 23 Apr 2012)
2012-04-23 10:13:25 +04:00
[CST] Focus
3d9c64a6f8
eitd: fix compile with --enable-freesatepg; Free sat epg code not tested
...
Origin commit data
------------------
Commit: 15bbe3f01b
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-04-19 (Thu, 19 Apr 2012)
2012-04-19 11:34:32 +04:00
[CST] Focus
0955a9e93e
fix ntp bug in d74b5976029ede6db172e79b8f16921f74451376
...
Origin commit data
------------------
Commit: c1fc4263f0
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-04-09 (Mon, 09 Apr 2012)
2012-04-09 15:50:30 +04:00
[CST] Focus
a90065a0e2
eitd/sectionsd.cpp: check if dvb_time good against 01.01.2012
...
Origin commit data
------------------
Commit: 41d64fac4a
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-04-07 (Sat, 07 Apr 2012)
2012-04-07 13:06:43 +04:00
[CST] Focus
57d3545ddd
eitd/sectionsd.cpp: bugfix, emove pthread_exit from OpenThreads::Thread::run functions
...
Origin commit data
------------------
Commit: 8049155cfb
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-04-01 (Sun, 01 Apr 2012)
2012-04-01 16:50:16 +04:00