]> git.ipfire.org Git - thirdparty/tvheadend.git/shortlog
thirdparty/tvheadend.git
2016-03-14  Jaroslav Kyselaadd htsmsg/htsmsg_field to memoryinfo statistics
2016-03-13  Jaroslav Kyselahtsmsg: improve allocation for name and strings (merge...
2016-03-13  Jaroslav Kyselacron: fix the cron_next for DST change, fixes #3627
2016-03-12  Jaroslav Kyselamemoryinfo: initial work
2016-03-11  Jaroslav Kyselahttp client: fix the repeated data receive, add Repeat...
2016-03-11  Jaroslav Kyselatrap: warmup backtrace()
2016-03-11  Jaroslav Kyselawebui: little correction for last changes
2016-03-11  pepeELSmall styles fix EPG detailes to looks better
2016-03-11  pepeELSmall styles fix DVR info to looks better
2016-03-11  pepeELChange icon Clear statistic to better
2016-03-11  Jaroslav Kyselarpm/tvheadend.sysconfig: set MALLOC_ARENA_MAX to 4...
2016-03-11  Jaroslav Kyselainotify routines: recode the shutdown sequence
2016-03-11  Jaroslav Kyselacwc: change label 'One mux' to 'Updates from one mux'
2016-03-11  Jaroslav Kyselaimagecache: fix compilation error (mono variable) when...
2016-03-11  Jaroslav Kyselampegts input: fix compilation error for ENABLE_TSDEBUG
2016-03-10  Jaroslav Kyselaaccess: remove double free() in access_ticket_destroy...
2016-03-10  Jaroslav Kyselasubscriptions: correct the atomic bytes in/out calculat...
2016-03-10  Jaroslav Kyselaapi_idnode_handler: do not call idnode_perm_unset for...
2016-03-10  Jaroslav Kyselacapmt: deallocate properly adapters (clang sanitizer)
2016-03-10  Jaroslav Kyselasubscriptions: improve s_descramble_info locking (clang...
2016-03-10  Jaroslav KyselaSAT>IP client: fix sf_status locking (clang sanitizer)
2016-03-10  Jaroslav Kyselatcp_server_done: improve shutdown locking (clang sanitizer)
2016-03-10  Jaroslav Kyselahttp server: introduce http_paths_mutex (clang sanitizer)
2016-03-10  Jaroslav Kyselahttp server: add http_server_running flag (clang sanitizer)
2016-03-10  Jaroslav Kyselacapmt/pmt parser: call caid_change callback outside...
2016-03-10  Jaroslav Kyseladescrambler: move lock before csa type init (clang...
2016-03-10  Jaroslav Kyselaaccess: fix the ticket timeout
2016-03-10  Jaroslav Kyseladescrambler_service_start - skip filtered CA entries...
2016-03-10  Jaroslav Kyselacwc: fix the locking order (clang sanitizer)
2016-03-10  Jaroslav Kyselaservice: call descrambler_service_stop outside s_stream...
2016-03-10  Jaroslav Kyselacapmt: another data race fix (clang sanitizer)
2016-03-10  Jaroslav Kyselasubscriptions: use ths_state atomically (clang sanitizer)
2016-03-10  Jaroslav Kyselatii_stats - add mutex and atomic ops (clang sanitizer)
2016-03-10  Jaroslav Kyselaadd CLANG_SANITIZER define
2016-03-10  Jaroslav Kyselacapmt: use atomic ops for running/reconfigure flags...
2016-03-10  Jaroslav Kyselaquickfix for previous patches
2016-03-10  Jaroslav Kyselasatip server: rtp - use atomic ops for satip_rtcp_run...
2016-03-10  Jaroslav Kyselainotify: change to proper fd shutdown sequence (clang...
2016-03-10  Jaroslav Kyselaconfig: more user friendly message scanfile (re)initia...
2016-03-10  Jaroslav Kyselahttpc: fix locking in http_client_reconnect, fixes...
2016-03-10  Jaroslav Kyselascanfile: fix the initialization when muxconf_path...
2016-03-09  Jaroslav KyselaSAT>IP client: remove idl4k hack for very old firmware...
2016-03-09  virtualdjatomic.h: add missing returns, fixes #3616
2016-03-09  Jaroslav KyselaDVR: vfs - move checking free/used disk space from...
2016-03-09  Jaroslav Kyselaatomic.h: add mutex implementation for 64-bit exchange...
2016-03-08  Jaroslav Kyselatcp: fix another data race (clang sanitizer)
2016-03-08  Jaroslav Kyselahttpc: quick fix
2016-03-08  Jaroslav Kyselaatomic.h: quickfix #2
2016-03-08  Jaroslav Kyselaatomic.h: quickfix
2016-03-08  Jaroslav Kyselaconfigure.inc: add missing newline
2016-03-08  Jaroslav Kyselasubscription: use atomic ops for statistics (clang...
2016-03-08  Jaroslav Kyselacapmt: change the lock order (clang sanitizer)
2016-03-08  Jaroslav Kyselachange ths_total_err to atomic ops
2016-03-08  Jaroslav Kyselampegts input thread: protect mm_update_pids_flag access
2016-03-08  Jaroslav Kyselaidnode: change save_running to atomic ops
2016-03-08  Jaroslav Kyselachange mi_running to atomic ops (clang)
2016-03-08  Jaroslav KyselaSAT>IP client - use satip_discoveries_count as atomic...
2016-03-08  Jaroslav Kyselahttp client: add a lock (clang reported concurrency)
2016-03-08  Jaroslav Kyselamore running flag changes (atomic ops)
2016-03-08  Jaroslav Kyselatvheadend_running -> tvheadend_is_running() change
2016-03-08  Jaroslav Kyselaatomic operations: cleanups (add get/set for readability)
2016-03-08  Jaroslav Kyselause atomic access for tvhlog_level everywhere
2016-03-08  Jaroslav Kyseladestroy correctly the mtimer tick thread
2016-03-08  Jaroslav Kyselafixed two mistakes detected by clang
2016-03-08  Jaroslav Kyselaconfigure: add nowerror argument (for clang)
2016-03-08  Jaroslav Kyselampegts input: remove the running check added in previou...
2016-03-08  Jaroslav Kyselatasklet: do not call tasklet callbacks inside tasklet_lock
2016-03-08  Jaroslav Kyselampegts input: start input threads later when all struct...
2016-03-08  Jaroslav Kyselatasklet: improve the callback call sequence
2016-03-08  Jaroslav KyselaDVR: Fix the time value of of range problem on RPI...
2016-03-08  Jaroslav Kyselascanfile: cleanups, allow runtime update, fixes #3612
2016-03-08  Jaroslav Kyselafilebundle: another fb_read thinko fix
2016-03-08  Jaroslav Kyselafilebundle: fix fb_read - fread might return an error...
2016-03-08  Jaroslav KyselaDVR: fix the extra pre-time calculation
2016-03-07  Mark ClarkstoneTooltips: descriptions for bouquet .ic_properties.
2016-03-07  Jaroslav Kyselaapi_idnode: add missing idnode_perm_unset() calls
2016-03-07  Jaroslav Kyselacapmt: fix the wrong condition for new pc-nodmx mode
2016-03-07  Jaroslav Kyselaglobalheaders: remove abort() - use tvherror() - but...
2016-03-07  Jaroslav Kyselabouquets: improve mapping / tag creation, fixes #3608
2016-03-06  Jaroslav KyselaDVR: vfs - move disc space cleanup messages from tvhinf...
2016-03-06  Jaroslav KyselaDVR: fixed wrong dvr_do_prefix
2016-03-06  Jaroslav Kyselampegts service: do not touch multiplex for raw services...
2016-03-06  Michael Marleyconfig: Exclude timeshift buffer from configuration...
2016-03-06  Mark ClarkstoneFix small goof in text..
2016-03-06  Jaroslav KyselaDVR: autorec - add another missing changed/completed...
2016-03-06  Jaroslav Kyseladesrambler: fix compilation error
2016-03-06  Jaroslav Kyselaclock.h: add monotonic error for darwin
2016-03-06  Jaroslav Kyselareduce gtimer check traces
2016-03-05  Jaroslav Kyselatcp: fix tvhpoll_wait() return value checking
2016-03-05  Jaroslav Kyselareplace dispatch_clock variables with mclk() and gclk()
2016-03-05  Jaroslav Kyselaadd mtimer tick thread to update mono timer 10x in...
2016-03-05  Jaroslav Kyselaremove usleep/nanosleep calls - use own functions
2016-03-05  Jaroslav Kyselachange functions mono4sec/ms to ms/sec2mono
2016-03-04  Jaroslav Kyselarewrite timers, remove avgstat
2016-03-04  Jaroslav Kyselause monotonic thread conditions where appropriate
2016-03-04  Jaroslav Kyselause tvh_mutex_timedlock instead pthread_mutex_timedlock
2016-03-04  Jaroslav KyselaDVR: a try to make time calculation more robust
2016-03-03  Mark ClarkstoneFix description for epg_parent property (duplicate...
2016-03-02  Jaroslav KyselaDVR autorec: another inconsistency fixes (missing or...
2016-03-01  Jaroslav Kyselatransifex update
next