index
:
audist
decoder_api_change
master
old
Distributed audio storage.
Jon Bergli Heier
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-04
Updated find command syntax.
Jon Bergli Heier
1
-1
/
+1
2010-09-04
Added kill switch.
Jon Bergli Heier
6
-5
/
+33
2010-09-04
Renamed binary.
Jon Bergli Heier
1
-1
/
+1
2010-09-04
Added command-line options and daemonizer.
Jon Bergli Heier
5
-0
/
+105
2010-09-03
httpd.c: Remove g_debug() calls.
Jon Bergli Heier
1
-4
/
+0
2010-09-03
servers.c: Free server name string.
Jon Bergli Heier
1
-0
/
+1
2010-09-03
commands.c: remotehost is now remotename for consistency with server->name.
Jon Bergli Heier
1
-7
/
+7
2010-09-03
Added 'name' to the server struct.
Jon Bergli Heier
2
-6
/
+13
2010-09-03
Set error in list_remote() when failing to retrieve list.
Jon Bergli Heier
1
-0
/
+5
2010-09-01
Read command service port from config.
Jon Bergli Heier
1
-1
/
+3
2010-08-31
Unref input object in services.
Jon Bergli Heier
2
-0
/
+4
2010-08-31
Use GDataInputStream in the httpd service.
Jon Bergli Heier
1
-38
/
+29
2010-08-30
Use GDataInputStream to read data in the control and command services.
Jon Bergli Heier
2
-41
/
+28
2010-08-30
Added separate http and command ports in server struct.
Jon Bergli Heier
3
-55
/
+43
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
3
-0
/
+134
2010-08-28
Removed debug lines in music.c.
Jon Bergli Heier
1
-8
/
+0
2010-08-28
Minor cleanup in services.
Jon Bergli Heier
2
-7
/
+14
2010-08-27
Added missing g_error_free() call in command_service.c.
Jon Bergli Heier
1
-0
/
+1
2010-08-27
list now accept listr which lists files at a remote host.
Jon Bergli Heier
3
-21
/
+78
2010-08-27
Split find into findl and findr, for local and remote search, respectively.
Jon Bergli Heier
2
-25
/
+36
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
2
-2
/
+2
2010-08-26
Fixed find command regression.
Jon Bergli Heier
2
-1
/
+24
2010-08-26
Merged commands.c and control_commands.c.
Jon Bergli Heier
6
-128
/
+40
2010-08-26
Added title and album search to control commands.
Jon Bergli Heier
1
-1
/
+4
2010-08-26
Added title and album search to commands.
Jon Bergli Heier
1
-2
/
+4
2010-08-26
Added title and album search.
Jon Bergli Heier
2
-3
/
+17
2010-08-26
Generalized music search.
Jon Bergli Heier
1
-4
/
+9
2010-08-26
Removed number of results in find data.
Jon Bergli Heier
2
-2
/
+1
2010-08-26
Removed communication source, not needed at this point.
Jon Bergli Heier
3
-66
/
+0
2010-08-26
Search in added servers when searching from the control service using 'find'.
Jon Bergli Heier
3
-9
/
+68
2010-08-25
Added music_find_artist() prototype to music.h.
Jon Bergli Heier
1
-0
/
+1
2010-08-25
Include communication_source.h in main.c.
Jon Bergli Heier
1
-0
/
+1
2010-08-25
Implemented server_find().
Jon Bergli Heier
1
-0
/
+26
2010-08-23
Merge branch 'master' of /mnt/komachi/audist
Jon Bergli Heier
2
-10
/
+16
2010-08-23
Handle multiple commands in the command service.
Jon Bergli Heier
1
-10
/
+9
2010-08-23
Use correct function name in server_connect().
Jon Bergli Heier
1
-1
/
+1
2010-08-23
Added an exit command.
Jon Bergli Heier
1
-0
/
+7
2010-08-23
Use a while loop for reading from the control socket.
Jon Bergli Heier
1
-11
/
+13
2010-08-23
Reworked server_sync() and renamed to server_ping().
Jon Bergli Heier
3
-10
/
+11
2010-08-23
Moved connection code to server_connect().
Jon Bergli Heier
1
-3
/
+13
2010-08-23
Moved server_sync() to server_communication.c.
Jon Bergli Heier
4
-46
/
+72
2010-08-23
Implemented a communication event source for the main loop.
Jon Bergli Heier
4
-1
/
+114
2010-08-23
Implemented the find command.
Jon Bergli Heier
1
-0
/
+42
2010-08-23
Implemented artist search.
Jon Bergli Heier
2
-6
/
+38
2010-08-22
Implemented tag_get().
Jon Bergli Heier
2
-0
/
+12
2010-08-22
Added ping command.
Jon Bergli Heier
1
-1
/
+12
2010-08-21
Added a server list command to the control service.
Jon Bergli Heier
3
-7
/
+23
2010-08-21
Added connection argument to control_commands_handle().
Jon Bergli Heier
3
-3
/
+4
[next]