aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/io/TextFile.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-17*: doxygen fixupsMax Kellermann1-1/+0
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-11-21configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann1-1/+1
2014-08-11fs/io/TextFile: add method Check()Max Kellermann1-0/+8
2014-08-11fs/io/TextFile: use AutoGunzipReaderMax Kellermann1-0/+7
2014-08-07fs/io/BufferedReader: new class to replace class TextFileMax Kellermann1-11/+7
2014-08-07fs/output, fs/TextFile: move to fs/io/Max Kellermann1-0/+0
2014-02-17fs/TextFile: use custom allocation instead of GStringMax Kellermann1-2/+3
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-12-08TextFile: move to fs subsystemDenis Krjuchkov1-0/+0
2013-10-19*: use nullptr instead of NULLMax Kellermann1-1/+1
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann1-1/+1
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-10-02TextFile: don't include glib.h in headerMax Kellermann1-12/+6
2013-02-02TextFile.hxx: use file system APIDenis Krjuchkov1-3/+2
2013-01-22Path: move to fs subdirectoryDenis Krjuchkov1-1/+1
2013-01-18Path: new class "Path" wraps filesystem path stringsMax Kellermann1-2/+4
2013-01-03TextFile: convert to a classMax Kellermann1-11/+38
2013-01-03text_file: convert to C++Max Kellermann1-3/+3
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-01text_file: allocate line buffers dynamicallyMax Kellermann1-10/+13
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-02directory: directory_load() returns GErrorMax Kellermann1-2/+5
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-09diretory: moved code to directory_save.c, directory_print.cMax Kellermann1-4/+8
2008-10-08don't include os_compat.hMax Kellermann1-1/+1
2008-09-07tag: added buffered versions of the tag_print.c codeMax Kellermann1-5/+5
2008-09-07tag: moved code to tag_print.cMax Kellermann1-4/+7
2008-08-26renamed decoderInit() to decoder_thread_start()Max Kellermann1-1/+1
2008-08-26renamed decode.c to decoder_thread.cMax Kellermann1-5/+4
2008-08-26moved global variable "pc" to player.hMax Kellermann1-3/+0
2008-08-26moved global variable "ob" to outputBuffer.hMax Kellermann1-2/+0
2008-08-26moved variable "dc" to decode.hMax Kellermann1-2/+0
2008-08-26clean up CPP includesMax Kellermann1-2/+0
2008-06-02remove audioDeviceStates from playerData and getPlayerDataEric Wong1-8/+0
2008-04-13Make the OutputBuffer API more consistentEric Wong1-1/+1
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong1-1/+1
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-1/+1
2008-04-13Get rid of PlayerControl inside the PlayerData structEric Wong1-1/+1
2008-04-12clean up CPP includesMax Kellermann1-2/+0
2008-04-12remove buffered_chunks, use cb->sizeMax Kellermann1-1/+0
2008-04-12moved CHUNK_SIZE to outputBuffer.hMax Kellermann1-3/+0
2008-04-12unsigned integers in playerData.[ch]Max Kellermann1-2/+2
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-3/+3
2006-08-06merge changes from mpd-tree:Warren Dukes1-3/+0
2006-08-01audio: get rid of the myAudioDevicesEnabled arrayEric Wong1-1/+1
2006-08-01audio: remove AUDIO_MAX_DEVICES limitEric Wong1-1/+1
2006-08-01playerData: move player_pid into the main playerData structureEric Wong1-0/+1