send.h: Simplify sender command enum.
[paraslash.git] / aft.c
2008-01-08 Andre NollChange year in Copyright comment from 2007 to 2008.
2007-12-29 Andre Nollcom_ls(): Always print the basename as the subject...
2007-12-29 Andre NollSimplify para_basename().
2007-12-28 Andre NollTurn PARA_STRERROR into an inline function.
2007-12-27 Andre Nollaft.c: Rename save_audio_file_info() and enum aft_row_o...
2007-12-27 Andre Nollaft.c: Improve documentation of the add command.
2007-12-27 Andre NollCosmetics.
2007-12-09 Andre NollMerge commit 'remotes/yangtse/master'
2007-12-09 Andre NollMerge commit 'remotes/fml/master'
2007-12-08 Andre NollAdd new status items num_chunks and chunk_time.
2007-11-25 Andre NollGet rid of E_SEND.
2007-11-24 Andre NollFix rename detection.
2007-11-19 Andre NollMerge commit 'remotes/meins/v0.3' into v0.3
2007-11-18 Andre Nollaft.c: Simplify print_list_item().
2007-11-18 Andre Nollaft.c: Do not print directory if LS_FLAG_FULL_PATH...
2007-11-18 Andre Nollaft.c ls -lm: Fix unmapping of lyrics file.
2007-11-17 Andre Nollopen_and_update_audio_file(): Interchange two arguments.
2007-11-13 Andre Nollmake_empty_status_items(): Add spaces after status...
2007-11-11 Andre NollAvoid empty lines in the status output.
2007-11-11 Andre NollIntroduce make_empty_status_items().
2007-11-11 Andre NollAdd more status items.
2007-11-03 Andre NollStore chunk info in the afhi column rather than in...
2007-11-03 Andre Nollaft.c: Fix a possible memory leak.
2007-11-02 Andre NollMore status item renames.
2007-11-02 Andre NollRename audio_info status items and get rid of duplicate...
2007-11-02 Andre NollInterchange two lines in load_afhi().
2007-11-01 Andre NollFix duplicate afs event add.
2007-11-01 Andre NollGet rid of afd->afsi and rename afs_status_info to...
2007-11-01 Andre Nollkill afd->score.
2007-11-01 Andre NollGet rid of afd->path.
2007-11-01 Andre NollRename length status item to seconds_total and print...
2007-11-01 Andre NollFix number of whitespaces in duration status item.
2007-11-01 Andre NollAlways write image_name and lyrics_name status output.
2007-11-01 Andre NollSplit lyrics and image lines in stat output.
2007-11-01 Andre NollFix an off-by-one bug.
2007-11-01 Andre NollDon't compute attributes string twice.
2007-11-01 Andre NollAppend ls -v output to status items.
2007-11-01 Andre Nollcom_add: Only send output if send_callback_request...
2007-11-01 Andre NollAdd missing newline in ls output.
2007-10-31 Andre NollAlso save the header length and offset in the aft.
2007-10-31 Andre Nollvss.c: Avoid strcpy() to a fixed-size buffer.
2007-10-31 Andre NollSave also the end of file time value of the afh_info...
2007-10-26 Andre NollAdd doxygen comments for various structs.
2007-10-26 Andre NollMore Documentation improvments.
2007-10-25 Andre NollRename struct audio_format_info to afh_info.
2007-10-25 Andre Nollloglevel adjustments.
2007-10-24 Andre Nollaft.c: Separate attribute bitmap and attribute text.
2007-10-24 Andre Nollcom_touch: Only print error message on errors.
2007-10-23 Andre NollGet rid of mmd->filename.
2007-10-23 Andre NollReplace status item DBINFO2 by ATTRIBUTES.
2007-10-23 Andre Nollaft.c: Kill somce dead code.
2007-10-23 Andre NollRename afs_ls and afs_rm to ls and rm.
2007-10-22 Andre NollFix off-by-one bug in chunktable saving.
2007-10-22 Andre NollSwitch to the new afs.
2007-10-21 Andre NollMove mmap_full_file from osl.c to fd.c.
2007-10-21 Andre Nollaft.c: Remove special case code for playlist mode.
2007-10-21 Andre NollAdd 3 byte reserved space to the afs info.
2007-10-21 Andre Nollaft: Add missing add event.
2007-10-18 Andre NollImplement afs events.
2007-10-13 Andre NollReplace struct table_info by struct afs_table.
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.
next