para_select(): Return a proper error code on errors.
[paraslash.git] / aft.c
2007-10-09 Andre NollRemove some system errors from errno.h
2007-10-06 Andre NollAdd more documentation.
2007-10-06 Andre Nollcom_add(): Write messages to the client rather than...
2007-10-05 Andre Nollcom_add(): Only accept absolute paths.
2007-10-02 Andre NollImplement com_cpsi().
2007-10-02 Andre NollMerge commit 'remotes/meins/v0.3' into v0.3
2007-10-01 Andre Nollcom_add(): Always check the return value of send_va_buf...
2007-10-01 Andre NollImplement add -a (add all audio files).
2007-09-30 Andre NollImplement mailbox output format for ls.
2007-09-29 Andre Nollcom_ls: Don't use FNM_PATHNAME.
2007-09-29 Andre NollSpeed up mood loading.
2007-09-27 Andre NollImplement pattern matching for com_touch().
2007-09-27 Andre Nollcom_afs_rm(): Implement pattern matching and add -v...
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.