index
:
audist
decoder_api_change
master
old
Distributed audio storage.
Jon Bergli Heier
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
commands.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-04
Added proper error handling to server communication.
Jon Bergli Heier
1
-5
/
+7
2010-09-04
Remote host should be remote name in commands_get().
Jon Bergli Heier
1
-1
/
+1
2010-09-04
The get command now takes uri-encoded filenames to handle spaces.
Jon Bergli Heier
1
-1
/
+5
2010-09-04
Updated find command syntax.
Jon Bergli Heier
1
-1
/
+1
2010-09-03
commands.c: remotehost is now remotename for consistency with server->name.
Jon Bergli Heier
1
-7
/
+7
2010-09-03
Set error in list_remote() when failing to retrieve list.
Jon Bergli Heier
1
-0
/
+5
2010-08-30
Only allow 'get' to be used from local (unix) connections.
Jon Bergli Heier
1
-1
/
+2
2010-08-29
Support for fetching files via HTTP, needs more work and fixes.
Jon Bergli Heier
1
-0
/
+27
2010-08-27
list now accept listr which lists files at a remote host.
Jon Bergli Heier
1
-21
/
+69
2010-08-27
Split find into findl and findr, for local and remote search, respectively.
Jon Bergli Heier
1
-21
/
+25
2010-08-27
Do proper error reporting in commands.
Jon Bergli Heier
1
-10
/
+9
2010-08-26
Really fixed find command regression.
Jon Bergli Heier
1
-1
/
+1
2010-08-26
Fixed find command regression.
Jon Bergli Heier
1
-0
/
+23
2010-08-26
Merged commands.c and control_commands.c.
Jon Bergli Heier
1
-26
/
+15
2010-08-26
Added title and album search to commands.
Jon Bergli Heier
1
-2
/
+4
2010-08-26
Removed number of results in find data.
Jon Bergli Heier
1
-1
/
+0
2010-08-23
Added an exit command.
Jon Bergli Heier
1
-0
/
+7
2010-08-23
Implemented the find command.
Jon Bergli Heier
1
-0
/
+42
2010-08-22
Added ping command.
Jon Bergli Heier
1
-1
/
+12
2010-08-20
Added some error reporting to the server command handling.
Jon Bergli Heier
1
-14
/
+9
2010-08-20
Fixed header inclusions across command files.
Jon Bergli Heier
1
-2
/
+2
2010-08-20
Renamed command files.
Jon Bergli Heier
1
-140
/
+30
2010-08-20
Added a service for server commands and moved the list command in there.
Jon Bergli Heier
1
-55
/
+1
2010-08-18
Use encoder_get() in commands.c.
Jon Bergli Heier
1
-2
/
+7
2010-08-18
Dynamically select decoder using decoder_find().
Jon Bergli Heier
1
-2
/
+9
2010-08-18
Handle relative paths in get_raw as well.
Jon Bergli Heier
1
-3
/
+9
2010-08-18
Issue a warning instead of testing directory with g_assert.
Jon Bergli Heier
1
-1
/
+5
2010-08-17
Use relative paths when interacting with the music_* functions.
Jon Bergli Heier
1
-1
/
+3
2010-08-17
Added get_mp3 handler.
Jon Bergli Heier
1
-1
/
+61
2010-08-16
Return HTTP 404 in commands_get_raw().
Jon Bergli Heier
1
-0
/
+15
2010-08-16
Send proper HTTP headers in commands_list().
Jon Bergli Heier
1
-5
/
+23
2010-08-16
Use GSList with music storage.
Jon Bergli Heier
1
-2
/
+4
2010-08-16
Fixed error handling in httpd and commands.
Jon Bergli Heier
1
-4
/
+16
2010-08-16
Send proper HTTP headers in the get_raw response.
Jon Bergli Heier
1
-2
/
+26
2010-08-16
Implemented the get_raw command.
Jon Bergli Heier
1
-0
/
+43
2010-08-16
Output subdirectories when listing.
Jon Bergli Heier
1
-0
/
+8
2010-08-16
Committed some work.
Jon Bergli Heier
1
-0
/
+31