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
/
system
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'v0.19.10'
Max Kellermann
2015-06-21
1
-1
/
+1
|
\
|
*
system/PeriodClock: make IsDefined() "constexpr"
Max Kellermann
2015-06-20
1
-1
/
+1
*
|
system/FileDescriptor: add method Tell()
Max Kellermann
2015-03-24
1
-0
/
+5
*
|
system/FileDescriptor: Close() returns bool
Max Kellermann
2015-03-03
1
-2
/
+2
*
|
system/FileDescriptor: add "mode" parameter to Open()
Max Kellermann
2015-03-03
2
-3
/
+3
*
|
system/FileDescriptor: move O_NOCTTY|O_CLOEXEC to Open()
Max Kellermann
2015-03-03
1
-3
/
+3
*
|
system/FileDescriptor: remove bogus assertions
Max Kellermann
2015-03-03
1
-4
/
+0
*
|
system/FileDescriptor: fix WIN32 checks
Max Kellermann
2015-03-03
2
-5
/
+5
*
|
system/FileDescriptor: new wrapper class for a file descriptor
Max Kellermann
2015-03-03
8
-88
/
+409
*
|
system/fd_util: remove unused functions
Max Kellermann
2015-03-03
2
-154
/
+0
*
|
system/ByteOrder: use GCC built-ins if available
Max Kellermann
2015-02-12
1
-6
/
+38
*
|
system/{Resolver,Socket{Error,Util}}: move to new library libnet.a
Max Kellermann
2015-02-10
6
-558
/
+0
*
|
Merge branch 'v0.19.x'
Max Kellermann
2015-01-29
1
-6
/
+6
|
\
|
|
*
Avoid integer overflow in MonotonicClock{S,MS,US}
PHO
2015-01-29
1
-6
/
+6
*
|
Copyright year 2015
Max Kellermann
2015-01-01
21
-21
/
+21
*
|
system/FatalError: add FatalSystemError() overload with WIN32 error code
Max Kellermann
2014-12-05
2
-10
/
+30
*
|
system/FatalError: use FormatMessage() instead of g_win32_error_message()
Max Kellermann
2014-12-05
1
-5
/
+6
*
|
configure.ac: add macro MPD_ENABLE_AUTO_PKG
Max Kellermann
2014-11-21
1
-1
/
+1
|
/
*
Merge branch 'v0.18.x'
Max Kellermann
2014-08-24
1
-0
/
+10
|
\
|
*
system/ByteOrder: <endian.h> is a non-standard header that only Linux provides.
Thomas Klausner
2014-08-23
1
-0
/
+10
*
|
system/Resolver: use nullptr instead of NULL
Max Kellermann
2014-07-30
1
-5
/
+5
*
|
system/fd_util: export fd_set_cloexec()
Max Kellermann
2014-03-15
2
-1
/
+4
*
|
configure.ac: always define _GNU_SOURCE on Linux
Max Kellermann
2014-03-15
2
-8
/
+0
*
|
system/FatalError: remove GError support
Max Kellermann
2014-02-18
2
-17
/
+0
*
|
system/EPollFD: add epoll_create1() fallback for Android
Max Kellermann
2014-02-18
1
-0
/
+15
*
|
copyright year 2014
Max Kellermann
2014-01-13
21
-21
/
+21
*
|
configure.ac: add option "--disable-glib"
Max Kellermann
2013-12-15
2
-1
/
+7
*
|
util/Tokenizer, ...: include cleanup
Max Kellermann
2013-12-15
1
-2
/
+0
*
|
system/SocketError, ...: use strerror() instead of g_strerror()
Max Kellermann
2013-12-15
2
-3
/
+6
*
|
system/Resolver: use std::string to allocate internal buffer
Max Kellermann
2013-12-04
1
-13
/
+11
*
|
system/Resolver: sockaddr_to_string() returns std::string()
Max Kellermann
2013-12-04
2
-18
/
+23
*
|
Clock.cxx: provide all arguments for GetProcessTimes
Denis Krjuchkov
2013-11-29
1
-2
/
+2
*
|
include cleanup using iwyu
Max Kellermann
2013-11-28
5
-6
/
+12
*
|
Volume, Output: use new class PeriodClock instead of GTimer
Max Kellermann
2013-11-25
1
-0
/
+149
*
|
Stats: use monotonic clock instead of GTimer
Max Kellermann
2013-11-24
2
-0
/
+29
*
|
Stats: use GetProcessTimes() on WIN32 to determine MPD uptime
Max Kellermann
2013-11-24
2
-0
/
+37
|
/
*
system/ByteOrder: testing for endianness in a more general way
Florian Schlichting
2013-11-21
1
-1
/
+11
*
util/ByteOrder: add comments
Max Kellermann
2013-11-21
1
-0
/
+2
*
util/ByteOrder: indent the preprocessor directives
Max Kellermann
2013-11-21
1
-4
/
+4
*
system/fd_util.h: avoid symbol conflict with statically linked libmpdclient
Denis Krjuchkov
2013-11-18
1
-0
/
+5
*
system/ByteOrder: fix big-endian support
Max Kellermann
2013-11-05
1
-2
/
+2
*
add various missing headers
Natanael Copa
2013-11-05
1
-0
/
+1
*
system/resolver: return path of UNIX domain sockets
Max Kellermann
2013-11-04
1
-7
/
+15
*
system/FatalError: use _exit() instead of exit()
Max Kellermann
2013-10-30
1
-2
/
+2
*
system/FatalError: move code to Abort()
Max Kellermann
2013-10-30
1
-3
/
+10
*
fd_util: avoid unnecessary fcntl() calls
Max Kellermann
2013-10-29
1
-6
/
+8
*
FatalError: remove unused GError overload
Max Kellermann
2013-10-20
2
-10
/
+0
*
system/ByteOrder: new library for byte ordering / endianess
Max Kellermann
2013-10-16
1
-0
/
+183
*
system/clock: convert to C++
Max Kellermann
2013-10-15
2
-15
/
+7
*
gcc.h: rename to Compiler.h
Max Kellermann
2013-10-15
6
-6
/
+6
[next]