| Commit message (Expand) | Author | Age | Files | Lines |
* | Since configure.in.in is not processed, rename it to configure.ac. | Reuben Thomas | 2007-12-08 | 3 | -56/+9 |
* | Move build files out of conf/. | Reuben Thomas | 2007-12-08 | 3 | -7/+10 |
* | Remove kiodoc-update.pl. | Reuben Thomas | 2007-12-08 | 2 | -125/+0 |
* | Remove remaining custom macros, folding them into configure.in.in. | Reuben Thomas | 2007-12-08 | 6 | -121/+37 |
* | Remove unused m4 tests, and test for readline version; we should all | Reuben Thomas | 2007-12-07 | 6 | -113/+0 |
* | More build system changes to make it play better with up-to-date | Reuben Thomas | 2007-12-07 | 5 | -73/+34 |
* | Remove bogus correction of times, which may correct time stamp changes | Reuben Thomas | 2007-12-07 | 1 | -2/+0 |
* | Remove superfluous comma | Reuben Thomas | 2007-12-07 | 1 | -1/+1 |
* | Various cosmetic fixes and debugging improvements. | Reuben Thomas | 2007-12-05 | 1 | -22/+14 |
* | Fix an incorrect debug message. | Reuben Thomas | 2007-12-02 | 1 | -1/+1 |
* | Various cosmetic fixes to code, comments and debug messages. | Reuben Thomas | 2007-11-30 | 1 | -10/+12 |
* | Note a potential buffer overflow | Reuben Thomas | 2007-11-30 | 1 | -0/+1 |
* | Pretty up debug message. | Reuben Thomas | 2007-11-29 | 1 | -1/+1 |
* | Remove unused usleep implementation. | Reuben Thomas | 2007-11-29 | 1 | -15/+0 |
* | Improve cosmetically some debug messages and comments. | Reuben Thomas | 2007-11-29 | 2 | -18/+20 |
* | Fix add rule. | Reuben Thomas | 2007-11-27 | 1 | -4/+1 |
* | Update from current (0.15-2) Debian files. | Reuben Thomas | 2007-11-27 | 9 | -31/+239 |
* | Add udev rules to doc directory of Debian package, and mention them in | Reuben Thomas | 2007-11-27 | 3 | -11/+14 |
* | Add udev rules file to EXTRA_DIST. | Reuben Thomas | 2007-11-27 | 1 | -1/+1 |
* | Update README.Debian to correspond better to reality & English. | Reuben Thomas | 2007-11-27 | 2 | -2/+6 |
* | Fix typo | Reuben Thomas | 2007-11-27 | 1 | -2/+2 |
* | Remove SuSE 7.3 init script and replace it with SuSE 8 init script | Reuben Thomas | 2007-11-26 | 3 | -183/+65 |
* | Update to current /etc/init.d/plptools from Debian plptools package 0.15-2. | Reuben Thomas | 2007-11-26 | 1 | -1/+6 |
* | A couple of small English fixes. | Reuben Thomas | 2007-11-26 | 2 | -2/+2 |
* | Reinstate use of kdoc, which I mistakenly assumed was KDE-specific. | Reuben Thomas | 2007-11-26 | 2 | -2/+5 |
* | Update po files | Reuben Thomas | 2007-11-23 | 2 | -37/+40 |
* | Flush cached file before attempting to rename to or from it. | Reuben Thomas | 2007-11-23 | 1 | -4/+6 |
* | Fix a couple of English typos | Reuben Thomas | 2007-11-23 | 1 | -2/+2 |
* | Show default mount point in help. | Reuben Thomas | 2007-11-23 | 1 | -1/+2 |
* | Remove error code comments, which were in some cases wrong; look at rfsv.h! | Reuben Thomas | 2007-11-21 | 1 | -44/+44 |
* | Stop the NFS type bits being clobbered by changing mode bits. | Reuben Thomas | 2007-11-21 | 2 | -2/+4 |
* | Remove unused and non-functioning -D (--debug) option from plpnfsd; | Reuben Thomas | 2007-11-21 | 2 | -4/+1 |
* | Remove spurious full stops from help. | Reuben Thomas | 2007-11-21 | 1 | -4/+4 |
* | Updated .po files from 0.19 build. | Reuben Thomas | 2007-11-20 | 2 | -222/+268 |
* | Remove redundant buildnox target. | Reuben Thomas | 2007-11-20 | 1 | -5/+0 |
* | Bump version to 0.19 | Reuben Thomas | 2007-11-20 | 1 | -1/+1 |
* | Remove file only used for KDE building. | Reuben Thomas | 2007-11-20 | 1 | -1841/+0 |
* | Remove references to KDE. | Reuben Thomas | 2007-11-20 | 5 | -126/+2 |
* | Remove more traces of KDE. | Reuben Thomas | 2007-11-20 | 5 | -253/+15 |
* | Remove more KDE bits. | Reuben Thomas | 2007-11-20 | 9 | -215/+0 |
* | No longer using KDE, so remove KDE autoconf gubbins. | Reuben Thomas | 2007-11-20 | 29 | -1554/+0 |
* | Remove the KDE code. It was nice, but it's nicer just to treat the | Reuben Thomas | 2007-11-20 | 181 | -14023/+0 |
* | Add getclip. Only works for text for now; code for images is present | Reuben Thomas | 2007-11-20 | 2 | -0/+173 |
* | Add "putclip" command to set the clipboard, using code from klipsi. | Reuben Thomas | 2007-11-20 | 3 | -5/+182 |
* | Remove traces of plpbackup. | Reuben Thomas | 2007-11-20 | 13 | -1016/+751 |
* | Remove plpbackup. | Reuben Thomas | 2007-11-20 | 3 | -396/+0 |
* | Backport slightly improved killsave/runrestore code from plpbackup. | Reuben Thomas | 2007-11-20 | 1 | -83/+142 |
* | Add myself to copyright | Reuben Thomas | 2007-11-20 | 1 | -0/+1 |
* | Add missing fclose. Not needed in this one-shot program, but good to | Reuben Thomas | 2007-11-20 | 1 | -1269/+132 |
* | Don't mention non-existent ChangeLog | Reuben Thomas | 2007-11-15 | 1 | -1/+1 |