log ChangeLog @ 2677:52785bdac597 trunk

age author description
Thu, 12 Apr 2007 00:16:37 -0700 yaz [svn] - workaround for linuxthread's broken implementation of sigwait(). trunk
Wed, 11 Apr 2007 00:28:41 -0700 yaz [svn] - unsigned char should be used during id3v1 parse. closes #888. trunk
Tue, 10 Apr 2007 14:17:31 -0700 nenolod [svn] - chase r4268 (patch by Joker) trunk
Tue, 10 Apr 2007 14:16:32 -0700 nenolod [svn] - use pthread_sigmask(SIG_BLOCK, ...) instead of of SIG_SETMASK trunk
Tue, 10 Apr 2007 11:29:48 -0700 nenolod [svn] - chase r4368. trunk
Tue, 10 Apr 2007 11:29:11 -0700 nenolod [svn] - chase r4368. trunk
Tue, 10 Apr 2007 11:27:26 -0700 nenolod [svn] - playlist_get_length_nolock() -> playlist_get_length(), no need for trunk
Tue, 10 Apr 2007 11:25:39 -0700 nenolod [svn] - playlist_set_info() does not change the playlist and shouldn't block trunk
Tue, 10 Apr 2007 11:20:21 -0700 nenolod [svn] - tuple operations do not change the structure of the playlist and trunk
Tue, 10 Apr 2007 11:12:56 -0700 nenolod [svn] - unlock many playlist operations that do not really need locking trunk
Tue, 10 Apr 2007 10:17:48 -0700 nenolod [svn] - probe remote sources (hardcoded to http://, https://) in the background. trunk
Tue, 10 Apr 2007 09:45:30 -0700 nenolod [svn] - do not use the signal handler at all on linuxthreads and hope for the best trunk
Tue, 10 Apr 2007 08:42:11 -0700 nenolod [svn] - include missing header trunk
Tue, 10 Apr 2007 08:39:56 -0700 nenolod [svn] - handle sigwait(2) brokenness on linuxthreads trunk
Mon, 09 Apr 2007 17:55:56 -0700 nenolod [svn] - unbreak the build trunk
Mon, 09 Apr 2007 13:29:20 -0700 nenolod [svn] - remove the unplayable files dialog. it is more annoying than useful. trunk
Sun, 08 Apr 2007 18:05:09 -0700 nenolod [svn] - use execinfo.h to provide more useful information about crashes trunk
Sat, 07 Apr 2007 05:36:05 -0700 giacomo [svn] - fixed c++ish declaration in a c file (part 7) trunk
Sat, 07 Apr 2007 05:29:39 -0700 giacomo [svn] - fixed c++ish declaration in a c file (part 6) trunk
Sat, 07 Apr 2007 05:25:22 -0700 giacomo [svn] - fixed c++ish declaration in a c file (part 5) trunk
Sat, 07 Apr 2007 05:15:25 -0700 giacomo [svn] - fixed c++ish declaration in a c file (part 4) trunk
Sat, 07 Apr 2007 05:08:36 -0700 giacomo [svn] - fixed c++ish declaration in a c file (part 3) trunk
Sat, 07 Apr 2007 04:56:27 -0700 giacomo [svn] - fixed c++ish declaration in a c file (part 2) trunk
Sat, 07 Apr 2007 04:36:14 -0700 giacomo [svn] - fixed c++ish declaration in a c file trunk
Thu, 05 Apr 2007 17:16:09 -0700 nenolod [svn] - fix crashes related to alt+click enqueue trunk
Thu, 05 Apr 2007 17:01:26 -0700 nenolod [svn] - fix alt+click enqueue. this is more like vincent ratier's original patch except that it's C90-capable for freebsd 4. trunk
Thu, 05 Apr 2007 09:26:13 -0700 giacomo [svn] - allow the player to start with all of its windows hidden (but give a warning to the user, whose display can be disabled); also, try to remember player windows positions when they stay hidden between sessions trunk
Thu, 05 Apr 2007 06:11:33 -0700 nenolod [svn] - patch by Vincent Ratier to add Alt+Click enqueue to the playlist editor. Closes #860. trunk
Thu, 05 Apr 2007 05:56:00 -0700 nenolod [svn] - don't resample if source rate matches the internal clock rate. closes #881. trunk
Thu, 05 Apr 2007 05:32:15 -0700 nenolod [svn] - synchronize SRC conversion patch with upstream trunk