commit_msg
stringlengths 1
24.2k
| commit_hash
stringlengths 2
84
⌀ | project
stringlengths 2
40
| source
stringclasses 4
values | labels
int64 0
1
| repo_url
stringlengths 26
70
⌀ | commit_url
stringlengths 74
118
⌀ | commit_date
stringlengths 25
25
⌀ |
---|---|---|---|---|---|---|---|
*) mod_http2: remote support for abandoned http-wg draft
<https://datatracker.ietf.org/doc/draft-kazuho-h2-cache-digest/>.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1880395 13f79535-47bb-0310-9956-ffa450edef68
| f1e4032670b82a84a469f6506de9052fd9df54f8 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/f1e4032670b82a84a469f6506de9052fd9df54f8 | 2020-07-29 12:15:58+00:00 |
Rephrase r1733088 since leaking means horrible things in cryptography.
This is not a security fix :p
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1733089 13f79535-47bb-0310-9956-ffa450edef68
| 66c700aa621082d2f46d6589ed35ab285c110eab | httpd | neuralsentry | 0 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/66c700aa621082d2f46d6589ed35ab285c110eab | 2016-03-01 15:31:58+00:00 |
mod_proxy_uwsgi: Error out on HTTP header larger than 16K
The uwsgi protocol does not let us serialize more than 16K of HTTP header,
so fail early with 500 if it happens.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1880205 13f79535-47bb-0310-9956-ffa450edef68
| fb08e475bf322f081665fa6f9d9e346136df9337 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/fb08e475bf322f081665fa6f9d9e346136df9337 | 2020-07-23 14:09:50+00:00 |
mod_proxy_http: follow up to r1656259.
The proxy connection may be NULL during prefetch, don't try to dereference it!
Still origin->keepalive will be set according to p_conn->close by the caller
(proxy_http_handler).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1678771 13f79535-47bb-0310-9956-ffa450edef68
| 8c162db8b65b2193e622b780e8c6516d4265f68b | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/8c162db8b65b2193e622b780e8c6516d4265f68b | 2015-05-11 15:48:58+00:00 |
Save some cycle.
There is no need to copy, strchr, strcmp and modify a string which is only used for TRACE2 logging.
Note that the code that looks similar a few lines below can not be optimized the same way because it is also returned in 'pmessage'.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1838318 13f79535-47bb-0310-9956-ffa450edef68
| c66bd262c1776920a0dcdda8e542b54fd8c66b9a | httpd | neuralsentry | 0 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/c66bd262c1776920a0dcdda8e542b54fd8c66b9a | 2018-08-18 08:32:15+00:00 |
Optimize in all cases that the members are all explicitly initialized.
Useful for 2.2 and 2.4, but trunk will require the subsequent patch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1688340 13f79535-47bb-0310-9956-ffa450edef68
| 594704036a34b00cca442dadc7f249708629022b | httpd | neuralsentry | 0 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/594704036a34b00cca442dadc7f249708629022b | 2015-06-30 01:29:43+00:00 |
Support for OpenSSL 1.1.0:
- use SSL_peek instead of looping with
has_buffered_data().
This fixes t/security/CVE-2009-3555.t where
has_buffered_data() doesn't help, because it
finds the buffered data and doesn't call
SSL_read(), so the reneg handshake isn't
triggered. SSL_peek() for 0 bytes seems to
reliably trigger the reneg in every case.
No more polling/sleeping. The code for the
OpenSSL 1.1.0 case is now again very close to
the pre 1.1.0 case.
Still need to run the full test suite with a
clean build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730316 13f79535-47bb-0310-9956-ffa450edef68
| e2017967f973e0c418fb85488cd948c955a08d52 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/e2017967f973e0c418fb85488cd948c955a08d52 | 2016-02-14 11:24:39+00:00 |
mod_proxy: Detect unix: scheme syntax errors at load time.
* modules/proxy/mod_proxy.c(add_pass, add_member, set_proxy_param,
proxysection):
Check return value of ap_proxy_de_socketfy().
* modules/proxy/proxy_util.c(ap_proxy_get_worker_ex):
Check return value of ap_proxy_de_socketfy().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895914 13f79535-47bb-0310-9956-ffa450edef68
| 5c49a85c126d23f89fe02531d12da74ce33a0d92 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/5c49a85c126d23f89fe02531d12da74ce33a0d92 | 2021-12-13 18:07:22+00:00 |
limit mod_sed memory use
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1901506 13f79535-47bb-0310-9956-ffa450edef68
| 65b8fb947b144556c7ad1cf7ddc3941010ad77ba | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/65b8fb947b144556c7ad1cf7ddc3941010ad77ba | 2022-06-01 12:40:09+00:00 |
On the trunk:
mod_ssl: adding ssl_policies.h[.in] for policy cipher/protocol definitions. Use
update_policies.py to update manually from Mozilla JSON definitions at
https://statics.tls.security.mozilla.org/server-side-tls-conf.json
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1808335 13f79535-47bb-0310-9956-ffa450edef68
| c6535beda35741ad1bbc3ad894aa7edad8ef483a | httpd | neuralsentry | 0 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/c6535beda35741ad1bbc3ad894aa7edad8ef483a | 2017-09-14 13:01:29+00:00 |
Add a compatibility note for HeartbeatMaxServers 0
Add a missing hyperlink.
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1906517 13f79535-47bb-0310-9956-ffa450edef68
| b8dac484b8c2d870f18e376969c3e3c23c00ebc9 | httpd | neuralsentry | 0 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/b8dac484b8c2d870f18e376969c3e3c23c00ebc9 | 2023-01-09 20:45:00+00:00 |
Add some hyperlinks to some directives
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896378 13f79535-47bb-0310-9956-ffa450edef68
| a47bd6f1ba3b594501e00ad378c86633deb2034a | httpd | neuralsentry | 0 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/a47bd6f1ba3b594501e00ad378c86633deb2034a | 2021-12-25 09:04:36+00:00 |
mod_rewrite: Fix UDS ("unix:") scheme for [P] rules. PR 57691 + 65590.
Handle the unix: scheme as an obsolute URI or a rule like:
RewriteRule ^/(.*) unix:/path/to/uds.sock|fcgi://localhost/$1 [P]
sets r->filename for /index.html as:
proxy:http://www.example.com/unix:/path/to/uds.sock|http://localhost/index.html
instead of the expected:
proxy:unix:/path/to/uds.sock|http://localhost/index.html
Submitted by: Janne Peltonen <janne.peltonen sange.fi>
Reviewed by: ylavic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893516 13f79535-47bb-0310-9956-ffa450edef68
| 6d76cbb9100bf34250ffba0bded08e075380be88 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/6d76cbb9100bf34250ffba0bded08e075380be88 | 2021-09-22 18:16:38+00:00 |
* Play safe in case we get no name
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1855743 13f79535-47bb-0310-9956-ffa450edef68
| c9f3b52c10226635ab01dfd3a7e744e4dbfbba72 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/c9f3b52c10226635ab01dfd3a7e744e4dbfbba72 | 2019-03-18 09:19:54+00:00 |
Fix timeout logging in ap_process_request().
We can't use 'r' after ap_process_request_after_handler(), the core output
filter might have cleaned up its deferred bucket brigade on error, including
the EOR bucket.
Reported by: steffenal
Fixes SpiderLabs/ModSecurity#1542
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1826556 13f79535-47bb-0310-9956-ffa450edef68
| b959689cb5fe25df6801f667422cd87dfc43368c | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/b959689cb5fe25df6801f667422cd87dfc43368c | 2018-03-12 15:24:13+00:00 |
fix link in comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910252 13f79535-47bb-0310-9956-ffa450edef68
| 9d13ad8b228dc053d9832cd1988c484f9a5d1087 | httpd | neuralsentry | 0 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/9d13ad8b228dc053d9832cd1988c484f9a5d1087 | 2023-06-06 08:48:27+00:00 |
fix StrictHostCheck in single/non-NVH vhosts
While all VH'es are NVH'es in 2.4 and later, something special happens
once a second NVH in a set is added. This case covers the
global server config scenario as well.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1840229 13f79535-47bb-0310-9956-ffa450edef68
| 4d3ea26e33216b68fc09d520349cdc2d07fb2972 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/4d3ea26e33216b68fc09d520349cdc2d07fb2972 | 2018-09-06 15:24:29+00:00 |
improved fix for EOS checking on zero length read, bump to 1.0.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707497 13f79535-47bb-0310-9956-ffa450edef68
| ee7412f8c3fe71b273e768ba9eff689f3e5bfbe9 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/ee7412f8c3fe71b273e768ba9eff689f3e5bfbe9 | 2015-10-08 11:24:11+00:00 |
Fix missing description of 2 directives
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1861439 13f79535-47bb-0310-9956-ffa450edef68
| 19671c281a10c46fe6865b961ff0b24223d8b4cc | httpd | neuralsentry | 0 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/19671c281a10c46fe6865b961ff0b24223d8b4cc | 2019-06-16 08:46:36+00:00 |
Fix a possible NULL pointer dereference of ap_runtime_dir_relative()
ap_runtime_dir_relative() will return NULL on failure. However cgid_init()
does not check the return value of ap_runtime_dir_relative() and use it
directly.
Fix this bug by adding a NULL check.
Submitted by: Zhou Qingyang <[email protected]>
Github: closes #304
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908972 13f79535-47bb-0310-9956-ffa450edef68
| 51a3e295058839b04fd7df544bbc5571f43226eb | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/51a3e295058839b04fd7df544bbc5571f43226eb | 2023-04-04 21:43:46+00:00 |
Remove check for committer status
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1870763 13f79535-47bb-0310-9956-ffa450edef68
| f4a5437af28ddb79b6e6b332012902b56ae11c68 | httpd | neuralsentry | 0 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/f4a5437af28ddb79b6e6b332012902b56ae11c68 | 2019-12-03 17:37:42+00:00 |
Add security note on CoreDumpDirectory for Linux.
Reviewed by: icing, elukey
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1857626 13f79535-47bb-0310-9956-ffa450edef68
| 9227bee96c22aba74400e8c11af2600512f5d7cd | httpd | neuralsentry | 0 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/9227bee96c22aba74400e8c11af2600512f5d7cd | 2019-04-16 07:54:27+00:00 |
mod_proxy_ajp: T-E has precedence over C-L.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1901521 13f79535-47bb-0310-9956-ffa450edef68
| 156ddf6fb575a643007a335237899d9d738a7dc0 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/156ddf6fb575a643007a335237899d9d738a7dc0 | 2022-06-01 13:46:54+00:00 |
* modules/metadata/mod_remoteip.c (remoteip_process_v2_header,
remoteip_input_filter): Add sanity checks.
Submitted by: jorton, Daniel McCarney <cpu letsencrypt.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1864526 13f79535-47bb-0310-9956-ffa450edef68
| ef477011e77c2425e968f3f77d26f486fec2af22 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/ef477011e77c2425e968f3f77d26f486fec2af22 | 2019-08-06 15:41:22+00:00 |
fix ap_escape_quotes with pre-escaped quotes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1892012 13f79535-47bb-0310-9956-ffa450edef68
| d8bce6f575abb29997bba358b31842bf757776c6 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/d8bce6f575abb29997bba358b31842bf757776c6 | 2021-08-04 11:48:38+00:00 |
mod_proxy: follow up to r1895921: Don't prevent forwarding URIs w/ no hostname.
r1895921 changed proxy_detect() to disable forward proxying for URIs with no
hostname which is wrong, there might exist a third-party proxy module handling
the "urn:" scheme for instance (thanks Roy for the catch!).
For this to work, we also need to leave the forward proxied URI alone in
ap_proxy_pre_request() with no UDS special case or alike, a proxy module can
then catch (or not) the original URI as expected.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895981 13f79535-47bb-0310-9956-ffa450edef68
| 15a5cde91626a68425f7f5e215f5a816dbb956f7 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/15a5cde91626a68425f7f5e215f5a816dbb956f7 | 2021-12-15 11:35:36+00:00 |
mod_proxy: Handle UDS URIs with empty hostname as if they had no hostname.
It was reported to me (privately) that r1893101 broke existing settings like:
SetHandler "proxy:unix:///path/to/uds.sock|fcgi://localhost/"
RFC 3986 (section 3.2.2) says that:
If the URI scheme defines a default for host, then that default
applies when the host subcomponent is undefined or when the
registered name is empty (zero length). For example, the "file" URI
scheme is defined so that no authority, an empty host, and
"localhost" all mean the end-user's machine, whereas the "http"
scheme considers a missing authority or empty host invalid.
Let's consider that the "unix" scheme is closer to the "file" scheme than
the "http" one, and accept "unix:///path/to/uds.sock" as a valid URI.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893519 13f79535-47bb-0310-9956-ffa450edef68
| 6d476a66956a6a81ac8e1f7f419ef0697b9a0b76 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/6d476a66956a6a81ac8e1f7f419ef0697b9a0b76 | 2021-09-22 18:47:09+00:00 |
On the trunk:
mod_ssl: heavily simplified SSLPolicy. No more user defines, no propxy policies,
just the basic "modern", "intermediate" and "old" as specified by Mozilla security.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827561 13f79535-47bb-0310-9956-ffa450edef68
| f8df6dc61a5da22f5632106ddcb0f37212fa3475 | httpd | neuralsentry | 0 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/f8df6dc61a5da22f5632106ddcb0f37212fa3475 | 2018-03-23 12:24:29+00:00 |
mod_proxy: Follow up to r1892814.
* modules/proxy/proxy_util.c(fix_uds_filename):
Sanity checks on the configured UDS path, fail with 500 if invalid since
continuing through proxy processing wouldn't work as expected.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1892986 13f79535-47bb-0310-9956-ffa450edef68
| fe32f679f4f9da07b04a3387a6623ac45fbc15a1 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/fe32f679f4f9da07b04a3387a6623ac45fbc15a1 | 2021-09-06 11:06:53+00:00 |
mod_lua: Error out if lua_read_body() or lua_write_body() fail.
Otherwise r:requestbody() or r:parsebody() failures might go unnoticed for
the user.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1898689 13f79535-47bb-0310-9956-ffa450edef68
| 3e561918fbd2a3e0b1dbc10e392d7c114d3fd64f | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/3e561918fbd2a3e0b1dbc10e392d7c114d3fd64f | 2022-03-07 14:07:02+00:00 |
trap bad FTP responses
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873745 13f79535-47bb-0310-9956-ffa450edef68
| 6128d712edb383b85d3c9b9c196c38395532552e | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/6128d712edb383b85d3c9b9c196c38395532552e | 2020-02-07 17:04:45+00:00 |
core: Simpler connection close logic if discarding the request body fails.
If ap_discard_request_body() sets AP_CONN_CLOSE by itself it simplifies and
allows to consolidate end_output_stream() and error_output_stream().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1898683 13f79535-47bb-0310-9956-ffa450edef68
| 0cb63842869cc2d9c02aba63c2122c685ac88d76 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/0cb63842869cc2d9c02aba63c2122c685ac88d76 | 2022-03-07 13:19:37+00:00 |
Correct URL failure reporting.
Drop the second reporting of HEAD over HTTP/0.9 requests, we short-circuit
this early now in read_request_line() when presented anything other than
the sole "GET" method permitted by spec.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1757921 13f79535-47bb-0310-9956-ffa450edef68
| ac07e050c6a7214678ef92e12e8481bdb82a9a13 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/ac07e050c6a7214678ef92e12e8481bdb82a9a13 | 2016-08-26 20:41:55+00:00 |
Fix a race condition.
Authentication with valid credentials could be refused in case of concurrent accesses from different users.
PR 63124 [Simon Kappel <simon.kappel axis.com>]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853190 13f79535-47bb-0310-9956-ffa450edef68
| 89e83282abc5a900a1ce63673d88e24e865989a2 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/89e83282abc5a900a1ce63673d88e24e865989a2 | 2019-02-08 06:14:47+00:00 |
Sync with v2.0.10 from github:
* Extensive testing in production done by Alessandro Bianchi (@alexskynet)
on the v2.0.x versions for stability. Many thanks!
* refactored stream response handling to reflect the different phases
(response/data/trailers) more clearly and help resolving cpu busy loops.
* Adding more negative tests for handling of errored responses to cover
edge cases.
* mod_http2: fixed handling of response where neiter an EOS nor an ERROR was
received as a cause to reset the stream.
* mod_proxy_http2: generating error buckets for fault response bodies, to
signal failure to fron when response header were already sent.
v2.0.9
--------------------------------------------------------------------------------
* Fixed a bug where errors during reponse body handling did not lead to
a proper RST_STREAM. Instead processing went into an infinite loop.
Extended test cases to catch this condition.
v2.0.8
--------------------------------------------------------------------------------
* Delaying input setup of a stream just before processing starts. This allows
any EOS indicator arriving from the client before that to take effect.
Without knowing that a stream has no input, internal processing has to
simulate chunked encoding. This is not wrong, but somewhat more expensive
and mod_security has been reported to be allergic to seeing 'chunked'
on some requests. See <https://bz.apache.org/bugzilla/show_bug.cgi?id=66282>.
* mod_proxy_http2: fixed #235 by no longer forwarding 'Host:' header when
request ':authority' is known. Improved test case that did not catch that
the previous 'fix' was incorrect.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904522 13f79535-47bb-0310-9956-ffa450edef68
| 61ebb22bf9ff55a09a452b837fdbcf67c219c9bb | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/61ebb22bf9ff55a09a452b837fdbcf67c219c9bb | 2022-10-11 14:54:08+00:00 |
ap_find_token: add unit tests
Add previously embargoed test case for CVE-2017-7668.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpdunit@1799377 13f79535-47bb-0310-9956-ffa450edef68
| 63047d39ba21f0507eadb11262467624ededb9eb | httpd | neuralsentry | 0 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/63047d39ba21f0507eadb11262467624ededb9eb | 2017-06-20 23:34:30+00:00 |
htdigest: prevent buffer overflow when strings in lines are too long.
Reported by: Hanno Böck
PR: 61511
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1808008 13f79535-47bb-0310-9956-ffa450edef68
| 417cc6a6903afe2a5ecea519c28cc920584e4286 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/417cc6a6903afe2a5ecea519c28cc920584e4286 | 2017-09-11 10:28:09+00:00 |
*) mod_http2: Fixed regression that no longer set H2_STREAM_ID and H2_STREAM_TAG.
PR64330
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876616 13f79535-47bb-0310-9956-ffa450edef68
| 73376148af245b520f12fdf119da8caa2154e2f3 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/73376148af245b520f12fdf119da8caa2154e2f3 | 2020-04-16 17:15:40+00:00 |
* For retriggering a DNS lookup worker->cp->addr should be set to NULL and thus
we need to avoid a race that worker->cp->addr switches to NULL after we
checked it to be non NULL but before we assign it to conn->addr in an else
tree which would leave conn->addr to NULL and likely cause a segfault later.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909400 13f79535-47bb-0310-9956-ffa450edef68
| dc498e9fde0efa2c968799cc295000d13104b82c | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/dc498e9fde0efa2c968799cc295000d13104b82c | 2023-04-25 11:52:17+00:00 |
On the trunk:
mod_http2: fixed problem of forgotten requests when number of connections larger than number of workers. Some code refactor, threads now queued in slot order for vanity reasons, so that the segfaults are more likely at the top and not the bottom.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1789520 13f79535-47bb-0310-9956-ffa450edef68
| f56036523cb52363e4ddc5eaefdc339beb99898e | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/f56036523cb52363e4ddc5eaefdc339beb99898e | 2017-03-30 12:51:52+00:00 |
use a liberal default limit for LimitRequestBody of 1GB
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1901497 13f79535-47bb-0310-9956-ffa450edef68
| 92499e20034485c5e2d29cb85940e309573d976e | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/92499e20034485c5e2d29cb85940e309573d976e | 2022-06-01 12:30:46+00:00 |
mod_session: save one apr_strtok() in session_identity_decode().
When the encoding is invalid (missing '='), no need to parse further.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1887050 13f79535-47bb-0310-9956-ffa450edef68
| 67bd9bfe6c38831e14fe7122f1d84391472498f8 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/67bd9bfe6c38831e14fe7122f1d84391472498f8 | 2021-03-01 20:07:08+00:00 |
SECURITY: CVE-2016-8740
mod_http2: properly crafted, endless HTTP/2 CONTINUATION frames could be used to exhaust all server's memory.
Reported by: Naveen Tiwari <[email protected]> and CDF/SEFCOM at Arizona State University
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1772576 13f79535-47bb-0310-9956-ffa450edef68
| c671673db96e286e2321d5babf05c767cb76a1ef | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/c671673db96e286e2321d5babf05c767cb76a1ef | 2016-12-04 22:06:30+00:00 |
* Use apr_size_t instead of int to harden against overflows.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1903680 13f79535-47bb-0310-9956-ffa450edef68
| 48cf630810b927d3dc2a38aa6bc954c4dcd5f9ea | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/48cf630810b927d3dc2a38aa6bc954c4dcd5f9ea | 2022-08-25 15:57:59+00:00 |
Correct string scope to prevent duplicated values for subsequent tokens.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1800919 13f79535-47bb-0310-9956-ffa450edef68
| b680a69533bf444e5099c41c09ce54a14b4782b4 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/b680a69533bf444e5099c41c09ce54a14b4782b4 | 2017-07-05 19:44:30+00:00 |
*) mod_http2: Fixed regression that caused connections to close when mod_reqtimeout
was configured with a handshake timeout. Fixes gitub issue #196.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1877783 13f79535-47bb-0310-9956-ffa450edef68
| 00977256ef92e5a1d29b9c9264d849ddd578d0a0 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/00977256ef92e5a1d29b9c9264d849ddd578d0a0 | 2020-05-15 11:59:32+00:00 |
mod_cache_socache: Fix a possible cached entity body corruption when it
is received from an origin server in multiple batches and forwarded by
mod_proxy.
Upstream buckets should be setaside when saving response body (store_body),
but since those will finally be flatten in the cache buffer (commit_entity),
let's save them directly into the buffer to avoid heap allocation(s) and
the final copy.
Reported by: Mike Pastore <mike oobak.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1721899 13f79535-47bb-0310-9956-ffa450edef68
| bcbfbe4acedd298139be41ad62c14f5428d149a8 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/bcbfbe4acedd298139be41ad62c14f5428d149a8 | 2015-12-28 12:09:29+00:00 |
On the trunk:
mod_http2: fix for crash when running out of memory. Initial patch by Robert Swiecki <[email protected]>
CVEID: CVE-2017-7659
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1781304 13f79535-47bb-0310-9956-ffa450edef68
| 832cbdb76ae5ff8709a910c25684c0d8cf3ddaef | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/832cbdb76ae5ff8709a910c25684c0d8cf3ddaef | 2017-02-01 20:40:38+00:00 |
core: AP_NORMALIZE_DECODE_UNRESERVED should normalize the second encoded dot.
Otherwise ap_normalize_path() can leave some "%2e" encoded.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893724 13f79535-47bb-0310-9956-ffa450edef68
| e150697086e70c552b2588f369f2d17815cb1782 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/e150697086e70c552b2588f369f2d17815cb1782 | 2021-09-29 12:35:25+00:00 |
* Add basic security policy for GitHub mirror
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1891176 13f79535-47bb-0310-9956-ffa450edef68
| 1a0e700383b6c71ffd49a159dc0fd4d6db10e31f | httpd | neuralsentry | 0 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/1a0e700383b6c71ffd49a159dc0fd4d6db10e31f | 2021-07-01 06:52:49+00:00 |
modssl: reset client-verify state when renegotiation is aborted
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1750779 13f79535-47bb-0310-9956-ffa450edef68
| 22204edc7a748d1d2e00b9984ee6ea1cc16c5616 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/22204edc7a748d1d2e00b9984ee6ea1cc16c5616 | 2016-06-30 12:08:42+00:00 |
httpdunit: merge CVE-2017-9788 regression tests from feature branch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1801998 13f79535-47bb-0310-9956-ffa450edef68
| 2302082b337cdf3948ed7d43051ec21b60fb1618 | httpd | neuralsentry | 0 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/2302082b337cdf3948ed7d43051ec21b60fb1618 | 2017-07-14 22:33:45+00:00 |
fix segfault when not identifying mpm module, added detection for winnt, simeple, motorz and netware
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730798 13f79535-47bb-0310-9956-ffa450edef68
| 59e3a15e40e7ef091438a45a75d906d6e68a42d3 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/59e3a15e40e7ef091438a45a75d906d6e68a42d3 | 2016-02-17 09:04:12+00:00 |
Better define conditions for skipping tests on 2.4.x or non-2.4.x.
Use YAML anchors and references to avoid copy&pasting, hopefully
the syntax remains reasonably readable.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875540 13f79535-47bb-0310-9956-ffa450edef68
| 0e23342736c405c392d2d2a47d67de48fabc1883 | httpd | neuralsentry | 0 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/0e23342736c405c392d2d2a47d67de48fabc1883 | 2020-03-23 12:08:01+00:00 |
Always decode session attributes early.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1850947 13f79535-47bb-0310-9956-ffa450edef68
| 39fbba1eb063040faf2b41549d7f9fe020dc0e9b | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/39fbba1eb063040faf2b41549d7f9fe020dc0e9b | 2019-01-10 15:52:31+00:00 |
core: Make sure and check that LimitXMLRequestBody fits in system memory.
LimitXMLRequestBody can not exceed the size needed to ap_escape_html2() the
body without failing to allocate memory, so enforce this at load time based
on APR_SIZE_MAX, and make sure that ap_escape_html2() is within the bounds.
Document the limits for LimitXMLRequestBody in our docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1898686 13f79535-47bb-0310-9956-ffa450edef68
| 6418c66ab6bfa7aeebeca09b17cf69eeead3bfa1 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/6418c66ab6bfa7aeebeca09b17cf69eeead3bfa1 | 2022-03-07 13:36:10+00:00 |
Merge consecutive slashes in the URL by default
opt-out w/ `MergeSlashes OFF`.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1855705 13f79535-47bb-0310-9956-ffa450edef68
| 807a365d9111c366e5314f2b3572501322feb489 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/807a365d9111c366e5314f2b3572501322feb489 | 2019-03-17 14:41:10+00:00 |
mod_auth_digest: fix segfaults during shared memory exhaustion
The apr_rmm_addr_get/apr_rmm_malloc() combination did not correctly
check for a malloc failure, leading to crashes when we ran out of the
limited space provided by AuthDigestShmemSize. This patch replaces all
these calls with a helper function that performs this check.
Additionally, fix a NULL-check bug during entry garbage collection.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1772919 13f79535-47bb-0310-9956-ffa450edef68
| 4354842828c7f9133238d11a6279960986d1bd5e | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/4354842828c7f9133238d11a6279960986d1bd5e | 2016-12-06 17:07:19+00:00 |
Fix a potential buffer overflow.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748653 13f79535-47bb-0310-9956-ffa450edef68
| 162b393417297717e70ba0fbf2ef858e1dd3610a | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/162b393417297717e70ba0fbf2ef858e1dd3610a | 2016-06-16 05:17:35+00:00 |
fix StrictHostCheck crash w/ HTTP/1.0
not released
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888871 13f79535-47bb-0310-9956-ffa450edef68
| 08c879b62dcc5986359121d53b2f8add74476669 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/08c879b62dcc5986359121d53b2f8add74476669 | 2021-04-17 20:13:28+00:00 |
Fix segfault with logresolve -c and IPv6
Due to a logic error, there could be a NULL pointer dereference.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823259
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745863 13f79535-47bb-0310-9956-ffa450edef68
| d48dfdec161258870df0c2deb566f6a6602e89a4 | httpd | neuralsentry | 1 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/d48dfdec161258870df0c2deb566f6a6602e89a4 | 2016-05-28 10:45:18+00:00 |
Simplify balancer-manager XSS protection, no functional change:
* modules/proxy/mod_proxy_balancer.c (balancer_process_balancer_worker):
Drop the ok2change parameter, which makes the function a noop, and
require the function is not called for that case.
(balancer_handler): Only call balancer_process_balancer_worker if
the nonce matches. Simplify call to balancer_display_page.
Github: closes #174
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1887144 13f79535-47bb-0310-9956-ffa450edef68
| 00940b1ea9ab085e6bf9396941aebeec7e2cae33 | httpd | neuralsentry | 0 | https://github.com/apache/httpd | https://github.com/apache/httpd/commit/00940b1ea9ab085e6bf9396941aebeec7e2cae33 | 2021-03-03 14:27:33+00:00 |
https://github.com/ImageMagick/ImageMagick/issues/1694
| 80c222d24b987ea520d48f945ef9798a6a19d1cb | imagemagick | neuralsentry | 1 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/80c222d24b987ea520d48f945ef9798a6a19d1cb | 2019-09-07 07:47:22-04:00 |
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=7203
| afff7533ba78d940c778ad2ad85191d714966c70 | imagemagick | neuralsentry | 1 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/afff7533ba78d940c778ad2ad85191d714966c70 | 2018-04-22 08:37:25-04:00 |
improved error checking
| 2e5c976bbf64c77265bfc13727ff584759906f23 | imagemagick | neuralsentry | 0 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/2e5c976bbf64c77265bfc13727ff584759906f23 | 2022-04-30 22:27:01-04:00 |
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6078
| abde347b40bbbdb8ffbd5713318b9603b7575644 | imagemagick | neuralsentry | 1 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/abde347b40bbbdb8ffbd5713318b9603b7575644 | 2018-02-07 18:19:31-05:00 |
https://github.com/ImageMagick/ImageMagick/issues/1783
| d091608129e897643600ff876d24556d01bb1d58 | imagemagick | neuralsentry | 1 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/d091608129e897643600ff876d24556d01bb1d58 | 2019-11-18 13:01:12-05:00 |
Minor improvements to the thread-specific data methods
| 47950f61e314f5a39f6a584b5223bbf2dc91a454 | imagemagick | neuralsentry | 0 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/47950f61e314f5a39f6a584b5223bbf2dc91a454 | 2015-12-18 18:31:40-05:00 |
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=7071
| 4fc6fc13832a0ab0037040cc951ace96b240eb22 | imagemagick | neuralsentry | 1 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/4fc6fc13832a0ab0037040cc951ace96b240eb22 | 2018-03-22 20:33:58-04:00 |
Corrected comments.
| 5118b6e29c51fe940d84d0be326bde576ff734cb | imagemagick | neuralsentry | 0 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/5118b6e29c51fe940d84d0be326bde576ff734cb | 2020-04-07 07:44:25+02:00 |
coders/png.c: Removed experimental zxIF chunk support; proposal is dead.
| 0bff80d2ee613d78316072909063d8315e98d768 | imagemagick | neuralsentry | 0 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/0bff80d2ee613d78316072909063d8315e98d768 | 2017-06-01 12:37:42-04:00 |
Removed calls to SyncImageSettings.
| e1a57915e967521262a3d88c51a4a5c242a30ec9 | imagemagick | neuralsentry | 0 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/e1a57915e967521262a3d88c51a4a5c242a30ec9 | 2015-08-28 20:14:45+02:00 |
update DOX config files
| 2a7bf28e7df8694c3c49b53ff29b318a658285e2 | imagemagick | neuralsentry | 0 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/2a7bf28e7df8694c3c49b53ff29b318a658285e2 | 2022-06-05 16:02:56+00:00 |
Update to the laatest Bootstrap release
| 49e6c5215b3952a4792071bb517bd51868b562d3 | imagemagick | neuralsentry | 0 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/49e6c5215b3952a4792071bb517bd51868b562d3 | 2018-12-27 10:47:07-05:00 |
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=33455
| 25a3d08ed68789268b1c849250772ccf3031362f | imagemagick | neuralsentry | 1 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/25a3d08ed68789268b1c849250772ccf3031362f | 2018-03-03 09:30:37-05:00 |
Update RPM spec so an IMv7 RPM can build
| 15bc0d69cbb71ae6839b49361de19e0fd56985d9 | imagemagick | neuralsentry | 0 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/15bc0d69cbb71ae6839b49361de19e0fd56985d9 | 2015-12-17 12:36:54-05:00 |
Autolink urlmon.lib
| 5cb71bb7b4fdadec964910e08260f0da3fcb21d7 | imagemagick | neuralsentry | 0 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/5cb71bb7b4fdadec964910e08260f0da3fcb21d7 | 2015-01-03 17:38:05+00:00 |
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31862
| 9b0faa18603d8302c1dc3f95cb4aa518737c89b2 | imagemagick | neuralsentry | 1 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/9b0faa18603d8302c1dc3f95cb4aa518737c89b2 | 2017-05-08 19:44:23-04:00 |
https://github.com/ImageMagick/ImageMagick/issues/657
| c9fea49cb8e9535305cb85bd9d2e9bf836f1d572 | imagemagick | neuralsentry | 1 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/c9fea49cb8e9535305cb85bd9d2e9bf836f1d572 | 2017-08-07 13:19:56-04:00 |
Improved reading of PSD layers and added extra logic to determine if the merged image has an alpha channel.
| 6cd24fa2689a8b0a29688000a2bf412297b75d5e | imagemagick | neuralsentry | 0 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/6cd24fa2689a8b0a29688000a2bf412297b75d5e | 2020-07-17 16:45:10+02:00 |
https://github.com/ImageMagick/ImageMagick/issues/4828
| 3e2b04a63c564aa4f2ce1da45a7346a59d15c0a2 | imagemagick | neuralsentry | 1 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/3e2b04a63c564aa4f2ce1da45a7346a59d15c0a2 | 2022-02-10 11:52:29-05:00 |
Use macro for constants instead of value to improve readability.
| 70eb0fe575c4daaddcef24098dacd01b340d836c | imagemagick | neuralsentry | 0 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/70eb0fe575c4daaddcef24098dacd01b340d836c | 2019-10-04 12:22:08+02:00 |
Added extra check to avoid use of uninitialized value.
Credit to OSS-Fuzz
| 8383c44b8f408de256e248a96c3c8192f5bece1f | imagemagick | neuralsentry | 0 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/8383c44b8f408de256e248a96c3c8192f5bece1f | 2018-01-16 22:48:17+01:00 |
https://github.com/ImageMagick/ImageMagick/issues/1824
| 4d6e2f6d6390ac4d3cb889053dc2ca3053a8e2bf | imagemagick | neuralsentry | 1 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/4d6e2f6d6390ac4d3cb889053dc2ca3053a8e2bf | 2020-01-10 20:33:29-05:00 |
The DICOM reader now handles the rescale intercept and slope.
| 47fc283c35d864aa9a4e3e7d2b87904ec0b734dd | imagemagick | neuralsentry | 0 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/47fc283c35d864aa9a4e3e7d2b87904ec0b734dd | 2015-11-24 21:18:34+01:00 |
-type bilevel behavior restored, it creates a black and white image
| a0dfa52d1641f61f1b132428168eacd91b934674 | imagemagick | neuralsentry | 1 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/a0dfa52d1641f61f1b132428168eacd91b934674 | 2019-12-01 15:15:46-05:00 |
optimize performance
| b30e351c307263c273075779a593d081b8b509d1 | imagemagick | neuralsentry | 0 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/b30e351c307263c273075779a593d081b8b509d1 | 2022-06-08 15:59:22-04:00 |
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20593
| da92eea348230afd9ec0bc67d40d17294cab1fab | imagemagick | neuralsentry | 1 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/da92eea348230afd9ec0bc67d40d17294cab1fab | 2020-02-09 08:05:02-05:00 |
Moved call to AsynchronousResourceComponentTerminus.
| d652f76af18a042e2fbc58bbc80172d755e3ff52 | imagemagick | neuralsentry | 0 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/d652f76af18a042e2fbc58bbc80172d755e3ff52 | 2018-06-10 10:04:44+02:00 |
label not centered with gravity (https://github.com/ImageMagick/ImageMagick/issues/5834)
| 88759f150bb23a3effb125e4c79306a7107ffe0a | imagemagick | neuralsentry | 1 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/88759f150bb23a3effb125e4c79306a7107ffe0a | 2022-11-30 22:44:59-05:00 |
check for -1 is not required
| 68fb3c56279ede6a30bfdd6348f3806811354132 | imagemagick | neuralsentry | 0 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/68fb3c56279ede6a30bfdd6348f3806811354132 | 2022-06-19 16:35:40-04:00 |
Fixed two typo's.
| 7182bd13b3c8a853198567f047ce14afcee9ac83 | imagemagick | neuralsentry | 0 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/7182bd13b3c8a853198567f047ce14afcee9ac83 | 2016-01-01 13:10:03+01:00 |
https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36581
| 44831b3c5c8ca618e0c6d4130810ab0bb6aee960 | imagemagick | neuralsentry | 1 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/44831b3c5c8ca618e0c6d4130810ab0bb6aee960 | 2019-08-25 09:45:49-04:00 |
https://github.com/ImageMagick/ImageMagick/issues/893
| 88ba0b66dd98f83be8c33c43c86728b5f7fd8ee3 | imagemagick | neuralsentry | 1 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/88ba0b66dd98f83be8c33c43c86728b5f7fd8ee3 | 2017-12-09 08:31:20-05:00 |
remove debugging statement
| e69f2b1413f1a9f2d5518aad13debacbe5b32195 | imagemagick | neuralsentry | 0 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/e69f2b1413f1a9f2d5518aad13debacbe5b32195 | 2022-02-09 21:41:25-05:00 |
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=33466
| 93aab60d475dc608d04a0d65c7b53918a9c16625 | imagemagick | neuralsentry | 1 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/93aab60d475dc608d04a0d65c7b53918a9c16625 | 2018-02-03 11:35:44-05:00 |
Changed copyright headers.
| 2056a1f77255bd551926f18ec321063d5c2ee195 | imagemagick | neuralsentry | 0 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/2056a1f77255bd551926f18ec321063d5c2ee195 | 2022-02-05 18:18:38+01:00 |
move image cache to a separate repo
| 7dde5b8eeb0f3990bb2df4f38504fde71cede703 | imagemagick | neuralsentry | 0 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/7dde5b8eeb0f3990bb2df4f38504fde71cede703 | 2021-03-14 15:07:45-04:00 |
switch http to https
| 67d687ef2b2c0c349120fcaad9ca3e6c3d9cb874 | imagemagick | neuralsentry | 0 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/67d687ef2b2c0c349120fcaad9ca3e6c3d9cb874 | 2023-03-30 08:21:31-04:00 |
https://github.com/ImageMagick/ImageMagick/issues/1420
| b69680acf77a01d442f2494678cef7779e01e07e | imagemagick | neuralsentry | 1 | https://github.com/imagemagick/imagemagick | https://github.com/imagemagick/imagemagick/commit/b69680acf77a01d442f2494678cef7779e01e07e | 2018-12-16 16:44:52-05:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.