Jacek Jendrzej
4a23e0cdf2
some inits
2021-10-22 14:25:37 +02:00
Jacek Jendrzej
483aeea387
xmlinterface: fix possible memleak
2020-01-21 14:53:19 +01:00
MarkusVolk
07c991e25e
xmlinterface.cpp: avoid unterminated strings
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-14 08:55:44 +01:00
Jacek Jendrzej
445bb5e600
xmlparse.cpp skip memmove if pool->start (src) is 0
2020-01-03 15:14:53 +01:00
Thilo Graf
1d76394de6
Revert "xmlparse.cpp: add condition to avoid possible crash"
...
This reverts commit 40633dcfb5
.
Needs another solution. This Commtit breaks channel tuning without
configure option --enable-pugixml
2020-01-02 20:36:26 +01:00
Thilo Graf
40633dcfb5
xmlparse.cpp: add condition to avoid possible crash
...
pool->start seems to be a null pointer in some constellations,
memmove don't like such for parameter 2
2019-10-27 16:24:47 +01:00
Thilo Graf
406b15c9c1
lib/xmltree/gzstream.h: fix possible Wshadow warnings
2019-02-16 21:47:34 +01:00
TangoCash
42b294bb6b
fix xml utf8 detection
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-10-28 19:41:22 +01:00
J. Krieg
9f18bf7960
src/gui-neutrino/lib/xmltree/xmlinterface.cpp: fix build when compiling with -Werror
...
because with this the warning:
warning: 'xmlgz_file' may be used uninitialized in this function [-Wmaybe-uninitialized]
warning: 'xml_file' may be used uninitialized in this function [-Wmaybe-uninitialized]
is treated as an error and the build aborts - so let's remove this warning...
Thanks to Janus for reporting this and the suggested fix
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-09-02 19:58:37 +02:00
svenhoefer
c482b6de63
- xmlinterface: fix compiling for CST hardware
...
error was: ‘pugi::xml_parse_status’ is not a class or namespace
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-08-31 10:24:54 +02:00
svenhoefer
8e29b3d481
- add gzstream.h to fix 4bcce912b248fd21018c45dfe2c2801367e4178c
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
4bcce912b248fd21018c45dfe2c2801367e4178c = 'add reading from gzipped xml files (xxx.xml.gz)'
2018-08-31 10:24:50 +02:00
TangoCash
9f9ac9b616
add reading from gzipped xml files (xxx.xml.gz)
2018-08-31 10:24:47 +02:00
Stefan Seyfried
b68031ca07
xmlinterface: fix broken to_utf8() algorithm
2018-01-28 21:32:12 +01:00
Stefan Seyfried
eeee5bacab
Merge remote-tracking branch 'uncool/cst-next'
...
This need buildfixes and some functional updates...
2015-12-13 17:41:55 +01:00
Jacek Jendrzej
c3a8c2d95d
xmlinterface.cpp remove encoding option for load_string
2015-04-30 21:22:47 +02:00
Jacek Jendrzej
206dbec426
xmlinterface.cpp workaround for pugixml autodetection https://code.google.com/p/pugixml/issues/detail?id=192
2015-04-30 19:50:03 +02:00
Jacek Jendrzej
422c91d117
add pugixml
2015-04-28 10:12:23 +02:00
Jacek Jendrzej
497f05b730
use xmlinterface in UPNP
2015-04-28 10:12:15 +02:00
Jacek Jendrzej
8227a01592
xmlinterface use const char instand char
2015-03-20 12:05:22 +01:00
Stefan Seyfried
69c4dbbdba
Merge remote-tracking branch 'check/cst-next'
...
needs build- and functional fixes
Conflicts:
configure.ac
data/icons/shutdown.jpg
data/icons/start.jpg
data/locale/deutsch.locale
data/locale/english.locale
lib/libmd5sum/md5.c
src/driver/scanepg.cpp
src/driver/streamts.cpp
src/driver/vfd.cpp
src/driver/vfd.h
src/driver/volume.cpp
src/eitd/dmx.cpp
src/eitd/xmlutil.cpp
src/gui/Makefile.am
src/gui/audiomute.cpp
src/gui/channellist.cpp
src/gui/dboxinfo.cpp
src/gui/epgview.cpp
src/gui/eventlist.cpp
src/gui/filebrowser.cpp
src/gui/hdd_menu.cpp
src/gui/infoviewer.cpp
src/gui/infoviewer_bb.cpp
src/gui/infoviewer_bb.h
src/gui/keybind_setup.cpp
src/gui/luainstance.cpp
src/gui/luainstance.h
src/gui/miscsettings_menu.cpp
src/gui/moviebrowser.cpp
src/gui/movieplayer.cpp
src/gui/osd_progressbar_setup.cpp
src/gui/osd_progressbar_setup.h
src/gui/osd_setup.cpp
src/gui/osdlang_setup.cpp
src/gui/personalize.cpp
src/gui/plugins.cpp
src/gui/plugins.h
src/gui/scan.cpp
src/gui/scan_setup.cpp
src/gui/update_settings.cpp
src/gui/user_menue.cpp
src/gui/user_menue_setup.cpp
src/gui/videosettings.cpp
src/gui/widget/buttons.cpp
src/gui/widget/menue.cpp
src/gui/widget/menue.h
src/gui/widget/progresswindow.cpp
src/neutrino.cpp
src/neutrino_menue.cpp
src/nhttpd/yhttpd.cpp
src/system/helpers.cpp
src/system/locals.h
src/system/locals_intern.h
src/system/setting_helpers.cpp
src/zapit/lib/zapitclient.cpp
src/zapit/src/fastscan.cpp
src/zapit/src/frontend.cpp
src/zapit/src/getservices.cpp
src/zapit/src/scan.cpp
src/zapit/src/scannit.cpp
src/zapit/src/scanpmt.cpp
src/zapit/src/transponder.cpp
src/zapit/src/zapit.cpp
2014-12-25 18:03:08 +01:00
[CST] Focus
f15e5eeb39
lib/xmltree/xmlinterface.cpp: use posix_fadvise to try reduce cached pages, while loading huge epg data
2014-07-23 13:15:55 +04:00
Stefan Seyfried
42bc6f3081
XMLTreeNode::AddNode: fix logic error (in unused branch)
2014-01-13 20:55:29 +01:00
Stefan Seyfried
6944d53cef
XML_Parser::storeAtts: don't leak in case of realloc failure
2014-01-13 20:55:09 +01:00
Stefan Seyfried
0cd6cfa68c
XML_Parser: initialize variable
2014-01-13 20:54:49 +01:00
Stefan Seyfried
1b8e5c0445
XMLTreeNode::AddNode: fix logic error (in unused branch)
2014-01-09 14:57:18 +01:00
Stefan Seyfried
2733fc71e8
XML_Parser::storeAtts: don't leak in case of realloc failure
2014-01-09 14:56:45 +01:00
Stefan Seyfried
f9b736a11f
XML_Parser: initialize variable
2014-01-09 14:55:55 +01:00
Stefan Seyfried
d244a5991a
Merge branch 'check/next-cc'
...
Compiles on most platforms, starts. Not really tested.
Conflicts:
acinclude.m4
lib/libdvbsub/Makefile.am
lib/libtriple/Makefile.am
lib/libtuxtxt/Makefile.am
src/Makefile.am
src/create_rcsim_h.sh
src/daemonc/Makefile.am
src/driver/Makefile.am
src/driver/audiodec/Makefile.am
src/driver/pictureviewer/Makefile.am
src/eitd/Makefile.am
src/gui/Makefile.am
src/gui/bouquetlist.cpp
src/gui/channellist.cpp
src/gui/scan_setup.cpp
src/gui/streaminfo2.cpp
src/gui/streaminfo2.h
src/gui/update.cpp
src/gui/widget/Makefile.am
src/gui/widget/listbox.cpp
src/neutrino.cpp
src/nhttpd/tuxboxapi/coolstream/Makefile.am
src/rcsim.c
src/system/Makefile.am
src/zapit/src/Makefile.am
src/zapit/src/frontend.cpp
src/zapit/src/zapit.cpp
2013-10-21 22:58:55 +02:00
Michael Liebmann
5091e920fc
Replacing obsolete 'INCLUDES' with 'AM_CPPFLAGS' in all Makefile.am
2013-10-17 04:22:49 +02:00
Stefan Seyfried
c4d700b463
xmltok: add hack to rename functions
...
this avoids crashes due to clashes with libexpat,
which might be pulled in dynamically e.g. on PC by libGL.
2013-05-28 14:23:17 +02:00
satbaby
a3bfab0bcd
remove doubles include
2012-09-11 20:31:33 +02:00
[CST] Focus
c8b4d271f9
lib/xmltree/xmlparse.cpp: fix (workaround?) for crash while parsing invalid saved xml
2012-05-14 18:30:55 +04:00
micha-bbg
f36ee26d87
* Add missing $(top_builddir) to Makefile.am
2012-04-27 16:54:01 +01:00
[CST] Focus
628d3a1855
lib/xmltree/xmlinterface.cpp: ignore characters less than 0x20 when saving to xml
2012-03-16 20:35:41 +04:00
[CST] Bas
a4ff0a99fe
lib: fix compile/typo.
2012-03-04 16:32:34 +08:00
[CST] Bas
b04b3f270a
lib: fix compile after include change.
2012-03-04 15:53:33 +08:00
focus
40af2509c4
Rename struct tag - conflicts with definition in ./driver/audiodec/tag.h.
...
Warning: starting to commit current, mostly zapit, changes. Compile will be broken for some time.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1642 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-09-01 12:00:26 +00:00
satbaby
85f5e1110d
memcpy -> memmove
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1278 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-03-09 12:55:31 +00:00
satbaby
267468d1e1
remove extra ';'
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@279 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-02-06 17:56:19 +00:00
satbaby
4ae5ad688e
format with astyle
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@278 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-02-06 17:52:25 +00:00
satbaby
018ea25f4c
remove extra ';'
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@277 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-02-06 17:51:08 +00:00
seife
6a69be899d
try to correct mws's fuckup by disabling exceptions again
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@120 e54a6e83-5905-42d5-8d5c-058d10e6a962
2009-12-26 11:28:12 +00:00
seife
8070a9613d
fix up libxmltree interfaces, so that useless casts can be removed
...
Lots of places hat casts from (const char*) to (char *) to silence
a "deprecated conversion" warning. Instead of casting (which is
inherently wrong), fix up the libxmltree interfaces.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@117 e54a6e83-5905-42d5-8d5c-058d10e6a962
2009-12-22 16:11:40 +00:00
mws
a1a9508a3b
fix shadowed things
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@112 e54a6e83-5905-42d5-8d5c-058d10e6a962
2009-12-22 12:47:51 +00:00
mws
8d77d862fc
declaration of 'const XML_Char* s' shadows a parameter
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@111 e54a6e83-5905-42d5-8d5c-058d10e6a962
2009-12-22 12:45:04 +00:00
mws
5a7570a6ba
fix Makefiles to comply to C and CPP rules
...
announcement -Wall -Werror will force compile breaking in
the near future.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@58 e54a6e83-5905-42d5-8d5c-058d10e6a962
2009-12-16 14:24:21 +00:00
satbaby
e29964bb20
Possible Memory leak: tag
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@30 e54a6e83-5905-42d5-8d5c-058d10e6a962
2009-12-08 16:07:21 +00:00
mrcolor
bc5bd4154e
our current experimental Neutrino branch
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@27 e54a6e83-5905-42d5-8d5c-058d10e6a962
2009-12-08 11:05:11 +00:00