1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-09-22 04:15:55 -04:00

Commit Graph

  • 6716d648e3 Merge branch 'videolan_patches_upstream' into 'master' Hugo Beauzée-Luyssen 2024-02-10 01:12:30 +0000
  • c99f5fbd3a Merge branch 'win32-gettimeofday' into 'master' Martin Storsjö 2024-02-09 20:41:16 +0000
  • 07df2860f8 Fix: Corrected implementation of thread_cond_timedwait() master Philipp Schafft 2024-02-09 10:08:53 +0000
  • a24480da37 Fix an implicit declaration of gettimeofday when building for mingw Martin Storsjö 2022-04-22 11:56:43 +0300
  • 85d54c53de Feature: Support pthread_setname_np() Philipp Schafft 2022-03-20 16:12:21 +0000
  • 04e4f7eb60 Fix: Corrected prototypes Philipp Schafft 2022-03-20 16:12:05 +0000
  • 4c8da7bdc4 Cleanup: Removed unused parts from net/ Philipp Schafft 2022-03-19 10:15:56 +0000
  • 617d219021 Fix: Fixed getaddrinfo detection for windows via ws2tcpip.h Stephan Jauernick 2022-03-12 21:28:15 +0100
  • 2b39d7f178 Fix: Corrected prototype for sock_get_server_socket() Philipp Schafft 2022-03-12 18:10:48 +0000
  • bb12858abe Feature: Added support for %R (sock_t) for debug logging Philipp Schafft 2022-03-07 10:57:32 +0000
  • a6db913245 Update: Code style Philipp Schafft 2022-03-07 10:51:58 +0000
  • 265f4eb61e Feature: Added a way to prefer IPv6 for binding sockets Philipp Schafft 2022-03-07 09:49:12 +0000
  • 87ac18cd2c Update: Code style Philipp Schafft 2022-03-07 08:50:10 +0000
  • 08443ca69e Feature: Allow testing for IPv4-mapped IPv6 mode Philipp Schafft 2022-03-07 08:40:21 +0000
  • 88e5e66a2a Feature: Added support to query address family of a socket Philipp Schafft 2022-03-05 08:42:49 +0000
  • cf6797b68e Update: Fixed a warning Philipp Schafft 2022-03-05 08:42:14 +0000
  • c5a38dc195 Fix: Corrected escaping in %H (to MSB first) Philipp Schafft 2022-03-01 08:39:29 +0000
  • 7898155cd1 Fix: Removed unlock as we are already unlocked libigloo Philipp Schafft 2020-12-06 10:15:36 +0000
  • fa504140a3 Fix: instance is actually used Philipp Schafft 2020-12-06 10:14:03 +0000
  • f35cc512b4 Feature: Added log_contents_array() as a nicer version of log_contents() Philipp Schafft 2020-10-02 09:42:16 +0000
  • 819fcac1b1 Update: Added vim swap files to .gitignore Philipp Schafft 2020-10-02 08:29:57 +0000
  • c45b02414a Fix: Do not strcasecmp() content-type if unset (NULL) Philipp Schafft 2020-02-12 10:59:49 +0000
  • 565a43f9c7 Fix: Do not reference net/ code Philipp Schafft 2019-10-07 14:43:52 +0000
  • f0a7c1ee9d Feature: Added some docs for the igloo_ro_new*() macros Philipp Schafft 2019-10-06 19:37:51 +0000
  • b9dd0ee031 Cleanup: Corrected reference to refobject_new() to igloo_ro_new() Philipp Schafft 2019-10-06 08:56:10 +0000
  • fd5f4b896d Merge branch 'feature-sockets' into libigloo Philipp Schafft 2019-10-06 08:50:52 +0000
  • 16f128a928 Cleanup: removed old network interface in net/ Philipp Schafft 2019-10-03 23:23:44 +0000
  • 3c0a0b757f Update: Added some docs Philipp Schafft 2019-10-03 23:10:13 +0000
  • 03aaa618a6 Update: Added some docs Philipp Schafft 2019-10-03 23:07:00 +0000
  • 3f95ad6fec Feature: Added peek support to Socket API Philipp Schafft 2019-10-03 12:52:56 +0000
  • a361306bbc Feature: Added igloo_socketaddr_*2*() to convert between domain, type, and protocol and strings Philipp Schafft 2019-10-03 08:41:28 +0000
  • ad28e91c79 Fix: igloo_SOCKETADDR_PROTOCOL_UDP is "udp" not "tcp" Philipp Schafft 2019-10-03 08:20:54 +0000
  • a680e61f8d Update: Added some docs Philipp Schafft 2019-10-03 08:16:16 +0000
  • aa8b84f497 Update: Only allow getting IO interface for connected sockets Philipp Schafft 2019-10-02 19:12:15 +0000
  • 89d90b20e6 Fix: Set non-blocking operation to NONE after connect Philipp Schafft 2019-10-02 19:06:28 +0000
  • 973fb3eaa4 Update: Added some docs Philipp Schafft 2019-10-02 06:27:16 +0000
  • c6b2415ca2 Fix: Actually check for output flag in connect() Philipp Schafft 2019-10-01 23:10:43 +0000
  • 89fccd480b Feature: Added a non-blocking mode for socket objects Philipp Schafft 2019-09-25 15:29:39 +0000
  • c055f6bef4 Feature: Implemented igloo_socket_control() Philipp Schafft 2019-09-25 07:59:58 +0000
  • f5dbb83092 Feature: Added error parameter to igloo_socketaddr_new() Philipp Schafft 2019-09-25 07:00:11 +0000
  • 3ab83f7cf1 Feature: Actually implemented igloo_socket_accept() Philipp Schafft 2019-09-25 06:52:38 +0000
  • 9d9d837ee0 Feature: Added private igloo_socketaddr_new_from_sockaddr() Philipp Schafft 2019-09-25 06:52:17 +0000
  • 3feff51459 Feature: Added implementation of __get_blockingmode() Philipp Schafft 2019-09-24 22:38:51 +0000
  • cc02deea28 Feature: Added infrastructure to automatically complete addresses based on what we already know Philipp Schafft 2019-09-24 05:49:10 +0000
  • ecc4e721fb Update: Added igloo_error_t argument to igloo_socket_new() Philipp Schafft 2019-09-24 05:41:02 +0000
  • 0150c49f73 Feature: Added a igloo_socket_new_simple() Philipp Schafft 2019-09-24 05:39:23 +0000
  • 4787991208 Feature: Implement very basic IO interface Philipp Schafft 2019-09-22 18:24:49 +0000
  • 151df3b6ad Feature: Added very basic socket code Philipp Schafft 2019-09-22 12:07:07 +0000
  • 74b598f9ae Feature: Added igloo_socketaddr_set_service() Philipp Schafft 2019-09-19 01:07:39 +0000
  • 57e8fdc408 Feature: Implemented igloo_socketaddr_t Philipp Schafft 2019-09-19 00:32:34 +0000
  • fb05d4581a Fix: Corrected includes Philipp Schafft 2019-09-18 23:16:44 +0000
  • 8ce757f1f7 Feature: Defined the socket API Philipp Schafft 2019-09-18 18:40:59 +0000
  • 23d4385e94 Feature: Defined the socket address API Philipp Schafft 2019-09-18 18:40:46 +0000
  • 81da38369a Update: Do not allow using the default constructor for sockets Philipp Schafft 2019-09-18 12:16:55 +0000
  • d7c3dd1e0b Fix: Corrected typo Philipp Schafft 2019-09-18 11:42:40 +0000
  • 90494bf6ff Feature: Added a stub for socket addresses Philipp Schafft 2019-09-18 11:42:13 +0000
  • ec977403d7 Feature: Added stub for new socket API Philipp Schafft 2019-09-18 09:20:38 +0000
  • 0589e0b97b Merge branch 'update-interface-io' into libigloo Philipp Schafft 2019-10-03 11:13:18 +0000
  • df931bd9b8 Feature: Updated error handling in igloo_io_{read,peek,write}() Philipp Schafft 2019-10-03 11:12:27 +0000
  • ed52c31b11 Feature: Added igloo_io_peek() Philipp Schafft 2019-10-03 11:10:15 +0000
  • bb081672f4 Feature: Made use of igloo_error_t in IO interface Philipp Schafft 2019-10-03 11:04:36 +0000
  • 1bae895094 Update: Removed igloo_io_accept() as it will be part of the socket API Philipp Schafft 2019-10-03 08:52:22 +0000
  • 177da5b786 Merge branch 'feature-logcore' into libigloo Philipp Schafft 2019-09-18 09:09:45 +0000
  • 6783107ce0 Update: Added some docs Philipp Schafft 2019-09-18 08:45:34 +0000
  • 7845b4a8bf Update: Migrated logcore to new error API Philipp Schafft 2019-09-18 08:04:50 +0000
  • 6e8d127bcb Feature: Implemented routingclass ALL, ANY, and DEFAULT Philipp Schafft 2019-09-15 15:53:37 +0000
  • 736180624c Feature: Actually implemented logcore Philipp Schafft 2019-09-12 09:34:15 +0000
  • f6817709c0 Update: added initial structure for logging core Philipp Schafft 2019-09-11 22:58:15 +0000
  • 3571819931 Fix: Corrected test dependencies Philipp Schafft 2019-09-15 15:38:54 +0000
  • e853a43e34 Merge branch 'update-instance' into libigloo Philipp Schafft 2019-09-15 15:33:48 +0000
  • aad572fe38 Feature: Added igloo_instance_validate() Philipp Schafft 2019-09-15 15:32:39 +0000
  • 3b68465b67 Fix: Fixed deadlock on igloo_ro_get_instance() Philipp Schafft 2019-09-15 15:26:07 +0000
  • b7aa541794 Feature: Added support for a per-instance error value and per-instance logger Philipp Schafft 2019-09-15 13:52:49 +0000
  • cfd7b94d56 Fix: Corrected function name in comment Philipp Schafft 2019-09-15 11:25:10 +0000
  • f0384b0b0b Merge branch 'update-ro' into libigloo Philipp Schafft 2019-09-15 11:17:20 +0000
  • 2dac34c23d Fix: Corrected test dependencies Philipp Schafft 2019-09-15 09:22:20 +0000
  • 85fbac3f3a Feature: Updated test dependencies Philipp Schafft 2019-09-15 09:18:06 +0000
  • 0018338afc Feature: Assign default instance if any on new if type is not instance Philipp Schafft 2019-09-15 09:03:50 +0000
  • 4b9211e0cf Feature: Report instance in object stringify. Plus support %P for objects in igloo_private__snprintf() Philipp Schafft 2019-09-15 08:39:23 +0000
  • 64e0ab7c3a Fix: Corrected linker parameters for ctest_reportxml_test Philipp Schafft 2019-09-15 08:16:47 +0000
  • bbfff1fd49 Feature: Allow working completly instance safe with igloo_reportxml_*() Philipp Schafft 2019-09-15 08:10:32 +0000
  • 8baa9de529 Update: Migrated away from igloo_ro_new() Philipp Schafft 2019-09-14 21:45:23 +0000
  • dd0ba39af3 Update: Converted igloo_ro_new_ext() to include a instance parameter Philipp Schafft 2019-09-14 20:00:58 +0000
  • 0606e7d475 Update: Converted igloo_ro_new_raw() to include a instance parameter Philipp Schafft 2019-09-14 19:55:22 +0000
  • c33ecbdcd3 Fix: Actually unref the instance on unref of object Philipp Schafft 2019-09-14 19:48:46 +0000
  • bc46e9c976 Feature: support passing any object as instance and asking an instance for itself Philipp Schafft 2019-09-14 19:47:26 +0000
  • e92b80ad46 Update: Use convert defaults in a more implicate way Philipp Schafft 2019-09-14 12:43:02 +0000
  • 87768a34ee Update: Improved igloo_ro_convert() interface Philipp Schafft 2019-09-14 12:41:27 +0000
  • 8ccb5c7b12 Update: Pass instance to igloo_ro_clone_t, igloo_ro_convert_t, and igloo_ro_get_interface_t Philipp Schafft 2019-09-14 12:32:03 +0000
  • 02837785c3 Feature: Added instance passing between objects, on a basic level Philipp Schafft 2019-09-14 12:24:58 +0000
  • eb9b0301a0 Feature: Added igloo_ro_get_instance() Philipp Schafft 2019-09-14 12:05:52 +0000
  • 92317644a5 Update: Renamed igloo_ro_get_interface() to igloo_ro_get_interface_ext() and added simple version Philipp Schafft 2019-09-14 11:43:16 +0000
  • 454b57449f Update: Updated igloo_ro_ref() to use igloo_error_t Philipp Schafft 2019-09-14 11:16:52 +0000
  • b8ce49e64e Update: Updated igloo_ro_unref to use igloo_error_t Philipp Schafft 2019-09-14 10:53:04 +0000
  • 2c2f477ed7 Update: Updated igloo_ro_weak_ref(), igloo_ro_weak_unref(), and igloo_ro_set_associated() to use igloo_error_t Philipp Schafft 2019-09-14 10:36:16 +0000
  • b59963aa25 Update: Run type_get_interfacecb() in unlocked state (guarded by ref) so it can call igloo_ro_ref() Philipp Schafft 2019-09-12 09:33:25 +0000
  • 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