dnsproxy: Only one copy of the relevant buffers will be made to a TCP request
[framework/connectivity/connman.git] / gdhcp /
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-05-04 Patrik Flyktgdhcp: Fix packet length checking
2012-04-28 Marcel Holtmanngdhcp: Update copyright information
2012-04-20 Lucas De Marchigdhcp: fix strict-aliasing warning
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-13 Samuel Ortizgdhcp: Fix build failure
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-28 Jukka Rissanengdhcp: Possible file descriptor leak
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 Samuel Ortizgdhcp: Fix server listener watch events list
2010-12-10 Julien Massotgdhcp: Fix client listener watch events list
2010-12-10 Julien Massotgdhcp: Fix spelling mistake
2010-12-09 David Woodhousedhcp: Handle proxy PAC option correctly
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 Samuel Ortizgdhcp: Fix server function name typo
2010-11-13 Samuel Ortizgdhcp: Send DHCPNAK when receiving a REQUEST before...
2010-11-13 Martin Xugdhcp: Initial DHCP server implementation
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 HoltmannRemove some pointless spaces violating the coding style
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-08-03 Samuel OrtizAdd server ID option support to dhcp-lib
2010-07-29 Marcel HoltmannAdd DHCP library constant for requesting domain name
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