]> git.proxmox.com Git - pathpatterns.git/shortlog
pathpatterns.git
2023-10-19 Wolfgang Bumillerbump d/control master
2023-10-19 Wolfgang Bumillerbump version to 0.3.0-1
2023-10-19 Gabriel Gollermatch_list: remove unsafe std::mem::transmute
2023-08-24 Wolfgang Bumillerbuildsys: fix rebuild logic
2023-08-24 Wolfgang Bumillerbump version to 0.2.0-1
2023-08-24 Wolfgang Bumillerbuildsys: various improvements
2023-08-24 Wolfgang Bumillerupdate d/copyright
2023-08-24 Wolfgang Bumillerbuildsys: add dsc target
2023-08-24 Wolfgang Bumillerbump edition to 2021
2023-08-24 Wolfgang Bumillerminor cleanups
2023-08-24 Gabriel Gollermatch_list: updated `matches()`, to only retrieve file...
2023-01-05 Fabian Grünbichlerupdate d/control
2022-07-29 Wolfgang Bumillerbump version to 0.1.3-1
2022-07-29 Wolfgang Bumillerclippy fixes
2021-06-25 Wolfgang Bumillerclippy fixes
2021-02-01 Fabian Grünbichlerdebcargo: fix maintainer directive
2020-12-04 Wolfgang Bumillerdoc fixups for intra-doc-links
2020-11-11 Wolfgang Bumillertests for relative and absolute, anchored and unanchore...
2020-08-28 Wolfgang Bumillerformatting fixup
2020-08-25 Wolfgang Bumillerfix d/control recreation
2020-08-25 Wolfgang Bumillerbuild in subdir, add d/control, add upload target
2020-07-14 Wolfgang Bumillerfix license identifier
2020-07-14 Wolfgang Bumillerignore .cargo in Cargo.toml
2020-07-09 Wolfgang Bumillerbump version to 0.1.2-1
2020-07-09 Wolfgang BumillerFix /**/ special case for beginning-of-text matching
2020-07-09 Wolfgang Bumillerpattern: drop unused component slice parameter
2020-07-09 Wolfgang Bumillertypo and debug print fixup
2020-06-09 Wolfgang Bumillerdescription fixup
2020-06-09 Wolfgang Bumillerbump version to 0.1.1-1
2020-06-09 Wolfgang Bumillerdrop mut on self in MatchEntry::match_flags
2020-06-04 Wolfgang Bumillerfixup clean target in Makefile
2020-06-03 Wolfgang Bumilleradd debian build files
2020-06-03 Wolfgang Bumilleradd .cargo/config to use local repos
2020-05-29 Wolfgang BumillerRelax MatchList to support slices of references
2020-05-29 Wolfgang Bumillerdocument MatchList
2020-05-29 Wolfgang Bumillerfix non-anchored literal matches starting with a slash
2020-05-29 Wolfgang BumillerReplace MatchList type with a trait.
2020-05-20 Wolfgang BumillerMatchEntry: also provide access to other parts
2020-05-20 Wolfgang BumillerMatchEntry: add mutable accessors
2020-05-20 Wolfgang Bumilleradd MatchPattern::Literal
2020-04-28 Wolfgang BumillerAdd MatchEntry::parse_pattern
2020-04-28 Wolfgang BumillerPattern: strip triling slashes, forbid empty patterns
2020-04-27 Wolfgang BumillerMatchList::with_capacity and Into<Vec<MatchEntry>>
2020-04-27 Wolfgang Bumillerinitial import