.. |
evhttp
|
Update evhttp to 1.4.14b
|
2010-07-23 18:28:42 +02:00 |
evrtsp
|
Update evrtsp based on evhttp 1.4.14b
|
2010-07-23 18:28:50 +02:00 |
.gitignore
|
Fix paths and rename the project
|
2009-06-12 13:00:34 +02:00 |
DAAP.g
|
Update copyright notices for 2010
|
2010-01-05 19:34:00 +01:00 |
DAAP2SQL.g
|
Fix integer parameter check for 32bit platforms
|
2010-05-09 09:00:44 +02:00 |
Makefile.am
|
Use $(ANTLR) variable instead of substitution to invoke ANTLR
|
2010-06-26 12:20:49 +02:00 |
RSP.g
|
Update copyright notices for 2010
|
2010-01-05 19:34:00 +01:00 |
RSP2SQL.g
|
Integer types cleanup
|
2010-02-02 21:09:56 +01:00 |
artwork.c
|
Add artwork handling routines
|
2010-03-07 15:45:47 +01:00 |
artwork.h
|
Add artwork handling routines
|
2010-03-07 15:45:47 +01:00 |
conffile.c
|
Default sound card for FreeBSD
|
2010-05-02 11:45:16 +02:00 |
conffile.h
|
Maintain libhash in the conffile module
|
2010-05-02 11:21:07 +02:00 |
daap_query.c
|
Maintain songalbumid inside the files table
|
2010-03-06 17:29:37 +01:00 |
daap_query.h
|
Move daap_songalbumid() to its now-unique callsite
|
2010-03-06 17:29:48 +01:00 |
db.c
|
Protect db_perthread_deinit() against NULL hdl
|
2010-07-17 14:41:11 +02:00 |
db.h
|
Add unicode_fixup_mfi() to check & reencode UTF-8 fields in struct media_file_info
|
2010-06-21 17:50:09 +02:00 |
dmap_helpers.c
|
Constify dmap_add_string() parameter
|
2010-05-02 11:21:07 +02:00 |
dmap_helpers.h
|
Constify dmap_add_string() parameter
|
2010-05-02 11:21:07 +02:00 |
ffmpeg_url_evbuffer.c
|
FFmpeg "evbuffer:0x..." URLProtocol implementation
|
2010-03-07 11:13:38 +01:00 |
ffmpeg_url_evbuffer.h
|
FFmpeg "evbuffer:0x..." URLProtocol implementation
|
2010-03-07 11:13:38 +01:00 |
filescanner.c
|
Stop inotify event at deinit
|
2010-07-30 22:15:38 +02:00 |
filescanner.h
|
Hook up iTunes library scanner
|
2009-11-28 10:55:43 +01:00 |
filescanner_ffmpeg.c
|
Kill two open-coded instances of safe_atou32()
|
2010-05-09 08:55:50 +02:00 |
filescanner_itunes.c
|
Check & fix UTF-8 strings before adding/updating files
|
2010-06-21 17:50:09 +02:00 |
filescanner_m3u.c
|
Ignore empty lines in M3U playlists
|
2010-01-23 18:41:54 +01:00 |
filescanner_urlfile.c
|
Kill two open-coded instances of safe_atou32()
|
2010-05-09 08:55:50 +02:00 |
httpd.c
|
Account for new evhttp behaviour on failed incoming connections
|
2010-07-23 18:28:29 +02:00 |
httpd.h
|
Introduce httpd_send_reply() with gzip capability
|
2010-05-03 19:11:55 +02:00 |
httpd_daap.c
|
Add mpco to playlists, hardcode to 0 for now
|
2010-07-31 10:40:39 +02:00 |
httpd_daap.h
|
Use embedded evhttp
|
2009-05-03 11:16:57 +02:00 |
httpd_dacp.c
|
Set playlist ID when queueing a playlist via DACP playspec
|
2010-07-31 12:32:14 +02:00 |
httpd_dacp.h
|
Introduce stub DACP protocol implementation
|
2010-01-30 17:30:22 +01:00 |
httpd_rsp.c
|
Kill extra semi-colon
|
2010-06-21 19:19:13 +02:00 |
httpd_rsp.h
|
Use embedded evhttp
|
2009-05-03 11:16:57 +02:00 |
laudio.h
|
Add ALSA-based local audio output support
|
2010-05-02 11:44:43 +02:00 |
laudio_alsa.c
|
Add ALSA-based local audio output support
|
2010-05-02 11:44:43 +02:00 |
laudio_oss4.c
|
Add OSS4 local audio output implementation
|
2010-05-02 11:45:15 +02:00 |
logger.c
|
seteuid(0) for reopening the log file
|
2010-07-14 13:06:32 +02:00 |
logger.h
|
Make vlogger() static; unneeded outside of logger.c
|
2010-05-03 18:19:40 +02:00 |
main.c
|
Fixup error handling for player & httpd startup
|
2010-07-30 17:47:23 +02:00 |
mdns_avahi.c
|
Do not add service browser to the list if browser creation fails
|
2010-07-16 18:36:16 +02:00 |
mdns_avahi.h
|
Browse and resolve mDNS services on both IPv4 and IPv6
|
2010-05-14 17:36:29 +02:00 |
misc.c
|
Add unicode_fixup_string() to check & reencode UTF-8 strings
|
2010-06-21 17:50:09 +02:00 |
misc.h
|
Add unicode_fixup_string() to check & reencode UTF-8 strings
|
2010-06-21 17:50:09 +02:00 |
player.c
|
Properly stop playback if playback cannot start to reset player state
|
2010-08-03 19:09:50 +02:00 |
player.h
|
Maintain current playlist ID in the player state
|
2010-07-31 12:30:51 +02:00 |
raop.c
|
Kill RAOP sessions at deinit
|
2010-07-30 22:18:06 +02:00 |
raop.h
|
Turn flags into bitfields to reduce struct sizes
|
2010-07-30 19:09:09 +02:00 |
remote_pairing.c
|
Add IPv6 support to Remote pairing agent
|
2010-05-14 17:37:13 +02:00 |
remote_pairing.h
|
Add a pairing agent for Remote
|
2010-01-17 10:52:58 +01:00 |
rng.c
|
Replace rng_rand_range() with GLib's g_rand_int_range() that works better
|
2010-05-02 11:45:14 +02:00 |
rng.h
|
Add random number generator and related functions
|
2010-05-02 11:45:14 +02:00 |
rsp_query.c
|
Include config.h in all C files
|
2010-02-02 21:09:55 +01:00 |
rsp_query.h
|
Add new ANTLR parser for RSP queries
|
2009-06-07 19:06:51 +02:00 |
scan-flac.c
|
Include config.h in all C files
|
2010-02-02 21:09:55 +01:00 |
scan-mpc.c
|
Include config.h in all C files
|
2010-02-02 21:09:55 +01:00 |
scan-wma.c
|
Include config.h in all C files
|
2010-02-02 21:09:55 +01:00 |
transcode.c
|
Add seek support to transcode
|
2010-05-02 11:21:08 +02:00 |
transcode.h
|
Add seek support to transcode
|
2010-05-02 11:21:08 +02:00 |