Commit Graph

109 Commits

Author SHA1 Message Date
Stefan Seyfried
d9d926d7e2 sectionsd: fix memleak with unused events
Origin commit data
------------------
Branch: ni/coolstream
Commit: b1e0fcb0c8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-14 (Sun, 14 Apr 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-04-17 10:21:33 +04:00
[CST] Focus
6042fb95d8 Merge branch 'next' of coolstreamtech.de:cst-public-gui-neutrino into next
Conflicts:
	lib/libconfigfile/configfile.cpp
	src/system/setting_helpers.cpp
	src/zapit/src/femanager.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: aa60c85768
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-03-07 (Thu, 07 Mar 2013)



------------------
This commit was generated by Migit
2013-03-07 17:10:57 +04:00
Stefan Seyfried
224122b004 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
------------------
Branch: ni/coolstream
Commit: 3d386649a9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-05 (Tue, 05 Mar 2013)



------------------
This commit was generated by Migit
2013-03-06 10:15:55 +01:00
Stefan Seyfried
6474991595 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
------------------
Branch: ni/coolstream
Commit: 49f2f4e70d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-05 (Tue, 05 Mar 2013)



------------------
This commit was generated by Migit
2013-03-06 10:14:54 +01:00
Stefan Seyfried
13bcfdbe14 sectionsd: be more tolerant about adjtime() failure
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 789d25eab0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-05 (Tue, 05 Mar 2013)



------------------
This commit was generated by Migit
2013-03-06 10:12:31 +01:00
Stefan Seyfried
1173ab8f1d sectionsd: don't truncate 64bit value before comparing
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4d5e7bf354
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-05 (Tue, 05 Mar 2013)



------------------
This commit was generated by Migit
2013-03-06 10:12:24 +01:00
[CST] Focus
d0ccb2c97d Merge branch 'dvbsi++' into next
Conflicts:
	src/neutrino.cpp
	src/zapit/src/femanager.cpp
	src/zapit/src/getservices.cpp
	src/zapit/src/transponder.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 026592e8fe
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-02-28 (Thu, 28 Feb 2013)



------------------
This commit was generated by Migit
2013-02-28 16:39:34 +04:00
Stefan Seyfried
c16f636011 sectionsd: consider the table_id when inserting events
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5db16ee2ff
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-02-05 (Tue, 05 Feb 2013)



------------------
This commit was generated by Migit
2013-02-21 15:52:13 +01:00
Stefan Seyfried
0e01a7b32c 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
------------------
Branch: ni/coolstream
Commit: 4dbeb3a31e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-03 (Sat, 03 Nov 2012)



------------------
This commit was generated by Migit
2013-02-21 15:47:18 +01:00
Michael Liebmann
85eb0ab46b src/eitd/sectionsd.cpp: Calling function 'Sleep()' restored
Origin commit data
------------------
Branch: ni/coolstream
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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-02-21 06:23:23 +01:00
Jacek Jendrzej
857fb1d1b3 src/eitd/sectionsd.cpp fix compil unused variable 'rs'
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1df14bd8af
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-02-20 (Wed, 20 Feb 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-02-20 21:13:52 +01:00
Stefan Seyfried
a6df33802b 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
------------------
Branch: ni/coolstream
Commit: c5ef1bf14c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-02-17 (Sun, 17 Feb 2013)



------------------
This commit was generated by Migit
2013-02-20 21:10:52 +01:00
Stefan Seyfried
1bacbc64e2 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
------------------
Branch: ni/coolstream
Commit: e7dd3083e6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-02-17 (Sun, 17 Feb 2013)



------------------
This commit was generated by Migit
2013-02-20 21:06:27 +01:00
Stefan Seyfried
1e9d977728 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
------------------
Branch: ni/coolstream
Commit: a0cefea55a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-02-17 (Sun, 17 Feb 2013)



------------------
This commit was generated by Migit
2013-02-20 21:05:38 +01:00
[CST] Focus
e1b0837ce1 Merge branch 'dvbsi++' into next
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6174c657a1
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-02-13 (Wed, 13 Feb 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-02-13 15:34:41 +04:00
Michael Liebmann
75aa795138 sectionsd.cpp: Remove invalid events (duration <= 1 sec.) from event list
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6e9cc3d837
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-02-12 (Tue, 12 Feb 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-02-12 15:45:27 +01:00
[CST] Bas
1e3dcd7e9a neutrino: fix file locations. use the predetermined CONFIGDIR instead of hardcoding paths.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8dfa226920
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2013-01-25 (Fri, 25 Jan 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-01-25 10:33:40 +08:00
[CST] Focus
1aad51e85c eitd/sectionsd.cpp: fix different uclibc/glibc malloc_stats
Origin commit data
------------------
Branch: ni/coolstream
Commit: fac86b3bdb
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-11 (Fri, 11 Jan 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-01-11 15:13:21 +04:00
[CST] Bas
52e2829082 Merge branch 'dvbsi++' of coolstreamtech.de:cst-private-neutrino into neutrino-apollo
Origin commit data
------------------
Branch: ni/coolstream
Commit: fbc512889f
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2012-09-24 (Mon, 24 Sep 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-09-24 15:28:48 +08:00
Jacek Jendrzej
1b1b4a0e45 sectionsd.cpp:-fix search mode
Origin commit data
------------------
Branch: ni/coolstream
Commit: 324a4721f4
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-09-16 (Sun, 16 Sep 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-09-16 20:15:38 +02:00
Jacek Jendrzej
6da658f328 sectionsd.cpp:-fix channelID
Origin commit data
------------------
Branch: ni/coolstream
Commit: c7e764f93c
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-09-16 (Sun, 16 Sep 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-09-16 16:42:26 +02:00
[CST] Bas
e8de0b37ef Merge branch 'dvbsi++' of coolstreamtech.de:cst-private-neutrino into neutrino-apollo
Origin commit data
------------------
Branch: ni/coolstream
Commit: 688f464bb6
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2012-09-10 (Mon, 10 Sep 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-09-10 07:39:30 +08:00
[CST] Focus
6a3f882ea9 eitd/sectionsd.cpp: remove unused getChannelEvents() arg
Origin commit data
------------------
Branch: ni/coolstream
Commit: 95b6e12346
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-08-30 (Thu, 30 Aug 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-08-30 18:12:07 +04:00
[CST] Focus
1397b7ae47 eitd/sectionsd.cpp: cleanup commands
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7d1bb02f6a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-08-30 (Thu, 30 Aug 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-08-30 15:55:50 +04:00
[CST] Focus
d6eb44696b eitd/sectionsd.cpp: add channel_id mask in getXXX
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8d02122425
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-08-30 (Thu, 30 Aug 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-08-30 14:46:57 +04:00
[CST] Focus
23e655f5a2 eitd/sectionsd.cpp: move public functions to CEitManager class
Origin commit data
------------------
Branch: ni/coolstream
Commit: fb68bff086
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-08-30 (Thu, 30 Aug 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-08-30 11:32:29 +04:00
Jacek Jendrzej
34c7a60d9c sectionsd.cpp: fix possible segfault
Origin commit data
------------------
Branch: ni/coolstream
Commit: 434ac74066
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-08-08 (Wed, 08 Aug 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-08-08 22:05:33 +02:00
Jacek Jendrzej
8dc4ef8796 comment out never used
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9124c20f31
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-08-04 (Sat, 04 Aug 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-08-04 10:03:19 +02:00
[CST] Focus
8bec589bb6 eitd/sectionsd.cpp: add mutex to protect update demux
Origin commit data
------------------
Branch: ni/coolstream
Commit: d8d42b26a0
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-07-24 (Tue, 24 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-07-24 15:12:06 +04:00
[CST] Bas
36194aacb5 neutrino-apollo: changes for apollo uclibc.
Origin commit data
------------------
Branch: ni/coolstream
Commit: cf878686ba
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2012-07-09 (Mon, 09 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-07-09 11:58:15 +08:00
Jacek Jendrzej
edfa13c4ad use empty() instead of size()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7d8d995046
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-06-18 (Mon, 18 Jun 2012)

Origin message was:
------------------
 use empty() instead of size()

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-06-18 16:57:44 +02:00
Jacek Jendrzej
5ed8825b21 use empty() instead of size()
Origin commit data
------------------
Branch: ni/coolstream
Commit: bc574e9688
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-06-16 (Sat, 16 Jun 2012)

Origin message was:
------------------
 use empty() instead of size()

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-06-16 09:44:42 +02:00
Jacek Jendrzej
211962d9d1 sectionsd.cpp: fix Segmentation fault if max_events == 0
Origin commit data
------------------
Branch: ni/coolstream
Commit: 92f747d30c
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-06-06 (Wed, 06 Jun 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-06-06 20:59:11 +02:00
[CST] Focus
d736f03247 eitd: change SIevents type to vector - no need to sort this temp list
Origin commit data
------------------
Branch: ni/coolstream
Commit: a4a3d20667
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-06-05 20:18:48 +04:00
[CST] Focus
12674ca741 eitd/sectionsd.cpp: try to fix occasional eit update demux error
Origin commit data
------------------
Branch: ni/coolstream
Commit: dddc468bc9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-29 (Tue, 29 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-05-29 17:43:11 +04:00
[CST] Focus
bd702bfef8 Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0a0e92c0fa
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-29 (Tue, 29 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-05-29 16:52:50 +04:00
[CST] Focus
d8433c569f eitd/sectionsd.cpp disable debug code
Origin commit data
------------------
Branch: ni/coolstream
Commit: ace0f4828b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-29 (Tue, 29 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-05-29 13:26:47 +04:00
[CST] Focus
9fadbf3041 eitd: ifdef unused item/itemDescription, comment unused vps in SIevent
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1cc3219c89
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-29 (Tue, 29 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-05-29 13:12:35 +04:00
[CST] Focus
a79c108aa7 eitd/sectionsd.cpp: compare full channel id to wakeup eit -
on broken providers zap was not detected


Origin commit data
------------------
Branch: ni/coolstream
Commit: ba5047f5aa
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-29 (Tue, 29 May 2012)



------------------
This commit was generated by Migit
2012-05-29 12:41:24 +04:00
[CST] Focus
b3b9e84e57 eitd/sectionsd.cpp: includes cleanup; fix compile without dvbsi++ event parse - to test memory fragmentation
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0617fc8527
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-29 (Tue, 29 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-05-29 12:33:22 +04:00
vanhofen
cb6585b9eb eitd: fix possible buffer overflow while writing egp-data (patch by FlatTV)
Origin commit data
------------------
Branch: ni/coolstream
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)

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-05-24 21:06:28 +02:00
Jacek Jendrzej
6f10578aa1 move unique sort to eventlist.cpp
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8d22e72962
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-05-11 (Fri, 11 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-05-11 13:13:50 +02:00
Jacek Jendrzej
9e419d26a7 sectionsd.cpp:sort unique search-eventlist (fix tiny)
Origin commit data
------------------
Branch: ni/coolstream
Commit: ff2ca4393d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-05-11 (Fri, 11 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-05-11 12:33:59 +02:00
Jacek Jendrzej
5a9a275571 sectionsd.cpp:sort unique search-eventlist (fix)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 37a3480006
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-05-11 (Fri, 11 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-05-11 12:21:43 +02:00
Jacek Jendrzej
3b5d797a32 sectionsd.cpp:sort unique search-eventlist
Origin commit data
------------------
Branch: ni/coolstream
Commit: a227ef5f6d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-05-11 (Fri, 11 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-05-11 12:00:52 +02:00
Jacek Jendrzej
dc4c528134 initialize volues
Origin commit data
------------------
Branch: ni/coolstream
Commit: 489d88a9a2
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-05-09 (Wed, 09 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-05-09 17:33:34 +02:00
[CST] Focus
40006c333e eitd/sectionsd.cpp: fix invalid iterator compare from different sets
Origin commit data
------------------
Branch: ni/coolstream
Commit: a79e374cab
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-09 (Wed, 09 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-05-09 18:24:23 +04:00
[CST] Focus
7fb7db080d eitd/sectionsd.cpp: fix SIevent times.begin()-> access - times could be empty
Origin commit data
------------------
Branch: ni/coolstream
Commit: 37a482d8e2
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-09 (Wed, 09 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-05-09 18:24:16 +04:00
[CST] Focus
558497f4ae comment some found not used variables
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8e06495776
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-08 (Tue, 08 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-05-08 16:18:16 +04:00
Jacek Jendrzej
c5fa0eb3db eitd: -fix read/write epg collision
Origin commit data
------------------
Branch: ni/coolstream
Commit: 520cf0e150
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-05-08 (Tue, 08 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-05-08 13:55:47 +02:00