Files
rtorrent/src/core
trim21 8598873627 Replace rak::regex with fnmatch from POSIX <fnmatch.h>
rak::regex was a hand-rolled glob matcher supporting only '*'
wildcards. Replace it with the standard POSIX fnmatch() which supports
the same glob patterns plus '?' and '[...]' character classes.

- src/core/manager.cc: use fnmatch for directory entry filtering
- src/command_download.cc: use fnmatch for file path pattern matching
- Makefile.am: remove rak/regex.h from EXTRA_DIST
- rak/regex.h: deleted, no longer needed
2026-06-25 09:47:11 +02:00
..
2026-06-13 22:53:42 +09:00
2026-06-13 22:53:42 +09:00
2026-06-13 22:53:42 +09:00
2025-09-02 20:10:38 +02:00
2025-06-30 10:00:23 +02:00
2025-06-01 08:16:02 +02:00