summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-25Added encoder_flush() to flush encoder buffers.oldJon Bergli Heier4-0/+18
2010-12-08Added *.vim to .gitignore.Jon Bergli Heier1-0/+1
2010-12-08The mpg123 should error with DECODER_CODE_NONE when done.Jon Bergli Heier1-0/+5
2010-10-13Resample files when transcoding to mp3 using libsamplerate.Jon Bergli Heier9-22/+167
2010-09-05Added FLAC decoder.Jon Bergli Heier2-0/+126
2010-09-05Added proper error handling to encoders/decoders.Jon Bergli Heier7-41/+61
2010-09-05Fixed compiler warnings in mpg123 decoder and lame encoder.Jon Bergli Heier2-6/+6
2010-09-05Return stream write value in lame_encoder_encode().Jon Bergli Heier1-3/+1
2010-09-05Removed old headers from transcode.c.Jon Bergli Heier1-2/+0
2010-09-05Rewrote encoder/decoder setup to use streams instead of buffers.Jon Bergli Heier11-266/+90
2010-09-05Fixed error in decoder_find().Jon Bergli Heier1-2/+2
2010-09-05Fixed error handling in transcode().Jon Bergli Heier1-9/+3
2010-09-04Updated .gitignore.Jon Bergli Heier1-1/+3
2010-09-04Connect GThreadedSocketService to 'run' instead of 'incoming'.Jon Bergli Heier3-3/+3
2010-09-04Added proper error handling to server communication.Jon Bergli Heier3-58/+45
2010-09-04Remote host should be remote name in commands_get().Jon Bergli Heier1-1/+1
2010-09-04The get command now takes uri-encoded filenames to handle spaces.Jon Bergli Heier1-1/+5
2010-09-04Updated find command syntax.Jon Bergli Heier1-1/+1
2010-09-04Added kill switch.Jon Bergli Heier6-5/+33
2010-09-04Renamed binary.Jon Bergli Heier1-1/+1
2010-09-04Added command-line options and daemonizer.Jon Bergli Heier5-0/+105
2010-09-03httpd.c: Remove g_debug() calls.Jon Bergli Heier1-4/+0
2010-09-03servers.c: Free server name string.Jon Bergli Heier1-0/+1
2010-09-03commands.c: remotehost is now remotename for consistency with server->name.Jon Bergli Heier1-7/+7
2010-09-03Added 'name' to the server struct.Jon Bergli Heier2-6/+13
2010-09-03Set error in list_remote() when failing to retrieve list.Jon Bergli Heier1-0/+5
2010-09-01Read command service port from config.Jon Bergli Heier1-1/+3
2010-08-31Unref input object in services.Jon Bergli Heier2-0/+4
2010-08-31Use GDataInputStream in the httpd service.Jon Bergli Heier1-38/+29
2010-08-30Use GDataInputStream to read data in the control and command services.Jon Bergli Heier2-41/+28
2010-08-30Added separate http and command ports in server struct.Jon Bergli Heier3-55/+43
2010-08-30Only allow 'get' to be used from local (unix) connections.Jon Bergli Heier1-1/+2
2010-08-29Support for fetching files via HTTP, needs more work and fixes.Jon Bergli Heier3-0/+134
2010-08-28Removed debug lines in music.c.Jon Bergli Heier1-8/+0
2010-08-28Minor cleanup in services.Jon Bergli Heier2-7/+14
2010-08-27Added missing g_error_free() call in command_service.c.Jon Bergli Heier1-0/+1
2010-08-27list now accept listr which lists files at a remote host.Jon Bergli Heier3-21/+78
2010-08-27Split find into findl and findr, for local and remote search, respectively.Jon Bergli Heier2-25/+36
2010-08-27Do proper error reporting in commands.Jon Bergli Heier1-10/+9
2010-08-26Really fixed find command regression.Jon Bergli Heier2-2/+2
2010-08-26Fixed find command regression.Jon Bergli Heier2-1/+24
2010-08-26Merged commands.c and control_commands.c.Jon Bergli Heier6-128/+40
2010-08-26Added title and album search to control commands.Jon Bergli Heier1-1/+4
2010-08-26Added title and album search to commands.Jon Bergli Heier1-2/+4
2010-08-26Added title and album search.Jon Bergli Heier2-3/+17
2010-08-26Generalized music search.Jon Bergli Heier1-4/+9
2010-08-26Removed number of results in find data.Jon Bergli Heier2-2/+1
2010-08-26Removed communication source, not needed at this point.Jon Bergli Heier3-66/+0
2010-08-26Search in added servers when searching from the control service using 'find'.Jon Bergli Heier3-9/+68
2010-08-25Added music_find_artist() prototype to music.h.Jon Bergli Heier1-0/+1