greyhound.php
Tue, 23 Dec 2008 20:20:35 -0500 Dan A few miscellaneous fixes including modifying WebServer to write data in chunks (improved performance and reliability on a slow connection)
Sun, 23 Nov 2008 23:43:59 -0500 Dan Added custom volume setting function (press v in the playlist window)
Wed, 08 Oct 2008 21:22:48 -0400 Dan Added login and credentials JSON API for some... upcoming new features.
Wed, 24 Sep 2008 13:47:42 -0400 Dan Added check for PHP 5.1.0 and improved error handling for missing pcntl
Tue, 23 Sep 2008 23:24:13 -0400 Dan Replaced multithreading in WebServer with a full multithreading library that properly handles IPC and child management
Mon, 01 Sep 2008 16:59:48 -0400 Dan Moved configuration to a separate file.
Mon, 01 Sep 2008 16:53:17 -0400 Dan Switched back to grey theme as default (oops!). Theme selection widget will come in a later commit.
Mon, 01 Sep 2008 16:51:13 -0400 Dan First shot at getting a session management system in place. Login and logout pages are there, and auth seems to be working and sufficiently secure for the moment. Sessions last indefinitely and are cookie-based.
Mon, 01 Sep 2008 13:06:50 -0400 Dan Added artwork spriting support. Artwork is now displayed using a gigantic CSS sprite instead of hundreds of little images. GD required.
Sun, 24 Aug 2008 01:26:20 -0400 Dan Children are no longer noisy when dying (don't I sound perverted)
Fri, 15 Aug 2008 23:49:00 -0400 Dan Merging changes from nighthawk; added support for dumb terminals
Fri, 15 Aug 2008 23:31:37 -0400 Dan Removed requirement for detecting home directory; artwork fetcher relies on return from saveCurrentPlaylist now
Fri, 15 Aug 2008 23:22:30 -0400 Dan Experimental: upon change to playlist, send SIGUSR1 to parent process and branch out to all children to force a playlist refresh
Fri, 15 Aug 2008 23:29:37 -0400 Dan Made Greyhound check for SimpleXML.
Wed, 06 Aug 2008 01:04:32 -0400 Dan Switched default theme to grey.
Tue, 05 Aug 2008 13:15:11 -0400 Dan Added initial album artwork support.
Mon, 30 Jun 2008 12:36:13 -0400 Dan Made the webserver a bit smarter. It handles running as root properly (only allows it if user/group specified and port < 1024) and directory listing is massively smarter.
Fri, 25 Apr 2008 14:48:23 -0400 Dan Added the "powered by" link and rebranded as 0.1 alpha 1
Sat, 12 Apr 2008 09:26:01 -0400 Dan Re-enabled multi-threaded operation after trying with a field test
Wed, 02 Apr 2008 01:36:53 -0400 Dan Disabled forking/keep-alive code, firefox doesn't seem to like the way it waits for requests
Wed, 02 Apr 2008 00:23:51 -0400 Dan Added multi-threading/forking/keep-alive support to webserver. w00t, feeling all POSIX-happy today!
Wed, 26 Mar 2008 11:10:20 -0400 Dan Added PHP feature check to prevent script from throwing unneeded exceptions on unsupported PHP configurations
Wed, 26 Mar 2008 10:24:20 -0400 Dan Backend improvement to webserver that causes interrupts to work properly; made pcntl_signal only be called if it's supported
Sun, 23 Mar 2008 23:55:50 -0400 Dan Modified to trap signals properly and not write to the root directory (only working directory)
Sun, 23 Mar 2008 23:17:06 -0400 Dan Modified to fit Amarok script specifications.
less more (0) tip