1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-12-04 14:46:31 -05:00

Commit Graph

  • 76a9d1c756 Feature: Allow asking objects for their error state Philipp Schafft 2019-09-12 13:17:47 +0000
  • 3c6c6c62b5 Fix: Fixed build dependencies Philipp Schafft 2019-09-14 10:57:22 +0000
  • 2e8e00739c Merge branch 'feature-error' into libigloo Philipp Schafft 2019-09-14 09:18:44 +0000
  • 5d05cd6f50 Update: Added a note about code generation Philipp Schafft 2019-09-14 08:23:31 +0000
  • 0aa7ee2116 Feature: Added some basic error codes Philipp Schafft 2019-09-13 00:13:41 +0000
  • 281669d113 Update: Moved igloo_error_t into types.h so it is more generic Philipp Schafft 2019-09-12 13:04:36 +0000
  • e28102841f Feature: Added generic error type Philipp Schafft 2019-09-12 13:01:26 +0000
  • eeb46eb889 Feature: Added igloo_list_forward() Philipp Schafft 2019-09-12 09:27:52 +0000
  • 337be51863 Fix: Removed timing/Makefile in configure.ac as it does no longer exist Philipp Schafft 2019-09-11 22:56:14 +0000
  • 2761da756c Merge branch 'update-list' into libigloo Philipp Schafft 2019-09-11 19:36:17 +0000
  • 729c89939e Feature: Added igloo_list_remove() Philipp Schafft 2019-09-11 10:27:15 +0000
  • 0d86c455e4 Update: Added a set of tests for list policies Philipp Schafft 2019-09-08 16:31:01 +0000
  • 9ffe95c223 Feature: Added list policies FIXED and FIXED_PIPE Philipp Schafft 2019-09-08 16:26:28 +0000
  • 76c4621599 Feature: Added basic framework for list policies Philipp Schafft 2019-09-04 07:59:08 +0000
  • d5b1267fd4 Cleanup: Remove no longer used files from old timing code Philipp Schafft 2019-08-21 16:08:07 +0000
  • eaf71d262b Feature: Added ctest for timing module Philipp Schafft 2019-08-21 16:05:29 +0000
  • 1d55a731ff Update: Use clock_gettime(CLOCK_MONOTONIC, ...) if available Philipp Schafft 2019-08-21 16:00:25 +0000
  • a119a6d4c9 Update: src/ro.o now has src/private.o as a dependentcy Philipp Schafft 2019-08-21 15:58:25 +0000
  • acc808f667 Update: Shuffled around timing.c Philipp Schafft 2019-08-21 06:35:27 +0000
  • c0704e9bc3 Feature: Print associated as object Philipp Schafft 2019-08-07 14:09:24 +0000
  • 08e849de9a Feature: use %H and alt form for printing base object content Philipp Schafft 2019-08-03 14:08:28 +0000
  • ecdfa060d7 Fix: Corrected a nibbleswap in logging code Philipp Schafft 2019-08-03 14:03:22 +0000
  • c214da3f52 Update: Improved formating a bit Philipp Schafft 2019-08-03 12:33:46 +0000
  • db30985dca Feature: Added flags to igloo_ro_stringify() to support object and content stringification Philipp Schafft 2019-08-03 12:33:32 +0000
  • 38eff2ae99 Merge branch 'feature-errorlog' into libigloo Philipp Schafft 2019-07-14 18:03:20 +0000
  • 5cd72c093c Update: Added tests for filters Philipp Schafft 2019-07-14 17:51:25 +0000
  • 30280610ac Update: Added more tests for log messages Philipp Schafft 2019-07-14 17:28:56 +0000
  • ac4f5eee2e Feature: Implement __flush() and __set_backend() Philipp Schafft 2019-07-14 14:13:45 +0000
  • 92ce939b1d Fix: Corrected constant names Philipp Schafft 2019-07-14 13:45:42 +0000
  • fda0ecf0e9 Feature: Added super basic tests for logmsg module Philipp Schafft 2019-07-14 10:41:25 +0000
  • 8b39e8c234 Update: Updated spaceing Philipp Schafft 2019-07-14 10:39:21 +0000
  • fd668fd935 Fix: Corrected IGLOO_LOGLEVEL_* -> igloo_LOGLEVEL_* Philipp Schafft 2019-07-14 10:31:09 +0000
  • 6cee49d16f Fix: Typo Philipp Schafft 2019-07-11 07:33:31 +0000
  • e4520abf4c Feature: Implemented igloo_logmsg_get_context(), igloo_logmsg_get_message(), and igloo_logmsg_get_extra() Philipp Schafft 2019-07-10 10:37:39 +0000
  • c8b7f85f76 Update: Make log format selectable, also implementing "old" for the old format Philipp Schafft 2019-07-10 08:07:43 +0000
  • cd500b0213 Fix: Fixed memory leak with filters in objecthandlers Philipp Schafft 2019-07-08 07:55:23 +0000
  • 0f693550d6 Update: Added some documentation Philipp Schafft 2019-07-06 18:38:37 +0000
  • 3e03ab583c Feature: Added basic logmsg filter Philipp Schafft 2019-07-06 18:28:57 +0000
  • 74d5a02530 Feature: Print logmsg options Philipp Schafft 2019-07-06 18:28:39 +0000
  • de2712ab48 Feature: Initial code for new logging API Philipp Schafft 2019-07-06 17:40:25 +0000
  • 334e84fac3 Fix: Corrected comment Philipp Schafft 2019-07-14 13:01:43 +0000
  • fd617578a7 Feature: Added igloo_objecthandler_flush() and igloo_objecthandler_set_backend() Philipp Schafft 2019-07-14 12:57:15 +0000
  • 233a333883 Feature: Added igloo_RO_GET_TYPE_BY_SYMBOL() which returns a type pointer by the type's name Philipp Schafft 2019-07-10 06:42:52 +0000
  • d123abab8c Feature: Added igloo_ro_get_interface() Philipp Schafft 2019-07-09 07:24:08 +0000
  • c1b2715265 Merge branch 'update-ro' into libigloo Philipp Schafft 2019-07-08 07:45:25 +0000
  • a9e1d240e3 Update: Added fields for future use. Philipp Schafft 2019-07-08 07:44:16 +0000
  • 732baaa895 Feature: Corrected tabs to spaces Philipp Schafft 2019-07-08 07:39:36 +0000
  • b92d680fcc Feature: Added igloo_ro_stringify() support to buffers Philipp Schafft 2019-07-07 16:02:54 +0000
  • d1e2abbddd Feature: Added additional functions to work with pure refobjects Philipp Schafft 2019-07-07 16:01:06 +0000
  • f9badfd502 Fix: Corrected double referencing of (x) in type checking macros that resulted in memory leaks Philipp Schafft 2019-07-07 11:37:48 +0000
  • 517de7207e Fix: Added igloo_RO_IS_VALID() check to non-transparent-unions igloo_RO_TO_TYPE() Philipp Schafft 2019-07-01 12:26:44 +0000
  • 4a9dd94b07 Fix: Corrected bugs related to incorrect check for transparent unions Philipp Schafft 2019-07-01 12:22:15 +0000
  • 68332f291f Merge branch 'feature-objecthandler' into libigloo Philipp Schafft 2019-06-30 16:49:33 +0000
  • f00e684932 Feature: Added Interface that allows filtering and handling of objects Philipp Schafft 2019-06-30 16:49:08 +0000
  • 9527c26828 Merge branch 'feature-filter' into libigloo Philipp Schafft 2019-06-30 16:04:38 +0000
  • ab094ce672 Feature: Added support for filters Philipp Schafft 2019-06-30 16:03:54 +0000
  • e35629a35c Merge branch 'feature-io' into libigloo Philipp Schafft 2019-06-30 10:49:22 +0000
  • efc054cc89 Feature: Make all IO functions thread safe. Philipp Schafft 2019-06-30 09:51:49 +0000
  • 02e0375711 Fix: Mark fresh IO objects as touched. Philipp Schafft 2019-06-27 12:38:33 +0000
  • 129bdeeef3 Feature: Make interface decleration much nicer Philipp Schafft 2019-06-27 12:36:16 +0000
  • f5bc4e77c4 Feature: Added igloo_stdio_new_file() Philipp Schafft 2019-06-27 11:55:34 +0000
  • 812a2ccaaf Feature: Added igloo_io_new() Philipp Schafft 2019-06-27 11:26:21 +0000
  • 71176a6fc5 Feature: Added some basic implementation Philipp Schafft 2019-06-27 11:02:18 +0000
  • c83cf42cc3 Feature: Outlined basic IO interface Philipp Schafft 2019-06-27 10:29:35 +0000
  • 534bbd5160 Update: Updated copyright statements Philipp Schafft 2019-06-27 07:41:22 +0000
  • 5de3e8b3b0 Fix: Corrected usage of _mangle() for httpp_ at least Philipp Schafft 2019-05-27 13:54:00 +0000
  • d20ca18692 Update: Updated copyright statements Philipp Schafft 2019-04-28 09:40:47 +0000
  • c211c33d57 Fix: Move typedef to where it is needed Philipp Schafft 2019-03-30 09:28:54 +0000
  • 630535d809 Fix: Typo Philipp Schafft 2019-02-12 08:43:51 +0000
  • f06b3cc04f win32: Fix use of struct timeval Hugo Beauzée-Luyssen 2018-12-20 13:36:13 +0100
  • ea255bb08d httpp: Don't include strings.h unconditionally Hugo Beauzée-Luyssen 2018-12-20 13:29:34 +0100
  • 5550c606a2 Update: Added unit tests for weak references ph3-libigloo Philipp Schafft 2018-12-18 20:48:01 +0000
  • 6b8df52a23 Fix: Added required unlocking on refobject unrefing Philipp Schafft 2018-12-18 20:42:28 +0000
  • 82e962538e Fix: Typo Philipp Schafft 2018-12-18 20:34:54 +0000
  • 54ebab6a2a Fix: Corrected report XML unit tests Philipp Schafft 2018-12-18 20:20:38 +0000
  • a98da37c93 Feature: Implemented weak refobject references Philipp Schafft 2018-12-18 20:16:54 +0000
  • 3028728484 Update: Allow <extension> tags to be updated Philipp Schafft 2018-12-12 10:47:30 +0000
  • 4cedc7ba8d Update: Added new <value> types: blob, blob-base64, timestamp Philipp Schafft 2018-12-12 10:43:59 +0000
  • 41d1502634 Update: Added new report XML attributes "updates" and "updatetype" Philipp Schafft 2018-12-12 10:41:14 +0000
  • 7227841358 Fix: Re-Added igloo_sock_recoverable() to public API as it IS used Philipp Schafft 2018-12-07 13:51:41 +0000
  • b6e8405b59 Update: Added <report>'s new attribute "documentid" Philipp Schafft 2018-12-01 09:01:21 +0000
  • 7099c9ffed Update: Added new <value> types Philipp Schafft 2018-12-01 08:52:27 +0000
  • a9c2e08203 Update: Added new type for <value> and <resource> Philipp Schafft 2018-11-29 13:54:49 +0000
  • c3af8c828d Update: Added new states a <value> can have Philipp Schafft 2018-11-29 08:50:00 +0000
  • 21c5d21b53 Cleanup: Decluttered resolver API Philipp Schafft 2018-11-18 11:53:16 +0000
  • 2fb3f2a051 Cleanup: Decluttered public socket API Philipp Schafft 2018-11-18 11:48:34 +0000
  • a75e064256 Fix: Handle an iterator of NULL correctly Philipp Schafft 2018-11-14 16:00:05 +0000
  • d5d1956f52 Fix: Corrected namespace for igloo_httpp_destroy() Philipp Schafft 2018-11-14 09:49:16 +0000
  • c0e27ae2d2 Fix: Added file that was missed in 037776ae55 Philipp Schafft 2018-11-09 13:48:51 +0000
  • e7116f6f63 Update: Updated .gitignore Philipp Schafft 2018-11-09 13:47:47 +0000
  • 69823bf72f Merge branch 'feature-reportxml' into ph3-libigloo Philipp Schafft 2018-11-09 14:18:43 +0000
  • f3f388e3de Feature: Correcte names of exported types and consts Philipp Schafft 2018-11-09 14:17:52 +0000
  • 110bba709f Update: Corrected symbol names Philipp Schafft 2018-11-09 14:15:30 +0000
  • 4473ed367f Feature: Added some few tests for report XML Philipp Schafft 2018-11-09 13:43:40 +0000
  • aa8b821484 Feature: Added reportxml support (copy of Icecast's) Philipp Schafft 2018-11-09 13:32:32 +0000
  • 85b8882e09 Update: Added libxml2 as dependency to libigloo Philipp Schafft 2018-11-09 11:51:25 +0000
  • 1aa0a9977b Feature: Added all known HTTP methods and improved API Philipp Schafft 2018-10-31 12:26:50 +0000
  • 30632c2cc8 Merge branch 'feature-refobject-list' into ph3-libigloo Philipp Schafft 2018-11-08 13:53:00 +0000
  • 97f1652f7d Feature: Added some comments on how the igloo_list_t API is to be used Philipp Schafft 2018-11-08 13:52:30 +0000
  • 7b73af07a9 Fix: Corrected possition of comment Philipp Schafft 2018-11-08 13:31:20 +0000