Commit Graph

5 Commits

Author SHA256 Message Date
Tomáš Chvátal
9855926059 Accepting request 487866 from home:pluskalm:branches:devel:libraries:c_c++
- Update to version 0.9.53:
  * See provided Changelog for details
- Refresh patch:
  * libmicrohttpd_test_data.patch

OBS-URL: https://build.opensuse.org/request/show/487866
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=73
2017-04-18 10:55:44 +00:00
Stephan Kulow
5bd4235c0b Accepting request 332063 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 0.9.43

OBS-URL: https://build.opensuse.org/request/show/332063
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=48
2015-09-19 06:07:44 +00:00
13a6b3bfe3 - libmicrohttpd.keyring: replaced maintainers keyring by new one with:
pub  4096R/E29FC3CC 2014-12-09
  uid                            Christian Grothoff <grothoff@gnunet.org>
  uid                            Christian Grothoff <christian@grothoff.org>
  uid                            Christian Grothoff <christian.grothoff@inria.fr>
  sub  4096R/117E1AFB 2014-12-09

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=39
2015-01-08 08:49:27 +00:00
Michal Vyskocil
a69c1d4557 Accepting request 177792 from home:jengelh:branches:devel:libraries:c_c++
- More robust make install call
- Remove redundant %clean section
- Requires(pre) is useless without a %pre script

OBS-URL: https://build.opensuse.org/request/show/177792
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=20
2013-06-06 06:50:50 +00:00
Michal Vyskocil
bf11ad5edc - Update to 0.9.27
+ performance improvements for POST processing
  + new API call to reduce the number of select calls (if in "external"
    select mode)
  + new function to allow applications to stop MHD from processing new
    incoming connections while finishing ongoing requests
  + fixes an initialization problem on some platforms
  + fixes bug in the postprocessor's URL parser.
  + SSL connections are no longer dropped if the system uptime is less
    than the connection timeout
  + allows creating responses with zero bytes using
    MHD_create_response_from_callback.
  + few "const" statements have been added to allow keeping more static
    strings in ROM.
  + post processor now tolerates uploads which don't contain "\r\n" and
    also returns keys which don't have a matching value
  + fixes the loss of a parameter in processing POST data from IE8 and
    Chrome. It automatically sets a "Connection: close" header if the
    client requests the connection to be closed. Finally, given both
    'chunked' encoding and 'content-length', MHD now ignores the
    'content-length' header as per the RFC
  + adds support for building libmicrohttpd for Android
  + fixes an issue with data in TLS buffers sometimes not being completely
    drained if there was no activity on the socket.
- reenabled tests and moved to %check
- add source verification using gpg

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=19
2013-05-16 07:49:21 +00:00