Accepting request 184175 from devel:libraries:c_c++
- Update to 0.9.28 + support for epoll-based event loops (Linux-only) + various new options: - MHD_USE_DUAL_STACK for binding to IPv4 and IPv6 at the same time - MHD_USE_PIPE_FOR_SHUTDOWN to cleanly support MHD_quiesce_daemon on non-Linux systems - MHD_CONNECTION_INFO_CONNECTION_FD to allow COMET applications to disable TCP Nagle - MHD_OPTION_CONNECTION_MEMORY_INCREMENT for better control over buffer size allocations + and fixes various minor bugs OBS-URL: https://build.opensuse.org/request/show/184175 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=4
This commit is contained in:
commit
3789209e38
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d532edf64c3a9da472114c2d10fc94606e3b31f21b883ec2e796ab8478f7e9cb
|
||||
size 879531
|
Binary file not shown.
3
libmicrohttpd-0.9.28.tar.gz
Normal file
3
libmicrohttpd-0.9.28.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10e633d76ea7049562521b0ae5859e4ae7ebe1f824ae24c70e3376650051920e
|
||||
size 1062922
|
BIN
libmicrohttpd-0.9.28.tar.gz.sig
Normal file
BIN
libmicrohttpd-0.9.28.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 10:18:44 UTC 2013 - mvyskocil@suse.com
|
||||
|
||||
- Update to 0.9.28
|
||||
+ support for epoll-based event loops (Linux-only)
|
||||
+ various new options:
|
||||
- MHD_USE_DUAL_STACK for binding to IPv4 and IPv6 at the same time
|
||||
- MHD_USE_PIPE_FOR_SHUTDOWN to cleanly support MHD_quiesce_daemon on
|
||||
non-Linux systems
|
||||
- MHD_CONNECTION_INFO_CONNECTION_FD to allow COMET applications to
|
||||
disable TCP Nagle
|
||||
- MHD_OPTION_CONNECTION_MEMORY_INCREMENT for better control over
|
||||
buffer size allocations
|
||||
+ and fixes various minor bugs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 6 08:15:30 UTC 2013 - mvyskocil@suse.com
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define soname 10
|
||||
|
||||
Name: libmicrohttpd
|
||||
Version: 0.9.27
|
||||
Version: 0.9.28
|
||||
Release: 0
|
||||
Summary: Small Embeddable HTTP Server Library
|
||||
License: LGPL-2.1+
|
||||
|
Loading…
Reference in New Issue
Block a user