Dominique Leuenberger
09ae23abf6
Accepting request 742821 from devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/742821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=36
2019-11-04 16:00:39 +00:00
Tomáš Chvátal
88a52e51ca
Accepting request 742734 from home:AndreasStieger:branches:devel:libraries:c_c++
...
libmicrohttpd 0.9.67
OBS-URL: https://build.opensuse.org/request/show/742734
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=96
2019-10-25 06:37:55 +00:00
Dominique Leuenberger
55881542de
Accepting request 720699 from devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/720699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=35
2019-08-07 11:59:46 +00:00
Tomáš Chvátal
52bfa07d71
Accepting request 720664 from home:AndreasStieger:branches:devel:libraries:c_c++
...
fix build with SLE 12 with older GnuTLS
OBS-URL: https://build.opensuse.org/request/show/720664
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=94
2019-08-02 15:52:35 +00:00
Tomáš Chvátal
557ce0c207
Accepting request 720591 from home:AndreasStieger:branches:devel:libraries:c_c++
...
libmicrohttpd 0.9.66
OBS-URL: https://build.opensuse.org/request/show/720591
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=93
2019-08-02 12:58:39 +00:00
Dominique Leuenberger
15fcad6e55
Accepting request 713706 from devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/713706
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=34
2019-07-22 10:14:41 +00:00
Tomáš Chvátal
e50635984b
Accepting request 713705 from home:mnhauke
...
- Update to versin 0.9.65:
* Many fixes and improvements for connection-specific memory pool
* Better handled connection's memory shortage situations:
+ error response could be sent to client even if all buffer
space was used;
+ if buffer space become low when receiving, do not allocate
last buffer space and use small receive blocks instead.
* Improved sending speed by using all available buffer space for
sending.
OBS-URL: https://build.opensuse.org/request/show/713705
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=91
2019-07-06 11:08:16 +00:00
Dominique Leuenberger
389358337e
Accepting request 708974 from devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/708974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=33
2019-06-24 19:47:24 +00:00
Tomáš Chvátal
af09090bed
Accepting request 708972 from home:mnhauke
...
- Update to version 0.9.64:
* Updated HTTP headers, methods and status codes from registries,
* Added scripts to import new headers, methods and status codes
from registries.
* Reodered includes in microhttpd.h
* Fixed compiler warnings
* Updated and fixed libcurl tests.
* Added checks for too long TLS parameters strings.
* Spelling fixes.
* Fixed example for non-64bits platforms.
* Optimized and improved processing speed by using precalculated and
already calculated lengths of strings.
* Store connection's keys and values with sizes;
* Speedup keys search be comparing key length first;
* Added functions for working with keys and values with binary zeros;
* Fixed test_postprocessor_amp to fail on problems.
* Reverted change of MHD_KeyValueIterator, implemented
MHD_KeyValueIteratorN with sizes for connection's key and value to
get keys and values with binary zeros.
* Fixed signed/unsigned comparison in example
http_chunked_compression.c.
* Bit manipulations moved to separate header file.
* Improved shell compatibility for 'bootstrap', removed bash-ism.
* Adding additional "value_length" argument to MHD_KeyValueIterator
callback to support binary zeros in values. This is done in a
backwards-compatible way, but may require adding a cast to
existing code to avoid a compiler warning.
* Added example for how to compress a chunked HTTP response.
OBS-URL: https://build.opensuse.org/request/show/708972
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=89
2019-06-10 14:17:12 +00:00
Stephan Kulow
9a6ab65566
Accepting request 673241 from devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/673241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=32
2019-02-24 15:57:41 +00:00
Tomáš Chvátal
979b45abf3
Accepting request 673177 from home:mnhauke
...
- Update to version 0.9.63:
* Extended test_get to test URI logging and query string parsing
to avoid regression fixed in previous patch in the future.
* Preliminary patch for the raw query string issue, to be tested.
* Added minimal example for how to compress HTTP response.
* Check for GNUTLS_E_AGAIN instead of GNUTLS_E_INTERRUPTED when
giving up on a TLS connection. -LM/CG
* Fix connection timeout logic if in thread-per-connection mode the
working thread takes longer than the timeout to queue the response.
* Add logic to avoid VLA arrays with compilers that do not support them.
* Fixed missing WSA_FLAG_OVERLAPPED which can cause W32 to block on
socket races when using threadpool. (See very detailed description
of the issue in the libmicrohttpd mailinglist post of today.)
* Added test for RFC 7616 and documented new API.
- Update to version 0.9.62:
* Added test for RFC 7616 and documented new API.
* Adding support for RFC 7616, experimental, needs
testing and documentation still!
* Add option to build MHD without any threads
and MHD_FEATURE_THREADS to test for it.
* Renamed all occurrences from _model(s)_ to _mode(s)_.
* Optimized the function MHD_create_response_from_callback() for
Windows by increasing its internal buffer size and allowed to
customize it via macro MHD_FD_BLOCK_SIZE.
* Referenced the gnutls_load_file() function in the HTTPs examples.
* Fix regression causing URLs to be unescaped twice.
OBS-URL: https://build.opensuse.org/request/show/673177
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=87
2019-02-11 08:16:09 +00:00
Dominique Leuenberger
931dda8efd
Accepting request 656222 from devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/656222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=31
2018-12-10 11:23:48 +00:00
Tomáš Chvátal
591fd62a64
Accepting request 656175 from server:http
...
forward request 656072
OBS-URL: https://build.opensuse.org/request/show/656175
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=85
2018-12-08 10:37:59 +00:00
Dominique Leuenberger
3a781a626c
Accepting request 580334 from devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/580334
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=30
2018-03-01 11:06:18 +00:00
Tomáš Chvátal
2ff3e6388c
Accepting request 580331 from home:mnhauke
...
- Update to version 0.9.59:
* Fix masking operation.
* Fix deadlock when failing to prepare chunked response
* Fix __clang_major__ related warnings for non-clang compilers.
* Fixed tests on platforms with huge number of CPUs.
* Doxygen configuration was updated.
* Various doxygen fixes.
- Update to version 0.9.58:
* Fixed HTTPS tests on modern platforms.
* Minor documentation installation fixes.
* Tolerate AF_UNIX when trying to determine our binding port
from socket. Use `sockaddr_storage` instead of trying to
guess the sockaddr type before calling getsockname().
OBS-URL: https://build.opensuse.org/request/show/580331
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=83
2018-02-26 19:40:55 +00:00
Dominique Leuenberger
90ba1876af
Accepting request 547134 from devel:libraries:c_c++
...
- Install copying
- Update to version 0.9.57:
* See provided Changelog for details
- Drop no longer needed patches:
* libmicrohttpd_test_data.patch
* disable-stalling-test.patch
OBS-URL: https://build.opensuse.org/request/show/547134
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=29
2017-12-06 07:54:40 +00:00
Tomáš Chvátal
0f082b6d05
- Install copying
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=81
2017-12-01 14:05:02 +00:00
Tomáš Chvátal
661774a548
Accepting request 546778 from home:pluskalm:branches:devel:libraries:c_c++
...
- Update to version 0.9.57:
* See provided Changelog for details
- Drop no longer needed patches:
* libmicrohttpd_test_data.patch
* disable-stalling-test.patch
OBS-URL: https://build.opensuse.org/request/show/546778
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=80
2017-11-30 15:28:32 +00:00
Dominique Leuenberger
3291260694
Accepting request 499625 from devel:libraries:c_c++
...
- Version update to 0.9.55 bsc#1041216:
* See provided Changelog for details
- Update to 0.9.33 bsc#854443 CVE-2013-7038 CVE-2013-7039
OBS-URL: https://build.opensuse.org/request/show/499625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=28
2017-05-31 10:11:45 +00:00
Tomáš Chvátal
81e7fec79a
- Update to 0.9.33 bsc#854443 CVE-2013-7038 CVE-2013-7039
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=78
2017-05-30 09:00:36 +00:00
Tomáš Chvátal
76536390a5
- Version update to 0.9.55 bsc#1041216:
...
* See provided Changelog for details
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=77
2017-05-29 09:37:44 +00:00
Dominique Leuenberger
2ded359c42
Accepting request 494916 from devel:libraries:c_c++
...
1
OBS-URL: https://build.opensuse.org/request/show/494916
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=27
2017-05-20 08:09:18 +00:00
Tomáš Chvátal
4163927685
Accepting request 494915 from home:pluskalm:branches:devel:libraries:c_c++
...
- Update licensing information
OBS-URL: https://build.opensuse.org/request/show/494915
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=75
2017-05-15 11:57:40 +00:00
Tomáš Chvátal
a1cc2a58b9
Accepting request 494528 from home:pluskalm:branches:devel:libraries:c_c++
...
- Update to version 0.9.54:
* See provided Changelog for details
OBS-URL: https://build.opensuse.org/request/show/494528
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=74
2017-05-11 08:44:33 +00:00
Tomáš Chvátal
eeadc56dc9
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
Dominique Leuenberger
05b8d32745
Accepting request 478441 from devel:libraries:c_c++
...
- Do not abort on failing tests, as they randomly fail quite a lot
bsc#1012840
OBS-URL: https://build.opensuse.org/request/show/478441
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=26
2017-03-10 20:13:02 +00:00
Tomáš Chvátal
dbd3d514e6
bsc#1012840
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=71
2017-03-10 09:06:02 +00:00
Tomáš Chvátal
29e9177446
- Cleanup a bit
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=70
2017-03-08 13:17:50 +00:00
Dominique Leuenberger
9a0dc37f27
Accepting request 445403 from devel:libraries:c_c++
...
- Version update to 0.9.52:
* See provided Changelog for details
- Refresh patch:
* disable-stalling-test.patch
OBS-URL: https://build.opensuse.org/request/show/445403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=25
2016-12-17 08:45:14 +00:00
Tomáš Chvátal
f726da81b6
- Version update to 0.9.52:
...
* See provided Changelog for details
- Refresh patch:
* disable-stalling-test.patch
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=68
2016-12-12 11:09:27 +00:00
Dominique Leuenberger
1a8d1f7707
Accepting request 399933 from devel:libraries:c_c++
...
1
OBS-URL: https://build.opensuse.org/request/show/399933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=24
2016-06-07 21:44:45 +00:00
Ismail Dönmez
eac9995e03
Accepting request 399929 from home:pluskalm:branches:devel:libraries:c_c++
...
- Update to version 0.9.50:
* See provided Changelog for details
OBS-URL: https://build.opensuse.org/request/show/399929
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=66
2016-06-03 08:37:38 +00:00
Dominique Leuenberger
f5597f299b
Accepting request 390047 from devel:libraries:c_c++
...
1
OBS-URL: https://build.opensuse.org/request/show/390047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=23
2016-04-30 21:24:43 +00:00
Tomáš Chvátal
6750aadc25
Accepting request 390041 from home:pluskalm:branches:devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/390041
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=64
2016-04-14 19:07:46 +00:00
Dominique Leuenberger
c2a6c6c16a
Accepting request 349883 from devel:libraries:c_c++
...
1
OBS-URL: https://build.opensuse.org/request/show/349883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=22
2015-12-23 07:48:41 +00:00
Ismail Dönmez
59497f10bf
Accepting request 349707 from home:pluskalm:branches:devel:libraries:c_c++
...
- Update to 0.9.4
- Update dependencies
OBS-URL: https://build.opensuse.org/request/show/349707
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=62
2015-12-20 14:47:22 +00:00
Stephan Kulow
3ab620c037
Accepting request 347526 from devel:libraries:c_c++
...
1
OBS-URL: https://build.opensuse.org/request/show/347526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=21
2015-12-13 08:36:24 +00:00
Tomáš Chvátal
8d200b4dd4
Accepting request 347525 from home:pluskalm:branches:devel:libraries:c_c++
...
- Update to 0.9.47
OBS-URL: https://build.opensuse.org/request/show/347525
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=60
2015-12-05 09:40:35 +00:00
Stephan Kulow
2bd0e669ad
Accepting request 344773 from devel:libraries:c_c++
...
1
OBS-URL: https://build.opensuse.org/request/show/344773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=20
2015-11-24 21:33:06 +00:00
Tomáš Chvátal
7913076e9c
Accepting request 344772 from home:pluskalm:branches:devel:libraries:c_c++
...
- Enable http2/spdy
- Don't build examples as we don't ship them anyway
- Disable tests as linking fails for them with spdy enabled
OBS-URL: https://build.opensuse.org/request/show/344772
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=58
2015-11-16 16:07:59 +00:00
Dominique Leuenberger
eb4c8cb696
Accepting request 343498 from devel:libraries:c_c++
...
1
OBS-URL: https://build.opensuse.org/request/show/343498
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=19
2015-11-15 11:45:35 +00:00
Ismail Dönmez
41ec1bfb14
Accepting request 343463 from home:pluskalm:branches:devel:libraries:c_c++
...
- Update to 0.9.46
* Undoing change from Sun Oct 25 15:29:23 CET 2015 as the
original code was counter-intuitive but correct, and the new
code does break pipelining. Ignore empty lines at the beginning
of an HTTP request (more tolerant implementation).
OBS-URL: https://build.opensuse.org/request/show/343463
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=56
2015-11-10 16:56:26 +00:00
Dominique Leuenberger
608de1a230
Accepting request 341903 from devel:libraries:c_c++
...
1
OBS-URL: https://build.opensuse.org/request/show/341903
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=18
2015-11-04 14:32:40 +00:00
Tomáš Chvátal
eb44e49212
Accepting request 341902 from home:pluskalm:branches:devel:libraries:c_c++
...
- Update to 0.9.45
OBS-URL: https://build.opensuse.org/request/show/341902
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=54
2015-11-01 11:59:31 +00:00
Dominique Leuenberger
3d32a0c906
Accepting request 336053 from devel:libraries:c_c++
...
- Update to 0.9.44
* Various fixes for W32 VS project files.
* Fix digest authentication with URL arguments where value-less
keys are given before the last argument.
* Do not use shutdown() on listen socket if
MHD_USE_PIPE_FOR_SHUTDOWN is set.
OBS-URL: https://build.opensuse.org/request/show/336053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=17
2015-10-14 14:41:10 +00:00
Ismail Dönmez
b7b9ec8523
Fix URL
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=52
2015-10-03 14:39:51 +00:00
Ismail Dönmez
ad06e13020
Accepting request 335907 from home:pluskalm:branches:devel:libraries:c_c++
...
- Update to 0.9.44
OBS-URL: https://build.opensuse.org/request/show/335907
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=51
2015-10-02 13:46:47 +00:00
Dominique Leuenberger
173a806191
Accepting request 332087 from devel:libraries:c_c++
...
1
OBS-URL: https://build.opensuse.org/request/show/332087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=16
2015-10-01 07:27:04 +00:00
Stephan Kulow
f9b18eb6cb
Accepting request 332081 from home:pluskalm:branches:devel:libraries:c_c++
...
Delete dropped patch
OBS-URL: https://build.opensuse.org/request/show/332081
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=49
2015-09-19 11:09:47 +00:00
Stephan Kulow
4e89ccad19
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