Age | Commit message (Expand) | Author | Files | Lines |
2011-05-04 | Deal with unused function parameters correctly | Allan McRae | 7 | -18/+28 |
2011-05-04 | Fix warnings reported by -Wwrite-strings | Dan McGee | 1 | -5/+3 |
2011-05-04 | Reduce duplicate signing debug code and fix logic condition | Dan McGee | 1 | -35/+23 |
2011-04-27 | Allow conditional compilation with GPGME | Dan McGee | 2 | -2/+16 |
2011-04-24 | signing: add more detail to unexpected signature count error | Dan McGee | 1 | -1/+7 |
2011-04-24 | Enhance GPGME debug output | Dan McGee | 1 | -11/+97 |
2011-04-24 | Perform package verification at package load time | Dan McGee | 4 | -38/+47 |
2011-04-24 | sync_commit: refactor out validate_deltas | Dan McGee | 1 | -50/+53 |
2011-04-24 | sync_commit: refactor out file downloads | Dan McGee | 1 | -32/+37 |
2011-04-24 | Rein in the complexity of the signature type | Dan McGee | 7 | -69/+58 |
2011-04-24 | signing: let GPGME handle loading signatures from files | Dan McGee | 5 | -92/+35 |
2011-04-23 | Make dump_pkg_full a little less insane | Dan McGee | 1 | -2/+2 |
2011-04-23 | libalpm/dload: major refactor of signature downloading | Dan McGee | 4 | -127/+95 |
2011-04-23 | libalpm/dload: add allow_resume and reorder error checks | Dan McGee | 1 | -19/+21 |
2011-04-22 | cleanup: add_pkg() and remove_pkg() | Dan McGee | 2 | -6/+6 |
2011-04-22 | libalpm/dload: const and static correctness | Dan McGee | 2 | -6/+7 |
2011-04-22 | be_sync: use _alpm_db_get_sigverify_level() | Dan McGee | 1 | -4/+7 |
2011-04-21 | sync.c: remove unnecessary check for PM_PGP_VERIFY_UNKNOWN | Rémy Oudompheng | 1 | -7/+0 |
2011-04-21 | handle.c: force sigverify level not to be PM_PGP_VERIFY_UNKNOWN | Rémy Oudompheng | 1 | -0/+1 |
2011-04-21 | alpm.h: add several missing documentation strings | Rémy Oudompheng | 1 | -0/+13 |
2011-04-21 | alpm.h: rationalize option getters/setters documentation | Rémy Oudompheng | 1 | -17/+49 |
2011-04-21 | alpm.h: add/improve function documentation | Rémy Oudompheng | 3 | -12/+27 |
2011-04-21 | Rename gpgsig struct fields for clarity | Dan McGee | 5 | -26/+27 |
2011-04-21 | Form the signature file location in one place | Dan McGee | 3 | -24/+16 |
2011-04-21 | Header inclusion cleanup | Dan McGee | 14 | -36/+2 |
2011-04-21 | syntax: if/while statements should have no trailing space | Dan McGee | 15 | -63/+63 |
2011-04-21 | Allow VerifySig to act as a default verification in [options] | Dave Reisner | 6 | -11/+58 |
2011-04-21 | alpm.h: forward-declare shared enumerations | Dan McGee | 1 | -19/+30 |
2011-04-21 | style cleanup: cast as (type *) not (type*) | Dave Reisner | 9 | -10/+10 |
2011-04-21 | lib: remove dead code in be_local and be_package | Dave Reisner | 2 | -15/+0 |
2011-04-21 | Put comments on their own line | Dan McGee | 1 | -4/+8 |
2011-04-21 | Merge branch 'maint' | Dan McGee | 26 | -258/+270 |
2011-04-18 | 3.5.2 translation updates from Transifex | Dan McGee | 26 | -258/+270 |
2011-04-16 | Merge branch 'maint' | Dan McGee | 11 | -725/+484 |
2011-04-16 | Include "config.h" in header files using off_t | Dan McGee | 3 | -2/+8 |
2011-04-16 | libalpm: consistently use int as return type for option setters | Rémy Oudompheng | 2 | -63/+68 |
2011-04-16 | Remove indirection on get_name and get_version operations | Dan McGee | 3 | -27/+2 |
2011-04-16 | Move graph.h functions into graph.c | Dan McGee | 3 | -21/+63 |
2011-04-13 | alpm.h: fix typos in documentation | Rémy Oudompheng | 1 | -1/+1 |
2011-04-12 | Remove Korean language translation files | Dan McGee | 2 | -549/+0 |
2011-04-11 | Don't create two pmpkg_t objects in be_package | Dan McGee | 1 | -9/+0 |
2011-04-09 | alpm.h: document transaction flags | Rémy Oudompheng | 1 | -0/+16 |
2011-04-09 | More documentation for option getters/setters. | Rémy Oudompheng | 1 | -2/+27 |
2011-04-09 | alpm.h: more documentation for pkgreason, depend and errno. | Rémy Oudompheng | 1 | -5/+39 |
2011-04-09 | Move documentation for public package function to alpm.h | Rémy Oudompheng | 4 | -59/+73 |
2011-04-09 | alpm.h: organize doxygen documentation in groups | Rémy Oudompheng | 1 | -14/+39 |
2011-04-09 | Move documentation of public database functions to alpm.h | Rémy Oudompheng | 2 | -58/+91 |
2011-04-09 | alpm.h: add documentation for package property accessors | Rémy Oudompheng | 1 | -0/+136 |
2011-04-09 | Move documentation of public transaction functions to alpm.h | Rémy Oudompheng | 2 | -39/+54 |
2011-04-09 | Fix broken documentation for alpm_trans_prepare() | Rémy Oudompheng | 3 | -3/+11 |