summaryrefslogtreecommitdiff
path: root/para.h (follow)
Commit message (Expand)AuthorAge
* exec: Rename para_exec_cmdline_pid() to xexec().HEADnextmasterAndre Noll2026-08-01
* gui/audiod: Replace for_each_stat_item() by parse_status_items().Andre Noll2026-07-14
* Move fec related defines from para.h to fec.h.Andre Noll2026-07-03
* Merge topic branch t/udp into masterAndre Noll2026-05-29
|\
| * Remove vss_get_fec_eof_packet().Andre Noll2026-04-10
* | Move gcc-compat.h into para.h.Andre Noll2026-04-18
|/
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Make iov_valid() local and rename to iov_empty().Andre Noll2025-11-22
* Prefer __func__ to __FUNCTION__.Andre Noll2025-06-10
* Include regex.h from para.h.Andre Noll2025-05-19
* New audio formats: 32 bit float (little and big endian).Andre Noll2024-09-15
* Exclude status items and error list from doxygen.Andre Noll2022-11-08
* Merge topic branch t/overflow into masterAndre Noll2022-10-03
|\
| * string: Introduce arr_alloc().Andre Noll2022-07-29
* | Switch from select(2) to poll(2).Andre Noll2022-08-28
|/
* Shorten copyright notice.Andre Noll2017-09-22
* Define status items in para.h.Andre Noll2017-07-21
* Convert audioc to lopsub.Andre Noll2017-03-26
* Remove support for compile-time loglevel.Andre Noll2016-05-15
* para.h: Fix typo in comment.Andre Noll2016-01-30
* Update year in copyright headers.Andre Noll2015-01-12
* time.c: Remove unused d2tv().Andre Noll2015-01-12
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* Merge branch 't/misc'Andre Noll2014-03-30
|\
| * Change copyright year to 2014.Andre Noll2014-02-22
* | net: Remove networking headers from para.h.Andre Noll2014-01-01
|/
* Make log functions static.Andre Noll2013-09-04
* Merge branch 't/remove_sb_compat'Andre Noll2013-08-17
|\
| * client: Remove sb-compatibility code.Andre Noll2013-04-01
* | time.c: Make declarations match definitions.Andre Noll2013-07-21
* | Replace gettimeofday() by clock_gettime().Andre Noll2013-04-30
|/
* Change copyright year to 2013.Andre Noll2013-03-25
* Add sideband implementation.Andre Noll2012-05-05
* Add some missing documentation.Andre Noll2012-04-21
* Replace PARA_VSNPRINTF by xvasprintf().Andre Noll2012-01-20
* Change year in copyright message to 2012.Andre Noll2012-01-07
* Always include stdbool.h.Andre Noll2011-12-18
* Allow switching between different log methods at runtime.Andre Noll2011-11-20
* doc: Minor doxygen fixes.Andre Noll2011-10-01
* doxygen: Add some missing documentation.Andre Noll2011-05-15
* Merge branch 't/gvf'Andre Noll2011-04-08
|\
| * Fix git-version file creation.Andre Noll2011-03-05
* | udp_send: Silence gcc warning.Andre Noll2011-03-24
|/
* Merge branch 't/array_size'Andre Noll2011-03-05
|\
| * Improve ARRAY_SIZE macro.Andre Noll2011-02-25
* | RC4: Fix invalid read.Andre Noll2011-03-03
|/
* Change year in version string to 2011.Andre Noll2011-01-27
* Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
* Minor documentation cleanups.Andre Noll2010-12-05
* Replace ROUND_UP by DIV_ROUND_UP and use it everywhere.Andre Noll2010-10-31