maroy
|
c9e68edff6
|
minor sanity changes...
|
2004-11-25 14:52:26 +00:00 |
maroy
|
a279b355c1
|
replaced handler thread implementation from direct POSIX thread to
LiveSupport::Core::Thread
|
2004-11-25 12:33:22 +00:00 |
maroy
|
17afe62335
|
changes helix error code output to hex format
|
2004-11-25 10:13:42 +00:00 |
maroy
|
952021633d
|
removed pthread_exit() again. for some reason, the pthread implementation
on Mandrake 10 crashes when a thread function exists by calling it.
|
2004-11-25 09:51:24 +00:00 |
tomas
|
d95c09c236
|
Returning error codes and messages corrected.
|
2004-11-25 01:48:40 +00:00 |
fgerlits
|
c74555104f
|
testAuthenitcation.xml -- one more file left out last time
|
2004-11-24 22:34:55 +00:00 |
fgerlits
|
f561ad58ff
|
modified to allow only one kind of client at a time
|
2004-11-24 16:45:58 +00:00 |
fgerlits
|
8d7e16a0c4
|
changed StorageClientFactory to produce only one kind of client
added some documentation (of xml configuration file format)
|
2004-11-24 16:21:59 +00:00 |
maroy
|
bcbe880d42
|
removed references to usleep(), and replaced them with TimeConversion::sleep()
|
2004-11-24 13:36:01 +00:00 |
maroy
|
654632125b
|
added boost time lib to Makefile
|
2004-11-24 13:07:37 +00:00 |
maroy
|
9ae4244b4b
|
addded Thread::yield()
replaced usleep() call to nanosleep() in TimeCoversion::sleep()
|
2004-11-24 13:05:27 +00:00 |
fgerlits
|
0a7ca4196c
|
fixed the authenitication client factory to produce test clients, too
|
2004-11-24 11:42:49 +00:00 |
fgerlits
|
06a2fcd2a0
|
added a test authentication client, and (temporarily) removed the
'make -C modules/storageServer' lines from the makefiles
|
2004-11-24 11:09:23 +00:00 |
tomas
|
41af7984c1
|
Changes for less verbose and more robust setup process.
Some documentation added.
|
2004-11-24 04:07:46 +00:00 |
fgerlits
|
d453f7d664
|
added some more documentation to the authentication client
|
2004-11-23 16:31:14 +00:00 |
maroy
|
723e0459fa
|
added -pthread option to CFLAGS and LDFLAGS
|
2004-11-23 11:51:22 +00:00 |
fgerlits
|
3aff2f8a8c
|
added authenticationclient.xml files which I forgot last time
|
2004-11-23 11:32:36 +00:00 |
fgerlits
|
6b616419df
|
I thought I committed this last night, but apparently not
|
2004-11-23 09:42:36 +00:00 |
maroy
|
a9fddab949
|
fixed typo
|
2004-11-22 12:05:21 +00:00 |
fgerlits
|
4d58654fea
|
moved these over to Core because the StorageClientInterface depends on them
|
2004-11-22 10:57:24 +00:00 |
maroy
|
ef9025c181
|
fixed typo
|
2004-11-22 10:41:50 +00:00 |
fgerlits
|
d64b7fcdf5
|
version 2 of the authentication client; it works now, but still depends
on a http server set up correctly beforehand
|
2004-11-22 10:38:08 +00:00 |
maroy
|
e0cac7c756
|
added LocalizedObject base class, with one known failing test
|
2004-11-22 10:30:12 +00:00 |
maroy
|
3f0fe23b5e
|
added empty directories
|
2004-11-21 10:09:18 +00:00 |
fgerlits
|
c662e639e0
|
added some more bits of the authentication module
|
2004-11-20 10:53:56 +00:00 |
fgerlits
|
03e541ce79
|
added authentication module
|
2004-11-20 10:24:23 +00:00 |
maroy
|
f790cf1965
|
fixed thread test to make sure it runs on all scheduling environments
|
2004-11-18 15:59:22 +00:00 |
maroy
|
5e8312cc82
|
fixed bug #0000452, where the thread was crashing after exit
|
2004-11-18 15:44:11 +00:00 |
maroy
|
54164b752c
|
updated test object to reflect changes in access return types (const returns)
|
2004-11-18 12:28:02 +00:00 |
fgerlits
|
9b4502fccc
|
added the first real function (existsAudioClip()) to the WebStorageClient
|
2004-11-17 18:18:34 +00:00 |
fgerlits
|
6fb2c1b578
|
added (so far mostly empty) WebStorageClient
|
2004-11-16 15:21:16 +00:00 |
fgerlits
|
ca278cecdd
|
*** empty log message ***
|
2004-11-12 14:14:23 +00:00 |
fgerlits
|
696aa95c9f
|
moved doxytag generation to the root Makefile
|
2004-11-12 10:19:21 +00:00 |
fgerlits
|
dc58a33ca4
|
mostly cosmetic changes to TestStorageClient & fiddling with doxytag
|
2004-11-11 15:39:15 +00:00 |
fgerlits
|
9db6d24725
|
removed the URIs from released playlists and audio clips
added the XmlRpcServerMethod external to the Scheduler documentation
|
2004-11-10 17:45:53 +00:00 |
fgerlits
|
321955070f
|
got rid of tempnam() and fopen()
|
2004-11-10 10:09:04 +00:00 |
maroy
|
3ed2496b03
|
added .smil extenstion to generated temporary SMIL files
|
2004-11-09 20:58:18 +00:00 |
fgerlits
|
027156d9c1
|
shortened the test sound
|
2004-11-09 17:43:50 +00:00 |
fgerlits
|
830325ca92
|
part 2 of the new acquire/release methods
|
2004-11-09 16:54:03 +00:00 |
fgerlits
|
0e0d7335a1
|
rewrote acquire/release methods in TestStorageClient
|
2004-11-09 16:05:44 +00:00 |
maroy
|
c3a8a3c6da
|
changed temp file name prefix from var/ to tmp/
|
2004-11-09 10:13:53 +00:00 |
fgerlits
|
d190bbaf7e
|
first provisional implementation of the acquire and release methods in
the TestStorageClient class
|
2004-11-08 22:17:42 +00:00 |
tomas
|
611e8ea762
|
Better comments in xrLocStor.php. +minor changes
|
2004-11-08 20:24:57 +00:00 |
tomas
|
ad0f796cd1
|
Minor changes in storeXMLNode, storeRecord and genXMLNode methods.
|
2004-11-08 20:21:15 +00:00 |
maroy
|
654ec9651a
|
some code cleanup
|
2004-11-08 13:18:45 +00:00 |
maroy
|
e9431a2495
|
removed Configurable dependecy from AudioPlayerInterface
|
2004-11-08 10:42:05 +00:00 |
fgerlits
|
28b2da6dd9
|
added acquirePlaylist() to TestStorageClient
|
2004-11-08 10:08:59 +00:00 |
fgerlits
|
4631706006
|
removed openForPlaying() and closeForPlaying() methods from Playlist class
added acquirePlaylist() to StorageClientInterface
|
2004-11-08 10:08:10 +00:00 |
fgerlits
|
88cb83e636
|
added openForPlaying() and closeForPlaying() methods to Playlist class
|
2004-11-08 09:39:16 +00:00 |
fgerlits
|
d0645cb6ee
|
*** empty log message ***
|
2004-11-07 12:51:58 +00:00 |