Kill "port" parameter of http_open().
[paraslash.git] / vss.c
2008-01-17 Andre Nollvss.c: Trivial whitespace cleanup.
2008-01-17 Andre Nollvcc.c: Fix a memory leak in recv_afs_result().
2008-01-08 Andre NollChange year in Copyright comment from 2007 to 2008.
2007-12-28 Andre NollTurn PARA_STRERROR into an inline function.
2007-11-24 Andre NollMinor doxygen improvements.
2007-11-19 Andre NollMerge commit 'remotes/meins/v0.3' into v0.3
2007-11-18 Andre NollFix handling of invalid entries in the score table.
2007-11-17 Andre NollIntroduce vss_stopped().
2007-11-11 Andre NollFix com_nomore.
2007-11-11 Andre NollIntroduce make_empty_status_items().
2007-11-11 Andre NollAdd more status items.
2007-11-02 Andre NollRename audio_info status items and get rid of duplicate...
2007-11-02 Andre NollMake the status item list globally visible.
2007-11-01 Andre NollGet rid of afd->afsi and rename afs_status_info to...
2007-11-01 Andre NollGet rid of afd->path.
2007-11-01 Andre NollKill unused afd.attributes_string.
2007-10-31 Andre NollFix ogg streaming.
2007-10-31 Andre Nollvss.c: Check status afs socket fd for writing more...
2007-10-31 Andre NollMore documentation.
2007-10-31 Andre Nollvss.c: Avoid strcpy() to a fixed-size buffer.
2007-10-28 Andre Nollvss.c recv_afs_msg(): Set cmsg only once.
2007-10-28 Andre Nollvss.c: Documentation cleanup.
2007-10-26 Andre Nollcosmetics.
2007-10-25 Andre NollRename struct audio_format_info to afh_info.
2007-10-25 Andre Nollloglevel adjustments.
2007-10-24 Andre Nollvss.c: Kill noisy debug message.
2007-10-24 Andre NollReset afd fields on eof.
2007-10-23 Andre NollGet rid of mmd->filename.
2007-10-23 Andre NollGet rid of mmd->audio_format.
2007-10-23 Andre NollGet rid of mmd->afi.
2007-10-23 Andre NollChange dbinfo1 stat item and use it from afs.
2007-10-23 Andre NollRemove para_dbadm.
2007-10-23 Andre NollRemove old audio file selector code.
2007-10-22 Andre Nollvss.c: Kill unused int audio_file.
2007-10-22 Andre NollMove afh_init() call from vss.c to server.c.
2007-10-22 Andre NollMove common audio format handler functions to new afh_c...
2007-10-22 Andre Nollvss.c: Isolate afh_init().
2007-10-22 Andre Nollvss.c: Use audio_format_name() where possible.
2007-10-22 Andre Nollvss.c: Kill an unused variable.
2007-10-22 Andre Nollvss.c: Small simplifications.
2007-10-22 Andre Nollvss.c: Remove some unused code.
2007-10-22 Andre NollSwitch to the new afs.
2007-10-02 Andre NollMerge commit 'remotes/meins/v0.3' into v0.3
2007-10-01 Andre NollImplement add -a (add all audio files).
2007-09-21 Andre NollMerge commit 'remotes/meins/v0.3' into v0.3
2007-09-20 Andre NollMake para_fsck work without specifying tables.
2007-09-15 Andre NollFix the privious assertion().
2007-09-15 Andre Nollaudio_format_name(): Add an assert().
2007-09-13 Andre NollFix com_add segfault.
2007-09-12 Andre Nollvss_init(): Use FOR_EACH_AUDIO_FORMAT() instead of...
2007-09-10 Andre Nollafs com_add(): Recognize also audio formats different...
2007-09-09 Andre Nollvss.c: Introduce get_audio_file_info().
2007-09-08 Andre Nollpara_server: Initialize the new afs.
2007-09-08 Andre NollRename afs.[ch] to afs_common.[ch].
2007-08-20 Andre NollFix some unsigned vs. size_t issues.
2007-08-12 Andre NollMerge branch 'chunk_queue' of /home/maan/scm/paraslash_...
2007-08-08 Andre NollRewrite chunk queueing.
2007-06-28 Andre Nollreplace standard GPL header by a one-line pointer to...
2007-05-26 Andre Nollbe more carful wrt. signed vs. unsigned argument passing
2007-03-26 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash_meins...
2007-03-25 Andre Nolldo not copy the audio file header
2007-03-24 Andre NollMerge /home/maan/scm/paraslash_fml/paraslash
2007-03-22 Andre Nollvss.c: Don't try to mmap empty files
2007-03-14 Andre NollMerge /home/maan/scm/paraslash_fml/paraslash into mmap
2007-03-13 Andre Nollvss.c: simplify vss_eof()
2007-03-13 Andre Nollvss.c: Switch from fopen() to open()
2007-03-13 Andre Nollkill file parameter from get_file_info of struct audio...
2007-03-12 Andre Nollvss.c: Use the file mapping instead of fseek()/read()
2007-03-12 Andre Nollfirst draft of the mmap patch series
2007-03-12 Andre NollMerge ../paraslash_meins/paraslash
2007-03-11 Andre Nollvss.c: rename get_song() to vss_get_audio_file()
2007-03-11 Andre Nollcomment out some noisy debug messages
2007-03-11 Andre Nollsmall documentation cleanup
2007-03-11 Andre Nollkill close_audio_file handler from struct audio format.
2007-03-11 Andre Nollintroduce struct audio_format_info
2007-03-04 Andre Nollsimplify vss_read_chunk()
2007-03-04 Andre Nollkill the read_chunk handler of struct audio_format...
2007-03-04 Andre Nollmake get_file_info() return the chunk table
2007-03-04 Andre Nollvss.c: Kill check for get_file_info == NULL
2007-03-04 Andre Nollkill the reposition handler in struct audio_format_handler
2007-03-02 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash_meins...
2007-02-20 Andre Nollrename db.c to afs.c and db.h to afs.h
2007-02-10 Andre NollMerge /home/maan/scm/paraslash_fml/paraslash
2007-02-10 Andre Nolladd more missing documentation
2007-01-06 Andrerename afs to vss (the virtual streaming system)