diff ChangeLog @ 2668:d5da5d37ec8b trunk

[svn] - unlock many playlist operations that do not really need locking - information retrieval should not be atomic - add code to expose potentially unnecessary playlist locks - now playlists with remote URIs can mostly be probed in the background
author nenolod
date Tue, 10 Apr 2007 11:12:56 -0700
parents 8c56926de2ad
children 0b4949cad842
line wrap: on
line diff
--- a/ChangeLog	Tue Apr 10 10:17:48 2007 -0700
+++ b/ChangeLog	Tue Apr 10 11:12:56 2007 -0700
@@ -1,3 +1,11 @@
+2007-04-10 17:17:48 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [4360]
+  - probe remote sources (hardcoded to http://, https://) in the background.
+  
+  trunk/src/audacious/playlist.c |   61 ++++++++++++++++++++++++-----------------
+  1 file changed, 37 insertions(+), 24 deletions(-)
+
+
 2007-04-10 16:45:30 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [4358]
   - do not use the signal handler at all on linuxthreads and hope for the best