index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
utils.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-04-09
utils: convert to C++
Max Kellermann
1
-120
/
+0
2013-01-29
require GLib 2.24
Max Kellermann
1
-1
/
+0
2011-12-12
configure/utils: Add ipv6 support for mingw build
Avuton Olrich
1
-1
/
+5
2011-09-09
utils: parsePath() returns GError on failure
Max Kellermann
1
-6
/
+21
2011-09-09
utils: pass a const string to parsePath()
Max Kellermann
1
-14
/
+12
2011-09-09
utils: eliminate local variable "pos"
Max Kellermann
1
-3
/
+4
2011-01-29
copyright year 2011
Max Kellermann
1
-1
/
+1
2010-12-23
utils: move string_array_contains() to string_util.c
Max Kellermann
1
-13
/
+0
2009-12-31
Update copyright notices.
Avuton Olrich
1
-1
/
+1
2009-11-12
include config.h in all sources
Max Kellermann
1
-1
/
+1
2009-11-08
utils: removed function set_nonblocking()
Max Kellermann
1
-30
/
+0
2009-11-06
utils: renamed stringFoundInStringArray()
Max Kellermann
1
-7
/
+9
2009-10-20
mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...
Max Kellermann
1
-1
/
+1
2009-04-28
utils: use g_ascii_strcasecmp() instead of strcasecmp()
Max Kellermann
1
-1
/
+1
2009-03-27
More debugging for Win32 ioctlsocket: complain if it's not a Winsock
Sean McNamara
1
-3
/
+12
2009-03-13
all: Update copyright header.
Avuton Olrich
1
-6
/
+7
2009-02-19
utils: use g_usleep() instead of my_usleep()
Max Kellermann
1
-14
/
+0
2009-01-25
use config_get_string() instead of config_get_param()
Max Kellermann
1
-5
/
+4
2009-01-17
conf: no CamelCase, part I
Max Kellermann
1
-1
/
+1
2009-01-08
added missing explicit config.h includes
Max Kellermann
1
-2
/
+1
2009-01-03
utils: removed unused functions
Max Kellermann
1
-55
/
+3
2009-01-03
tag: use g_strescape() to eliminate evil characters
Max Kellermann
1
-7
/
+0
2009-01-03
listen: use GLib instead of utils.h
Max Kellermann
1
-14
/
+0
2008-12-30
main_notify: make the read side of the pipe blocking
Max Kellermann
1
-10
/
+0
2008-12-30
utils: port set_nonblocking() to WIN32
Max Kellermann
1
-0
/
+6
2008-12-30
utils: implement my_usleep() with Sleep() on WIN32
Max Kellermann
1
-0
/
+8
2008-12-29
utils: implement parsePath() with g_strdup() on WIN32
Max Kellermann
1
-2
/
+10
2008-12-29
utils: use g_get_home_dir()
Max Kellermann
1
-6
/
+4
2008-12-29
utils: make variables more local in parsePath()
Max Kellermann
1
-16
/
+22
2008-12-29
utils: use GLib logging
Max Kellermann
1
-14
/
+13
2008-12-28
Remove xpthread_* wrappers
Thomas Jansen
1
-28
/
+0
2008-12-28
utils: removed myFgets()
Max Kellermann
1
-12
/
+0
2008-12-09
utils: moving stringFoundInStringArray() from decoder into utils
Viliam Mateicka
1
-0
/
+11
2008-12-02
replaced mpd_malloc by G_GNUC_MALLOC
Thomas Jansen
1
-4
/
+4
2008-12-02
replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELY
Thomas Jansen
1
-7
/
+8
2008-11-01
utils: use GUINT32_FROM_LE() instead of readLEuint32()
Max Kellermann
1
-7
/
+0
2008-10-29
log: don't use utils.h
Max Kellermann
1
-20
/
+0
2008-10-28
utils: use g_str_has_prefix() instead of prefixcmp()
Max Kellermann
1
-10
/
+0
2008-10-15
locate: use g_utf8_casefold() instead of string_toupper()
Max Kellermann
1
-18
/
+0
2008-10-08
don't include os_compat.h
Max Kellermann
1
-0
/
+11
2008-09-23
Add prefixcmp() (stol^H^H^H^Hborrowed from git)
Eric Wong
1
-0
/
+10
2008-06-30
utils: pthread_{mutex,cond}_init can fail, so check for it
Eric Wong
1
-0
/
+14
2008-06-30
utils: add new unforgiving utility functions
Eric Wong
1
-0
/
+24
2008-04-12
clean up CPP includes
Max Kellermann
1
-1
/
+2
2008-03-26
notify: cleanups
Eric Wong
1
-0
/
+15
2008-03-26
fix "unreachable code" warning
Max Kellermann
1
-1
/
+2
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
1
-13
/
+1
2008-01-01
Revert r7111 and begin to properly fix storedPlaylist code
Eric Wong
1
-5
/
+1
2007-12-31
Don't let xstrdup(s) crash crash when s is NULL, but return Null in stead
Qball Cow
1
-1
/
+5
2007-12-28
Merge branches/ew r7104
Eric Wong
1
-5
/
+13
[next]