aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/httpd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* output/httpd: use boost::intrusive::list instead of std::forward_listMax Kellermann2015-10-193-25/+18
|
* net/ToString: rename sockaddr_to_string() to ToString()Max Kellermann2015-07-221-1/+1
|
* net/Resolver: move sockaddr_to_string() to ToString.cxxMax Kellermann2015-07-221-1/+1
|
* *: doxygen fixupsMax Kellermann2015-03-171-1/+1
|
* net/SocketAddress: light wrapper for struct sockaddrMax Kellermann2015-02-102-8/+5
|
* system/{Resolver,Socket{Error,Util}}: move to new library libnet.aMax Kellermann2015-02-102-2/+2
|
* config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-212-19/+19
| | | | The old struct config_param remains only for top-level string options.
* encoder/Interface: move functions into the structMax Kellermann2015-01-081-3/+3
|
* encoder/Plugin: move struct Encoder to EncoderInterface.hxxMax Kellermann2015-01-081-0/+1
|
* Copyright year 2015Max Kellermann2015-01-019-9/+9
|
* EncoderPlugin: pass Tag reference to method tag()Max Kellermann2014-12-261-1/+1
|
* OutputPlugin: pass Tag reference to _send_tag()Max Kellermann2014-12-262-7/+5
|
* output/httpd/IcyMetaDataServer: use CopyString() instead of g_strlcpy()Max Kellermann2014-12-011-18/+7
|
* output/httpd/IcyMetaDataServer: don't use GLib typesMax Kellermann2014-12-011-13/+13
|
* output/httpd/IcyMetaDataServer: make variables more localMax Kellermann2014-12-011-19/+14
|
* Compiler.h: add macro CLANG_OR_GCC_VERSION()Max Kellermann2014-11-281-1/+1
|
* *: add missing Compiler.h includesMax Kellermann2014-08-301-0/+1
| | | | Necessary for "final" on gcc 4.6.
* util/Cast: reimplement as template without macroMax Kellermann2014-07-141-10/+4
|
* output/plugins/httpd/HttpdClient: fix build failure due to missing stdio.h ↵Gustavo Zacarias2014-07-091-0/+1
| | | | | | include Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
* output/httpd/client: eliminate GLibMax Kellermann2014-02-241-13/+11
|
* output/httpd: move to dedicated directoryMax Kellermann2014-02-199-0/+1922