Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Digest::SHA1 is now called Digest::SHA, apparently.HEADmaster | Arne Georg Gleditsch | 2012-06-05 | -4/+4 |
| | ||||
* | Fix fallout from 84fc580e278aefda62c537a05661db8ae39e55e0. | Arne Georg Gleditsch | 2011-09-29 | -2/+10 |
| | ||||
* | Make "+" a legal character in release strings. | Arne Georg Gleditsch | 2011-09-22 | -8/+10 |
| | ||||
* | UTF-8/mod_perl fixes. | Arne Georg Gleditsch | 2010-08-07 | -4/+7 |
| | ||||
* | Count bytes when considering if Xapian will accept tokens, not characters. | Arne Georg Gleditsch | 2010-08-06 | -2/+3 |
| | ||||
* | Add save button. | Arne Georg Gleditsch | 2010-08-06 | -1/+45 |
| | ||||
* | Rudimentary save icon. | Arne Georg Gleditsch | 2010-08-06 | -0/+165 |
| | ||||
* | Adjust search fix to be less resource intensive.. | Arne Georg Gleditsch | 2010-08-06 | -14/+26 |
| | ||||
* | Make underscore matching a bit more clever. | Arne Georg Gleditsch | 2010-08-06 | -2/+9 |
| | ||||
* | Make non-ajax interface redirect ajax urls to plain urls. | Arne Georg Gleditsch | 2010-08-05 | -3/+12 |
| | ||||
* | Fix string termination markup bug. | Arne Georg Gleditsch | 2010-08-05 | -6/+6 |
| | ||||
* | Avoid searching for unindexed terms. | Arne Georg Gleditsch | 2010-05-10 | -5/+13 |
| | ||||
* | Fix embarrasing XSS holes. | Arne Georg Gleditsch | 2010-02-05 | -25/+25 |
| | ||||
* | Remove junk from ident search string. | Arne Georg Gleditsch | 2009-08-20 | -1/+2 |
| | ||||
* | Merge branch 'master' of ssh://lxr.linux.no/home/argggh/git/lxrng | Arne Georg Gleditsch | 2009-08-17 | -8/+2 |
|\ | ||||
| * | Merge branch 'master' of /home/argggh/git/lxrng/ | Arne Georg Gleditsch | 2009-08-16 | -4/+18 |
| |\ | ||||
| * | | Offload gzip compression when running under mod_perl. | Arne Georg Gleditsch | 2009-08-16 | -8/+2 |
| | | | ||||
* | | | Handle embedded escaped string-terminators. | Arne Georg Gleditsch | 2009-08-17 | -12/+13 |
| |/ |/| | ||||
* | | Make Ajax interface default for Gecko and Opera browsers. | Arne Georg Gleditsch | 2009-08-15 | -0/+5 |
| | | ||||
* | | Make hash navigation javascript a bit more robust. | Arne Georg Gleditsch | 2009-08-15 | -4/+13 |
|/ | ||||
* | Merge branch 'master' of /home/argggh/git/lxrng/v1.2 | Arne Georg Gleditsch | 2009-08-12 | -7/+17 |
|\ | ||||
| * | Increase flush intervals somewhat. | Arne Georg Gleditsch | 2009-08-12 | -2/+2 |
| | | ||||
| * | Don't do textual manipulations on references... | Arne Georg Gleditsch | 2009-08-12 | -1/+2 |
| | | ||||
| * | Make sure purposely skipped files are not marked as pending. | Arne Georg Gleditsch | 2009-08-12 | -4/+13 |
| | | ||||
* | | Don't rely on file system to get object of Git tag. | Arne Georg Gleditsch | 2009-08-12 | -5/+5 |
|/ | ||||
* | Code cleanup. | Arne Georg Gleditsch | 2009-08-11 | -1/+3 |
| | ||||
* | Honour body_charset when displaying files. | Arne Georg Gleditsch | 2009-08-11 | -0/+30 |
| | ||||
* | Merge branch 'master' of ssh://lxr.linux.no/home/argggh/git/lxrng | Arne Georg Gleditsch | 2009-08-09 | -4/+19 |
|\ | ||||
| * | Merge branch 'master' of /home/argggh/git/lxrng/ | Arne Georg Gleditsch | 2008-08-21 | -4/+19 |
| |\ | ||||
| | * | Better support for whitespace in filenames. | Arne Georg Gleditsch | 2008-07-08 | -3/+18 |
| | | | ||||
| * | | Escape these as well. | Arne Georg Gleditsch | 2008-07-09 | -1/+1 |
| | | | ||||
* | | | Don't do progress reports when not on tty, allow ctags-unsupported languages ↵ | Arne Georg Gleditsch | 2009-08-09 | -22/+95 |
| | | | | | | | | | | | | to implement independent indexing. | |||
* | | | Don't restart match from first line of fragment in each iteration -- it ↵ | Arne Georg Gleditsch | 2009-08-09 | -2/+5 |
| | | | | | | | | | | | | explodes when fragment gets sufficiently large. | |||
* | | | Don't drop focus if cache is not available. | Arne Georg Gleditsch | 2009-08-09 | -1/+1 |
| | | | ||||
* | | | Added more language modules, threw things about a bit. | Arne Georg Gleditsch | 2009-03-06 | -119/+433 |
| |/ |/| | ||||
* | | Merge branch 'master' of /home/argggh/git/lxrng/ | Arne Georg Gleditsch | 2008-02-29 | -91/+107 |
|\| | ||||
| * | Expanded cache fragment size, adjustet ajax redirection to take line numbers ↵ | Arne Georg Gleditsch | 2008-02-29 | -91/+107 |
| | | | | | | | | into account. | |||
* | | Visual adjustments. | Arne Georg Gleditsch | 2008-02-29 | -1/+1 |
|/ | ||||
* | 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 | -57/+65 |
| | ||||
* | Polishing. | Arne Georg Gleditsch | 2008-02-26 | -41/+532 |
| | ||||
* | IE fixes. | Arne Georg Gleditsch | 2008-02-23 | -3/+9 |
| | ||||
* | Show user something is happening while fragments are pending. | Arne Georg Gleditsch | 2008-02-23 | -0/+5 |
| | ||||
* | Loading activity icon. | Arne Georg Gleditsch | 2008-02-23 | -0/+0 |
| | ||||
* | Explicitly set bg color to avoid IE braindamage. | Arne Georg Gleditsch | 2008-02-22 | -1/+1 |
| | ||||
* | Minor adjustments. | Arne Georg Gleditsch | 2008-02-22 | -50/+54 |
| | ||||
* | Minor adjustments. | Arne Georg Gleditsch | 2008-02-21 | -4/+4 |
| | ||||
* | Merge branch 'master' of ssh://lxr.linux.no/home/argggh/git/lxrng | Arne Georg Gleditsch | 2008-02-21 | -6/+20 |
|\ |