aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-04crossfade: convert to C++Max Kellermann3-6/+6
2013-01-04buffer, pipe: convert to C++Max Kellermann14-45/+36
2013-01-04output_*: convert to C++Max Kellermann15-56/+79
2013-01-04decoder_*: convert to C++Max Kellermann8-35/+44
2013-01-04pcm_convert: make C++ safeMax Kellermann1-1/+7
2013-01-04CommandListBuilder: use std::list instead of GSListMax Kellermann3-24/+16
2013-01-04CommandListBuilder: rename attributesMax Kellermann2-22/+35
2013-01-04Client: move code to class CommandListBuilderMax Kellermann5-41/+159
2013-01-04PlaylistFile: reuse classes PlaylistInfo and PlaylistVectorMax Kellermann6-16/+15
.. instead of rolling own classes.
2013-01-04PlaylistInfo: remove the obsolete list_head attributeMax Kellermann1-3/+0
2013-01-03ClientNew: initialise the "idle" attributesMax Kellermann1-1/+2
Make valgrind happy.
2013-01-03Client: add constructor and destructorMax Kellermann2-52/+55
Move code from client_new() and client_close().
2013-01-03PlaylistFile: fix memory leakMax Kellermann1-0/+1
2013-01-03cue_parser: fix CUE files with only one trackMax Kellermann1-7/+47
Track whether _finish() has been called, and deliver all partial results then. Fixes Mantis ticket 0003621.
2013-01-03cue_parser: add code commentsMax Kellermann1-2/+21
2013-01-03cue_parser: fix memory leakMax Kellermann1-0/+3
2013-01-03cmdline: bunch of fixes related to config file selectionDenis Krjuchkov1-4/+4
- fix potential memory leak of system_path 'Potential' because currently g_get_system_config_dirs() returns single entry on Windows, but that might change. - remove incorrect g_free() call It's not required at all because g_get_system_config_dirs() returns GLib owned memory. - remove extra semicolon
2013-01-03Client: use std::deque for messagesMax Kellermann5-41/+10
2013-01-03ClientMessage: turn into a classMax Kellermann5-110/+35
2013-01-03ClientInternal: use std::set for subscriptionsMax Kellermann4-34/+21
2013-01-03ClientNew: allocate/dispose client objects with new/deleteMax Kellermann1-3/+2
Prepare for adding non-trivial attributes.
2013-01-03Client: rename the struct client to class ClientMax Kellermann63-372/+394
2013-01-03ls.h: rename to ls.hxxMax Kellermann7-9/+9
2013-01-03cmdline: convert to C++Max Kellermann3-10/+12
2013-01-03client: convert to C++Max Kellermann47-166/+139
2013-01-03decoder_print: convert to C++Max Kellermann3-6/+9
2013-01-03listen: convert to C++Max Kellermann5-9/+12
2013-01-03ls: convert to C++Max Kellermann1-1/+4
2013-01-03output_print: convert to C++Max Kellermann3-7/+10
2013-01-03TextFile: convert to a classMax Kellermann17-98/+97
2013-01-03text_file: convert to C++Max Kellermann10-16/+13
2013-01-03ExcludeList: convert to a classMax Kellermann3-47/+61
2013-01-03exclude: convert to C++Max Kellermann3-6/+7
2013-01-03exclude: make variables more localMax Kellermann1-5/+3
2013-01-03InotifyQueue: use std::deque instead of GSListMax Kellermann3-37/+19
2013-01-03Permission: use std::map instead of GHashTableMax Kellermann3-22/+9
2013-01-03permission: convert to C++Max Kellermann6-10/+13
2013-01-03client_new: convert to C++Max Kellermann1-3/+7
2013-01-03MessageCommands: use std::set instead of GHashTableMax Kellermann1-26/+8
2013-01-03StickerDatabase: use std::map instead of GHashTableMax Kellermann1-52/+23
2013-01-03strset: delete obsolete libraryMax Kellermann2-202/+0
2013-01-03PlaylistVector: use std::listMax Kellermann10-112/+83
2013-01-03Directory: initialise in default constructorMax Kellermann2-1/+10
2013-01-03Directory: add constructor and destructorMax Kellermann2-18/+40
2013-01-03Directory: rename struct directory to DirectoryMax Kellermann34-181/+177
2013-01-03database.h: rename to DatabaseSimple.hxxMax Kellermann7-9/+9
2013-01-03database.h: move prototypes to DatabaseGlue.hxxMax Kellermann4-20/+22
2013-01-03database.h: eliminate db_*_song()Max Kellermann10-142/+102
Use the C++ API.
2013-01-03playlist_edit: convert to C++Max Kellermann1-1/+3
2013-01-02Directory: turn functions to methodsMax Kellermann16-295/+267