Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix length argument to memset(). | Matthias Andree | 2012-08-14 | 1 | -1/+1 |
| | |||||
* | Fix some rare or minor issues found with Clang 2.7 analyzer. | Matthias Andree | 2010-06-03 | 1 | -2/+2 |
| | |||||
* | Fix --interface regression, Debian Bug #576717. | Matthias Andree | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | Fix lots of warnings, most around string literals... | Matthias Andree | 2010-03-18 | 1 | -5/+6 |
| | | | | | | | ...that were converted to char* when they should have been converted to const char *. Use braces for empty if/else statements. | ||||
* | Fix a few compiler warnings around implicit conversion or extra ";". | Matthias Andree | 2009-01-14 | 1 | -2/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5261 | ||||
* | Fix: Do not overlap source and destination fields in snprintf() in | Matthias Andree | 2009-01-06 | 1 | -1/+1 |
| | | | | | | interface.c. Courtesy of Nico Golde, Debian. svn path=/branches/BRANCH_6-3/; revision=5260 | ||||
* | Add a comment. | Matthias Andree | 2006-12-30 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5004 | ||||
* | More warning fixes (from FreeBSD 6.1). | Matthias Andree | 2006-03-25 | 1 | -2/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4753 | ||||
* | Fix missing interface_init() link failure on non-Linux/non-FreeBSD systems. | Matthias Andree | 2005-09-19 | 1 | -5/+4 |
| | | | | svn path=/trunk/; revision=4294 | ||||
* | Fix build problem (missing interface_init()) on FreeBSD. | Matthias Andree | 2005-09-17 | 1 | -2/+3 |
| | | | | svn path=/trunk/; revision=4291 | ||||
* | Large protocol independence patch. | Matthias Andree | 2005-08-28 | 1 | -8/+11 |
| | | | | svn path=/trunk/; revision=4280 | ||||
* | Don't read more data from ifname than fits in the result buffer. | Matthias Andree | 2005-07-20 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=4149 | ||||
* | Fix version check to work on major >= 3. | Matthias Andree | 2005-07-01 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4062 | ||||
* | Default to Linux 2.2 /proc/net/dev format, and use uname(2) to determine the ↵ | Graham Wilson | 2004-11-14 | 1 | -11/+14 |
| | | | | | | kernel version instead of calling uname(1). Thanks to Paul Slootman. svn path=/trunk/; revision=4007 | ||||
* | Clean up the horrible HAVE_[V]SNPRINTF mess, use Trio on systems that lack | Matthias Andree | 2004-11-10 | 1 | -6/+1 |
| | | | | | | real snprintf or vsnprintf. svn path=/trunk/; revision=3996 | ||||
* | Get rid ofv non-portable whitespace messages. | Eric S. Raymond | 2003-07-17 | 1 | -9/+9 |
| | | | | svn path=/trunk/; revision=3820 | ||||
* | Minor fixes for 5.9.8. | Eric S. Raymond | 2002-02-15 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3578 | ||||
* | Prevent licensing conflict. | Eric S. Raymond | 2001-09-30 | 1 | -3/+1 |
| | | | | svn path=/trunk/; revision=3502 | ||||
* | _( -> GT_( | Eric S. Raymond | 2001-09-24 | 1 | -19/+19 |
| | | | | svn path=/trunk/; revision=3478 | ||||
* | Don't rely on snprintf. | Eric S. Raymond | 2001-07-04 | 1 | -1/+6 |
| | | | | svn path=/trunk/; revision=3393 | ||||
* | Before trying to fix the no-reset bug. | Eric S. Raymond | 2001-05-29 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3329 | ||||
* | Minor bugfixes. | Eric S. Raymond | 2000-12-01 | 1 | -6/+17 |
| | | | | svn path=/trunk/; revision=2993 | ||||
* | Before showdots, | Eric S. Raymond | 2000-10-08 | 1 | -5/+222 |
| | | | | svn path=/trunk/; revision=2975 | ||||
* | Try to beat a sign-extension bug. | Eric S. Raymond | 2000-06-28 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2912 | ||||
* | fix pclose bug. | Eric S. Raymond | 2000-04-04 | 1 | -4/+3 |
| | | | | svn path=/trunk/; revision=2853 | ||||
* | Suppress monitor check after signal wakeup. | Eric S. Raymond | 2000-03-29 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=2843 | ||||
* | Graceful socket closing. | Eric S. Raymond | 2000-01-31 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2726 | ||||
* | Label save closes. | Eric S. Raymond | 2000-01-31 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=2723 | ||||
* | Ready to send this to Mike. | Eric S. Raymond | 1999-11-06 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=2649 | ||||
* | Fix a compilation screwup. | Eric S. Raymond | 1999-08-28 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=2551 | ||||
* | Changes from the road. | Eric S. Raymond | 1999-08-17 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=2540 | ||||
* | Better MONITOR_SLOP fix. | Eric S. Raymond | 1999-08-01 | 1 | -5/+25 |
| | | | | svn path=/trunk/; revision=2528 | ||||
* | Before applying Brian Boutel's lexer fix. | Eric S. Raymond | 1999-07-31 | 1 | -4/+12 |
| | | | | svn path=/trunk/; revision=2518 | ||||
* | Fix typo. | Eric S. Raymond | 1999-04-25 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2450 | ||||
* | Changed George's email address. | Eric S. Raymond | 1999-02-10 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2385 | ||||
* | Better portability. | Eric S. Raymond | 1999-02-07 | 1 | -3/+2 |
| | | | | svn path=/trunk/; revision=2380 | ||||
* | FreeBSD support. | Eric S. Raymond | 1999-02-07 | 1 | -3/+168 |
| | | | | svn path=/trunk/; revision=2376 | ||||
* | Simplify error reporting further. | Eric S. Raymond | 1999-02-03 | 1 | -8/+17 |
| | | | | svn path=/trunk/; revision=2374 | ||||
* | Use a system-independent way to get version. | Eric S. Raymond | 1999-02-02 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2370 | ||||
* | Return of the dancing progress dots. | Eric S. Raymond | 1999-02-01 | 1 | -12/+19 |
| | | | | svn path=/trunk/; revision=2369 | ||||
* | Move /proc/net/dev derivation to runtime. | Eric S. Raymond | 1999-01-31 | 1 | -8/+25 |
| | | | | svn path=/trunk/; revision=2367 | ||||
* | Autoconfigure detection of whether we have 2.2. | Eric S. Raymond | 1999-01-31 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2358 | ||||
* | A step towards functioning with 2.2. | Eric S. Raymond | 1999-01-30 | 1 | -2/+16 |
| | | | | svn path=/trunk/; revision=2357 | ||||
* | This version appears ready to ship. | Eric S. Raymond | 1999-01-30 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=2355 | ||||
* | Progress messages now go to stdout. | Eric S. Raymond | 1999-01-05 | 1 | -8/+8 |
| | | | | svn path=/trunk/; revision=2328 | ||||
* | First step towards splitting error from progress messages. | Eric S. Raymond | 1999-01-05 | 1 | -5/+5 |
| | | | | svn path=/trunk/; revision=2326 | ||||
* | Fix copyrights. | Eric S. Raymond | 1998-12-04 | 1 | -2/+0 |
| | | | | svn path=/trunk/; revision=2260 | ||||
* | Fixed Debian bug report Bug#29913 | Eric S. Raymond | 1998-11-26 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2210 | ||||
* | Internationalization support via GNU gettext(). | Eric S. Raymond | 1998-11-26 | 1 | -8/+11 |
| | | | | svn path=/trunk/; revision=2208 | ||||
* | Cleanup. | Eric S. Raymond | 1998-11-22 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2204 |