Historique des commits

Auteur SHA1 Message Date
  Jaywalker 2363847d26 Fixed last few errors. APT is strict... il y a 7 ans
  Jaywalker a227e74c6e Missed a semicolon il y a 7 ans
  Jaywalker 2d71f8c24d Fixed system() using coolstar's patch and added other required patches il y a 7 ans
  Jay Freeman (saurik) 5ac0f77c55 It is *never* a good idea to throw away stderr :/. il y a 8 ans
  David Kalnischkies e2c8c825a5 add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges dance il y a 8 ans
  David Kalnischkies 34b491e735 reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivileges il y a 8 ans
  Julian Andres Klode 0ecceb5bb9 Do not read stderr from proxy autodetection scripts il y a 8 ans
  Julian Andres Klode 15fe8e62d3 fileutl: empty file support: Avoid fstat() on -1 fd and check result il y a 8 ans
  David Kalnischkies 61db48241f implement socks5h proxy support for http method il y a 8 ans
  David Kalnischkies 02c38073af if the FileFd failed already following calls should fail, too il y a 8 ans
  David Kalnischkies 196d590a99 (error) va_list 'args' was opened but not closed by va_end() il y a 8 ans
  David Kalnischkies 8ca481e841 call flush on the wrapped writebuffered FileFd il y a 8 ans
  David Kalnischkies bbd8308cc0 ensure Cnf::FindFile doesn't return files below /dev/null il y a 8 ans
  David Kalnischkies 3465138575 don't change owner/perms/times through file:// symlinks il y a 8 ans
  David Kalnischkies cc9745a0d8 give a descriptive error for pipe tries with 'false' il y a 8 ans
  David Kalnischkies fc5db01bb7 don't do atomic overrides with failed files il y a 8 ans
  David Kalnischkies 6f35be91c9 don't leak an FD in lz4 (de)compression il y a 8 ans
  David Kalnischkies bdc4221170 do not hang on piped input in PipedFileFdPrivate il y a 8 ans
  David Kalnischkies f43dd43912 FileFd: avoid further writing if file failed il y a 8 ans
  David Kalnischkies cabfb8808d consistently add APT_OVERRIDE as method marker il y a 8 ans
  Colin Watson 9a63c3f480 Fix lzma write support to handle "try again" case il y a 8 ans
  Julian Andres Klode eda0c1ba43 Set seekpos to 0 after reopening files in Seek() il y a 9 ans
  Julian Andres Klode 72ed5f14b5 Use some semantically more correct buffer operations il y a 9 ans
  Julian Andres Klode 1996a6a785 Correctly report write errors when flushing buffered writer il y a 9 ans
  Julian Andres Klode f1828e6b0a Do not buffer writes larger than the buffer if possible il y a 9 ans
  Julian Andres Klode 070ed1c914 BufferedWriteFileFdPrivate: Simplify InternalWrite() il y a 9 ans
  Julian Andres Klode 47fcfff8a5 simple_buffer::write: Use free() instead of maxsize - size() il y a 9 ans
  Stefan Bühler ab16ead7f8 fix "Mismatched free() / delete / delete []" in simple_buffer il y a 9 ans
  Julian Andres Klode 40940e63a4 CopyFile: Use 64 * 1024 instead of 64000 as buffer size il y a 9 ans
  Julian Andres Klode e3fbd54cee FileFd: (native) LZ4 support il y a 9 ans