Commit Graph

9 Commits (82f76e12965f3c67a78d1bed35f1367cd7bb8c30)

Author SHA1 Message Date
orbiter 82f76e1296 removed log line
15 years ago
orbiter 0f8004f9da enhanced html parser to recognize a href tags inside header tags
15 years ago
orbiter 54af9e6b49 - added parsing of robots meta-tag in html headers to detect a noindexing request
15 years ago
orbiter a37878b7d5 url parser regex performance hack
16 years ago
orbiter 4a5100789f replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration.
16 years ago
orbiter 969123385b added json and rss output for image search
16 years ago
orbiter 2d8f3ee301 some performance hacks
16 years ago
orbiter 52470d0de4 - fix for xls parser
16 years ago
orbiter b79f4f062f refactoring of yacy documents and parsers: they depend now only on the kelondro classes
16 years ago