Age | Commit message (Expand) | Author | Files | Lines |
2012-02-14 | Update SIGPIPE signal handler comment | Dan McGee | 1 | -2/+2 |
2012-02-13 | Merge branch 'maint' | Dan McGee | 3 | -16/+17 |
2012-02-13 | Reset errno before opening archive | Allan McRae | 1 | -0/+1 |
2012-02-13 | Allow specifying shell for running scriptlets | Allan McRae | 1 | -1/+1 |
2012-02-13 | use _alpm_access in a few more places for increased debugging info | Florian Pritz | 3 | -3/+3 |
2012-02-13 | lib/sync: use full delta size as max download size | Dave Reisner | 1 | -1/+1 |
2012-02-06 | Fix a handful of comment typos or misspellings | Dan McGee | 1 | -3/+3 |
2012-02-06 | Translation updates from Transifex, mostly scripts | Dan McGee | 1 | -12/+13 |
2012-02-06 | Merge branch 'maint' | Dan McGee | 2 | -21/+25 |
2012-02-06 | ALPM API adjustments for sanity and consistency | Dan McGee | 6 | -62/+61 |
2012-02-06 | alpm.h: enum cleanups, comment formatting cleanup | Dan McGee | 1 | -27/+23 |
2012-02-06 | Remove last explicit include of config.h | Dan McGee | 1 | -2/+0 |
2012-02-06 | Update translations from Transifex | Dan McGee | 1 | -20/+21 |
2012-01-31 | Fix rare segfault on package removal | Allan McRae | 1 | -1/+4 |
2012-01-30 | Merge branch 'maint' | Dan McGee | 1 | -18/+19 |
2012-01-30 | Update translations | Dan McGee | 1 | -18/+19 |
2012-01-23 | Remove rmrf implementation from backend | Dan McGee | 3 | -52/+36 |
2012-01-23 | libalpm/deps.c: access trans flags directly | Dan McGee | 1 | -2/+4 |
2012-01-23 | Merge branch 'maint' | Dan McGee | 5 | -49/+176 |
2012-01-23 | lib/dload: give uniform naming to curl CB functions | Dave Reisner | 1 | -4/+4 |
2012-01-23 | Fix sys/mnttab.h header include | Dan McGee | 1 | -2/+2 |
2012-01-23 | lib/dload: enforce usage of TCP keepalives | Dave Reisner | 1 | -0/+53 |
2012-01-19 | Add diskspace checking support for Solaris/Illumos | Dan McGee | 1 | -5/+49 |
2012-01-18 | Update copyright on changed files since beginning of year | Dan McGee | 4 | -4/+4 |
2012-01-18 | Allow UseDelta option to specify a delta ratio | Dan McGee | 6 | -13/+15 |
2012-01-18 | util.c, rmrf(): only create string when needed | Olivier Brunel | 1 | -3/+3 |
2012-01-18 | fetch_url: look for files in cache before downloading | Dave Reisner | 1 | -32/+60 |
2012-01-18 | Use isdigit() rather than character range comparisons | Dan McGee | 1 | -1/+1 |
2012-01-12 | Reorder some operations in sig check for efficiency | Dan McGee | 1 | -13/+7 |
2012-01-08 | Merge branch 'maint' | Dan McGee | 2 | -5/+21 |
2012-01-08 | Fix segfaults on opening invalid archive files | Dan McGee | 3 | -12/+18 |
2012-01-07 | Update sync database size estimation values | Dan McGee | 1 | -36/+13 |
2012-01-07 | Clean up <inttypes.h> header inclusions | Dan McGee | 2 | -3/+2 |
2012-01-07 | Use 32-bit wide integer type in PolarSSL code | Dan McGee | 3 | -85/+89 |
2012-01-05 | Remove useless logger message | Dan McGee | 1 | -1/+0 |
2012-01-05 | Search for PGP subkeys in a keyserver-acceptable way | Dan McGee | 1 | -5/+21 |
2012-01-02 | Merge branch 'maint' | Dan McGee | 1 | -3/+3 |
2012-01-02 | pkghash improvements/modifications | Dan McGee | 4 | -55/+79 |
2012-01-02 | Minor optimization on likely sync package lookup | Dan McGee | 1 | -1/+2 |
2012-01-02 | be_package.c: fix compiler warning | Allan McRae | 1 | -1/+1 |
2012-01-02 | Remove unnecessary counters in file removal code | Dan McGee | 1 | -5/+3 |
2012-01-02 | alpm_list_msort: inline alpm_list_nth() call | Dan McGee | 1 | -7/+14 |
2012-01-02 | Only compile delta regex once | Dan McGee | 5 | -16/+30 |
2011-12-31 | Fix delta parsing | Dan McGee | 1 | -1/+2 |
2011-12-31 | Simplify hash function to a single multiplication | Dan McGee | 1 | -1/+1 |
2011-12-29 | Fix bogus string cast in search debug message | Dan McGee | 1 | -3/+3 |
2011-12-23 | Remove strtrim function from backend | Dan McGee | 2 | -42/+0 |
2011-12-23 | be_package: be more explicit parsing key/value pairs | Dan McGee | 1 | -9/+12 |
2011-12-23 | Rework package removal code | Dan McGee | 1 | -45/+54 |
2011-12-21 | Created hex_representation() in lib/libalpm/util.c | Diogo Sousa | 1 | -33/+27 |