Commit Graph

  • 0fbee89e89 Merge pull request #42 from imix/optimize-wstring_length master Kevin Boone 2025-11-20 12:10:03 +00:00
  • ef6b3fcb38 add len to WString Stefan Aeschbacher 2025-11-20 11:39:14 +01:00
  • 3901e76f4f Merge pull request #41 from CrispStrobe/macos-compile-fix Kevin Boone 2025-05-31 17:11:56 +01:00
  • 60b3494d89 Fix macOS compilation issues for strdup and asprintf CrispStrobe 2025-05-30 16:14:02 +02:00
  • 10403a533e Merge pull request #40 from martinjuhasz/patch-1 Kevin Boone 2025-02-27 14:42:55 +00:00
  • 45d6ede09b Update README.MACOS.md Martin Juhasz 2025-02-27 14:36:53 +01:00
  • e0060046e0 Merge pull request #32 from Nekotekina/patch-1 Kevin Boone 2024-12-19 08:57:49 +00:00
  • 1989cd8452 Added --separator kevinboone 2024-12-19 08:52:24 +00:00
  • 7c69cc2216 Merge pull request #35 from axmonti/master Kevin Boone 2024-12-09 09:50:58 +00:00
  • a356750cf5 Update README.MACOS.md axmonti 2024-12-09 00:08:50 -06:00
  • 2118021cba Add MACOS.README.md axmonti 2024-12-08 23:40:01 -06:00
  • 461d14141d Add <ruby> support for asian languages Ivan 2024-11-05 18:13:06 +03:00
  • 3ce598e0ef Merge pull request #31 from Querela/fix/termux-canonicalize-file-path Kevin Boone 2024-09-30 14:20:27 +01:00
  • 609a504982 Fix unknown canonicalize_file_path() on termux Querela 2024-09-22 19:58:57 +02:00
  • 7015c64abd Fix missing signal handler argument name Marco Bonelli 2024-09-15 00:18:45 +02:00
  • 69a2c2f78c Fixed a security flaw with broken EPUBs Kevin Boone 2024-09-14 19:13:47 +01:00
  • 54de917040 Merge pull request #25 from mebeim/master Kevin Boone 2024-09-14 19:07:08 +01:00
  • ecc059369c Improved failure mode with certain corrupt EPUBs Kevin Boone 2024-08-17 09:43:53 +01:00
  • 67b1308fbd Fixed memory management warning v2.08 Kevin Boone 2024-06-18 20:14:13 +01:00
  • 13dc22cfba Removed position-independent code settings from defaults Kevin Boone 2024-06-18 14:57:23 +01:00
  • 5856ff5330 Improved clean-up v2.07 Kevin Boone 2024-06-18 13:36:05 +01:00
  • 6fd1a332a6 Test fix for bug #26 Kevin Boone 2023-05-03 21:35:42 +01:00
  • 0e31500990 Added support for 'br /' tag Kevin Boone 2023-04-29 17:39:43 +01:00
  • f2e35e6d21 Sanitize EPUB paths and skip invalid ones Marco Bonelli 2022-07-01 02:43:26 +02:00
  • 54b41e8715 Fixed handling of URL-encoded spine hrefs Kevin Boone 2022-06-30 15:41:59 +01:00
  • ac4e73fa79 Consolidated release 2.06 v2.06 Kevin Boone 2022-06-30 09:48:08 +01:00
  • df26e42dc7 Minor doc update Kevin Boone 2022-06-30 09:37:25 +01:00
  • b00d7c05d3 Merge branch 'mebeim-master' Kevin Boone 2022-05-20 09:48:26 +01:00
  • 945fe921db Merge branch 'master' of https://github.com/mebeim/epub2txt2 into mebeim-master Kevin Boone 2022-05-20 09:46:06 +01:00
  • 40b8cf3211 Small doc changes Kevin Boone 2022-05-20 09:33:03 +01:00
  • e07be902d2 Fixed another bug in metadata handling Kevin Boone 2022-05-19 13:15:51 +01:00
  • b771086b18 Minor documentation updates Kevin Boone 2022-05-19 09:26:00 +01:00
  • 7aea09acee Fixed bug in handling null metadata v2.05 Kevin Boone 2022-05-19 08:49:17 +01:00
  • 02f69e6243 Fixed problem with UTF-8 BOM v2.04 Kevin Boone 2022-04-13 09:51:39 +01:00
  • 1a5e44c2cb Use execvp instead of system to run helper commands Marco Bonelli 2022-03-28 11:55:04 +02:00
  • 1f86729595 Properly handle temporary directory paths Marco Bonelli 2022-03-28 11:20:33 +02:00
  • 973ffba2f4 Merge pull request #20 from bmwiedemann/sort Kevin Boone 2022-03-22 12:51:03 +00:00
  • e2e366c0b3 Sort input file list Bernhard M. Wiedemann 2022-03-18 19:51:22 +01:00
  • 002e1859b4 Added licence boilerplate Kevin Boone 2022-03-13 10:37:30 +00:00
  • 10e9ac86df Fixed buffer overrun bug Kevin Boone 2022-01-25 12:17:34 +00:00
  • 71dc4199e8 Respect TMPDIR Kevin Boone 2021-04-21 21:22:34 +01:00
  • 6df99fc54f Added signal.h Kevin Boone 2021-01-25 19:08:26 +00:00
  • 911e28056a Fixed stupid HTML entity bug Kevin Boone 2020-07-19 17:31:06 +01:00
  • 88e8889497 Improved Makefile Kevin Boone 2020-07-19 08:42:38 +01:00
  • c91809bcc7 Fix problem with quote handling in filenames Kevin Boone 2020-07-19 08:25:42 +01:00
  • 532e275655 Updated copyright information Kevin Boone 2020-05-18 15:28:38 +01:00
  • b317dbc241 Updated XML parser Kevin Boone 2020-05-18 15:23:08 +01:00
  • e9099290aa Merge pull request #8 from rajeevvp/master Kevin Boone 2020-02-01 06:53:58 +00:00
  • c7ac8796e8 Turn ANSI-terminal highlighting on and off at EOLs. rajeevvp 2020-02-01 08:07:18 +05:30
  • 0fbf14b89f Replace one ugly upcall with *2* ugly upcalls. rajeevvp 2020-02-01 07:58:46 +05:30
  • 064d300cb0 Update wrap.h rajeevvp 2020-02-01 07:40:57 +05:30
  • 467d80b561 Update wrap.c rajeevvp 2020-02-01 07:36:23 +05:30
  • 881eeddd5f Tidied up documentation v2.01 Kevin Boone 2020-01-04 17:00:09 +00:00
  • ab467e4ab7 Tidied up documentation Kevin Boone 2020-01-04 16:54:51 +00:00
  • 866b137c59 Tidied up documentation Kevin Boone 2020-01-04 16:53:49 +00:00
  • 782e27c6a8 Tidied up documentation Kevin Boone 2020-01-04 16:52:24 +00:00
  • fcd496986e Tidied up documentation Kevin Boone 2020-01-04 16:47:42 +00:00
  • 75807c1fc7 Various bug fixes Kevin Boone 2019-01-30 22:05:24 +00:00
  • c54c3b8895 Issue #4 Kevin Boone 2019-01-04 15:30:14 +00:00
  • 4f1cc12473 Various bug fixes; preliminary Calibre metadata parsing Kevin Boone 2018-11-02 16:41:23 +00:00
  • ec9cf7aed8 Merge pull request #2 from jove4015/mac-support Kevin Boone 2017-12-24 08:45:51 +00:00
  • c09cf71ff7 Merge pull request #3 from jove4015/return-code-0 Kevin Boone 2017-12-24 08:45:34 +00:00
  • 2cc156cdb2 add 0 return code for successful processing Stephen Weiss 2017-12-15 15:18:25 -05:00
  • aa7656f394 just noticed stdlib is already included, changed if expression Stephen Weiss 2017-12-15 14:22:24 -05:00
  • 9801668829 fix up malloc references so macOs can compile Stephen Weiss 2017-12-15 14:10:30 -05:00
  • dbddbb2351 preliminary metadata extract support Kevin Boone 2017-11-13 09:35:45 +00:00
  • 25f6ff6804 Merge branch 'master' of https://github.com/kevinboone/epub2txt2 Kevin Boone 2017-10-19 14:33:58 +01:00
  • aca8cf2ef4 Deleted temp files Kevin Boone 2017-10-19 14:33:18 +01:00
  • 3fd2af63aa Update README.md Kevin Boone 2017-10-19 14:31:50 +01:00
  • 55ff19dd5b Update README.md Kevin Boone 2017-10-19 14:31:10 +01:00
  • d146ecffd7 First commit Kevin Boone 2017-10-19 14:27:45 +01:00