Age | Commit message (Expand) | Author |
2018-02-07 | Reverting to kb's gpgv version for now | Jaywalker |
2018-02-07 | Fixed last few errors. APT is strict... | Jaywalker |
2018-02-07 | Missed a semicolon | Jaywalker |
2018-02-06 | Fixed system() using coolstar's patch and added other required patches | Jaywalker |
2017-01-30 | It is NOT OK to just munmap memory from malloc :/. | Jay Freeman (saurik) |
2017-01-30 | This is realloc, not reallocf: be more careful :/. | Jay Freeman (saurik) |
2017-01-30 | Bill is consistent. Bill is correct. Be like Bill. | Jay Freeman (saurik) |
2017-01-30 | You can't just assume the start is always zero :/. | Jay Freeman (saurik) |
2017-01-30 | The length given to msync was calculated wrong :/. | Jay Freeman (saurik) |
2017-01-30 | Not /not/ immediately mapping a file is INSANE :/. | Jay Freeman (saurik) |
2017-01-29 | The entire concept of PendingError() is flawed :/. | Jay Freeman (saurik) |
2017-01-27 | Bug #807012 also involves package dependencies :/. | Jay Freeman (saurik) |
2016-12-31 | It is *never* a good idea to throw away stderr :/. | Jay Freeman (saurik) |
2016-12-26 | Wreck validation until we can assess ecosystem :/. | Jay Freeman (saurik) |
2016-11-29 | __deprecated is already defined by sys/cdefs.h :/. | Jay Freeman (saurik) |
2016-11-29 | arpa/nameser.h, unlike nameser.h, uses NS_ prefix. | Jay Freeman (saurik) |
2016-11-24 | report apt-key errors via status-fd messages | David Kalnischkies |
2016-11-22 | Compare size before data when ordering cache bucket entries | Julian Andres Klode |
2016-11-22 | Optimize VersionHash() to not need temporary copy of input | Julian Andres Klode |
2016-11-22 | Introduce tolower_ascii_unsafe() and use it for hashing | Julian Andres Klode |
2016-11-11 | add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges dance | David Kalnischkies |
2016-11-09 | reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivileges | David Kalnischkies |
2016-11-09 | add support for Build-Depends/Conflicts-Arch | Johannes Schauer |
2016-10-04 | Do not read stderr from proxy autodetection scripts | Julian Andres Klode |
2016-09-01 | try not to call memcpy with length 0 in hash calculations | David Kalnischkies |
2016-08-31 | Base256ToNum: Fix uninitialized value | Julian Andres Klode |
2016-08-26 | Make directory paths configurable | Julian Andres Klode |
2016-08-26 | Use C locale instead of C.UTF-8 for protocol strings | Julian Andres Klode |
2016-08-26 | Add missing includes and external definitions | Julian Andres Klode |
2016-08-12 | drop incorrect const attribute from DirectoryExists | David Kalnischkies |
2016-08-12 | fileutl: empty file support: Avoid fstat() on -1 fd and check result | Julian Andres Klode |
2016-08-12 | ensure a good clock() value for usage and tests | David Kalnischkies |
2016-08-11 | Merge branch 'feature/methods' | David Kalnischkies |
2016-08-10 | allow user@host (aka: no password) in URI parsing | David Kalnischkies |
2016-08-10 | implement socks5h proxy support for http method | David Kalnischkies |
2016-08-03 | ExecGPGV: Pass current config state to apt-key via temp file | Julian Andres Klode |
2016-08-03 | ExecGPGV: Fork in all cases | Julian Andres Klode |
2016-08-03 | ExecGPGV: Rework file removal on exit() | Julian Andres Klode |
2016-08-03 | gpgv: Unlink the correct temp file in error case | Julian Andres Klode |
2016-07-29 | if the FileFd failed already following calls should fail, too | David Kalnischkies |
2016-07-27 | (error) va_list 'args' was opened but not closed by va_end() | David Kalnischkies |
2016-07-23 | call flush on the wrapped writebuffered FileFd | David Kalnischkies |
2016-07-19 | ensure Cnf::FindFile doesn't return files below /dev/null | David Kalnischkies |
2016-07-06 | don't change owner/perms/times through file:// symlinks | David Kalnischkies |
2016-07-05 | give a descriptive error for pipe tries with 'false' | David Kalnischkies |
2016-07-02 | use +0000 instead of UTC by default as timezone in output | David Kalnischkies |
2016-06-29 | don't do atomic overrides with failed files | David Kalnischkies |
2016-06-29 | Revert "travis: use gcc-5 instead of gcc(-4.8)" | David Kalnischkies |
2016-06-25 | imbue datetime parsing with C.UTF-8 locale | David Kalnischkies |
2016-06-20 | implement and document DIRECT for auto-detect-proxy | David Kalnischkies |