index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
system
Age
Commit message (
Expand
)
Author
2020-05-05
system/KernelVersion: new library
Max Kellermann
2020-05-05
system/FileDescriptor: move to io/
Max Kellermann
2020-03-26
replace exit and _exit with std variants
Rosen Penev
2020-03-16
remove gcc_unused
Rosen Penev
2020-03-16
replace noreturn attribute with standard C++ version
Rosen Penev
2020-03-12
replace stdint.h with cstdint
Rosen Penev
2020-03-12
replace stdarg.h with cstdarg
Rosen Penev
2020-03-12
replace signal.h with csignal.h
Rosen Penev
2020-03-12
change errno.h to cerrno
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-02-01
*: use `auto`
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-12-17
io/FileDescriptor: add method FullRead()
Max Kellermann
2019-12-16
Merge tag 'v0.21.17'
Max Kellermann
2019-12-04
system/Error: add FormatFileNotFound()
Max Kellermann
2019-12-04
util/PrintException, ...: update copyright
Max Kellermann
2019-12-04
system/Error: move code to IsErrno()
Max Kellermann
2019-08-19
util/PrintException, ...: update copyright
Max Kellermann
2019-08-19
system/FileDescriptor: add method IsRegularFile()
Max Kellermann
2019-07-12
system/Error: move code to IsErrno()
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-05-23
Log: make LogLevel the first parameter
Max Kellermann
2019-05-08
system/Clock, fs/FileInfo: move FILETIME specific code to time/FileTime.hxx
Max Kellermann
2019-05-08
system/Clock: GetProcessUptimeS() returns std::chrono::duration
Max Kellermann
2019-03-08
system/ByteOrder: move to util/
Max Kellermann
2019-02-27
system/UniqueFileDescriptor: add CreatePipeNonBlock()
Max Kellermann
2019-02-19
fs/io/OutputStream: update include guard
Max Kellermann
2019-02-19
system/UniqueFileDescriptor: import std::swap
Max Kellermann
2019-02-19
system/Open: add OpenWriteOnly(), OpenDirectory()
Max Kellermann
2019-02-19
system/EpollFD: include cleanup
Max Kellermann
2018-12-18
remove non-block call
HyShai
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-11-02
system/FileDescriptor: check `__linux__` instead of `__linux`
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-14
build with Meson instead of autotools
Max Kellermann
2018-08-22
configure.ac: add automake conditional "LINUX"
Max Kellermann
2018-08-22
system/EpollFD: use class UniqueFileDescriptor
Max Kellermann
2018-08-22
system/{Epoll,Event,Signal}FD: relicense to BSD-2
Max Kellermann
2018-08-22
system/EPollFD: rename to EpollFD
Max Kellermann
2018-08-22
system/UniqueFileDescriptor: make the "int" constructor public
Max Kellermann
2018-08-21
system/Open: new UniqueFileDescriptor constructing library
Max Kellermann
2018-08-21
system/FileDescriptor: add openat() wrapper
Max Kellermann
2018-08-20
system/FileDescriptor: include cleanup
Max Kellermann
2018-08-20
system/FileDescriptor: pass FileDescriptor to CheckDuplicate()
Max Kellermann
2018-08-20
net/SocketDescriptor: make eventfd() and signalfd() mandatory on Linux
Max Kellermann
2018-08-20
system/FileDescriptor: make inotify_init1() mandatory on Linux
Max Kellermann
2018-08-20
system/FileDescriptor: add pipe2() wrapper
Max Kellermann
2018-08-20
system/FileDescriptor: make pipe2() mandatory on Linux
Max Kellermann
2018-08-20
system/FileDescriptor: add operator!=
Max Kellermann
[next]