aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/Traits.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-06util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann1-1/+1
2015-10-19fs/Traits: use StringAfterPrefix() in Relative()Max Kellermann1-3/+3
2015-02-28fs/Traits: add missing dereference in RelativePathImpl()Max Kellermann1-1/+1
2015-02-25fs/Traits: add constant CURRENT_DIRECTORYMax Kellermann1-1/+1
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-12-26util/{ASCII,UriUtil}, ...: work around -Wtautological-pointer-compareMax Kellermann1-0/+6
2014-02-07fs/Traits: add function Relative()Max Kellermann1-0/+40
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-12-05fs/Traits.cxx: don't return drive path without trailing separatorDenis Krjuchkov1-0/+4
2013-12-05fs/Traits: implement GetBase/GetParent/Build using templatesDenis Krjuchkov1-22/+63
2013-12-05fs/Traits.cxx: don't return empty string if parent dir is rootDenis Krjuchkov1-3/+5
2013-12-05fs/Traits: improve compatibility between PathTraitsFS and PathTraitsUTF8Denis Krjuchkov1-4/+4
2013-12-05fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov1-10/+10
2013-12-03fs/Traits.hxx: implement BuildFS() methodDenis Krjuchkov1-0/+25
2013-10-21GetBaseUTF8Max Kellermann1-14/+16
2013-10-20*Commands: move to src/command/Max Kellermann1-0/+0
2013-01-14Client*: include check.h / config.hMax Kellermann1-0/+1
2013-01-04CommandListBuilder: use std::list instead of GSListMax Kellermann1-7/+2
2013-01-04CommandListBuilder: rename attributesMax Kellermann1-7/+7
2013-01-04Client: move code to class CommandListBuilderMax Kellermann1-13/+19
2013-01-03Client: rename the struct client to class ClientMax Kellermann1-4/+4
2013-01-03client: convert to C++Max Kellermann1-2/+2
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-07-28client: splitted client.c into several piecesMax Kellermann1-875/+0
2009-07-28client: moved struct client to client_internal.hMax Kellermann1-44/+1
2009-07-23client: moved some code to client_list_X()Max Kellermann1-13/+51
2009-07-23client: don't include socket headersMax Kellermann1-10/+0
2009-07-19client: return "enum command_return" instead of "int"Max Kellermann1-16/+24
2009-06-04client: check "expired" flag again in client_write_output()Max Kellermann1-0/+3
2009-06-04client: added assertions on channel!=NULLMax Kellermann1-0/+10
2009-04-25client: use GTimer to track timeoutsMax Kellermann1-7/+14
2009-04-17client: free the fifo bufferMax Kellermann1-0/+2
2009-04-01client, event_pipe: explicitly ignore the write() resultMax Kellermann1-1/+1
2009-03-30client: group static function declarations together.Avuton Olrich1-6/+5
2009-03-30client: client_write() does not necessary for export.Avuton Olrich1-1/+4
2009-03-14client: use the new fifo_buffer libraryMax Kellermann1-48/+41
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-28client: use sockaddr_to_string()Max Kellermann1-45/+7
2009-02-27client: removed duplicate "client" string from logMax Kellermann1-14/+14
2009-01-30client: check for G_IO_ERR and G_IO_HUPMax Kellermann1-8/+19
2009-01-25client: use the GIOChannel for I/OMax Kellermann1-40/+110
2009-01-25client: use GLib's win32 IO channel on WIN32Max Kellermann1-0/+5
2009-01-25use g_free() instead of free()Max Kellermann1-3/+3
2009-01-21use config_get_positive() instead of manual parsingMax Kellermann1-54/+17
2009-01-17conf: no CamelCase, part IMax Kellermann1-5/+5
2009-01-10client: remove "expire" event on exitMax Kellermann1-0/+3
2009-01-08added missing explicit config.h includesMax Kellermann1-2/+1
2009-01-07client: use GList instead of dlist.hMax Kellermann1-37/+47