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
/
output
/
plugins
/
httpd
/
HttpdClient.cxx
Age
Commit message (
Expand
)
Author
2019-06-05
output/httpd: reject some well-known request paths
cathugger
2019-06-05
output/httpd: use strncmp instead of memcmp
cathugger
2019-06-05
output/httpd: fix indent
Max Kellermann
2019-04-04
output/httpd: close client connection on error
Max Kellermann
2019-04-03
output/httpd: add missing mutex lock
Max Kellermann
2018-12-28
output/httpd: add `noexcept`
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-07-06
Merge branch 'v0.20.x'
Max Kellermann
2018-07-06
output/httpd: remove broken DLNA support code
Max Kellermann
2017-12-20
event/BufferedSocket: add "noexcept"
Max Kellermann
2017-11-10
output/httpd: make enum strictly-typed
Max Kellermann
2017-11-10
output/httpd: use C++11 initializers
Max Kellermann
2017-11-10
event/ServerSocket: pass UniqueSocketDescriptor by value
Max Kellermann
2017-11-10
event/SocketMonitor: eliminate Read(), Write()
Max Kellermann
2017-11-10
event/SocketMonitor: add "noexcept"
Max Kellermann
2017-08-10
net/ServerSocket: pass UniqueSocketDescriptor&& to OnAccept()
Max Kellermann
2017-08-10
event/SocketMonitor: use class SocketDescriptor
Max Kellermann
2017-05-15
Merge tag 'v0.20.7'
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-02-19
output/httpd/Page: use std::shared_ptr instead of class RefCount
Max Kellermann
2017-02-19
output/httpd/Page: make all attributes private
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2017-01-03
thread/Mutex: remove ScopeLock, use std::lock_guard directly
Max Kellermann
2016-11-02
event/BufferedSocket: pass std::exception_ptr to OnSocketError()
Max Kellermann
2016-04-12
util/FormatString: return AllocatedString
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-02-10
system/{Resolver,Socket{Error,Util}}: move to new library libnet.a
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-07-09
output/plugins/httpd/HttpdClient: fix build failure due to missing stdio.h in...
Gustavo Zacarias
2014-02-24
output/httpd/client: eliminate GLib
Max Kellermann
2014-02-19
output/httpd: move to dedicated directory
Max Kellermann