1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
2008-05-02 Mark Ellis <mark@mpellis.org.uk>
* instructions for changing log level, set default to
warning
* changed log facility to daemon
* fix make dist
* improve README
* change hal-synce-legacy to hal-synce-serial
2008-04-30 Mark Ellis <mark@mpellis.org.uk>
* exit gracefully after receiving SIGTERM, which hal sends
when device disconnects
* make log level configurable in scripts, tidy logging
2008-04-25 Mark Ellis <mark@mpellis.org.uk>
* added some bluetooth scripts, updated README
2008-04-14 Mark Ellis <mark@mpellis.org.uk>
* fixed rndis dhcp connection
* make sure dccm logs everything to syslog
* become an addon when device is added instead of a callout,
prevents the device being advertised until properly set up
2008-04-10 Mark Ellis <mark@mpellis.org.uk>
* more FreeBSD fixes, thanks to Ilya Bakulin
2008-04-01 Mark Ellis <mark@mpellis.org.uk>
* cleaned up build system, should help *bsd'ers
* removed libsynce and librapi2 patches, these have been committed
* added patch for sync-engine
2008-03-28 Mark Ellis <mark@mpellis.org.uk>
* replaced rndis callout script with python script to
first attempt dhcp configuration, then fall back to
static config
2008-03-25 Mark Ellis <mark@mpellis.org.uk>
* removed unneeded linux/if.h include from utils.c for
cross platform compatability
2008-03-20 Mark Ellis <mark@mpellis.org.uk>
* 10-synce.fdi - added freebsd ucom rule
2008-03-16 Mark Ellis <mark@mpellis.org.uk>
* don't unref incoming client conn to WM5/6 device in
main.c client_connected_cb()
2008-02-21 Mark Ellis <mark@mpellis.org.uk>
* 10-synce.fdi - add pda.platform property for usb-rndis-*
2008-02-15 Mark Ellis <mark@mpellis.org.uk>
* correct typo for synce-device.h in src/Makefile.am
* added 10-synce.fdi, synce-device-signals-marshal.list,
synce-device.xml to EXTRA_DIST
2008-02-13 Mark Ellis <mark@mpellis.org.uk>
* call gnet_init()
2008-02-12 Mark Ellis <mark@mpellis.org.uk>
* tidy debugging and utils
2008-02-05 Mark Ellis <mark@mpellis.org.uk>
* set password property to 'unset' if not passworded
* fix for dbus-glib < 0.74
2008-01-25 Mark Ellis <mark@mpellis.org.uk>
* Finish password procedures
2008-01-24 Mark Ellis <mark@mpellis.org.uk>
* Removed possible race condition when multiple clients would request a rapi
connection at the same time, thanks to Guido's odccm patch
2008-01-19 Mark Ellis <mark@mpellis.org.uk>
* Only listen for connections on interface for our
specified local ip
2008-01-07 Mark Ellis <mark@mpellis.org.uk>
* Initial code
|