Sean Bright
f9a359c5c5
xml.c: Update deprecated libxml2 API usage.
...
Two functions are deprecated as of libxml2 2.12:
* xmlSubstituteEntitiesDefault
* xmlParseMemory
So we update those with supported API.
Additionally, `res_calendar_caldav` has been updated to use libxml2's
xmlreader API instead of the SAX2 API which has always felt a little
hacky (see deleted comment block in `res_calendar_caldav.c`).
The xmlreader API has been around since libxml2 2.5.0 which was
released in 2003.
Fixes #725
2024-06-07 16:24:21 +00:00
..
2023-12-08 13:11:51 +00:00
2024-03-20 12:47:55 +00:00
2024-03-21 18:55:20 +00:00
2024-05-17 16:34:42 +00:00
2024-02-28 18:39:01 +00:00
2024-04-29 13:02:08 +00:00
2024-05-06 16:08:19 +00:00
2024-02-12 18:46:29 +00:00
2024-03-25 14:51:34 +00:00
2024-02-12 18:46:29 +00:00
2024-06-07 16:24:21 +00:00
2024-01-23 18:18:53 +00:00
2024-02-12 18:46:29 +00:00
2023-08-14 17:20:05 +00:00
2023-08-14 17:20:05 +00:00
2024-04-01 19:02:06 +00:00
2024-02-12 18:46:29 +00:00
2023-12-06 21:19:10 +00:00
2023-12-20 14:02:25 +00:00
2023-10-20 12:18:50 +00:00
2024-02-28 18:39:01 +00:00
2023-12-08 13:11:51 +00:00
2023-10-27 15:52:36 +00:00
2024-05-17 16:34:42 +00:00
2023-10-20 12:18:50 +00:00
2023-10-20 12:39:07 +00:00
2023-12-14 18:48:38 +00:00
2024-05-01 20:42:33 +00:00
2023-10-20 12:39:07 +00:00
2024-01-08 17:26:27 +00:00
2024-02-06 18:56:26 +00:00
2023-09-20 12:29:01 +00:00
2024-03-26 13:29:51 +00:00
2024-05-14 13:35:37 +00:00
2024-03-19 20:20:36 +00:00
2024-02-28 18:39:01 +00:00
2024-04-29 13:02:08 +00:00
2024-01-30 19:06:38 +00:00
2023-09-21 14:47:54 +00:00
2024-01-08 17:26:27 +00:00
2024-05-14 13:35:37 +00:00
2023-10-05 14:36:03 +00:00
2024-02-12 18:46:29 +00:00
2023-12-08 13:11:51 +00:00
2023-09-13 17:34:34 +00:00
2023-10-10 17:17:51 +00:00
2024-02-28 18:39:01 +00:00
2023-12-08 13:11:51 +00:00