2017-02-15 |
Jay Freeman (saurik) | Don't download "optional" files not in Release :/. master cydia_1.1.29 |
tree | commitdiff |
2017-02-01 |
Jay Freeman (saurik) | For ReMap to work, S has to be marked volatile :/. cydia_1.1.28%b10 |
tree | commitdiff |
2017-02-01 |
Jay Freeman (saurik) | Tags should use StoreString, not WriteStringInMap. |
tree | commitdiff |
2017-01-31 |
Jay Freeman (saurik) | Port TagIterator to correctly support ReMap (doh). cydia_1.1.28%b9 |
tree | commitdiff |
2017-01-31 |
Jay Freeman (saurik) | Repeat after me: IMS-Hit is really "I am shit" :/. |
tree | commitdiff |
2017-01-31 |
Jay Freeman (saurik) | It is NOT OK to just munmap memory from malloc :/. cydia_1.1.28%b8 |
tree | commitdiff |
2017-01-30 |
Jay Freeman (saurik) | Symlinking final file failed is a common issue :/. |
tree | commitdiff |
2017-01-30 |
Jay Freeman (saurik) | This is realloc, not reallocf: be more careful :/. |
tree | commitdiff |
2017-01-30 |
Jay Freeman (saurik) | Bill is consistent. Bill is correct. Be like Bill. |
tree | commitdiff |
2017-01-30 |
Jay Freeman (saurik) | You can't just assume the start is always zero :/. |
tree | commitdiff |
2017-01-30 |
Jay Freeman (saurik) | The length given to msync was calculated wrong :/. |
tree | commitdiff |
2017-01-30 |
Jay Freeman (saurik) | Not /not/ immediately mapping a file is INSANE :/. |
tree | commitdiff |
2017-01-29 |
Jay Freeman (saurik) | The entire concept of PendingError() is flawed :/. cydia_1.1.28%b7 |
tree | commitdiff |
2017-01-27 |
Jay Freeman (saurik) | Bug #807012 also involves package dependencies :/. cydia_1.1.28%b6 |
tree | commitdiff |
2016-12-31 |
Jay Freeman (saurik) | On IMS-Hit, you can't assume local compression :/. cydia_1.1.28%b5 |
tree | commitdiff |
2016-12-31 |
Jay Freeman (saurik) | It is *never* a good idea to throw away stderr :/. |
tree | commitdiff |
2016-12-30 |
Jay Freeman (saurik) | It is just so absolutely critical that this works. cydia_1.1.28%b4 |
tree | commitdiff |
2016-12-30 |
Jay Freeman (saurik) | My "tolerance" patch was a tad bit overzealous :(. |
tree | commitdiff |
2016-12-30 |
Jay Freeman (saurik) | You have to do the bounds check before the access. |
tree | commitdiff |
2016-12-30 |
Jay Freeman (saurik) | Fix field-without-values appearing at end of file. |
tree | commitdiff |
2016-12-30 |
Jay Freeman (saurik) | Of *course* I managed to get this check backwards. cydia_1.1.28%b3 |
tree | commitdiff |
2016-12-30 |
Jay Freeman (saurik) | In the C locale, let's avoid any crazy transforms. cydia_1.1.28%b2 |
tree | commitdiff |
2016-12-30 |
Jay Freeman (saurik) | It's just *mean* to complain if they already know. |
tree | commitdiff |
2016-12-26 |
Jay Freeman (saurik) | Wreck validation until we can assess ecosystem :/. cydia_1.1.28%b1 |
tree | commitdiff |
2016-12-26 |
Jay Freeman (saurik) | This is 2016 and APT already requires use of mmap. |
tree | commitdiff |
2016-12-23 |
Jay Freeman (saurik) | Only check for valid Date if checking Valid-Until. |
tree | commitdiff |
2016-11-30 |
Jay Freeman (saurik) | I know this is "bad", but a "full wedge" is worse. |
tree | commitdiff |
2016-11-30 |
Jay Freeman (saurik) | For speed, you *need* multiple downloads per host. |
tree | commitdiff |
2016-11-30 |
Jay Freeman (saurik) | The fastest way to get field values is as a range. |
tree | commitdiff |
2016-11-30 |
Jay Freeman (saurik) | Avoid wedging the entire system if recoverable :/. |
tree | commitdiff |
2016-11-30 |
Jay Freeman (saurik) | Most interfaces (Maemo) need a high-level name :/. |
tree | commitdiff |
2016-11-30 |
Jay Freeman (saurik) | Store tags in the cache (they are very useful :/). |
tree | commitdiff |
2016-11-30 |
Jay Freeman (saurik) | unlinkat is way way too modern to not autoconf :/. |
tree | commitdiff |
2016-11-30 |
Jay Freeman (saurik) | __deprecated is already defined by sys/cdefs.h :/. |
tree | commitdiff |
2016-11-30 |
Jay Freeman (saurik) | arpa/nameser.h, unlike nameser.h, uses NS_ prefix. |
tree | commitdiff |
2016-11-30 |
Jay Freeman (saurik) | std::map from std::initializer_list is "explicit". |
tree | commitdiff |
2016-11-24 |
David Kalnischkies | get pdiff files from the same mirror as the index |
tree | commitdiff |
2016-11-23 |
David Kalnischkies | report apt-key errors via status-fd messages |
tree | commitdiff |
2016-11-23 |
David Kalnischkies | skip unconfigure for unconfigured to-be removed pkgs |
tree | commitdiff |
2016-11-23 |
David Kalnischkies | do not configure unconfigured to be removed packages |
tree | commitdiff |
2016-11-23 |
David Kalnischkies | don't perform implicit crossgrades involving M-A:same |
tree | commitdiff |
2016-11-23 |
David Kalnischkies | improve arch-unqualified dpkg-progress parsing |
tree | commitdiff |
2016-11-23 |
David Kalnischkies | correct cross & disappear progress detection |
tree | commitdiff |
2016-11-23 |
David Kalnischkies | react to trig-pend only if we have nothing else to do |
tree | commitdiff |
2016-11-22 |
Julian Andres Klode | Do not use MD5SumValue for Description_md5() |
tree | commitdiff |
2016-11-22 |
Julian Andres Klode | debListParser: Micro-optimize AvailableDescriptionLangu... |
tree | commitdiff |
2016-11-22 |
Julian Andres Klode | Compare size before data when ordering cache bucket... |
tree | commitdiff |
2016-11-22 |
Julian Andres Klode | Optimize VersionHash() to not need temporary copy of... |
tree | commitdiff |
2016-11-22 |
Julian Andres Klode | Introduce tolower_ascii_unsafe() and use it for hashing |
tree | commitdiff |
2016-11-22 |
Julian Andres Klode | Bump the cache major version for non-backportable changes |
tree | commitdiff |
2016-11-22 |
Julian Andres Klode | debListParser: Convert to use pkgTagSection::Key-based... |
tree | commitdiff |
2016-11-22 |
Julian Andres Klode | TagSection: Introduce functions for looking up by key ids |
tree | commitdiff |
2016-11-22 |
Julian Andres Klode | Merge commit 'e2073b0276226b625897ef475f225bf8f508719e... |
tree | commitdiff |
2016-11-22 |
Julian Andres Klode | TagSection: Extract Find() methods taking Pos instead... |
tree | commitdiff |
2016-11-22 |
Julian Andres Klode | TagSection: Split AlphaIndexes into AlphaIndexes and... |
tree | commitdiff |
2016-11-11 |
David Kalnischkies | show distribution mismatch for changed codenames |
tree | commitdiff |
2016-11-11 |
David Kalnischkies | don't warn if untransformed distribution matches |
tree | commitdiff |
2016-11-11 |
David Kalnischkies | add hidden config to set packages as Essential/Important |
tree | commitdiff |
2016-11-11 |
David Kalnischkies | add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges dance |
tree | commitdiff |
2016-11-10 |
David Kalnischkies | support 'apt build-dep .' (aka: without /) |
tree | commitdiff |
2016-11-09 |
David Kalnischkies | rename Checksum-FileSize to Filesize in hashsum mismatch |
tree | commitdiff |
2016-11-09 |
David Kalnischkies | show the conflicting distribution warning again |
tree | commitdiff |
2016-11-09 |
David Kalnischkies | reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivileges |
tree | commitdiff |
2016-11-09 |
Chris Leick | fix three typos in sources & manpages |
tree | commitdiff |
2016-11-09 |
Johannes Schauer | add support for Build-Depends/Conflicts-Arch |
tree | commitdiff |
2016-11-02 |
David Kalnischkies | keep Release.gpg on untrusted to trusted IMS-Hit |
tree | commitdiff |
2016-10-04 |
Julian Andres Klode | Do not read stderr from proxy autodetection scripts |
tree | commitdiff |
2016-09-18 |
Julian Andres Klode | VersionHash: Do not skip too long dependency lines |
tree | commitdiff |
2016-09-11 |
Julian Andres Klode | Coverage: Do not print messages from gcov |
tree | commitdiff |
2016-09-07 |
David Kalnischkies | edsp: try 2 to read responses even if writing failed |
tree | commitdiff |
2016-09-02 |
Julian Andres Klode | acquire: Use priority queues and a 3 stage pipeline... |
tree | commitdiff |
2016-09-02 |
Julian Andres Klode | CMake: apt-pkg: Use correct ICONV_INCLUDE_DIRS variable |
tree | commitdiff |
2016-09-01 |
David Kalnischkies | try not to call memcpy with length 0 in hash calculations |
tree | commitdiff |
2016-08-31 |
Julian Andres Klode | Base256ToNum: Fix uninitialized value |
tree | commitdiff |
2016-08-31 |
Julian Andres Klode | TagFile: Fix off-by-one errors in comment stripping |
tree | commitdiff |
2016-08-31 |
Julian Andres Klode | Fix segfault and out-of-bounds read in Binary fields |
tree | commitdiff |
2016-08-29 |
Julian Andres Klode | init: Add Dir::Bin::planners default entry |
tree | commitdiff |
2016-08-29 |
Julian Andres Klode | init: Fix path to external solvers |
tree | commitdiff |
2016-08-29 |
David Kalnischkies | don't loop on pinning pkgs from absolute debs by regex |
tree | commitdiff |
2016-08-29 |
David Kalnischkies | randomize acquire order for same type index files |
tree | commitdiff |
2016-08-26 |
Julian Andres Klode | Merge branch 'portability/freebsd' |
tree | commitdiff |
2016-08-26 |
Julian Andres Klode | CMake: Add missing iconv dependency |
tree | commitdiff |
2016-08-26 |
Julian Andres Klode | Make root group configurable via ROOT_GROUP |
tree | commitdiff |
2016-08-26 |
Julian Andres Klode | changelog: Respect Dir setting for local changelog... |
tree | commitdiff |
2016-08-26 |
Julian Andres Klode | Make directory paths configurable |
tree | commitdiff |
2016-08-26 |
Julian Andres Klode | Use C locale instead of C.UTF-8 for protocol strings |
tree | commitdiff |
2016-08-26 |
Julian Andres Klode | CMake: Do not use -lresolv if res_init exists in libc |
tree | commitdiff |
2016-08-26 |
Julian Andres Klode | CMake: Do not hardcode -ldl |
tree | commitdiff |
2016-08-26 |
Julian Andres Klode | Add missing includes and external definitions |
tree | commitdiff |
2016-08-25 |
David Kalnischkies | treat .ddeb files like .deb, especially for dpkg |
tree | commitdiff |
2016-08-24 |
David Kalnischkies | do not restore selections for already purged packages |
tree | commitdiff |
2016-08-24 |
David Kalnischkies | improve code & doc for aquire weak/loop failing |
tree | commitdiff |
2016-08-24 |
David Kalnischkies | do fail on weakhash/loop earlier in acquire |
tree | commitdiff |
2016-08-23 |
Julian Andres Klode | install-progress: Call the real ::fork() in our fork... |
tree | commitdiff |
2016-08-23 |
David Kalnischkies | prevent C++ locale number formatting in text APIs ... |
tree | commitdiff |
2016-08-23 |
David Kalnischkies | do dpkg --configure before --remove/--purge --pending |
tree | commitdiff |
2016-08-20 |
Julian Andres Klode | CMake: Fix uninitialized variables |
tree | commitdiff |
2016-08-19 |
Julian Andres Klode | Ignore SIGINT and SIGQUIT for Pre-Install hooks |
tree | commitdiff |
2016-08-17 |
David Kalnischkies | don't count each Type as an individual deb822-sources... |
tree | commitdiff |
2016-08-17 |
David Kalnischkies | add --with-source option and Packages/Sources support |
tree | commitdiff |
next |