Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: link zlib dynamically, use --as-needed | Timo Teras | 2009-07-08 | 1 | -3/+5 |
| | | | | | | use pkgconfig of zlib instead of hard requiring it. and link in the pkg-config libs with --as-needed as not all of the openssl libs are really required. | ||||
* | csum: use openssl instead | Timo Teras | 2009-07-08 | 1 | -3/+9 |
| | | | | | instead of having static md5 implemenation, use the openssl library for digest functions. | ||||
* | cache: new applet (ref #49) | Timo Teras | 2009-06-29 | 1 | -1/+1 |
| | | | | Administrative tool to download or delete files to/from the cache. | ||||
* | upgrade: new applet | Timo Teras | 2009-06-25 | 1 | -1/+1 |
| | | | | | Currently just goes through all world dependencies and updates them where possible (ref #51). | ||||
* | Makefile: add -nopie to LDFLAGS | Natanael Copa | 2009-04-21 | 1 | -0/+1 |
| | |||||
* | db: cache index files, 'update' applet | Timo Teras | 2009-04-16 | 1 | -2/+2 |
| | | | | | | Cache non-local index files always locally. Introduce 'update' applet to force refresh of cached index files. Fixes #19. | ||||
* | build: rewrite make system to something slightly similar to kbuild | Timo Teras | 2009-04-16 | 1 | -45/+12 |
| | | | | | | Tracks now probler header file dependencies and command line parameters used to build files. E.g. changing CFLAGS rebuild all C-files. And changing version rebuild now the files where it's used. | ||||
* | fetch: new applet to download .apk files | Timo Teras | 2009-04-15 | 1 | -0/+1 |
| | | | | Fixes #24. | ||||
* | Created search applet | Cameron Banta | 2009-03-07 | 1 | -0/+1 |
| | |||||
* | Makefile: added 'make static' target to build apk.static | Natanael Copa | 2009-01-16 | 1 | -0/+3 |
| | |||||
* | audit: new command to check changed files | Timo Teras | 2009-01-14 | 1 | -0/+1 |
| | | | | | | | Currently only implement --backup to get list of (config) files in protected directories to backup. This also fixes a database corruption bug in database.c. | ||||
* | add: --initdb to replace create applet | Timo Teras | 2009-01-13 | 1 | -1/+0 |
| | |||||
* | Makefile: build the info applet | Natanael Copa | 2009-01-09 | 1 | -0/+1 |
| | |||||
* | io: prepartions for url handling | Timo Teras | 2008-11-28 | 1 | -0/+1 |
| | |||||
* | build: remove pthreads references | Timo Teras | 2008-11-12 | 1 | -1/+1 |
| | |||||
* | use zlib internally to decompress | Timo Teras | 2008-11-07 | 1 | -1/+3 |
| | |||||
* | Argument parsing. Some other stuff too. | Timo Teras | 2008-04-21 | 1 | -0/+2 |
| | |||||
* | Initial commit of some stuff written so far. Still in state of flux. Expect | Timo Teras | 2008-04-17 | 1 | -0/+39 |
breakage and major changes. |