提交历史

作者 SHA1 备注 提交日期
  Kevin Bradley 8128ab69b6 add system calls back 1 年之前
  Kevin Bradley 01b4d60c7d tracing bugs 1 年之前
  Kevin Bradley 76460e124c add /fs/jb prefix 1 年之前
  Jaywalker 930007ca22 Lets get those sizes right 7 年之前
  Jaywalker 2363847d26 Fixed last few errors. APT is strict... 7 年之前
  Jaywalker a227e74c6e Missed a semicolon 7 年之前
  Jaywalker 2d71f8c24d Fixed system() using coolstar's patch and added other required patches 7 年之前
  Jay Freeman (saurik) 5ac0f77c55 It is *never* a good idea to throw away stderr :/. 8 年之前
  David Kalnischkies e2c8c825a5 add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges dance 8 年之前
  David Kalnischkies 34b491e735 reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivileges 8 年之前
  Julian Andres Klode 0ecceb5bb9 Do not read stderr from proxy autodetection scripts 8 年之前
  Julian Andres Klode 15fe8e62d3 fileutl: empty file support: Avoid fstat() on -1 fd and check result 8 年之前
  David Kalnischkies 61db48241f implement socks5h proxy support for http method 8 年之前
  David Kalnischkies 02c38073af if the FileFd failed already following calls should fail, too 8 年之前
  David Kalnischkies 196d590a99 (error) va_list 'args' was opened but not closed by va_end() 8 年之前
  David Kalnischkies 8ca481e841 call flush on the wrapped writebuffered FileFd 8 年之前
  David Kalnischkies bbd8308cc0 ensure Cnf::FindFile doesn't return files below /dev/null 8 年之前
  David Kalnischkies 3465138575 don't change owner/perms/times through file:// symlinks 8 年之前
  David Kalnischkies cc9745a0d8 give a descriptive error for pipe tries with 'false' 8 年之前
  David Kalnischkies fc5db01bb7 don't do atomic overrides with failed files 8 年之前
  David Kalnischkies 6f35be91c9 don't leak an FD in lz4 (de)compression 8 年之前
  David Kalnischkies bdc4221170 do not hang on piped input in PipedFileFdPrivate 8 年之前
  David Kalnischkies f43dd43912 FileFd: avoid further writing if file failed 8 年之前
  David Kalnischkies cabfb8808d consistently add APT_OVERRIDE as method marker 8 年之前
  Colin Watson 9a63c3f480 Fix lzma write support to handle "try again" case 8 年之前
  Julian Andres Klode eda0c1ba43 Set seekpos to 0 after reopening files in Seek() 9 年之前
  Julian Andres Klode 72ed5f14b5 Use some semantically more correct buffer operations 9 年之前
  Julian Andres Klode 1996a6a785 Correctly report write errors when flushing buffered writer 9 年之前
  Julian Andres Klode f1828e6b0a Do not buffer writes larger than the buffer if possible 9 年之前
  Julian Andres Klode 070ed1c914 BufferedWriteFileFdPrivate: Simplify InternalWrite() 9 年之前