index
:
platform/upstream/connman
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
devel
ipsec
pristine-tar
sandbox/nmerinov/llvm
sandbox/pcoval/pc
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_devel
tizen_ivi_genivi
tizen_ivi_release
tizen_tv_devel
upstream
Domain: Network & Connectivity / Data Network;
Jaehyun Kim <jeik01.kim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdhcp
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-25
gdhcp: Add SOCK_CLOEXEC to socket()
Daniel Wagner
4
-10
/
+10
2011-08-09
dhcp: Try to reuse the IP address we had last time.
Jukka Rissanen
2
-5
/
+24
2011-06-14
dhcp: Cancel old renewal timeout prior to adding a new one
Grant Erickson
1
-0
/
+6
2011-05-27
gdhcp: Remove unused variable
Marcel Holtmann
1
-3
/
+0
2010-12-28
Building fix about implicit declaration of strnlen
Yang Ruirui
1
-0
/
+1
2010-12-21
gdhcp: Add netmask getter
Julien Massot
2
-0
/
+25
2010-12-14
gdhcp: Add IPv4 Link-Local support
Julien Massot
4
-8
/
+489
2010-12-10
gdhcp: Fix server listener watch events list
Samuel Ortiz
1
-2
/
+2
2010-12-10
gdhcp: Fix client listener watch events list
Julien Massot
1
-2
/
+2
2010-12-10
gdhcp: Fix spelling mistake
Julien Massot
1
-1
/
+1
2010-12-09
dhcp: Handle proxy PAC option correctly
David Woodhouse
1
-0
/
+1
2010-11-29
gdhcp: Initialise socket structure before binding
Samuel Ortiz
1
-0
/
+1
2010-11-25
gdhcp: Support hostname with space characters
Martin Xu
1
-2
/
+5
2010-11-24
Increase number of DHCP discover attempts for interoperability
Marcel Holtmann
1
-1
/
+1
2010-11-13
gdhcp: Fix server function name typo
Samuel Ortiz
1
-2
/
+2
2010-11-13
gdhcp: Send DHCPNAK when receiving a REQUEST before a DISCOVER
Samuel Ortiz
1
-2
/
+6
2010-11-13
gdhcp: Initial DHCP server implementation
Martin Xu
2
-1
/
+939
2010-11-13
gdhcp: Move get_interface_name and interface_is_up to common.c
Martin Xu
3
-65
/
+76
2010-09-11
Remove two pointless whitespaces
Marcel Holtmann
1
-2
/
+2
2010-09-11
Handle potential NULL pointer with DHCP options
Marcel Holtmann
1
-0
/
+3
2010-08-17
Remove some pointless spaces violating the coding style
Marcel Holtmann
1
-2
/
+2
2010-08-17
Add more debug statements to DHCP library
Marcel Holtmann
1
-0
/
+21
2010-08-03
Use five retries for DHCP discover and select requests
Marcel Holtmann
1
-2
/
+2
2010-08-03
If hostname is not provided then don't request one via DHCP
Marcel Holtmann
1
-20
/
+3
2010-08-03
Add server ID option support to dhcp-lib
Samuel Ortiz
1
-0
/
+1
2010-07-29
Add DHCP library constant for requesting domain name
Marcel Holtmann
1
-0
/
+1
2010-07-29
Add some debug handling for received packets in DHCP library
Marcel Holtmann
1
-0
/
+6
2010-07-29
Remove unused timer code from DHCP library
Marcel Holtmann
1
-13
/
+1
2010-07-29
Add minimal debug support for DHCP client library
Marcel Holtmann
2
-3
/
+29
2010-07-25
Fix wrong prototype for DHCP client library reference counting
Marcel Holtmann
2
-2
/
+13
2010-07-22
Fix floating point error for unhandled dhcp options
Samuel Ortiz
1
-0
/
+7
2010-07-22
gdhcp hostname option support
Samuel Ortiz
2
-1
/
+2
2010-07-22
Fix GDHCPClientError typo
Samuel Ortiz
2
-2
/
+2
2010-07-21
Add initial support for DHCP client library
Martin Xu
4
-0
/
+1919