server: Include git version in output of com_si().
[paraslash.git] / aft.c
2009-05-25 Andre Nollaft: Make make_status_items() static.
2009-03-18 Andre NollFix various dead stores found by the clang static analyzer.
2009-03-17 Andre NollGET_NUM_DIGITS: Evaluate macro parameter only once.
2009-01-19 Andre NollMerge commit 'meins/master'
2009-01-18 Andre NollMerge commit 'athcx/master'
2009-01-15 Andre NollAdd some missing source code documentation.
2009-01-10 Andre NollChange year of copyright from 2008 to 2009.
2009-01-09 Andre NollMerge commit 'meins/master'
2008-12-01 Andre NollMerge commit 'fml/master'
2008-12-01 Andre NollReplace MAX, MIN, ABS macros by type-checking variants.
2008-12-01 Andre NollMerge commit 'meins/next'
2008-11-30 Andre NollInclude portable_io.h only when needed.
2008-11-29 Andre NollFix -Wdeclaration-after-statement warnings.
2008-11-13 Andre Nolladd_one_audio_file(): Fix an fd leak.
2008-09-28 Andre Nollaft.c: Clear more status items in stop mode.
2008-07-25 Andre NollClear all fields in stop mode where it makes sense.
2008-07-07 Andre NollMerge commit 'meins/master'
2008-07-06 Andre NollFix another bug in com_touch().
2008-07-06 Andre NollFix com_touch.
2008-07-06 Andre NollTeach the touch command about amplification.
2008-07-06 Andre NollTeach the ls command to print the amplification value.
2008-07-06 Andre NollUse an unused byte in struct afs_info to store the...
2008-06-30 Andre NollMerge commit 'meins/master'
2008-06-29 Andre NollKeep the audio file open when mmapping.
2008-06-28 Andre NollAllocate afh_info->info_string dynamically.
2008-03-25 Andre NollUpdate doxygen documentation.
2008-03-24 Andre NollComplete the afs callback conversion.
2008-03-24 Andre Nollmake send_callback_request() and friends take a result...
2008-03-19 Andre NollFix use of uninitialized afhi->header_len.
2008-03-14 Andre NollMerge commit 'remotes/meins/master'
2008-03-13 Andre Nollaft.c: Move definition of "buf" down a bit.
2008-03-12 Andre NollAdd new ls option: -lc to print out the chunk table.
2008-02-16 Andre Nollcom_touch(): Print a message if no audio files matched.
2008-01-21 Andre NollBe more careful on command exit.
2008-01-17 Andre Nollaft.c: Fix a memory leak in open_and_update_audio_file().
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().
next