summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-14Add a whitelist for what files Gypsy is allowed to open.iain2-0/+70
2012-05-14Check the chars in buffer doesn't go over the max. Reset it if it does.iain1-0/+4
2012-03-08NULL terminate an array, and return when finding a NULL parentiain1-1/+5
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.iain1-13/+18
2011-10-19Improve GypsyDiscovery for removed devicesiain1-27/+68
2011-10-17Add device type to the info returned from GypsyDiscoveryiain2-7/+48
2011-10-17Add a no autoterminate optioniain3-4/+18
2011-10-13Whitespace cleanupiain1-7/+7
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-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-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
2011-08-12Build the new parsersiain1-0/+6
2011-08-12Add some parser objectsiain6-0/+851
2011-08-12Add type check macros to GypsyClientiain1-0/+18
2010-06-10Don't use stamps when generating files0.8Ross Burton1-15/+5
2010-06-09Add silent rules markersRoss Burton1-4/+4
2010-04-23Add support for the N810's GPSJussi Kukkonen2-1/+24
2010-04-23Support RMC sentences for NMEA < 2.3Bastien Nocera2-2/+2
2010-04-23Only open TTY devices read-writeBastien Nocera1-5/+11
2010-04-23Log if we are passed an unknown option keyRoss Burton1-0/+2
2010-04-23Add support for setting baud rate on serial devicesBastien Nocera1-0/+64
2010-04-23Fix incorrect use of TCIOFLUSHBastien Nocera1-1/+1
2010-04-23Add support for named pipes and FIFOsBastien Nocera1-16/+40
2010-04-23Fix overeager Garmin device detectionBastien Nocera1-9/+6
2010-04-23Add support for dumping NMEA debug to stdoutBastien Nocera1-6/+11
2009-08-06Fix HORIZONAL typoRoss Burton3-6/+6
2009-08-06Fix shutdown logicRoss Burton1-19/+19