|
Failed to load latest commit information. |
|
man
|
Update man/hgd-proto.7
|
|
|
plugins
|
bring python up to date
|
|
|
pydoc/txt
|
regenerate pydoc
|
|
|
pylib
|
bring python up to date
|
|
|
share/examples
|
tidy/spelling
|
|
|
.gitignore
|
start separating shared client funcs in client.[ch]
|
|
|
COPYING
|
add COPYING file. Closes #35
|
|
|
DEVELOPERS
|
expand -Wl,--as-needed section some more
|
|
|
Makefile.in
|
missing CONFIG_CFLAGS spotted by Nigel Taylor. Thanks
|
|
|
README
|
update readme
|
|
|
autogen.sh
|
no verbose plz
|
|
|
cfg.c
|
Merge branch '0.5.x' of github.com:vext01/hgd into 0.5.x
|
|
|
cfg.h
|
#135 no more unused variable and moved some replicated code to cfg.c
|
|
|
client.c
|
fix a leak
|
|
|
client.h
|
upload progress in nchgdc, pretty crappy, needs reworking
|
|
|
common.c
|
fixes #129 . Opens pid file before deamonsing, so we can warn the user
|
|
|
configure.in
|
Do not check MPlayer presence at compile time. Closes #133
|
|
|
crypto.c
|
* unbreak build without libconfig (again)
|
|
|
crypto.h
|
clean up includes in new files
|
|
|
db.c
|
purge old style unused variable markers
|
|
|
db.h
|
clean an XXX
|
|
|
hgd-admin.c
|
#135 no more unused variable and moved some replicated code to cfg.c
|
|
|
hgd-mk-pydoc.c
|
define component names
|
|
|
hgd-netd.c
|
fixes #129 . Opens pid file before deamonsing, so we can warn the user
|
|
|
hgd-playd.c
|
Merge branch 'master' of github.com:vext01/hgd
|
|
|
hgd.h
|
Update hgd.h
|
|
|
hgdc.c
|
line should not be printed if playlist is empty
|
|
|
mplayer.c
|
check for MPlayer at runtime
|
|
|
mplayer.h
|
check for MPlayer at runtime
|
|
|
nchgdc.c
|
fix debug console, \r and \n turn up as ^
|
|
|
nchgdc.h
|
fix some memory leaks. some remain. cant figure them out in this state
|
|
|
net.c
|
ineffectual assignments found by clang static analyzer
|
|
|
net.h
|
double line size, as i just queued a track which is too long for a 256
|
|
|
py.c
|
fix a few more fd bugs and pieces
|
|
|
py.h
|
add major/minor fields to python scripting backend
|
|
|
user.c
|
unify permission printing across hgd-admin and hgdc. Also we deal wit…
|
|
|
user.h
|
bye bye admin.{ch}. (waves o/ )
|
|