]> git.tuebingen.mpg.de Git - paraslash.git/shortlog
paraslash.git
2022-10-17 Andre Nollmood.c: Move struct statistics into struct mood.
2022-10-17 Andre Nollafs.c: Improve activate_mood_or_playlist().
2022-10-17 Andre NollImprove playlist_open().
2022-10-17 Andre Nollblob.c: Don't initialize table pointer in table->init().
2022-10-17 Andre Nollblob: Constify name argument of blob_get_def_by_name().
2022-10-17 Andre NollRename admissible_file_loop() -> score_loop().
2022-10-17 Andre NollRemove get_num_admissible_files().
2022-10-17 Andre NollDeclare {was,is}_admissible as bools.
2022-10-17 Andre Nollscore.c: Remove event handler.
2022-10-17 Andre Nollscore.c: Merge score_add into score_update().
2022-10-17 Andre Nollmood.c: Remove pointless check in reload_current_mood().
2022-10-17 Andre Nollmood.c: Remove row_is_admissible().
2022-10-17 Andre NollRemove E_NO_MOOD,
2022-10-17 Andre Nollafs.c: Remove enum afs_table_num.
2022-10-17 Andre Nollattribute.c: Remove struct addatt_event_data().
2022-10-17 Andre Nollscore.c: Remove pointless assignment.
2022-10-03 Andre Nollbuild: Run test-clean on maintainer-clean.
2022-10-03 Andre NollOpen-code find_arg().
2022-10-03 Andre NollMakefile: Fix compilation after header removal, try #2.
2022-10-03 Andre Nollcom_term(): Ignore SIGTERM.
2022-10-03 Andre Nollpara_play: Compute the current time more accurately.
2022-10-03 Andre Nollparaslash 0.7.1 v0.7.1
2022-10-03 Andre NollMerge topic branch t/overflow into master
2022-09-27 Andre Nolli9e: Remove \return from documentation of i9e_attach_to...
2022-09-27 Andre Nolldaemon: Improve documentation of daemon_open_log_or_die().
2022-09-25 Andre NollRemove unused error code MOOD_SYNTAX.
2022-09-18 Andre NollMerge branch 'refs/heads/t/ll'
2022-09-11 Andre NollMerge branch 'refs/heads/t/poll'
2022-09-03 Andre NollMerge branch 'refs/heads/t/mp4ff'
2022-08-31 Andre NollMerge branch 'refs/heads/t/autogen'
2022-08-28 Andre NollSwitch from select(2) to poll(2).
2022-08-25 Andre NollRename ->{pre,post}_select methods to ->{pre,post}_monitor.
2022-08-25 Andre NollMisc documentation cleanups related to select().
2022-08-25 Andre Nollstdin/stdout: Streamline documentation of {pre,post...
2022-08-25 Andre NollConsolidate receiver/filter/writer {pre,post}_select...
2022-08-25 Andre NollHide implementation of para_fd_set().
2022-08-25 Andre Nollsend: Avoid select-specific arguments in {pre,post...
2022-08-25 Andre Nollsched: Introduce sched_{read,write}_ok().
2022-08-25 Andre Nollaudiod: Rename handle_connect().
2022-08-25 Andre Nollnet: Drop fd_set parameter from para_accept().
2022-08-25 Andre Nollfd: Drop fd_set parameter from read_nonblock() and...
2022-08-25 Andre Nollinteractive: Avoid select(2) in input_available().
2022-08-25 Andre Nollfd.c: Prefer poll(2) over select(2) for write_ok().
2022-08-25 Andre Nollsched: Use integer value for select timeout.
2022-08-25 Andre Nollpara_play: Avoid invalid time display on pause.
2022-08-21 Andre NollMerge branch 'maint'
2022-08-21 Andre Nolli9e: Fix invalid key handling.
2022-08-21 Andre Nolli9e: Fix braino in i9e_post_select().
2022-07-29 Andre Nollbuild: Compile with -ftrapv.
2022-07-29 Andre Nollstring: Introduce arr_zalloc().
2022-07-29 Andre Nollstring: Introduce arr_alloc().
2022-07-29 Andre Nollstring: Introduce arr_realloc() and check for integer...
2022-07-29 Andre Nollstring: Rename para_calloc() -> zalloc().
2022-07-29 Andre Nollstring: Rename para_malloc() -> alloc().
2022-07-29 Andre Nollstring: Overhaul para_strdup().
2022-07-28 Andre Nollaudiod: Demote severity level of command errors.
2022-07-28 Andre Nollaudiod: Fix time diff warning log message.
2022-07-12 Andre NollNew server command: ll to change the log level at runtime.
2022-07-02 Andre NollNew audiod command: ll to change the log level at runtime.
2022-07-02 Andre Nolldaemon: Kill get_loglevel_by_name().
2022-07-02 Andre Nollserver/audiod: Don't parse loglevel argument unnecessarily.
2022-06-29 Andre Nollmp4: Don't abort on truncated files.
2022-06-27 Andre Nollmp4: Document the purpose of each atom.
2022-06-27 Andre Nollmp4: Doxify the public API.
2022-06-27 Andre Nollmp4: Check for missing metadata also for regular opens.
2022-06-27 Andre Nollmp4: Rename mp4_open_read() to mp4_open().
2022-06-27 Andre Nollmp4: Rename mp4_meta_update() to mp4_update_meta().
2022-06-27 Andre Nollmp4: Simplify mp4_num_samples().
2022-06-27 Andre Nollmp4: Reject files with zero time scale.
2022-06-27 Andre Nollmp4: Assorted trivial cleanups.
2022-06-27 Andre Nollmp4: Remove ->len member of struct mp4_tag.
2022-06-27 Andre Nollmp4: Fix possible memory leak on errors.
2022-06-27 Andre Nollmp4: Return proper types for sample rate and count.
2022-06-27 Andre Nollmp4: Fail early on invalid sample rate or sample count.
2022-06-06 Andre Nollmp4: Remove E_MP4_BAD_CHANNEL_COUNT.
2022-06-06 Andre Nollmp4: Improve mp4_get_sample_size().
2022-06-06 Andre Nollmp4: Make sample number be an unsigned parameter.
2022-06-06 Andre Nollmp4: Check the return value of ->truncate().
2022-06-06 Andre Nollmp4: Make most loop variables unsigned.
2022-06-06 Andre Nollmp4: Replace the five tag value functions by a single...
2022-06-06 Andre Nollmp4: Provide proper error codes for all errors.
2022-06-06 Andre Nollmp4: Simplify atom_read_header().
2022-06-05 Andre Nollmp4: Remove tracks array.
2022-05-30 Andre NollRemove para_dirname() and para_basename().
2022-05-30 Andre Nollmp4: Merge read_mp4a() into read_stsd().
2022-05-30 Andre Nollmp4: Introduce skip_bytes().
2022-05-30 Andre Nollmp4: Provide whence parameter for the seek callback.
2022-05-30 Andre Nollmp4: Implement error checking for the write path.
2022-05-30 Andre Nollmp4: Merge write_int32() into mp4_meta_update().
2022-05-30 Andre Nollmp4: Simplify mp4_meta_update().
2022-05-30 Andre Nollmp4: Avoid camel case for members of struct mp4_track.
2022-05-30 Andre Nollmp4: Kill fix_byte_order_32().
2022-05-30 Andre Nollmp4: Avoid duplicating the list of atoms.
2022-05-30 Andre Nollmp4: Merge parse_leaf_atom() into parse_sub_atoms().
2022-05-30 Andre Nollmp4: Simplify parse_sub_atoms().
2022-05-30 Andre Nollmp4: Use automatic numbering for atom enum.
2022-05-30 Andre Nollmp4: Remove unused atoms.
2022-05-30 Andre Nollmp4: Kill membuffer API.
2022-05-30 Andre Nollmp4: Assume udta, meta and ilst are always present.
2022-05-30 Andre Nollmp4: Merge membuffer_write_std_tag() into create_ilst().
next