Age | Commit message (Expand) | Author | Files | Lines |
2009-03-02 | pkg_install-20090302: | joerg | 6 | -15/+93 |
2009-02-28 | pkg_install-20090228: | joerg | 3 | -71/+5 |
2009-02-25 | Be silent if querying a variable and no installed information exists. | joerg | 1 | -4/+2 |
2009-02-14 | Need to define SSL_SUPPORT before using it :) | obache | 1 | -1/+2 |
2009-02-13 | Explicitly pull in crypto if building with ssl option. | joerg | 1 | -1/+4 |
2009-02-13 | Close the archive on fatal errors during signature validation. This can | joerg | 1 | -8/+4 |
2009-02-11 | Don't segfault if running pkg_info on a binary package without | joerg | 2 | -9/+19 |
2009-02-02 | Merge pkg_install-20090201 from pkg_install-renovation branch. | joerg | 4 | -72/+52 |
2008-04-29 | Drop clauses 3 and 4 from TNF licenses | martin | 1 | -9/+2 |
2008-04-26 | Revert last change, it was not intended to go into HEAD. | joerg | 2 | -11/+22 |
2008-04-26 | Add a clean pkg_add implementation on top of libarchive and libfetch. | joerg | 2 | -22/+11 |
2008-04-04 | pkg_install-20080404: | joerg | 2 | -56/+28 |
2008-03-10 | Add datarootdir to shut up configure. | wiz | 1 | -1/+2 |
2008-03-09 | pkg_install-20080309: | joerg | 1 | -6/+6 |
2008-02-22 | pkg_install-20080223: | joerg | 1 | -23/+35 |
2008-02-22 | pkg_install-20080222: | joerg | 1 | -2/+12 |
2008-02-07 | pkg_install-20080208: | joerg | 1 | -2/+5 |
2008-02-05 | Include fcntl.h for Solaris. From Andri Piik in private mail. | joerg | 1 | -2/+5 |
2008-02-02 | pkg_install-20080202: | joerg | 4 | -241/+435 |
2008-01-29 | Sign over my copyright to TNF. | hubertf | 1 | -18/+24 |
2007-11-05 | Also add -E to usage(). From PR 37265. | joerg | 1 | -4/+4 |
2007-11-02 | Remove obsolete option r from usage() and man page. I can't even | joerg | 3 | -6/+6 |
2007-08-29 | Add FILE_NAME, the name of the binary package file. | dillo | 1 | -2/+10 |
2007-08-15 | Start abstracting pkgdb access by introducing pkgdb_pkg_file. | joerg | 1 | -9/+8 |
2007-08-15 | Make _pkgdb_getPKGDB_DIR return const char * and fix fallout. | joerg | 1 | -3/+3 |
2007-08-12 | pkg_admin: when retrying with a wildcard pattern, use the computed | joerg | 5 | -32/+111 |
2007-08-10 | Not my day. If I write "return 0 when at least one match was found", | joerg | 1 | -4/+4 |
2007-08-10 | Contrary to its comments, CheckForPkg is meant to print all matching | joerg | 1 | -14/+44 |
2007-08-09 | Make var_set and var_get arguments always use full path names. | joerg | 3 | -9/+13 |
2007-08-09 | Change interface of is_automatic_installed and | joerg | 1 | -31/+17 |
2007-08-09 | Pass a number of strings around as const char *. | joerg | 3 | -18/+18 |
2007-08-09 | When matching a non-pattern (aka a base name), assign the correct | joerg | 1 | -3/+3 |
2007-08-08 | Replace note_whats_installed, add_to_list_fn and generally most | joerg | 2 | -69/+39 |
2007-07-30 | Push pkg_perform prototype into the individual packages. | joerg | 1 | -1/+3 |
2007-07-26 | After the obsoletion on March, remove the support for require scripts. | joerg | 5 | -26/+8 |
2007-07-20 | Split pattern related functions from lib/str.c off into lib/opattern.c. | joerg | 1 | -3/+3 |
2007-07-16 | Merge remaining small changes from NetBSD, most of all the pkgsrc.7 man | joerg | 3 | -12/+12 |
2007-04-20 | Sync with src: PRIu64 -> MY_PRIu64 + fallback value of PRIu64. | joerg | 1 | -3/+3 |
2007-04-20 | re-add fix from r1.11 after sync | tnn | 1 | -2/+3 |
2007-04-16 | Sync with NetBSD base: | joerg | 1 | -3/+2 |
2007-03-11 | Sync with NetBSD base version: | joerg | 1 | -5/+8 |
2006-07-11 | Merged from src: | rillig | 1 | -2/+2 |
2006-07-01 | Pull across from source: | dillo | 1 | -3/+3 |
2006-06-27 | Update usage() - sync with manpage, add missing options, etc. | hubertf | 1 | -5/+5 |
2006-05-10 | Make pkg_install build on platforms that don't define the PRIu64 integer | jlam | 1 | -2/+3 |
2006-04-24 | Sync with src, version 20060424: | dillo | 6 | -18/+129 |
2006-04-04 | Pull over v1.68 from src/usr.sbin: | wiz | 1 | -3/+4 |
2005-11-22 | Reduce the use of the system() function in pkg_install to avoid quoting | ben | 1 | -20/+40 |
2005-11-14 | Sync with src/usr.sbin/pkg_install: | dillo | 1 | -3/+3 |
2005-11-07 | Update to 20051107: Fix pkg_info -B against binary packages. | dillo | 1 | -4/+2 |