svenhoefer
57267a28aa
- helpers.cpp: port safe_mkdir() from martii
2013-11-22 12:35:20 +01:00
martii
4a0fdba710
implement yt search history
2013-11-11 17:22:55 +01:00
Michael Liebmann
b645b644b0
Fix compiler warnings (-Wconversion)
2013-10-10 01:58:37 +02:00
Michael Liebmann
36f3579df6
src/system/helpers.cpp: Replace wrong data types in get_fs_usage()
...
- Change from 'long' to 'uint64_t'
- src/Makefile.am: Add -D_FILE_OFFSET_BITS=64 to AM_CPPFLAGS
2013-10-10 01:58:37 +02:00
Jacek Jendrzej
6f07cbe3dd
CUpdateSettings:: allow choose tmp(ramfs,TMPFS_MAGIC) as update dir
2013-10-08 10:10:10 +02:00
Michael Liebmann
5d77f01b5d
helpers.cpp: Add getFileName(), getFileExt(), getNowTimeStr()
2013-08-08 14:09:47 +02:00
Michael Liebmann
767ff03d98
src/system/helpers.cpp: Add getBaseName() and getPathName()
2013-07-03 07:30:09 +02:00
Jacek Jendrzej
947a277a49
src/system/helpers.cpp:-add file_size function
...
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2013-04-24 21:35:25 +02:00
Stefan Seyfried
988a8ebec2
helpers: improve my_system function
...
Instead of hardcoding the maximum number of arguments to the
my_system helper, pass a variable argument list.
The function is deliberately source-incompatible with the old
implementation (as opposed to a variant with a sentinel NULL
argument, which would be compatible) to find all users and to
make sure that new future users of this function are not
overlooked during merges with other branches.
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2013-03-05 11:58:49 +01:00
micha-bbg
6e1a2dc9cd
* system/helpers.cpp: Adding value 'bsize' as a possible return value
2013-01-01 15:05:21 +01:00
micha-bbg
cddf86725d
* Software Update with apply the settings (Part10)
...
- Blacklist added to exclude files
- Files are marked by a prefixed '-' in the settingsupdate.conf
2012-11-11 08:11:49 +01:00
micha-bbg
690786c37c
* Add file/directory functions to src/system/helpers.cpp
...
- Required for 'update with settings'
2012-10-25 01:10:35 +01:00
svenhoefer
7c01980e94
- system/helpers: rework get_fs_usage()
...
also comment some unuses variables in src/infoviever_bb.{h,cpp}
2012-09-27 12:22:33 +02:00
[CST] Focus
5dc2656b8e
system/helpers.cpp: add function to get total/free mem without cached/buffers
2012-09-21 17:41:28 +04:00
svenhoefer
87f7a224f7
- infoviewerbb: determination of hdd-percentage in a seperate thread
2012-09-19 21:23:50 +02:00
satbaby
87342fd0d9
my_system fix
2012-09-15 11:20:49 +02:00
satbaby
c6ae7255ac
-add wakeup_hdd & file_exists to system-helpers
2012-09-11 20:35:47 +02:00
satbaby
dfa3231469
move safe_mkdir & check_dir to system-helpers
2012-09-11 20:34:53 +02:00
svenhoefer
ae73a950eb
- system/helpers.h|cpp: change header
2012-08-30 09:30:14 +02:00
FlatTV
b92660259c
Add global helpers my_system() and my_popen()
2012-08-30 09:28:54 +02:00