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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-06
dhcpv6: Implement CONFIRM message support
Jukka Rissanen
3
-9
/
+246
2013-05-06
dhcpv6: Remember the last used IPv6 address
Jukka Rissanen
1
-0
/
+3
2013-05-06
ipconfig: Save last used DHCPv6 address
Jukka Rissanen
1
-0
/
+9
2013-05-06
dhcpv6: Added initial MRD support
Jukka Rissanen
1
-0
/
+6
2013-05-06
gdhcp: Initialize message status code early
Jukka Rissanen
1
-4
/
+3
2013-05-06
client: Fix for handling an unset callback
Patrik Flykt
1
-1
/
+9
2013-05-06
client: Fixes for handling Agent messages
Patrik Flykt
1
-8
/
+12
2013-05-06
man: Update connman.conf.5 manual page to use TetheringTechnologies
Patrik Flykt
1
-1
/
+1
2013-05-06
main: Rename AllowedTetheringTechnologies to TetheringTechnologies
Patrik Flykt
3
-15
/
+17
2013-05-03
gdbus: Fix calling GetManagedObjects twice in a row
Luiz Augusto von Dentz
1
-7
/
+18
2013-05-03
AUTHORS: Mention Yann's contributions
Patrik Flykt
1
-0
/
+1
2013-05-03
client: Initial RequestInput handling support
Patrik Flykt
1
-0
/
+199
2013-05-03
client: Add ReportError handling
Patrik Flykt
1
-0
/
+49
2013-05-03
client: Add RequestBrowser handling
Patrik Flykt
1
-1
/
+87
2013-05-03
client: Implement Agent Release and Cancel method calls
Patrik Flykt
1
-0
/
+50
2013-05-03
client: Add command mode and agent mode helper functions
Patrik Flykt
2
-19
/
+38
2013-05-03
client: Add agent command
Patrik Flykt
1
-0
/
+30
2013-05-03
client: Add support for registering and unregistering an agent
Patrik Flykt
3
-0
/
+181
2013-05-03
client: Enable method call return to exit or continue running
Patrik Flykt
3
-25
/
+50
2013-05-03
client: Make dbus helper function variable const char *
Patrik Flykt
2
-4
/
+4
2013-04-30
dhcpv6: Add elapsed time option to sent messages
Jukka Rissanen
2
-3
/
+48
2013-04-30
technology: Disable tethering when device disappears
Jukka Rissanen
1
-0
/
+4
2013-04-30
dnsproxy: Do not unref g_io_channel if we know it is null
Jukka Rissanen
1
-4
/
+8
2013-04-30
client: Fix up wrongly included typedef
Patrik Flykt
2
-8
/
+15
2013-04-30
client: Remove unneeded members from structs
Patrik Flykt
1
-90
/
+70
2013-04-30
client: Move commands around to more logical places in the table
Patrik Flykt
1
-4
/
+4
2013-04-28
core: Print timezone information if available from server
Marcel Holtmann
1
-0
/
+4
2013-04-26
dnsproxy: Conditional jump depends on uninitialized value
Jukka Rissanen
1
-1
/
+1
2013-04-26
build: Install connmand and connman.conf manual pages
Jukka Rissanen
1
-2
/
+2
2013-04-26
man: Update connman.conf.5 manual page
Jukka Rissanen
1
-6
/
+36
2013-04-26
make: Add main.conf example file into dist tar ball
Jukka Rissanen
1
-0
/
+2
2013-04-26
dhcpv6: Fix memory leak
Jukka Rissanen
1
-0
/
+2
2013-04-26
gdhcp: The last option in a message was not parsed correctly
Jukka Rissanen
1
-2
/
+2
2013-04-26
dhcpv6: Retransmit a message with same transaction id
Jukka Rissanen
1
-0
/
+20
2013-04-26
gdhcp: Do not change the transaction id if retransmitting
Jukka Rissanen
1
-3
/
+9
2013-04-26
gdhcp: Add helper functions for message retransmission
Jukka Rissanen
2
-0
/
+19
2013-04-26
gdhcp: Add debug print for transaction id
Jukka Rissanen
1
-5
/
+12
2013-04-26
TODO: Update type definitions cleanup task
Patrik Flykt
1
-2
/
+0
2013-04-26
include: Remove definition for connman_uint16_t
Patrik Flykt
1
-1
/
+0
2013-04-26
network: Replace connman_uint16_t with uint16_t
Patrik Flykt
2
-9
/
+9
2013-04-26
include: Remove definition for connman_uint8_t
Patrik Flykt
1
-1
/
+0
2013-04-26
network: Replace connman_uint8_t with uint8_t
Patrik Flykt
2
-5
/
+7
2013-04-26
service: Replace connman_uint8_t with uint8_t
Patrik Flykt
1
-3
/
+4
2013-04-26
tethering: Use fallback nameservers if dnsproxy is not in use
Jukka Rissanen
1
-10
/
+37
2013-04-26
dnsproxy: Return proper return code if listener_table is missing
Jukka Rissanen
1
-1
/
+1
2013-04-26
technology: Auto start tethering if enabled and configured
Jukka Rissanen
1
-65
/
+125
2013-04-26
main: Add support for PersistentTetheringMode configuration variable
Jukka Rissanen
1
-0
/
+15
2013-04-26
conf: Add description of PersistentTetheringMode
Jukka Rissanen
1
-0
/
+5
2013-04-26
ethernet: Add tethering support
Jukka Rissanen
3
-1
/
+133
2013-04-26
rtnl: Interface was added to technology too early
Jukka Rissanen
1
-4
/
+12
[next]