Move enum ls_sorting_method from afs.h to aft.c and add documentation.
[paraslash.git] / aft.c
2007-09-26 Andre NollMove enum ls_sorting_method from afs.h to aft.c and...
2007-09-26 Andre NollGet rid of the "table" member in struct table_info.
2007-09-25 Andre Nollafs ls -lv: Also print the tag info.
2007-09-25 Andre Nollafs: Move some ls-related stuff from afs.h to aft.c.
2007-09-24 Andre Nollaft.c: Add GPL header.
2007-09-23 Andre NollImplement check for invalid playlist entries.
2007-09-23 Andre NollImplement check command.
2007-09-21 Andre NollMerge commit 'remotes/meins/v0.3' into v0.3
2007-09-19 Andre Nollaft.c: Fix a nasty memory corruption bug in afs_ls...
2007-09-15 Andre Nollaft.c: Kill global variable "now".
2007-09-15 Andre NollReplace void *row by struct osl_row *row.
2007-09-15 Andre NollInvalidate table pointers on shutdown.
2007-09-15 Andre Nollloglevel adjustments.
2007-09-15 Andre Nollcom_add(): Add missing return statement.
2007-09-14 Andre Nollcom_afs_ls(): Fix output width of duration.
2007-09-14 Andre Nollloglevel adjustments.
2007-09-14 Andre Nollafs: com_add() fixes and improvements.
2007-09-13 Andre NollFix com_add segfault.
2007-09-13 Andre Nollcom_add: Minor improvements.
2007-09-12 Andre Nollaft.c: Fix com_add().
2007-09-10 Andre Nollafs: Replace DATABASE_DIR by a runtime config option.
2007-09-10 Andre Nollafs: Minor improvements and fixes.
2007-09-10 Andre Nollafs com_add(): Recognize also audio formats different...
2007-09-09 Andre NollChange the type of the argv argument of all commands.
2007-09-09 Andre NollFix some format string warnings on x86_64.
2007-09-08 Andre NollMake afs commands work.
2007-09-08 Andre NollIntroduce template commands for command_util.sh.
2007-09-08 Andre Nollpara_server: Initialize the new afs.
2007-09-08 Andre NollFix some signedness warnings.
2007-09-08 Andre NollMerge the new afs code.