summaryrefslogtreecommitdiffstats
path: root/src/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: add -nopie to LDFLAGSNatanael Copa2009-04-211-0/+1
|
* db: cache index files, 'update' appletTimo Teras2009-04-161-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 kbuildTimo Teras2009-04-161-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 filesTimo Teras2009-04-151-0/+1
| | | | Fixes #24.
* Created search appletCameron Banta2009-03-071-0/+1
|
* Makefile: added 'make static' target to build apk.staticNatanael Copa2009-01-161-0/+3
|
* audit: new command to check changed filesTimo Teras2009-01-141-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 appletTimo Teras2009-01-131-1/+0
|
* Makefile: build the info appletNatanael Copa2009-01-091-0/+1
|
* io: prepartions for url handlingTimo Teras2008-11-281-0/+1
|
* build: remove pthreads referencesTimo Teras2008-11-121-1/+1
|
* use zlib internally to decompressTimo Teras2008-11-071-1/+3
|
* Argument parsing. Some other stuff too.Timo Teras2008-04-211-0/+2
|
* Initial commit of some stuff written so far. Still in state of flux. ExpectTimo Teras2008-04-171-0/+39
breakage and major changes.