Commit Graph

217 Commits

Author SHA1 Message Date
Stefan Seyfried
a91d0a164b sectionsd: shorten debug messages
* channel ids in sectionsd are only 48bit
* addEvent debug message had redundant information


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



------------------
This commit was generated by Migit
2013-03-05 20:19:06 +01:00
Stefan Seyfried
43e0138095 sectionsd: be more tolerant about adjtime() failure
Origin commit data
------------------
Branch: ni/coolstream
Commit: fc3aa5949f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-05 (Tue, 05 Mar 2013)


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

------------------
This commit was generated by Migit
2013-03-05 19:49:21 +01:00
Stefan Seyfried
f71915c91f sectionsd: don't truncate 64bit value before comparing
Origin commit data
------------------
Branch: ni/coolstream
Commit: d558218115
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-05 (Tue, 05 Mar 2013)


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

------------------
This commit was generated by Migit
2013-03-05 19:43:09 +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
cdbdfed80f sectionsd: add workaround for 'unusual' return codes
Origin commit data
------------------
Branch: ni/coolstream
Commit: a1f1198801
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-02-22 (Fri, 22 Feb 2013)


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

------------------
This commit was generated by Migit
2013-02-22 20:34:11 +01:00
Stefan Seyfried
77c08c4c15 Merge branch 'check/dvbsi++' commit c16f636011
Conflicts:
	src/eitd/sectionsd.cpp
	src/gui/audioplayer.cpp
	src/gui/channellist.cpp
	src/gui/components/Makefile.am
	src/gui/components/cc.h
	src/gui/components/components.cpp
	src/gui/moviebrowser.cpp
	src/gui/scan.cpp
	src/neutrino.cpp
	src/zapit/src/bouquets.cpp
	src/zapit/src/getservices.cpp
	src/zapit/src/transponder.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0cf191822a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-02-21 (Thu, 21 Feb 2013)



------------------
This commit was generated by Migit
2013-02-21 17:07:18 +01: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
Stefan Seyfried
e60eeb592d 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.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 987dffdb87
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-02-17 (Sun, 17 Feb 2013)



------------------
This commit was generated by Migit
2013-02-17 17:36:19 +01:00
Stefan Seyfried
1ef56b0332 sectionsd: silence debug spam
disable some debug messages, remove unneeded newlines
from other messages


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2f6ad23f78
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-02-17 (Sun, 17 Feb 2013)



------------------
This commit was generated by Migit
2013-02-17 17:35:35 +01:00
Stefan Seyfried
653dccd507 sectionsd: speed up shutdwown of time thread
Origin commit data
------------------
Branch: ni/coolstream
Commit: c04311552a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-02-17 (Sun, 17 Feb 2013)


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

------------------
This commit was generated by Migit
2013-02-17 16:53:12 +01:00
Stefan Seyfried
4ad3c70dee 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


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8a883e7db3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-02-17 (Sun, 17 Feb 2013)



------------------
This commit was generated by Migit
2013-02-17 15:34:27 +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
Stefan Seyfried
141256f053 sectionsd: add workaround for holes in SRF EPG
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1c313b43ad
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-02-05 (Tue, 05 Feb 2013)


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

------------------
This commit was generated by Migit
2013-02-05 22:43:26 +01:00
Stefan Seyfried
f2b509942d sectionsd: consider the table_id when inserting events
Origin commit data
------------------
Branch: ni/coolstream
Commit: 24869930c9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-02-05 (Tue, 05 Feb 2013)


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

------------------
This commit was generated by Migit
2013-02-05 19:08:54 +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
Stefan Seyfried
a7d632a19a 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: e0acbd3ddb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-03 (Sat, 03 Nov 2012)



------------------
This commit was generated by Migit
2012-11-03 14:05:48 +01:00
Stefan Seyfried
0994fcc4de sectionsd: make sure housekeeping exits on shutdown
Origin commit data
------------------
Branch: ni/coolstream
Commit: c984ba37cc
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-15 (Mon, 15 Oct 2012)


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

------------------
This commit was generated by Migit
2012-10-15 00:10:15 +02:00
Stefan Seyfried
d112cb2c09 sectionsd: fix unlocked event access under high load
Origin commit data
------------------
Branch: ni/coolstream
Commit: 32597561a0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-14 (Sun, 14 Oct 2012)


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

------------------
This commit was generated by Migit
2012-10-14 21:03:34 +02: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