Move mood methods to a separate file.
[paraslash.git] / aft.c
2009-07-10 Andre NollMerge commit 'fml/master' into next
2009-07-08 Andre NollIntroduce para_regcomp.
2009-07-05 Andre NollMerge branch 'master' into next
2009-07-04 Andre NollMerge branch 'master' into next
2009-07-04 Andre NollChange the syntax of the parameters to the touch command.
2009-07-04 Andre NollMerge branch 'afh_cleanup' into next.
2009-07-04 Andre NollMerge branch 'crypt' into next
2009-07-04 Andre NollMerge commit 'fml/master'
2009-07-04 Andre NollRevamp status item handling.
2009-06-30 Andre Nollmake_attribute_lines(): Check return value of ().
2009-06-29 Andre NollObtain afs status items directly from afs.
2009-06-26 Andre NollMajor audio format handler cleanups.
2009-06-14 Andre NollMake rc4 encryption/decryption more explicit.
2009-06-13 Andre NollAdd new ls option -d.
2009-06-12 Andre NollFix checking of return values from osl_open().
2009-06-11 Andre NollFix para_strerror() and use osl() wrapper for osl libra...
2009-06-11 Andre NollFirst draft of the libosl patch series.
2009-05-28 Andre NollMerge commit 'meins/master'
2009-05-27 Andre NollTruncate overlong tag info and replace newlines by...
2009-05-26 Andre Nollaft: Reorganize make_status_items().
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.
next