summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Rusty Lynch [Wed, 8 May 2013 23:36:01 +0000 (16:36 -0700)]
Fix breakage caused by unused variables
The updated compile flags are now setting all warnings as errors,
requiring cleanup of declared and initialized but unused variables.
Rusty Lynch [Wed, 8 May 2013 23:27:17 +0000 (16:27 -0700)]
Remove use of deprecated g_type_init()
As of glib 2.36 new code should not use g_type_init() since the
type system is now initializeed automatically
Jaehyun Kim [Mon, 6 May 2013 14:17:59 +0000 (23:17 +0900)]
Prevent issue fixed
String not null terminated
Unchecked return value
Jaehyun Kim [Thu, 2 May 2013 04:15:15 +0000 (13:15 +0900)]
Update the flora license version
Change-Id: Ie7d9f67e2065087e5eddf373a215b1a8774e2707
Jaehyun Kim [Mon, 29 Apr 2013 04:20:32 +0000 (13:20 +0900)]
Remove unuseful code
Jaehyun Kim [Fri, 26 Apr 2013 14:08:14 +0000 (23:08 +0900)]
Fix build issue
Jaehyun Kim [Fri, 26 Apr 2013 08:07:29 +0000 (17:07 +0900)]
Implement dbus-glib to GDBus
Change-Id: I6fd2e68f975e36730e09141ca33f890b28001def
Jaehyun Kim [Wed, 24 Apr 2013 11:59:22 +0000 (20:59 +0900)]
Eliminate user privacy information
Jaehyun Kim [Wed, 24 Apr 2013 11:12:04 +0000 (20:12 +0900)]
Fix current_profile
Allow prepaid internet profile and tethering profile to be used as default(current) profile
Jaehyun Kim [Wed, 24 Apr 2013 07:50:17 +0000 (16:50 +0900)]
Fix to get default profile
Jaehyun Kim [Wed, 24 Apr 2013 07:00:38 +0000 (16:00 +0900)]
Replace strcmp with g_strcmp0 and handle error cause in case of disconnecting
Jaehyun Kim [Mon, 22 Apr 2013 08:57:18 +0000 (17:57 +0900)]
Fix memory invalid access
Jaehyun Kim [Mon, 22 Apr 2013 08:29:26 +0000 (17:29 +0900)]
Optimize fetching of profile list
Jaehyun Kim [Mon, 22 Apr 2013 06:53:50 +0000 (15:53 +0900)]
Set CFLAGS fvisibility hidden and Remove unuseful code
Jaehyun Kim [Mon, 22 Apr 2013 06:20:37 +0000 (15:20 +0900)]
Fix to avoid setting agent passphrase in case of open hidden AP
Jaehyun Kim [Sun, 21 Apr 2013 14:45:43 +0000 (23:45 +0900)]
Add WPS(PBC & PIN) connection support and Revise agent code
Jaehyun Kim [Sun, 21 Apr 2013 13:49:39 +0000 (22:49 +0900)]
Revise Wi-Fi specific connection
Jaehyun Kim [Sun, 21 Apr 2013 11:47:35 +0000 (20:47 +0900)]
Fix Wi-Fi scan
Use ScanDone signal that wpasupplicant sends instead of ServicesChanged signal
Jaehyun Kim [Sun, 21 Apr 2013 10:55:10 +0000 (19:55 +0900)]
Code refactoring
Jaehyun Kim [Thu, 18 Apr 2013 08:38:45 +0000 (17:38 +0900)]
Update license file
Jaehyun Kim [Wed, 17 Apr 2013 19:04:15 +0000 (04:04 +0900)]
Revise test code
Fix prevent issues
Change-Id: I34a7a614f40fbeabdafbc6a5169004ce813da753
Jaehyun Kim [Wed, 17 Apr 2013 15:01:44 +0000 (00:01 +0900)]
Fix pending call issues
Jaehyun Kim [Tue, 9 Apr 2013 12:58:48 +0000 (21:58 +0900)]
Add new API : net_set_default_cellular_service_profile_async()
Change-Id: Idb23fb0095d73efc537a0a0b9bee562223947e3c
Jaehyun Kim [Tue, 2 Apr 2013 12:24:52 +0000 (21:24 +0900)]
Fix WiFi scan and remove unuseful code
Junfeng Dong [Mon, 25 Mar 2013 12:47:39 +0000 (20:47 +0800)]
Fix hardcoding in .pc file.
Change-Id: If0c2aa3b3afa6eb4d42fcb17acac0667b6b99527
Jaehyun Kim [Mon, 18 Mar 2013 15:41:00 +0000 (00:41 +0900)]
Add new API : net_get_technology_properties()
Jaehyun Kim [Mon, 18 Mar 2013 01:48:52 +0000 (10:48 +0900)]
Add test code : specific(hidden) scan
Jinkun Jang [Fri, 15 Mar 2013 16:13:24 +0000 (01:13 +0900)]
merge with master
Jinkun Jang [Tue, 12 Mar 2013 16:47:20 +0000 (01:47 +0900)]
Tizen 2.1 base
Hyesook Choi [Thu, 7 Jun 2012 23:56:21 +0000 (08:56 +0900)]
Initial empty repository