Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
[#77 state:resolved]
Signed-off-by: Matt Colyer <matt@colyer.name>
|
|
Signed-off-by: Matt Colyer <matt@colyer.name>
[#77 state:resolved]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We should return any underlying error afc_get_device_info returns
so one is able to act properly. Also renamed it to "key" instead
of "field" to be more generic.
|
|
|
|
|
|
|
|
Conflicts:
dev/Makefile.am
|
|
|
|
|
|
[#68 state:resolved]
Signed-off-by: Matt Colyer <matt@colyer.name>
|
|
On a system without a previous pairing, libiphone fails
to connect to the device:
userpref_get_host_id: Using (null) as HostID
The code checks if host_id is NULL but it needs to check
if *host_id is NULL, otherwise it won't generate a new HostID.
[#69 state:resolved]
Signed-off-by: Matt Colyer <matt@colyer.name>
|
|
Signed-off-by: Matt Colyer <matt@colyer.name>
|
|
|
|
|
|
|
|
For use in front-end applications, also serves to document
the available keys.
|
|
Valgrind complains:
==2678== Conditional jump or move depends on uninitialised value(s)
==2678== at 0x3ACD40646C: lockdownd_client_new (lockdown.c:662)
==2678== by 0x405BA6: g_vfs_afc_volume_new (afc-volume.c:113)
==2678== by 0x406541: g_vfs_afc_monitor_device_added (afc-volume-monitor.c:46)
==2678== by 0x4066B1: g_vfs_afc_volume_monitor_constructor (afc-volume-monitor.c:173)
==2678== by 0x3A7FE11A38: g_object_newv (in /lib64/libgobject-2.0.so.0.2000.4)
==2678== by 0x3A7FE12584: g_object_new_valist (in /lib64/libgobject-2.0.so.0.2000.4)
==2678== by 0x3A7FE126DB: g_object_new (in /lib64/libgobject-2.0.so.0.2000.4)
==2678== by 0x408AD5: monitor_try_create (gvfsproxyvolumemonitordaemon.c:1651)
==2678== by 0x408C20: g_vfs_proxy_volume_monitor_daemon_main (gvfsproxyvolumemonitordaemon.c:1694)
==2678== by 0x37E881EA2C: (below main) (in /lib64/libc-2.10.1.so)
==2678== Uninitialised value was created by a stack allocation
==2678== at 0x405B00: g_vfs_afc_volume_new (afc-volume.c:138)
|
|
|
|
For use in front-end applications, also serves to document
the available keys.
|
|
Valgrind complains:
==2678== Conditional jump or move depends on uninitialised value(s)
==2678== at 0x3ACD40646C: lockdownd_client_new (lockdown.c:662)
==2678== by 0x405BA6: g_vfs_afc_volume_new (afc-volume.c:113)
==2678== by 0x406541: g_vfs_afc_monitor_device_added (afc-volume-monitor.c:46)
==2678== by 0x4066B1: g_vfs_afc_volume_monitor_constructor (afc-volume-monitor.c:173)
==2678== by 0x3A7FE11A38: g_object_newv (in /lib64/libgobject-2.0.so.0.2000.4)
==2678== by 0x3A7FE12584: g_object_new_valist (in /lib64/libgobject-2.0.so.0.2000.4)
==2678== by 0x3A7FE126DB: g_object_new (in /lib64/libgobject-2.0.so.0.2000.4)
==2678== by 0x408AD5: monitor_try_create (gvfsproxyvolumemonitordaemon.c:1651)
==2678== by 0x408C20: g_vfs_proxy_volume_monitor_daemon_main (gvfsproxyvolumemonitordaemon.c:1694)
==2678== by 0x37E881EA2C: (below main) (in /lib64/libc-2.10.1.so)
==2678== Uninitialised value was created by a stack allocation
==2678== at 0x405B00: g_vfs_afc_volume_new (afc-volume.c:138)
|
|
|
|
|
|
|
|
|
|
[#64 state:resolved]
Signed-off-by: Matt Colyer <matt@colyer.name>
|
|
|
|
[#60 state:resolved]
Signed-off-by: Matt Colyer <matt@colyer.name>
|
|
|
|
|
|
|
|
[#62 state:resolved]
|
|
[#63 state:resolved]
Signed-off-by: Matt Colyer <matt@colyer.name>
|
|
|
|
Signed-off-by: Matt Colyer <matt@colyer.name>
|
|
|
|
|
|
[#46 state:resolved]
|
|
dev/lckdclient.c includes headers from readline but configure.ac doesn't
make sure these headers are available. This commit makes sure
readline/readline.h is present and assumes readline is properly installed
if this header is present
[#59 state:resolved]
Signed-off-by: Matt Colyer <matt@colyer.name>
|
|
add missing includes, add some casts to avoid format warnings,
mark one function as static. There are still warnings about
unused argc/argv
[#61 state:resolved]
Signed-off-by: Matt Colyer <matt@colyer.name>
|
|
[#58 state:resolved]
Signed-off-by: Matt Colyer <matt@colyer.name>
|