libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 81425ba9c1828ec636980ccae2087b969a698328
parent fe7582e526243a477ebfee57f4733a1cb3627eb1
Author: silvioprog <silvioprog@gmail.com>
Date:   Tue,  7 Mar 2017 12:12:30 -0300

Updates file .

Diffstat:
M.gitignore | 1+
MChangeLog | 3+++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -37,6 +37,7 @@ Makefile /depcomp /.autotools /.vscode +po/configure.acT po/Makevars.template po/POTFILES src/examples/timeout diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +Tue Mar 7 12:11:44 BRT 2017 + Updates file `.gitignore`. + Tue Mar 7 10:37:45 BRT 2017 Updated the MHD_OPTION_URI_LOG_CALLBACK's documentation.