Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Provisions for mod_perl use, take two. | Arne Georg Gleditsch | 2008-02-07 | -0/+31 |
| | ||||
* | Provisions for mod_perl use, take one. | Arne Georg Gleditsch | 2008-02-07 | -86/+122 |
| | ||||
* | Minor script to query config files. | Arne Georg Gleditsch | 2008-01-25 | -0/+30 |
| | ||||
* | Sort ident searches the right way around, make sure local/member var results ↵ | Arne Georg Gleditsch | 2007-12-12 | -5/+14 |
| | | | | don't drown out more significant hits when limit kicks in. | |||
* | Merge branch 'master' of /home/argggh/git/lxrng/ | Arne Georg Gleditsch | 2007-12-04 | -1/+1 |
|\ | ||||
| * | Descending order. | Arne Georg Gleditsch | 2007-12-04 | -1/+1 |
| | | ||||
* | | Let root be named / instead of empty string. | Arne Georg Gleditsch | 2007-12-04 | -2/+4 |
|/ | ||||
* | Ignore non-existing directory entries (dangling symlinks..) | Arne Georg Gleditsch | 2007-12-04 | -2/+3 |
| | ||||
* | Hardcoded prefix reference snuck in... | Arne Georg Gleditsch | 2007-12-04 | -1/+1 |
| | ||||
* | Merge branch 'master' of /home/argggh/git/lxrng/ | Arne Georg Gleditsch | 2007-12-04 | -108/+195 |
|\ | ||||
| * | Add file search caps, some tuning. | Arne Georg Gleditsch | 2007-12-04 | -108/+195 |
| | | ||||
* | | Better margins | Arne Georg Gleditsch | 2007-12-04 | -4/+4 |
|/ | ||||
* | Subst::Complex is overkill here, as we're only returning a flat string. | Arne Georg Gleditsch | 2007-12-03 | -13/+18 |
| | ||||
* | Merge branch 'master' of /home/argggh/git/lxrng/ | Arne Georg Gleditsch | 2007-11-30 | -1/+1 |
|\ | ||||
| * | Clean up req_url, don't remove trailing script name. | Arne Georg Gleditsch | 2007-11-30 | -3/+3 |
| | | ||||
| * | Aliasing like this will give you http://somehost/lxr/lxr/tree/.., which is ↵ | Arne Georg Gleditsch | 2007-11-30 | -1/+1 |
| | | | | | | | | going to be confusing. | |||
* | | Unneeded warnings. | Arne Georg Gleditsch | 2007-11-30 | -5/+2 |
| | | ||||
* | | Clean up req_url. | Arne Georg Gleditsch | 2007-11-30 | -3/+3 |
|/ | ||||
* | Add cache keys for Plain repo backend. | Arne Georg Gleditsch | 2007-11-30 | -0/+12 |
| | ||||
* | Return empty list if no linkable includes found. | Arne Georg Gleditsch | 2007-11-30 | -0/+2 |
| | ||||
* | Correct logic. | Arne Georg Gleditsch | 2007-11-30 | -4/+8 |
| | ||||
* | "Home" link. | Arne Georg Gleditsch | 2007-11-30 | -1/+21 |
| | ||||
* | Not all tags are commit objects. | Arne Georg Gleditsch | 2007-11-29 | -3/+9 |
| | ||||
* | Cosmetic changes. | Arne Georg Gleditsch | 2007-11-29 | -19/+36 |
| | ||||
* | Store caches as preallocated plain-string buffers, to avoid the overhead and ↵ | Arne Georg Gleditsch | 2007-11-29 | -37/+142 |
| | | | | unpleasant memory allocation patterns that arrays entail. | |||
* | Sacrifice database integrity constraints for performance. The lxr datastore ↵ | Arne Georg Gleditsch | 2007-11-29 | -2/+2 |
| | | | | is mostly write-once as far as the individual tuples are concerned, and the foreign key reference can really hurt performance on large bulk insertions into big tables. | |||
* | These are also cached in PgBatch. | Arne Georg Gleditsch | 2007-11-29 | -2/+0 |
| | ||||
* | Whitespace cleanup. | Arne Georg Gleditsch | 2007-11-29 | -1/+0 |
| | ||||
* | Make usage indexing changes effective, update progress bar display, ++ | Arne Georg Gleditsch | 2007-11-27 | -117/+137 |
| | ||||
* | Make phys_path persistent over object lifetime | Arne Georg Gleditsch | 2007-11-27 | -2/+5 |
| | ||||
* | Since reference_file adds all symbols anyway, don't bother looking them up. ↵ | Arne Georg Gleditsch | 2007-11-27 | -6/+5 |
| | | | | Just strip the reserved identifiers. | |||
* | Speed up include file handling. | Arne Georg Gleditsch | 2007-11-27 | -0/+54 |
| | ||||
* | Improve flushing logic, | Arne Georg Gleditsch | 2007-11-27 | -21/+60 |
| | ||||
* | Remove cruft. | Arne Georg Gleditsch | 2007-11-27 | -18/+0 |
| | ||||
* | Avoid spurious commits. | Arne Georg Gleditsch | 2007-11-27 | -1/+1 |
| | ||||
* | Rework usage stats. | Arne Georg Gleditsch | 2007-11-27 | -34/+45 |
| | ||||
* | Add usage functionality to Xapian module. | Arne Georg Gleditsch | 2007-11-27 | -4/+72 |
| | ||||
* | Show empty results for specific search. | Arne Georg Gleditsch | 2007-11-27 | -1/+3 |
| | ||||
* | Flush only in parent process. | Arne Georg Gleditsch | 2007-11-27 | -3/+14 |
| | ||||
* | Always prepend / | Arne Georg Gleditsch | 2007-11-27 | -0/+1 |
| | ||||
* | Tune caching functionality a bit. | Arne Georg Gleditsch | 2007-11-27 | -13/+25 |
| | ||||
* | IE fixes, HTML fixes, ++ | Arne Georg Gleditsch | 2007-11-22 | -140/+326 |
| | ||||
* | Too many changes... | Arne Georg Gleditsch | 2007-11-15 | -139/+335 |
| | ||||
* | Rebase tree. | Arne Georg Gleditsch | 2007-07-05 | -0/+5601 |