summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-28Configure automake to generate .gz and .bz2 archivesHEADmasteriain1-1/+1
2012-08-28Fix the signal signatures so the doc stripper doesn't break themiain1-4/+4
2012-08-28Include the gypsy-discovery-full in the packageiain1-2/+6
2012-08-28Rename gypsy-discovery.xml to -full.xmliain1-0/+0
2012-05-14Add the etc/ directoryiain2-0/+4
2012-05-14Add a whitelist for what files Gypsy is allowed to open.iain4-1/+74
2012-05-14Check the chars in buffer doesn't go over the max. Reset it if it does.iain1-0/+4
2012-05-14Add some m4 required stuff, fix 48564iain3-0/+6
2012-03-08NULL terminate an array, and return when finding a NULL parentiain1-1/+5
2012-02-24Disable the deprecation warnings so -Werror won't cryiain1-0/+4
2012-02-24Undo the previous patchiain1-6/+6
2012-02-24The new glib 2.32 deprecated GValueArray, use the replacements insteadiain1-6/+6
2011-12-06Only open TTY devices onceiain1-9/+13
2011-12-05Fix memory leak on input error.iain1-2/+0
2011-10-19Fix some bugs in the Discovery code.iain2-17/+24
2011-10-19Improve GypsyDiscovery for removed devicesiain1-27/+68
2011-10-17Bump version to 0.9 to reflect the new interfaceiain1-1/+1
2011-10-17Add device type to the info returned from GypsyDiscoveryiain7-22/+128
2011-10-17Add a no autoterminate optioniain3-4/+18
2011-10-13Whitespace cleanupiain1-7/+7
2011-10-13Don't cast time() to a GObjectiain1-1/+1
2011-10-12Applied patch from Jochen Friedrich to correct the UDev discovery.iain1-22/+54
2011-09-28Act on incoming UDev eventsiain1-78/+126
2011-09-26Create a list of known UDev devices at startupiain1-5/+72
2011-09-26Add the categories for server, client and discoveryiain1-0/+3
2011-09-26Add a discovery categoryiain1-1/+2
2011-09-26Add and build an example for testing the ListDevicesiain2-0/+49
2011-09-26Build the clientside objectiain1-1/+4
2011-09-26Add the client side bindings.iain2-0/+333
2011-09-26Create the discovery object and add it to the Gypsy bus nameiain1-0/+6
2011-09-26Build the new GypsyDiscovery objectiain1-0/+6
2011-09-26Server side implementation of the discovery interfaceiain2-0/+450
2011-09-26Add a new Discovery interfaceiain1-0/+17
2011-09-26Check for gudeviain1-1/+1
2011-08-25Use the Client category for debuggingiain1-17/+24
2011-08-25Use the Server category for debuggingiain1-5/+5
2011-08-25Add debug categories for Server and Client messagesiain1-0/+2
2011-08-25Add debugging support for NMEA parsingiain1-30/+19
2011-08-25Fix typo in gypsy-debug.hiain1-2/+2
2011-08-25Initialise the Gypsy debugging systemiain1-0/+36
2011-08-25Create a debugging system for Gypsy Daemoniain2-0/+40
2011-08-16Remove an additional memcpy when reading from the socket.iain5-50/+49
2011-08-16Fix a memory corruption issue when parsing NMEA sentencesiain1-0/+7
2011-08-16Fix whitespace issuesiain1-24/+24
2011-08-16Add a comment explaining the RMC check betteriain1-0/+3
2011-08-16Allow GSV to have less than the required number of fieldsiain1-1/+5
2011-08-12Remove nmea-gen.[ch] as wel don't need them anymoreiain2-539/+0
2011-08-12Remove nmea-gen.[ch] as we don't need themiain1-3/+1
2011-08-12Replace the specific parsing code with generic code that calls the parsersiain1-237/+57
2011-08-12Fix some compile issuesiain2-1/+6