a279b355c1replaced handler thread implementation from direct POSIX thread to LiveSupport::Core::Thread
maroy
2004-11-25 12:33:22 +0000
17afe62335changes helix error code output to hex format
maroy
2004-11-25 10:13:42 +0000
952021633dremoved pthread_exit() again. for some reason, the pthread implementation on Mandrake 10 crashes when a thread function exists by calling it.
maroy
2004-11-25 09:51:24 +0000
68a830f1f7added authentication module to coverage generation script temporarily commented scheduler out
maroy
2004-11-25 09:27:41 +0000
dda8e50093added link to gettingStarted.html
maroy
2004-11-25 09:14:13 +0000
d95c09c236Returning error codes and messages corrected.
tomas
2004-11-25 01:48:40 +0000
c74555104ftestAuthenitcation.xml -- one more file left out last time
fgerlits
2004-11-24 22:34:55 +0000
f561ad58ffmodified to allow only one kind of client at a time
fgerlits
2004-11-24 16:45:58 +0000
8d7e16a0c4changed StorageClientFactory to produce only one kind of client added some documentation (of xml configuration file format)
fgerlits
2004-11-24 16:21:59 +0000
bcbe880d42removed references to usleep(), and replaced them with TimeConversion::sleep()
maroy
2004-11-24 13:36:01 +0000
b58db9c65fnow export LD_LIBRARY_PATH to the targets environment
maroy
2004-11-24 13:11:46 +0000
654632125badded boost time lib to Makefile
maroy
2004-11-24 13:07:37 +0000
9ae4244b4baddded Thread::yield() replaced usleep() call to nanosleep() in TimeCoversion::sleep()
maroy
2004-11-24 13:05:27 +0000
0a7ca4196cfixed the authenitication client factory to produce test clients, too
fgerlits
2004-11-24 11:42:49 +0000
06a2fcd2a0added a test authentication client, and (temporarily) removed the 'make -C modules/storageServer' lines from the makefiles
fgerlits
2004-11-24 11:09:23 +0000
d64b7fcdf5version 2 of the authentication client; it works now, but still depends on a http server set up correctly beforehand
fgerlits
2004-11-22 10:38:08 +0000
e0cac7c756added LocalizedObject base class, with one known failing test
maroy
2004-11-22 10:30:12 +0000
5e3a5a8766added new paragraph about apache server
fgerlits
2004-11-22 10:24:07 +0000
696aa95c9fmoved doxytag generation to the root Makefile
fgerlits
2004-11-12 10:19:21 +0000
dc58a33ca4mostly cosmetic changes to TestStorageClient & fiddling with doxytag
fgerlits
2004-11-11 15:39:15 +0000
9db6d24725removed the URIs from released playlists and audio clips added the XmlRpcServerMethod external to the Scheduler documentation
fgerlits
2004-11-10 17:45:53 +0000
321955070fgot rid of tempnam() and fopen()
fgerlits
2004-11-10 10:09:04 +0000
accb53809bupdated code to reflect changes in the storage interface
maroy
2004-11-09 21:38:24 +0000
e9431a2495removed Configurable dependecy from AudioPlayerInterface
maroy
2004-11-08 10:42:05 +0000
28b2da6dd9added acquirePlaylist() to TestStorageClient
fgerlits
2004-11-08 10:08:59 +0000
4631706006removed openForPlaying() and closeForPlaying() methods from Playlist class added acquirePlaylist() to StorageClientInterface
fgerlits
2004-11-08 10:08:10 +0000
88cb83e636added openForPlaying() and closeForPlaying() methods to Playlist class
fgerlits
2004-11-08 09:39:16 +0000
d6fc734facadded a test for storage server access (doesn't work yet)
fgerlits
2004-11-07 12:51:18 +0000
790dac4fa2added EventScheduler public class
maroy
2004-11-07 08:44:12 +0000
057da6a786added playlist to SMIL conversion to Playlist class added releasePlaylist and and releaseAudioClip to TestStorageClient
fgerlits
2004-11-06 17:09:39 +0000
ecd2c3d55cadded (provisional) URI field to AudioClip
fgerlits
2004-11-05 17:32:54 +0000
7a1f319439added playlistExecutor and eventScheduler modules to global config files
maroy
2004-11-05 13:54:37 +0000
9e3e321aderefactored generic thread functionality into LiveSupport::Core::Thread
maroy
2004-11-05 13:29:59 +0000
b1cc568faeadded Thread class
maroy
2004-11-05 13:29:16 +0000