| 102cdbd7 | 15-Sep-2018 |
LarsGit223 <lars_paulsen@web.de> |
Auth/Mailer: properly handle usernames including a comma
Prevent splitting of e-mail addresses at the wrong point by enclosing a username in '"'. The "To" e-mail address in the notification mail was
Auth/Mailer: properly handle usernames including a comma
Prevent splitting of e-mail addresses at the wrong point by enclosing a username in '"'. The "To" e-mail address in the notification mail was malformed if a new user was added and included a ',' in it's name. Fixes #1569.
show more ...
|
| 56f47fda | 09-Sep-2018 |
Michael Große <mic.grosse@googlemail.com> |
Add guard for getVersion fallback
This protects against the current commit being packed and not available as an object and against zlib not being available.
More information about commits being
Add guard for getVersion fallback
This protects against the current commit being packed and not available as an object and against zlib not being available.
More information about commits being packed and thus not available can be found here: https://git-scm.com/book/en/v2/Git-Internals-Packfiles
show more ...
|
| 9ae1a5d1 | 17-Aug-2018 |
Andreas Gohr <andi@splitbrain.org> |
fix #2466. Avoid caching half fetched files
When a remote resource exceeds the fetchsize but the remote server does not return a Content-Length, we read only the fetchsize amount of bytes but failed
fix #2466. Avoid caching half fetched files
When a remote resource exceeds the fetchsize but the remote server does not return a Content-Length, we read only the fetchsize amount of bytes but failed to detect that this was a partial read, thus a partial resource got cached.
This fix will read fetchsize+1, which will then be correctly determined as too big and thrown away.
show more ...
|