Commit Graph

  • 31bbea6109 Win32 performance fix (WSAEWOULDBLOCK hack issue) Ron Pedde 2007-10-19 03:35:24 +0000
  • 43c234e666 Add per-thread db handles to guard against SQLITE_MISUSE Ron Pedde 2007-10-13 22:03:52 +0000
  • 6df87878a5 increased logging to debug wav streaming problem on win32/vista Ron Pedde 2007-10-07 04:48:19 +0000
  • aa7b98f214 Fix for iTunes 7 password prompt on movie playback Ron Pedde 2007-10-07 04:39:30 +0000
  • 3caf85e221 Fix for crash on os/arch without va_copy Ron Pedde 2007-10-02 03:15:21 +0000
  • a921916f30 Tune down logging a bit more Ron Pedde 2007-09-25 07:50:48 +0000
  • 208ef6b1f2 minor signed/unsigned cleanups Ron Pedde 2007-09-25 06:15:47 +0000
  • 667d77a466 Remove aspl license from nsi build Ron Pedde 2007-09-25 06:15:00 +0000
  • a8e49e41f4 Disable iconv on mac build, as the fink iconv doesn't produce a static lib Ron Pedde 2007-09-23 21:14:09 +0000
  • 01c7d18758 io.c: Fix rebuffering issue on win32 (fixing #235) webserver.c: Fix write error log messages. Possible fix for crash on mipsel (uninitialized heap issue). Ron Pedde 2007-09-23 10:14:51 +0000
  • 4966f4213e Fold the mp4 scanner into the aac scanner, fix the playlist issue, and the aac metadata parsing issue Ron Pedde 2007-09-16 02:03:25 +0000
  • d18632b255 remove the aspl stuff from the admin-root makefile as well Ron Pedde 2007-09-15 06:08:34 +0000
  • 59ade51f8a Fix exports for the bsds Ron Pedde 2007-09-14 03:41:51 +0000
  • 854a99470c Fix problem with password protected libraries Ron Pedde 2007-09-13 04:52:18 +0000
  • 5864fd8a15 Fix problem with line endings on m3u files Ron Pedde 2007-09-13 04:27:47 +0000
  • 6c1f3ff05a Remove aspl license info, as none of the code is aspl licensed anymore Ron Pedde 2007-09-12 13:08:04 +0000
  • b082328a4d This should be the REAL freebsd socklen_t fix Ron Pedde 2007-09-11 04:45:59 +0000
  • 196ac7b468 Version the plugins, to stop from loading old versions, plus fix up search paths for ipkg based installs Ron Pedde 2007-09-11 04:29:52 +0000
  • 491d1038eb Fix for EOF problem without trailing linefeed as reported by evans02472 on the forums Ron Pedde 2007-09-09 06:02:03 +0000
  • 2734480212 Freebsd fix for socklen_t problem reported in forums Ron Pedde 2007-09-09 05:56:56 +0000
  • 9d9ce5ba7a fix win32 library loading issues. Ron Pedde 2007-09-07 07:51:00 +0000
  • effab02bc1 scan for new plugin path when not specified in config Ron Pedde 2007-09-07 06:55:25 +0000
  • 06a107f116 Add debugging to try and find problems with EBADF on Sun Cobalt RaQ Ron Pedde 2007-09-07 06:52:23 +0000
  • 64b8eb7e71 don't include iconv.h when building without iconv Ron Pedde 2007-09-05 03:28:56 +0000
  • 9d9533a07a Win32 iconv fixes. Ron Pedde 2007-09-04 07:34:18 +0000
  • 0be8f98a40 Allow --disable-iconv Ron Pedde 2007-09-04 07:26:50 +0000
  • 9246bfe59e iconv fixes for linux Ron Pedde 2007-09-04 05:11:43 +0000
  • 5e69ba1a35 add ff-plugin-events.h to dist package Ron Pedde 2007-09-04 02:40:22 +0000
  • 0dbfef95bd fix configure for libc-based iconv Ron Pedde 2007-09-03 23:55:43 +0000
  • 9aaff066d3 Add codepage translation for non-utf8 id3v1 tags Ron Pedde 2007-09-03 21:39:20 +0000
  • 00cbda5e95 deprecate general/playlist Ron Pedde 2007-09-03 17:50:56 +0000
  • 839f500358 Fix re-write of config file by preserving line endings Ron Pedde 2007-09-03 17:48:56 +0000
  • cab9a1ecd0 Fix utf-16 problems in win32 and unix. Ron Pedde 2007-08-31 05:23:16 +0000
  • 2f83ecb3fc fix stupid pointer bug Ron Pedde 2007-08-30 05:42:59 +0000
  • 9d222abd4b Fix sys/time requirement in upnp.c Ron Pedde 2007-08-30 05:36:06 +0000
  • 153e874bef Patch from Stephane Moreau to make apache rewrites easier Ron Pedde 2007-08-27 00:57:47 +0000
  • f2174b3173 Patch from Ian Burrell to move plugins from sysconfdit to libdir, as it Should Be Ron Pedde 2007-08-27 00:55:17 +0000
  • 1ca5cef013 Fix windows open for non-latin files Ron Pedde 2007-08-27 00:43:33 +0000
  • d88132f6c9 use iconv for utf8/utf16 conversion, in preparation for codepage id3tags and file system conversion Ron Pedde 2007-08-23 03:55:10 +0000
  • f2be31595f add io_ functions for plugins Ron Pedde 2007-08-18 01:15:51 +0000
  • 40956ee0f9 fix VA_COPY Ron Pedde 2007-08-12 08:43:27 +0000
  • 17afc25676 linux fixes for new plugin arch Ron Pedde 2007-08-12 06:30:00 +0000
  • a90bb2ab10 Add io-errors.h and io-plugin.h to make dist Ron Pedde 2007-08-11 04:41:21 +0000
  • f40c75773a win32 fixes for new plugin model Ron Pedde 2007-08-10 00:48:31 +0000
  • 57dded49f9 oops, forgot the plugin interface Ron Pedde 2007-08-09 07:10:35 +0000
  • 0429230d00 remove function backpointers for dll plugins Ron Pedde 2007-08-09 06:33:41 +0000
  • 366ae9913c Fix problems with ascii log files, also problems with WSAEWOULDBLOCK on send buffer/receive window full. Ron Pedde 2007-08-06 05:18:01 +0000
  • 5cf869342b avoid re-entrant error logging to avoid deadlocks Ron Pedde 2007-08-06 03:18:44 +0000
  • a806dde1da Implement ascii line-ending conversion for windows Ron Pedde 2007-08-05 04:43:25 +0000
  • b108edbc52 fix excessive logging in mdns, and remove rdar tags Ron Pedde 2007-08-05 04:09:12 +0000
  • 4f0b1f24e0 cleanups for io_ on win32. still not quite working right, some read or write errors when streaming files, but a strong "mostly works" Ron Pedde 2007-08-01 06:32:15 +0000
  • ca7beedde3 convert scan-wma to io_ functions Ron Pedde 2007-08-01 06:21:53 +0000
  • 4b9b1fe177 merge ron-ssl branch back to trunk in preparation for windows cleanups, merge setup tweaks and credits language as well as update rend-posix from stable-aspl-free Ron Pedde 2007-07-31 04:34:33 +0000
  • 1a5a131bd1 Update license info in about page Ron Pedde 2007-05-30 03:53:13 +0000
  • f1cc5ca6fb Fix for missing upnp_uuid() Ron Pedde 2007-05-18 02:27:29 +0000
  • 3ac4048b0d Fix wav scanner to allow both 16 and 18 byte 'fmt ' chunks, also allow for out-of-order WAVE chunks Ron Pedde 2007-05-10 06:24:50 +0000
  • 39d957bbee Merge r1580 from Roku tree to trunk Ron Pedde 2007-05-10 04:32:54 +0000
  • 7f5e364954 Add enough more UPnP discovery that it shows up on SoundBridge Ron Pedde 2007-05-05 04:35:50 +0000
  • 648297e253 Finish (mostly) upnp discovery Ron Pedde 2007-05-04 21:31:05 +0000
  • 0eba96d92a More UPnP work. Almost finished with discovery. Ron Pedde 2007-05-03 03:30:30 +0000
  • 0115887492 Move split functions from conf to util Ron Pedde 2007-05-03 00:28:14 +0000
  • 61f5e96ea7 Force a full rescan when the database version is too new Ron Pedde 2007-05-03 00:18:25 +0000
  • f3d5caedb1 Missing header Ron Pedde 2007-05-03 00:10:10 +0000
  • 9ba5a51fdd Fix small race in registerhandler Ron Pedde 2007-05-02 23:49:42 +0000
  • 360c7f945e Fix for win32 playlist dissapearing issue Ron Pedde 2007-04-30 00:18:04 +0000
  • 29c4e25425 Minor auth fixes Ron Pedde 2007-04-27 12:31:42 +0000
  • df3f9d8bfd Set blank admin password for windows -- forcing admin_pw change Ron Pedde 2007-04-27 12:31:23 +0000
  • 678acfa5ab Merge r1564 from roku branch to mainline Ron Pedde 2007-04-25 03:26:49 +0000
  • 1076217b87 Update credits with tranlation info Ron Pedde 2007-04-25 03:16:53 +0000
  • 15e5592a8b Add translation files necessary for i18n Ron Pedde 2007-04-25 03:08:10 +0000
  • 16d7ebf4ff Get rid of the av manager Ron Pedde 2007-04-24 20:46:11 +0000
  • f022fe5ae9 Make eol-style CRLF, to help windows parse the xml file better Ron Pedde 2007-04-24 20:42:59 +0000
  • beb7aa69d9 make italian translation in utf-16be, to avoid problems with building localized files. Ron Pedde 2007-04-24 04:11:04 +0000
  • 5a553e7475 Finish Japanese localization, Ron Pedde 2007-04-24 03:55:32 +0000
  • 8b04c2dcb3 Installer fixes -- Make log file world writable (for debug mode), move the shell startup to HKCU rather than HKLM. Ron Pedde 2007-04-23 03:52:57 +0000
  • be98104ff1 Update translations Ron Pedde 2007-04-23 03:41:37 +0000
  • 0ade4784ff Fix stupid password bug Ron Pedde 2007-04-19 03:46:40 +0000
  • eedf20f7f2 More password handling Ron Pedde 2007-04-19 03:19:57 +0000
  • e9a08a6951 upnp updates, plus some password fixes Ron Pedde 2007-04-19 03:00:00 +0000
  • 5be4c9d8a4 More simple upnp updates Ron Pedde 2007-04-19 02:58:56 +0000
  • c6a9009550 Oops, thinko on the playlist thing Ron Pedde 2007-04-18 03:34:03 +0000
  • a15eabbd76 Crank up debug a bit for handlers to help track down wl500g errors Ron Pedde 2007-04-18 03:12:42 +0000
  • a6f8ce2cc3 Fix for sys/select problem reported in forums Ron Pedde 2007-04-18 03:10:40 +0000
  • 5b38bc6d6c Solve the case of the missing playlists\! D'oh\! Ron Pedde 2007-04-18 03:07:25 +0000
  • c4e5f8ac40 add -lresolv for inet_aton on solaris as reported by bfranke on the forums Ron Pedde 2007-04-16 21:34:23 +0000
  • d8ad7c7ebc Tune down auth logging a bit, increase debugging in ws handler to try and find wl500g problem Ron Pedde 2007-04-16 21:31:56 +0000
  • e8ff234550 Minor win32 fixes for S_ISDIR Ron Pedde 2007-04-16 05:30:10 +0000
  • fb86538d79 Add centralized auth handler for different user roles (currently admin and user), closing #225 and #220 Ron Pedde 2007-04-15 23:57:00 +0000
  • 29478fcca1 Remove regex functions from webserver, instead preferring path from root - fixes problems with bad regex in uclibc Ron Pedde 2007-04-15 23:27:16 +0000
  • 096975abfe More UPnP work. Still doesn't show up in network neighborhood. Not quite sure why not, though. :) Ron Pedde 2007-04-15 23:20:13 +0000
  • a6b9099e01 Use S_ISDIR to determine file directoryishness Ron Pedde 2007-04-15 20:36:00 +0000
  • e991d1ec08 logging for bad passwords as suggested by mas Ron Pedde 2007-04-13 23:31:57 +0000
  • 69ec57328e ifdef the upnp stuff in main Ron Pedde 2007-04-13 23:31:22 +0000
  • 5e9d9a3f20 forgot upnp files Ron Pedde 2007-04-13 21:38:05 +0000
  • 1f640234f5 start of UPnP functions Ron Pedde 2007-04-13 21:37:42 +0000
  • 9ccc48eac9 uninitialized string error, found by Ron (the *other* ron) on the forums. Ron Pedde 2007-04-12 18:34:09 +0000
  • 245e062530 Fix for tzset/putenv in compat, to help build on wl500g Ron Pedde 2007-04-11 02:33:47 +0000
  • 914cd2d54d include config guards for headers in plugin.c, remove dynamic-art from vc project. Ron Pedde 2007-04-10 01:39:08 +0000
  • 4d323f2729 Fix headers Ron Pedde 2007-04-09 06:50:58 +0000
  • 6f1f6d8ece Add always_transcode, first pass at a fix for the hifidelio/olive, something like the one offered by Matthias Schmidt Ron Pedde 2007-04-09 04:23:51 +0000