]> git.ipfire.org Git - thirdparty/tvheadend.git/log
thirdparty/tvheadend.git
11 years agoRemove waiting subscriptions in subscription_done() 344/head
Jaroslav Kysela [Sat, 15 Mar 2014 22:35:30 +0000 (23:35 +0100)] 
Remove waiting subscriptions in subscription_done()

11 years agoFix the subscription_done() call
Jaroslav Kysela [Fri, 14 Mar 2014 19:07:38 +0000 (20:07 +0100)] 
Fix the subscription_done() call

The subscription_unsubscribe() must be called from the upper layer (like dvr).

11 years agoFix another leaks in htsp_server.c (_very_ _VERY_ _BAD_)
Jaroslav Kysela [Fri, 14 Mar 2014 17:19:44 +0000 (18:19 +0100)] 
Fix another leaks in htsp_server.c (_very_ _VERY_ _BAD_)

11 years agoFix some memory leaks in parse_avc.c and mkmux.c
Jaroslav Kysela [Fri, 14 Mar 2014 20:01:49 +0000 (21:01 +0100)] 
Fix some memory leaks in parse_avc.c and mkmux.c

11 years agoMerge remote-tracking branch 'origin/pr/340'
Adam Sutton [Thu, 13 Mar 2014 20:54:24 +0000 (20:54 +0000)] 
Merge remote-tracking branch 'origin/pr/340'

11 years agoMerge remote-tracking branch 'origin/pr/339'
Adam Sutton [Thu, 13 Mar 2014 20:53:41 +0000 (20:53 +0000)] 
Merge remote-tracking branch 'origin/pr/339'

11 years agohtsp dvr access: some updates to PR #333, plugs a few holes in access checks
Adam Sutton [Thu, 13 Mar 2014 20:40:08 +0000 (20:40 +0000)] 
htsp dvr access: some updates to PR #333, plugs a few holes in access checks

11 years agoMerge remote-tracking branch 'origin/pr/333'
Adam Sutton [Mon, 10 Mar 2014 20:10:55 +0000 (20:10 +0000)] 
Merge remote-tracking branch 'origin/pr/333'

11 years agoFix some typos and compilation errors (TRACE disabled) 340/head
Jaroslav Kysela [Sun, 9 Mar 2014 17:59:12 +0000 (18:59 +0100)] 
Fix some typos and compilation errors (TRACE disabled)

11 years agowebui: add icons to channel management functions 339/head
Carlo Landmeter [Sat, 8 Mar 2014 11:13:35 +0000 (12:13 +0100)] 
webui: add icons to channel management functions

11 years agoMerge remote-tracking branch 'origin/pr/338'
Adam Sutton [Fri, 7 Mar 2014 20:44:39 +0000 (20:44 +0000)] 
Merge remote-tracking branch 'origin/pr/338'

11 years agopvr: change the directory permissions to more sane value
Adam Sutton [Fri, 7 Mar 2014 20:43:13 +0000 (20:43 +0000)] 
pvr: change the directory permissions to more sane value

This might need reviewing and making configurable, but this is definitely
a more sane starting point than the original.

11 years agoMerge remote-tracking branch 'origin/pr/337'
Adam Sutton [Fri, 7 Mar 2014 20:41:05 +0000 (20:41 +0000)] 
Merge remote-tracking branch 'origin/pr/337'

11 years agoJavascript: define default sort for some config grids
Jaroslav Kysela [Thu, 6 Mar 2014 14:04:14 +0000 (15:04 +0100)] 
Javascript: define default sort for some config grids

11 years agoSYS_DVBS can have other modulation, ex: PSK_8 which will not work without this fix
Dani Louca [Thu, 6 Mar 2014 04:16:51 +0000 (23:16 -0500)] 
SYS_DVBS can have other modulation, ex: PSK_8 which will not work without this fix

11 years agoRevert dynamic instances iptv_input and iptv_network
Andy Brown [Thu, 6 Mar 2014 15:05:37 +0000 (15:05 +0000)] 
Revert dynamic instances iptv_input and iptv_network

11 years agoUse inline functions for the PID lookup optimizations
Jaroslav Kysela [Thu, 6 Mar 2014 13:17:21 +0000 (14:17 +0100)] 
Use inline functions for the PID lookup optimizations

11 years agoOptimize mpegts_input_recv_packets()
Jaroslav Kysela [Thu, 6 Mar 2014 12:06:20 +0000 (13:06 +0100)] 
Optimize mpegts_input_recv_packets()

11 years agoChanged the PID lookup and other optimizations
Jaroslav Kysela [Thu, 6 Mar 2014 11:42:06 +0000 (12:42 +0100)] 
Changed the PID lookup and other optimizations

Followed the Adam's advice to remove _fast functions.

11 years agoPID lookup, streaming pad filter and sbuf alloc optimizations
Jaroslav Kysela [Wed, 5 Mar 2014 16:31:19 +0000 (17:31 +0100)] 
PID lookup, streaming pad filter and sbuf alloc optimizations

There is high probability (because of the "nature" of TS streams) that
next PID will match previous one. This patch tries to do simple "caching"
of last PID to speedup PID lookups.

The streaming pad filter is handled faster way now.

Also, sbuf allocations routines are optimized (better sb_size prediction and
allocation routine is called only on demand - not all time).

11 years agoAdd channel number management functions 338/head
BtbN [Thu, 6 Mar 2014 17:45:28 +0000 (18:45 +0100)] 
Add channel number management functions

11 years agoFix crash on startup
BtbN [Fri, 7 Mar 2014 18:31:23 +0000 (19:31 +0100)] 
Fix crash on startup

11 years agoadd option to only allow user to access the tag that matches username 333/head
amet [Fri, 7 Mar 2014 07:05:03 +0000 (11:05 +0400)] 
add option to only allow user to access the tag that matches username

11 years agoNeither stream nor file should require 0777 use 0644 instead, closes #1962. 337/head
Bernhard Schuster [Thu, 6 Mar 2014 22:06:15 +0000 (23:06 +0100)] 
Neither stream nor file should require 0777 use 0644 instead, closes #1962.

11 years agoMerge remote-tracking branch 'origin/pr/331'
Adam Sutton [Wed, 5 Mar 2014 16:22:18 +0000 (16:22 +0000)] 
Merge remote-tracking branch 'origin/pr/331'

11 years agoMerge remote-tracking branch 'origin/pr/329'
Adam Sutton [Wed, 5 Mar 2014 16:22:03 +0000 (16:22 +0000)] 
Merge remote-tracking branch 'origin/pr/329'

Conflicts:
src/tvheadend.h

11 years agoservice: fix possible var init bug
Adam Sutton [Wed, 5 Mar 2014 16:21:10 +0000 (16:21 +0000)] 
service: fix possible var init bug

11 years agoFix the failure message in the global config when imagecache is not available.
Jaroslav Kysela [Wed, 5 Mar 2014 16:05:41 +0000 (17:05 +0100)] 
Fix the failure message in the global config when imagecache is not available.

11 years agoFixes for graceful exit patch
Jaroslav Kysela [Wed, 5 Mar 2014 14:03:50 +0000 (15:03 +0100)] 
Fixes for graceful exit patch

Mostly avahi related and cosmetic fixes for the graceful exit patch.

11 years agobuild: attempt to overrcome deb building limitations
Adam Sutton [Wed, 5 Mar 2014 11:56:00 +0000 (11:56 +0000)] 
build: attempt to overrcome deb building limitations

11 years agosupport: minor corretion to mux list fetch script
Adam Sutton [Wed, 5 Mar 2014 11:37:18 +0000 (11:37 +0000)] 
support: minor corretion to mux list fetch script

11 years agosupport: remove raring and replace with trusty
Adam Sutton [Wed, 5 Mar 2014 10:21:18 +0000 (10:21 +0000)] 
support: remove raring and replace with trusty

11 years agoMerge remote-tracking branch 'origin/pr/326'
Adam Sutton [Wed, 5 Mar 2014 09:24:21 +0000 (09:24 +0000)] 
Merge remote-tracking branch 'origin/pr/326'

11 years agoMerge remote-tracking branch 'origin/pr/327'
Adam Sutton [Wed, 5 Mar 2014 09:22:48 +0000 (09:22 +0000)] 
Merge remote-tracking branch 'origin/pr/327'

11 years agoMerge remote-tracking branch 'origin/pr/328'
Adam Sutton [Wed, 5 Mar 2014 09:21:55 +0000 (09:21 +0000)] 
Merge remote-tracking branch 'origin/pr/328'

11 years agoMerge remote-tracking branch 'origin/pr/330'
Adam Sutton [Wed, 5 Mar 2014 08:50:01 +0000 (08:50 +0000)] 
Merge remote-tracking branch 'origin/pr/330'

Fixes #1983

11 years agotimeshift debug: correct format string
Adam Sutton [Tue, 4 Mar 2014 15:42:49 +0000 (15:42 +0000)] 
timeshift debug: correct format string

11 years agobuild: typecast NGREG to int
Natanael Copa [Tue, 4 Mar 2014 15:22:45 +0000 (15:22 +0000)] 
build: typecast NGREG to int

Fixes the following error with musl libc:

src/trap.c: In function 'traphandler':
src/trap.c:178:3: error: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Werror=format=]
   snprintf(tmpbuf, sizeof(tmpbuf), "Register dump [%d]: ", NGREG);
      ^

11 years agobuild: detect wordsize in a portable way
Natanael Copa [Tue, 4 Mar 2014 12:32:34 +0000 (12:32 +0000)] 
build: detect wordsize in a portable way

There are no standard that says that __WORDSIZE should be defined or
in what include file. So in case its not defined we fallback to a
POSIX compliant way to determine wordsize.

This fixes build with 64 bit musl libc.

See https://tvheadend.org/issues/1983

11 years agobuild: check for gcc version independent of platform
Natanael Copa [Tue, 4 Mar 2014 11:56:33 +0000 (11:56 +0000)] 
build: check for gcc version independent of platform

Use the gcc specific __GNUC__ and __GNUC__ minor to determine gcc version
rather than using the GNU libc specific __GNUC_PREREQ.

This fixes the following compile error with musl libc:
src/descrambler/capmt.c:79:18: error: missing binary operator before token "("
 #if __GNUC_PREREQ(4, 3)
                  ^

11 years agobuild: check for qsort_r independent of platform
Natanael Copa [Tue, 4 Mar 2014 11:49:34 +0000 (11:49 +0000)] 
build: check for qsort_r independent of platform

Rather than check for specific glibc version on PLATFORM_LINUX, check
the existance of qsort_r.

This fixes the following compile error with musl libc:

CC              src/main.o
In file included from src/main.c:39:0:
src/tvheadend.h:608:20: error: missing binary operator before token "("
 #if !__GLIBC_PREREQ(2,8)
                    ^

11 years agodebug: added extra debug for deep analysis of packet handling
Adam Sutton [Tue, 4 Mar 2014 09:03:30 +0000 (09:03 +0000)] 
debug: added extra debug for deep analysis of packet handling

11 years agolinuxdvb: add output of signal status message
Adam Sutton [Mon, 24 Feb 2014 22:20:01 +0000 (22:20 +0000)] 
linuxdvb: add output of signal status message

11 years agohtsp channels: ensure HTSP gets channel update messages
Adam Sutton [Mon, 24 Feb 2014 22:05:09 +0000 (22:05 +0000)] 
htsp channels: ensure HTSP gets channel update messages

11 years agowebui: added bandwidth monitor for stream input
John Törnblom [Mon, 24 Feb 2014 11:00:42 +0000 (12:00 +0100)] 
webui: added bandwidth monitor for stream input

11 years agowebif: updated imdb query url
John Törnblom [Sat, 22 Feb 2014 19:15:47 +0000 (20:15 +0100)] 
webif: updated imdb query url

11 years agoGraceful exit
Jaroslav Kysela [Mon, 17 Feb 2014 10:43:01 +0000 (11:43 +0100)] 
Graceful exit

It's necessary to do serious checks for the memory leaks using
tools like valgrind. This patch tries to implement a graceful
exit for all tvheadend components and free allocated memory.

Also, some memory leaks were fixed.

11 years agoFix the adapter_mask handling for linuxdvb
Jaroslav Kysela [Fri, 24 Jan 2014 08:58:39 +0000 (09:58 +0100)] 
Fix the adapter_mask handling for linuxdvb

11 years agoPower off LNB when idle
Jaroslav Kysela [Mon, 3 Feb 2014 10:33:43 +0000 (11:33 +0100)] 
Power off LNB when idle

Try to reduce power, when no streams are captured from DVB-S/S2 devices.

11 years agosupport/configure.inc: fix crosscompiling
Stefan Saraev [Fri, 14 Feb 2014 16:29:28 +0000 (18:29 +0200)] 
support/configure.inc: fix crosscompiling

--cc= can be whatever. there should be no check if generated
binaries can run while crosscompiling.

11 years agoMerge pull request #324 from BtbN/channelnumber_http
Adam Sutton [Wed, 12 Feb 2014 16:16:31 +0000 (16:16 +0000)] 
Merge pull request #324 from BtbN/channelnumber_http

Add a channelno url to play a channel by its user assigned number

11 years agoAdd a channelno url to play a channel by its user assigned number
BtbN [Sun, 9 Feb 2014 17:49:41 +0000 (18:49 +0100)] 
Add a channelno url to play a channel by its user assigned number

11 years agoMerge pull request #325 from bconway/master
Adam Sutton [Wed, 12 Feb 2014 09:38:40 +0000 (09:38 +0000)] 
Merge pull request #325 from bconway/master

Issue #1968: Doc fix - Clarify grabber mechanics for newly-mapped channels.

11 years agoIssue #1968: Clarify grabber mechanics for newly-mapped channels.
Brian Conway [Wed, 12 Feb 2014 01:22:22 +0000 (19:22 -0600)] 
Issue #1968: Clarify grabber mechanics for newly-mapped channels.

11 years agocosmetics
John Törnblom [Tue, 28 Jan 2014 13:23:16 +0000 (14:23 +0100)] 
cosmetics

11 years agoepg: persist brand/season/episode images
John Törnblom [Fri, 24 Jan 2014 17:43:14 +0000 (18:43 +0100)] 
epg: persist brand/season/episode images

11 years agohtsp: bump protocol version to reflect addition of new cutpoint API htsp/12
Adam Sutton [Tue, 28 Jan 2014 09:42:58 +0000 (09:42 +0000)] 
htsp: bump protocol version to reflect addition of new cutpoint API

11 years agodvr: some fixes from kendrak24 for my changes to PR #284
Adam Sutton [Tue, 28 Jan 2014 08:43:06 +0000 (08:43 +0000)] 
dvr: some fixes from kendrak24 for my changes to PR #284

11 years agodvr: clean up the new cutpoint code
Adam Sutton [Mon, 27 Jan 2014 09:35:09 +0000 (09:35 +0000)] 
dvr: clean up the new cutpoint code

11 years agoAdded EDL support over HTSP
kendrak24 [Sun, 26 Jan 2014 17:05:00 +0000 (18:05 +0100)] 
Added EDL support over HTSP

11 years agowebif: added a html5 based bandwidth monitor.
John Törnblom [Fri, 17 Jan 2014 12:52:07 +0000 (13:52 +0100)] 
webif: added a html5 based bandwidth monitor.

11 years agotranscoding: fixed compilation on ubuntu 14.04
John Törnblom [Tue, 14 Jan 2014 20:10:05 +0000 (21:10 +0100)] 
transcoding: fixed compilation on ubuntu 14.04

11 years agoMerge remote-tracking branch 'origin/pr/322'
Adam Sutton [Thu, 16 Jan 2014 21:20:11 +0000 (21:20 +0000)] 
Merge remote-tracking branch 'origin/pr/322'

11 years agochannel: add imagecache field
Adam Sutton [Thu, 16 Jan 2014 21:18:32 +0000 (21:18 +0000)] 
channel: add imagecache field

11 years agoAdded smart app banner for ios, linking to tvhclient
Luis Fernandes [Thu, 16 Jan 2014 12:06:23 +0000 (12:06 +0000)] 
Added smart app banner for ios, linking to tvhclient

11 years agoAdd "onid-" as suggested by Adam
oscar-b [Thu, 16 Jan 2014 08:48:02 +0000 (09:48 +0100)] 
Add "onid-" as suggested by Adam

11 years agoUse ONID as CRID authority as last resort.
oscar-b [Mon, 30 Dec 2013 09:17:36 +0000 (10:17 +0100)] 
Use ONID as CRID authority as last resort.

11 years agoMerge remote-tracking branch 'origin/pr/319'
Adam Sutton [Wed, 15 Jan 2014 21:12:11 +0000 (21:12 +0000)] 
Merge remote-tracking branch 'origin/pr/319'

Fixes #1897

11 years agotsfile: fix broken build caused by BSD updates
Adam Sutton [Wed, 15 Jan 2014 20:31:39 +0000 (20:31 +0000)] 
tsfile: fix broken build caused by BSD updates

11 years agompegts: Implement using nanosleep() for systems where clock_nanosleep() is not available
Bernhard Froehlich [Mon, 13 Jan 2014 15:09:54 +0000 (15:09 +0000)] 
mpegts: Implement using nanosleep() for systems where clock_nanosleep() is not available

11 years agobuild: ioctl() is defined in platform specific include files and features.h is Linux...
Bernhard Froehlich [Wed, 15 Jan 2014 09:21:32 +0000 (09:21 +0000)] 
build: ioctl() is defined in platform specific include files and features.h is Linux specific

11 years agobuild: Fix a gcc 4.2 warning on 64bit systems
Bernhard Froehlich [Wed, 15 Jan 2014 11:08:46 +0000 (11:08 +0000)] 
build: Fix a gcc 4.2 warning on 64bit systems

src/descrambler/capmt.c:485: warning: comparison is always false due to limited range of data type
src/descrambler/capmt.c:487: warning: comparison is always false due to limited range of data type
src/descrambler/capmt.c:538: warning: comparison is always false due to limited range of data type
src/descrambler/capmt.c:549: warning: comparison is always false due to limited range of data type

11 years agoepggrab: fix debug statement in opentv for 32/64 bit
Adam Sutton [Wed, 15 Jan 2014 13:00:19 +0000 (13:00 +0000)] 
epggrab: fix debug statement in opentv for 32/64 bit

11 years agowebif: make the channel list in the html5 video player editable.
John Törnblom [Thu, 5 Dec 2013 11:12:07 +0000 (12:12 +0100)] 
webif: make the channel list in the html5 video player editable.

11 years agoChanged date format in epg view
Dietmar Konermann [Tue, 14 Jan 2014 20:09:24 +0000 (21:09 +0100)] 
Changed date format in epg view

11 years agoAdded long date columns to epg view
Dietmar Konermann [Tue, 14 Jan 2014 15:52:28 +0000 (16:52 +0100)] 
Added long date columns to epg view

11 years agolinuxdvb: add back in la_is_enabled() callback that got removed by mistake.
Adam Sutton [Sun, 12 Jan 2014 22:31:27 +0000 (22:31 +0000)] 
linuxdvb: add back in la_is_enabled() callback that got removed by mistake.

11 years agolinuxdvb: stop EN50494 config interfering with other settings. Fixes #1929.
Adam Sutton [Sun, 12 Jan 2014 18:11:45 +0000 (18:11 +0000)] 
linuxdvb: stop EN50494 config interfering with other settings. Fixes #1929.

11 years agolinuxdvb: some simplications to EN50494 support
Adam Sutton [Sat, 11 Jan 2014 21:03:01 +0000 (21:03 +0000)] 
linuxdvb: some simplications to EN50494 support

I've removed some of the bounds checking, not a bad thing to have it, but
in general we work on the principle that if the user really is trying hard
enough to pass broken values, then so be it!

Also correct some spelling mistakes and change UI refs to "Unicable" rather
than the standard "EN50494".

11 years agofsmonitor: remove extraneous typedef's that can cause compile error. Fixes #1923
Adam Sutton [Sat, 11 Jan 2014 13:22:41 +0000 (13:22 +0000)] 
fsmonitor: remove extraneous typedef's that can cause compile error. Fixes #1923

11 years agolinuxdvb: fix satconf configuration saving
Adam Sutton [Sat, 11 Jan 2014 01:38:18 +0000 (01:38 +0000)] 
linuxdvb: fix satconf configuration saving

11 years agomain: fix stupid error of moving the initial lock of global_lock
Adam Sutton [Sat, 11 Jan 2014 01:22:51 +0000 (01:22 +0000)] 
main: fix stupid error of moving the initial lock of global_lock

11 years agolinuxdvb: some drivers appear to fail to respond to ENUM_DELSYS!
Adam Sutton [Sat, 11 Jan 2014 01:11:51 +0000 (01:11 +0000)] 
linuxdvb: some drivers appear to fail to respond to ENUM_DELSYS!

11 years agodebian: remove redundant delay option
Adam Sutton [Sat, 11 Jan 2014 00:50:33 +0000 (00:50 +0000)] 
debian: remove redundant delay option

11 years agoMerge remote-tracking branch 'origin/pr/318'
Adam Sutton [Sat, 11 Jan 2014 00:48:06 +0000 (00:48 +0000)] 
Merge remote-tracking branch 'origin/pr/318'

Conflicts:
src/input/mpegts/linuxdvb/linuxdvb_satconf.c

11 years agolinuxdvb: ensure satconf memory is cleaned up properly
Adam Sutton [Sat, 11 Jan 2014 00:43:59 +0000 (00:43 +0000)] 
linuxdvb: ensure satconf memory is cleaned up properly

11 years agoMerge remote-tracking branch 'origin/pr/317'
Adam Sutton [Sat, 11 Jan 2014 00:29:16 +0000 (00:29 +0000)] 
Merge remote-tracking branch 'origin/pr/317'

11 years agolinuxdvb: minor tweak to adapter UUID generation
Adam Sutton [Sat, 11 Jan 2014 00:21:08 +0000 (00:21 +0000)] 
linuxdvb: minor tweak to adapter UUID generation

This overcomes issues with multi-frontend tuners that change the
tuner name based on the selected frontend. We simply force the selection
of the first available frontend, which should keep things constant.

11 years agolinuxdvb: added dynamic and combi DVB tuner support
Adam Sutton [Fri, 10 Jan 2014 23:14:24 +0000 (23:14 +0000)] 
linuxdvb: added dynamic and combi DVB tuner support

I have also simplified the hardware tree. Though I still need to
resolve some minor issues related to adapter ID'ing.

11 years agofsmonitor: general purpose wrapper for inotify for monitoring files/dirs
Adam Sutton [Thu, 9 Jan 2014 16:32:03 +0000 (16:32 +0000)] 
fsmonitor: general purpose wrapper for inotify for monitoring files/dirs

pretty basic, but enough to get me started on the things I want to do for
dynamic dvb adapters, now I've given up on using udev (for various reasons).

Will probably want to migrate DVR inotify stuff onto this framework eventually.

11 years agotcp: correct typo in debug message
Adam Sutton [Fri, 10 Jan 2014 15:06:21 +0000 (15:06 +0000)] 
tcp: correct typo in debug message

11 years agobuild: declare environ explicitly on FreeBSD
Bernhard Froehlich [Fri, 10 Jan 2014 20:51:26 +0000 (20:51 +0000)] 
build: declare environ explicitly on FreeBSD

src/trap.c:107: error: 'environ' undeclared (first use in this function)

11 years agobuild: Add missing include for Dl_info on FreeBSD which is only used
Bernhard Froehlich [Fri, 10 Jan 2014 20:49:23 +0000 (20:49 +0000)] 
build: Add missing include for Dl_info on FreeBSD which is only used
when execinfo is enabled.

src/trap.c:144: error: 'Dl_info' undeclared (first use in this function)
src/trap.c:144: error: expected ';' before 'dli'
cc1: warnings being treated as errors
src/trap.c:187: warning: implicit declaration of function 'dladdr'
src/trap.c:187: error: 'dli' undeclared (first use in this function)

11 years agopthread: Add missing include for pthread_set_name_np(3)
Bernhard Froehlich [Fri, 10 Jan 2014 20:40:31 +0000 (20:40 +0000)] 
pthread: Add missing include for pthread_set_name_np(3)

11 years agoiptv: fixed crash when iptv url is null
John Törnblom [Fri, 10 Jan 2014 12:49:34 +0000 (13:49 +0100)] 
iptv: fixed crash when iptv url is null

11 years agoEN50494: merge mutex_unlocks after for-loop
Sascha Kuehndel (InuSasha) [Thu, 9 Jan 2014 19:01:51 +0000 (20:01 +0100)] 
EN50494: merge mutex_unlocks after for-loop

11 years agoEN50494: basic collision control
Sascha Kuehndel (InuSasha) [Thu, 9 Jan 2014 18:23:33 +0000 (19:23 +0100)] 
EN50494: basic collision control
- add DiSEqC repeats to en50494 tune, with random delay
- avoid parallel tuning on en50494

11 years agoEN50494: better pin drop down
Sascha Kuehndel (InuSasha) [Wed, 8 Jan 2014 21:17:02 +0000 (22:17 +0100)] 
EN50494: better pin drop down

11 years agoEN50494: convert fields for id and pin to a drop down box, on gui
Sascha InuSasha Kuehndel [Wed, 8 Jan 2014 20:31:01 +0000 (21:31 +0100)] 
EN50494: convert fields for id and pin to a drop down box, on gui

11 years agopthread: Set name of thread for easier debugging on FreeBSD
Bernhard Froehlich [Wed, 8 Jan 2014 14:39:26 +0000 (14:39 +0000)] 
pthread: Set name of thread for easier debugging on FreeBSD