3
I Use This!
Inactive

Commits : Listings

Analyzed 42 minutes ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix some type-errors caused by the python3 migration More... about 3 years ago
migrate python scripts of core to python3 More... about 3 years ago
replace g_type_class_add_private() with the instance private data macros G_DEFINE_TYPE_WITH_PRIVATE or G_ADD_PRIVATE because it's deprecated since GLib 2.58 More... over 4 years ago
fix unhandled string-truncations which are detected by new gcc compiler versions More... over 4 years ago
use gobject-introspection bindings to access libgudev, because the old python-library for libgudev is deprecated More... over 4 years ago
synce-pcp and synce-pls now abort at the first error while traversing directories More... over 5 years ago
get rid of compiler warnings by removing unused variables More... about 7 years ago
tidy compiler warnings by removing _BSD_SOURCE and _SVID_SOURCE, because both are deprecated since glibc 2.20 More... about 7 years ago
new testnotes for RTF<->UTF8 conversion-tests More... about 7 years ago
RTFCharget() improved and wrong calculation inside of sizeof() fixed (bug #215, thanks to dcb) More... about 7 years ago
use g_realloc() for iobuf-allocation because it's simpler, prevents memory leaks and performs better More... about 7 years ago
raise required GIO Version to 2.30 because g_dbus_interface_skeleton_export() is used More... about 7 years ago
remove synce_device_dbus_uninit() because dbus-uninit is already done by synce_device_dispose() More... about 7 years ago
remove unnessessary call to g_object_get() More... about 7 years ago
if a device is disconnected because it doesn't respond to pings, the io-stream must be closed to abort the pending async-read of the last ping. The aborted read also releases the last reference to the device-object More... about 7 years ago
don't start new async-reads while there are pending async-reads during pinging the device More... about 7 years ago
returned GErrors should be freed (memory leaks fixed) More... about 7 years ago
improve error handling of failed async-reads More... about 7 years ago
prevent unintentional deletion of the pppd-pidfile in scripts/synceconnector.py.in More... about 7 years ago
prevent devices from beeing registered multiple times More... about 7 years ago
log path of the unix domain socket file, if it can't be created More... about 7 years ago
after a connection has been closed, the unused file of the unix domain socket has to be removed from the filesystem More... about 7 years ago
fix gcc (4.9) compile-error when compiling with "-Werror" More... about 7 years ago
add missing python-modules More... about 7 years ago
fixed infinite loop if stdin has been closed and read() returns 0 More... about 7 years ago
fixed parameter initialisation for 3 calls in rapiwrapper.h, thanks to dcb More... over 7 years ago
improve process of establishing initial connection in DeviceManager More... over 7 years ago
use gio functions for socket transfer of file descriptors More... over 7 years ago
SynceDevice does not need to implement failable initialization; create _new functions for SynceConnectionBroker, DeviceLegacy, DeviceRndis, DeviceManager, DeviceManagerControl; implement async initialisation for DeviceManager, DeviceManagerControl More... over 7 years ago
remove odccm support More... over 7 years ago