Age | Commit message (Expand) | Author | Files | Lines |
2010-01-12 | Refactor and unify internal debug system for ease of use and verbosity | Martin Szulecki | 1 | -2/+2 |
2010-01-12 | Rename utils to debug as it does exactly that, contain debug code | Martin Szulecki | 1 | -1/+1 |
2010-01-12 | Add gstdio header to silence compiler warning about g_remove call | Martin Szulecki | 1 | -0/+1 |
2010-01-08 | Add userpref helper to allow removal of the stored device public key | Martin Szulecki | 1 | -0/+24 |
2009-09-12 | Public API rework, extension and adaption to latest libusbmuxd-1.0 API. | Nikias Bassen | 1 | -3/+3 |
2009-08-04 | Invalid check for host_id in userpref_get_host_id | Nikias Bassen | 1 | -1/+1 |
2009-07-28 | Fix potential memory corruption in calls to gnutls function on 64 bit arch | Nikias Bassen | 1 | -12/+20 |
2009-07-25 | Improve API of userpref system | Martin Szulecki | 1 | -80/+81 |
2009-07-24 | Improve debug output messages by using __func__ everywhere and adjust wording | Martin Szulecki | 1 | -3/+2 |
2009-04-12 | Use less secure random number generation so we can generate private | Jonathan Beck | 1 | -54/+270 |
2009-01-04 | Merge branch 'master' into plist | Jonathan Beck | 1 | -6/+3 |
2009-01-02 | Fix function prototypes | Christophe Fergeau | 1 | -3/+3 |
2009-01-02 | Removed unused variables | Christophe Fergeau | 1 | -3/+0 |
2008-12-12 | Change from Base64 encoded buffers to real buffers. Base64 decoding/encoding ... | Jonathan Beck | 1 | -7/+3 |
2008-10-25 | Handle debugging through utilitary functions | Jonathan Beck | 1 | -5/+3 |
2008-09-01 | Enforce a modified kr style. | Matt Colyer | 1 | -50/+65 |
2008-08-22 | Handle known device through their UniqueDeviceID and use it as name to store ... | Jonathan Beck | 1 | -104/+39 |
2008-08-21 | fixes config dir mode. | Jonathan Beck | 1 | -4/+5 |
2008-08-21 | g_io_channel_unref must be called after g_io_channel_shutdown | Christophe Fergeau | 1 | -0/+4 |
2008-08-18 | Fixed bogus file permissions on the configuration directory. | Matt Colyer | 1 | -1/+1 |
2008-08-14 | Refactored and documented userpref.c. | Matt Colyer | 1 | -112/+193 |
2008-08-12 | fix length of known devices | Jonathan Beck | 1 | -1/+1 |
2008-08-11 | Fix compilation with gcc 4.3 -Wall -Werror -Wno-pointer-sign | Christophe Fergeau | 1 | -1/+2 |
2008-08-11 | Fix buffer overflow | Christophe Fergeau | 1 | -1/+1 |
2008-08-11 | Add missing g_free | Christophe Fergeau | 1 | -2/+12 |
2008-08-11 | Use g_file_get_contents | Christophe Fergeau | 1 | -21/+8 |
2008-08-11 | Fix warnings about unused variables | Christophe Fergeau | 1 | -1/+0 |
2008-08-05 | Zack's final changes to the pairing. | Matt Colyer | 1 | -5/+10 |
2008-08-05 | Store certificates and private keys as PEM files instead of storing them in c... | Jonathan Beck | 1 | -81/+67 |
2008-08-05 | Fix mem allocation in config initialization. | Jonathan Beck | 1 | -1/+1 |
2008-08-05 | prepare config for pairing | Jonathan Beck | 1 | -9/+221 |
2008-08-05 | fixes some warnings | Jonathan Beck | 1 | -1/+1 |
2008-08-04 | Zack's C. rewrite of usbmux (with a few additions by Matt Colyer). | Matt Colyer | 1 | -0/+2 |
2008-08-01 | I copied the wrong legal headers into the code. Opps. | Matt Colyer | 1 | -11/+12 |
2008-08-01 | A few cleanups, got rid of global afc variable. | Matt Colyer | 1 | -3/+3 |
2008-07-31 | Added a way to load HostID from a user specific config file. | Jonathan Beck | 1 | -0/+52 |