Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Searching tests.searching | Arne Georg Gleditsch | 2008-08-21 | -0/+2 |
| | ||||
* | Escape these as well. | Arne Georg Gleditsch | 2008-07-09 | -1/+1 |
| | ||||
* | Expanded cache fragment size, adjustet ajax redirection to take line numbers ↵ | Arne Georg Gleditsch | 2008-02-29 | -91/+94 |
| | | | | into account. | |||
* | Enclose qstring in []. | Arne Georg Gleditsch | 2008-02-27 | -2/+1 |
| | ||||
* | Enclose qstring. | Arne Georg Gleditsch | 2008-02-27 | -1/+2 |
| | ||||
* | Return qstring to handler for logging. | Arne Georg Gleditsch | 2008-02-27 | -0/+2 |
| | ||||
* | Js and HTML changes to please IE. | Arne Georg Gleditsch | 2008-02-26 | -15/+16 |
| | ||||
* | IE fixes. | Arne Georg Gleditsch | 2008-02-23 | -1/+2 |
| | ||||
* | Merge branch 'master' of /home/argggh/git/lxrng/ | Arne Georg Gleditsch | 2008-02-21 | -2/+4 |
|\ | ||||
| * | Don't attempt to create cache dir unless cache is in use. | Arne Georg Gleditsch | 2008-02-19 | -2/+4 |
| | | ||||
* | | Stupid thinko. | Arne Georg Gleditsch | 2008-02-21 | -1/+1 |
|/ | ||||
* | Merge branch 'master' of /home/argggh/git/lxrng/ | Arne Georg Gleditsch | 2008-02-18 | -101/+129 |
|\ | ||||
| * | Improved error handling. | Arne Georg Gleditsch | 2008-02-17 | -6/+46 |
| | | ||||
| * | Sentinel file to indicate cache entry complete. | Arne Georg Gleditsch | 2008-02-17 | -2/+6 |
| | | ||||
| * | Cruft cleanup, whitespace changes. | Arne Georg Gleditsch | 2008-02-17 | -28/+7 |
| | | ||||
| * | Better PDF generation, improved line split handling. | Arne Georg Gleditsch | 2008-02-17 | -58/+64 |
| | | ||||
| * | Add const as reserved word. | Arne Georg Gleditsch | 2008-02-17 | -7/+6 |
| | | ||||
* | | mod_perl is not so happy about plain fork(), use open() instead. | Arne Georg Gleditsch | 2008-02-18 | -8/+7 |
| | | ||||
* | | Add total time (as seen by LXRng) to profiling data. | Arne Georg Gleditsch | 2008-02-18 | -4/+5 |
|/ | ||||
* | Typo. | Arne Georg Gleditsch | 2008-02-14 | -1/+1 |
| | ||||
* | Change line number layout and caching mechanism. | Arne Georg Gleditsch | 2008-02-12 | -44/+102 |
| | ||||
* | Cache config over process lifetime, bar changes or timeout. | Arne Georg Gleditsch | 2008-02-12 | -0/+16 |
| | ||||
* | Format change. | Arne Georg Gleditsch | 2008-02-08 | -1/+1 |
| | ||||
* | Add profiling and cache id notes to mod_perl request for logging purposes. | Arne Georg Gleditsch | 2008-02-08 | -3/+16 |
| | ||||
* | Fidget around with the base url logic some more. | Arne Georg Gleditsch | 2008-02-08 | -2/+7 |
| | ||||
* | Avoid establishing memcached connection at compile time. | Arne Georg Gleditsch | 2008-02-08 | -11/+22 |
| | ||||
* | License description and copyright statements. | Arne Georg Gleditsch | 2008-02-07 | -6/+560 |
| | ||||
* | Provisions for mod_perl use, take two. | Arne Georg Gleditsch | 2008-02-07 | -0/+21 |
| | ||||
* | Provisions for mod_perl use, take one. | Arne Georg Gleditsch | 2008-02-07 | -18/+775 |
| | ||||
* | Sort ident searches the right way around, make sure local/member var results ↵ | Arne Georg Gleditsch | 2007-12-12 | -3/+12 |
| | | | | 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 |
| | ||||
* | Add file search caps, some tuning. | Arne Georg Gleditsch | 2007-12-04 | -50/+81 |
| | ||||
* | Subst::Complex is overkill here, as we're only returning a flat string. | Arne Georg Gleditsch | 2007-12-03 | -13/+18 |
| | ||||
* | 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 |
| | ||||
* | Not all tags are commit objects. | Arne Georg Gleditsch | 2007-11-29 | -3/+9 |
| | ||||
* | 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 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 |
| |