]> git.tuebingen.mpg.de Git - paraslash.git/shortlog
paraslash.git
2022-11-14 Andre NollMerge branch 'maint'
2022-11-14 Andre NollMerge tags 'v0.5.9' and 'v0.6.4' into maint
2022-11-09 Andre NollDoxyfile: Remove GNUC definitions.
2022-11-08 Andre NollExclude status items and error list from doxygen.
2022-11-07 Andre NollMerge topic branch t/net into master
2022-10-24 Andre Nollgui: Allow for 4-digit image IDs on 80-character terminals.
2022-10-24 Andre Nollmood: Fix compute_score().
2022-10-03 Andre Nollnet: De-doxify static functions.
2022-10-03 Andre Nollnet: Refer to correct man page in stringify_port().
2022-10-03 Andre Nollnet: Pass true/false instead of 0/1 to makesock().
2022-10-03 Andre Nollnet: Demote log level of error message in makesock().
2022-10-03 Andre Nollnet: Rename para_connect_simple() -> para_connect().
2022-10-03 Andre Nollnet: Make is_valid_ipv{4,6}_address() local to net.c.
2022-10-03 Andre Nollnet: Remove IPPROTO_DCCP define.
2022-10-03 Andre Nollnet: Make single-use macros local.
2022-10-03 Andre Nollnet: Combine documentation of struct flowopts.
2022-10-03 Andre Nollnet: Drop extern keyword of function declarations.
2022-10-03 Andre Nollbuild: Run test-clean on maintainer-clean.
2022-10-03 Andre NollMakefile: Fix compilation after header removal, try #2.
2022-10-03 Andre NollOpen-code find_arg().
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.
next