| Age | Commit message (Expand) | Author |
| 2014-12-20 | MKINET6=no build fixes | prlw1 |
| 2013-11-13 | CID 1125882: Don't use unitialized variable; move code inside conditional | christos |
| 2013-10-19 | use new scopeid functions | christos |
| 2011-08-30 | static, __printflike, __dead | joerg |
| 2009-07-13 | Rename internal getline() function to get_line() so it does | roy |
| 2009-01-18 | fix -Wsign-compare issues | lukem |
| 2008-05-03 | Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is | lukem |
| 2007-12-01 | Sort queue by time and jobid so that jobs submitted within the | mlelstv |
| 2007-05-16 | coverity CID 1220: Don't use size_t for return of read. | christos |
| 2006-05-25 | Add missing semicolon. | christos |
| 2006-05-25 | Coverity CID 3322: Fix memory leak. | christos |
| 2006-03-21 | Coverity CID 1750: Add a function to free a queue and use it. | christos |
| 2006-03-21 | Coverity CID 1752: getq() always allocates a queue if nitems >= 0, so always | christos |
| 2006-03-17 | free memory on allocation failure. | christos |
| 2006-01-20 | Instead of dealing with port@host in many places, do it where it is needed. | christos |
| 2006-01-18 | change return(0) to return(rv). We went to all the trouble to calculate the | garbled |
| 2006-01-17 | Fix PR bin/14247 | garbled |
| 2006-01-17 | in ckqueue() if "sd" is not an existing capability, than sd will be | garbled |
| 2006-01-04 | Address PR bin/12112 | garbled |
| 2005-11-28 | - WARNS = 4 | christos |
| 2004-11-16 | NI_WITHSCOPEID was not picked up by IETF standardization | itojun |
| 2004-10-30 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-05-23 | Really set "MKPRIVATELIB" and not "INTERNALLIB". | tron |
| 2004-05-23 | Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target and | lukem |
| 2004-04-24 | constify printcapdb | christos |
| 2003-10-19 | #define _PATH_BIN_RCMD in common_source/pathnames.h rather than using | lukem |
| 2003-10-16 | safer use of realloc | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-17 | use strlcpy/strlcat. | itojun |
| 2002-09-18 | select() -> nanosleep() | mycroft |
| 2002-09-18 | minor makefile delint | lukem |
| 2002-07-14 | Unifdef __STDC__. Remove __P(). ANSIfy. | wiz |
| 2002-06-08 | avoid hardcoded octals | itojun |
| 2001-12-12 | MKfoo=no -> NOfoo | tv |
| 2001-08-30 | use strlcpy. from openbsd | itojun |
| 2001-08-30 | security fix from openbsd: | itojun |
| 2001-06-25 | use DEFLP instead of "lp". | mrg |
| 2001-04-05 | Fix possible security problem (euid swapout in error handling). | wiz |
| 2001-01-05 | use %ll_ instead of the less standard %q_ | lukem |
| 2000-10-11 | More format string cleanups by sommerfeld. | is |
| 2000-08-09 | rewrite local address detection code, to use getifaddrs(3), not gethostname(3). | itojun |
| 2000-07-04 | More #include <stdlib.h> string, etc. cleanup | matt |
| 2000-04-25 | allow lp=port@host again. PR9975 from Andreas Gustafsson. | itojun |
| 2000-04-24 | avoid NULL pointer access when rp=<ipv4 numberic address> (no ai_canonname). | itojun |
| 2000-04-16 | make scandir(3)'s 3rd argument take a function that takes a *const* | mrg |
| 2000-02-18 | do not sleep on ECONNREFUSED, rather, try the next address first. | itojun |
| 2000-01-27 | IPv6 support, using rcmd-family funciton added. | itojun |
| 1999-12-07 | - add timeouts to displayq(), rmremote(), sendfile() and response(), | mrg |
| 1999-12-05 | put fatal() and a some of variables used independantly of other functions | jdolecek |
| 1999-09-26 | delint and other cleanups. | mrg |