Base Code merged to SPIN 2.4
[platform/upstream/connman.git] / gdhcp / client.c
2015-08-07 hyunuktakBase Code merged to SPIN 2.4 38/45538/1 submit/tizen/20150810.034432
2014-10-31 Chengyi ZhaoTethering: Add interface that save lease in DHCP inform...
2014-10-29 Zhang zhengguangImported Upstream version 1.26 upstream/1.26
2014-07-17 Zhang zhengguangImported Upstream version 1.24 upstream/1.24
2013-06-12 Jukka Rissanendhcpv6: Send domain list option to server
2013-05-15 Justin Maggardgdhcp: Handle dhcp_client->type == G_DHCP_IPV4LL
2013-05-06 Jukka Rissanendhcpv6: Implement CONFIRM message support
2013-05-06 Jukka Rissanengdhcp: Initialize message status code early
2013-04-30 Jukka Rissanendhcpv6: Add elapsed time option to sent messages
2013-04-26 Jukka Rissanengdhcp: Do not change the transaction id if retransmitting
2013-04-26 Jukka Rissanengdhcp: Add helper functions for message retransmission
2013-04-26 Jukka Rissanengdhcp: Add debug print for transaction id
2012-12-20 Daniel Wagnergdhcp: Use glib memory functions
2012-12-04 Jukka Rissanendhcpv6: Memory leak when sending Option Request Option
2012-10-11 Jukka Rissanengdhcp: Use data size specific option setting function
2012-10-11 Jukka Rissanengdhcp: Use host byte order internally
2012-07-17 Forest Bondgdhcp: Set client state to INIT_SELECTING on restart
2012-07-15 Marcel Holtmanngdhcp: Avoid shadowing address string variable
2012-05-11 Jukka Rissanengdhcp: Make sure we have the message before accessing it
2012-05-11 Jukka Rissanengdhcp: Message type is required in DHCPv4
2012-05-09 Henrique Dante de... gdhcp: Remove dead assignment
2012-05-09 Henrique Dante de... gdhcp: Remove assignment that's never used
2012-05-04 Patrik Flyktgdhcp: Add option and length checks
2012-04-28 Marcel Holtmanngdhcp: Update copyright information
2012-03-01 Grant Ericksondhcpv4-client: Change coding style for passing NULL...
2012-03-01 Grant Ericksongdhcp: set secs in a RFC 951- and 2131-compliant manner
2012-02-13 Grant Ericksongdhcp: Add RFC 1533- and 2132-compliant client-id option
2012-02-13 Grant Ericksongdhcp: Refactor alloc_dhcp_option to accept string...
2012-01-05 Jukka Rissanendhcpv6: Release message implemented.
2012-01-05 Jukka Rissanendhcpv6: Handle address expiration by restarting the...
2012-01-05 Jukka Rissanendhcpv6: Rebind message implemented.
2012-01-05 Jukka Rissanendhcpv6: Renew message implemented.
2012-01-05 Jukka Rissanendhcpv6: Request message implemented.
2012-01-05 Jukka Rissanendhcpv6: Initial stateful DHCPv6 support.
2012-01-05 Jukka Rissanendhcpv6: Support stateless DHCPv6
2012-01-05 Jukka Rissanengdhcp: Generic stateless DHCPv6 support.
2011-12-16 Yu A Wanggdhcp: Check listerner_watch before remove it
2011-11-10 Daniel Wagnergdhcp: Use gcc atomics instead glib's ones
2011-10-25 Daniel Wagnergdhcp: Add SOCK_CLOEXEC to socket()
2011-08-09 Jukka Rissanendhcp: Try to reuse the IP address we had last time.
2011-06-14 Grant Ericksondhcp: Cancel old renewal timeout prior to adding a...
2011-05-27 Marcel Holtmanngdhcp: Remove unused variable
2010-12-29 Yang RuiruiBuilding fix about implicit declaration of strnlen
2010-12-21 Julien Massotgdhcp: Add netmask getter
2010-12-14 Julien Massotgdhcp: Add IPv4 Link-Local support
2010-12-10 Julien Massotgdhcp: Fix client listener watch events list
2010-12-10 Julien Massotgdhcp: Fix spelling mistake
2010-11-29 Samuel Ortizgdhcp: Initialise socket structure before binding
2010-11-25 Martin Xugdhcp: Support hostname with space characters
2010-11-24 Marcel HoltmannIncrease number of DHCP discover attempts for interoper...
2010-11-13 Martin Xugdhcp: Move get_interface_name and interface_is_up...
2010-09-11 Marcel HoltmannRemove two pointless whitespaces
2010-09-11 Marcel HoltmannHandle potential NULL pointer with DHCP options
2010-08-17 Marcel HoltmannAdd more debug statements to DHCP library
2010-08-03 Marcel HoltmannUse five retries for DHCP discover and select requests
2010-08-03 Marcel HoltmannIf hostname is not provided then don't request one...
2010-07-29 Marcel HoltmannAdd some debug handling for received packets in DHCP...
2010-07-29 Marcel HoltmannRemove unused timer code from DHCP library
2010-07-29 Marcel HoltmannAdd minimal debug support for DHCP client library
2010-07-25 Marcel HoltmannFix wrong prototype for DHCP client library reference...
2010-07-22 Samuel OrtizFix floating point error for unhandled dhcp options
2010-07-22 Samuel Ortizgdhcp hostname option support
2010-07-22 Samuel OrtizFix GDHCPClientError typo
2010-07-22 Martin XuAdd initial support for DHCP client library