Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-08-12 | lib/: replace HTTP links with HTTPS ones | Alexander A. Klimov | 1 | -1/+1 |
2020-04-07 | lib/ts_bm.c: replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2008-07-08 | textsearch: ts_bm: support case insensitive searching in Boyer-Moore algorithm | Joonwoo Park | 1 | -6/+20 |
2008-06-30 | textsearch: fix Boyer-Moore text search bug | Joonwoo Park | 1 | -1/+1 |
2006-08-22 | [TEXTSEARCH]: Fix Boyer Moore initialization bug | Michael Rash | 1 | -6/+5 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-02-02 | [TEXTSEARCH]: Fix broken good shift array calculation in Boyer-Moore | Pablo Neira Ayuso | 1 | -15/+25 |
2005-10-08 | [PATCH] gfp flags annotations - part 1 | Al Viro | 1 | -1/+1 |
2005-10-04 | [TEXTSEARCH]: fix sparse gfp nocast warnings | Randy Dunlap | 1 | -1/+1 |
2005-08-29 | [LIB]: Boyer-Moore extension for textsearch infrastructure strike #2 | Pablo Neira Ayuso | 1 | -0/+185 |