summaryrefslogtreecommitdiff
path: root/gdhcp/client.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-14gdhcp: Add IPv4 Link-Local supportJulien Massot1-8/+292
2010-12-10gdhcp: Fix client listener watch events listJulien Massot1-2/+2
2010-12-10gdhcp: Fix spelling mistakeJulien Massot1-1/+1
2010-11-29gdhcp: Initialise socket structure before bindingSamuel Ortiz1-0/+1
2010-11-25gdhcp: Support hostname with space charactersMartin Xu1-2/+5
2010-11-24Increase number of DHCP discover attempts for interoperabilityMarcel Holtmann1-1/+1
2010-11-13gdhcp: Move get_interface_name and interface_is_up to common.cMartin Xu1-64/+0
2010-09-11Remove two pointless whitespacesMarcel Holtmann1-2/+2
2010-09-11Handle potential NULL pointer with DHCP optionsMarcel Holtmann1-0/+3
2010-08-17Add more debug statements to DHCP libraryMarcel Holtmann1-0/+21
2010-08-03Use five retries for DHCP discover and select requestsMarcel Holtmann1-2/+2
2010-08-03If hostname is not provided then don't request one via DHCPMarcel Holtmann1-20/+3
2010-07-29Add some debug handling for received packets in DHCP libraryMarcel Holtmann1-0/+6
2010-07-29Remove unused timer code from DHCP libraryMarcel Holtmann1-13/+1
2010-07-29Add minimal debug support for DHCP client libraryMarcel Holtmann1-2/+28
2010-07-25Fix wrong prototype for DHCP client library reference countingMarcel Holtmann1-1/+12
2010-07-22Fix floating point error for unhandled dhcp optionsSamuel Ortiz1-0/+7
2010-07-22gdhcp hostname option supportSamuel Ortiz1-1/+1
2010-07-22Fix GDHCPClientError typoSamuel Ortiz1-1/+1
2010-07-21Add initial support for DHCP client libraryMartin Xu1-0/+1229