]> git.ipfire.org Git - thirdparty/dhcpcd.git/history - common.c
Release dhcpcd-5.0.5
[thirdparty/dhcpcd.git] / common.c
2009-05-01  Roy MarplesAdd (c) to Copyright
2009-02-12  Roy MarplesMore style updates.
2009-02-11  Roy MarplesEnforce NetBSD KNF style more
2009-01-29  Roy MarplesClean up compiler warnings from overly pedantic checking.
2009-01-12  Roy Marpleswhitespace
2008-12-16  Roy MarplesTypo.
2008-12-16  Roy MarplesStyle.
2008-11-27  Roy MarplesFix warning of monotonic clock existence.
2008-11-10  Roy MarplesFix some LINT errors.
2008-11-05  Roy Marplesget_line now uses a single buffer, strips leading space...
2008-11-05  Roy MarplesSave a few bytes by moving close_fds to bind where...
2008-09-05  Roy MarplesRemove logger and exclusively uses syslog instead....
2008-09-05  Roy MarplesAs our logger calls emulate syslog, we can use %m....
2008-09-02  Roy MarplesAdd an event loop.
2008-08-18  Roy Marplespidfiles normally have a new line
2008-08-02  Roy MarplesFix compile on Darwin.
2008-08-01  Roy MarplesAdd support for mach_absolute_time if on Darwin as...
2008-08-01  Roy MarplesBrute force detection of monotonic clock as sysconf...
2008-08-01  Roy MarplesTweak README about monotonic, and improve warning message.
2008-07-31  Roy Marplesclock_monotonic now is 0 or 1 depending on if the clock...
2008-07-24  Roy MarplesNormalise tv_usecs. Also, send the fd ready back to...
2008-07-24  Roy Marplesget_time -> clock_monotonic to be more descriptive.
2008-06-19  Roy Marpleswhitespace
2008-06-10  Roy MarplesRemove the signal array stack as our pipe handling...
2008-06-07  Roy MarplesAdd a function to test if a fd has data to be read.
2008-05-19  Roy Marplesrealloc -> xrealloc
2008-05-19  Roy MarplesFix a potential segfault.
2008-05-19  Roy MarplesStyle.
2008-05-19  Roy MarplesCreate a real arc4linux function so we don't have to...
2008-05-15  Roy MarplesUse arc4random as everything apart from glibc seems...
2008-05-15  Roy MarplesFix compile on Linux.
2008-05-15  Roy MarplesUse paths.h when available and ensure that we can disab...
2008-05-15  Roy MarplesCheck correct lengths and use closefrom where available.
2008-04-11  Roy MarplesNormally I hate massive code drops, but heh.
2008-03-20  Roy MarplesChange code style to match the BSDs in the hope the...
2008-02-19  Roy MarplesRemove hardcoded defines for linux and add a nasty...
2008-02-09  Roy MarplesWe should only have one bit of code to mark sockets...
2008-02-06  Roy MarplesRename getline to get_line so we don't conflict with...
2008-01-28  Roy MarplesIntroduce xzalloc, which zeros memory as well as alloca...
2008-01-21  Roy MarplesQuiet some lint warnings.
2008-01-16  Roy MarplesRe format for standard tabs.
2008-01-16  Roy Marplesuptime should return time_t
2008-01-09  Roy Marplescommon.h now defines a simple define to create the...
2008-01-08  Roy MarplesBelatedly into 2008 :)
2008-01-07  Roy MarplesAvoid valgrind errors with getline.
2008-01-07  Roy MarplesStop using static inflexable buffers when cleaning...
2007-11-15  Roy MarplesRe-license as 2-clause BSD as I've re-written everythin...
2007-11-07  Roy Marplestimeval defines seconds as long, so we should use long...
2007-11-07  Roy MarplesReword the headers to just say we use the GPLv2.
2007-11-06  Roy MarplesUpdate my e-mail address as I have retired from Gentoo.
2007-10-22  Roy MarplesUse sysconf to detect if we have a working monotonic...
2007-10-20  Roy MarplesWrite the pidfile before we fork so we can easily be...
2007-09-04  Roy MarplesMany thanks to Michael Durrant for testing the below...
2007-08-21  Roy MarplesSuck it hard and use gettimeofday for Linux. Lets just...
2007-08-20  Roy MarplesRework the arp code again so that we don't link to...
2007-08-09  Roy MarplesEnsure ARP checking times out when there is a flood.
2007-07-25  Roy MarplesRemove getifaddrs code and instead just use ioctls.
2007-07-18  Roy MarplesWe now do ARP checking by default as recommended by...
2007-05-10  Roy Marplesconfig.h now has the compile time options, instead...
2007-04-26  Roy MarplesSend a FQDN hostname if it contains dots, strip the...
2007-04-11  Roy MarplesCuddle up to LKML style C
2007-04-10  Roy MarplesFix indentation
2007-04-05  Roy MarplesUse libc strlcpy for uclibc and dietlibc
2007-04-05  Roy MarplesUse strlcpy if available, if not define our own.
2007-04-05  Roy MarplesAdd safe_strncpy function to ensure everything is NULL...
2007-01-16  Roy MarplesFor infinite timeout, we now resent the last request...
2006-12-15  Roy Marplesdhcpcd is reported to work on Darwin :)
2006-12-14  Roy MarplesAdd loads of debugging CFLAGS so we can remove all...
2006-12-04  Roy MarplesClean some style and stop using %m (use %s + strerror...
2006-11-27  Roy MarplesAdd dhcpcd-3 re-write