summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-03-09Parse basic trip and dive data from the git blobsGravatar Linus Torvalds
2014-03-09Start actually parsing the git object dataGravatar Linus Torvalds
2014-03-09git repository reading: start reading the actual file contentsGravatar Linus Torvalds
2014-03-09git dive loading: actually insert the dives into the dive tableGravatar Linus Torvalds
2014-03-09git save format: add dive computer nicknames and firmware detailsGravatar Linus Torvalds
2014-03-09Fix event saving in git format due to wrong argument orderGravatar Linus Torvalds
2014-03-09Enumerate dive computers when saving them in the git repositoryGravatar Linus Torvalds
2014-03-09Fix retrieving the initial position of the Notification Area.Gravatar Tomaz Canabrava
2014-03-09Code Cleanup ( that fix 2 bugs )Gravatar Tomaz Canabrava
2014-03-08Avoid calling free on uninitialized dive variableGravatar Dirk Hohndel
2014-03-08Uemis GPS location tracking seems backwardsGravatar Dirk Hohndel
2014-03-08Another case of 'dereference before NULL check'Gravatar Dirk Hohndel
2014-03-08Don't use dive before checking it against NULLGravatar Dirk Hohndel
2014-03-08Fix totally broken put_vformat() implementationGravatar Linus Torvalds
2014-03-08Add initial parser for git treesGravatar Linus Torvalds
2014-03-08Use symbolic names for the git file typesGravatar Linus Torvalds
2014-03-07Fix colors on the new profile.Gravatar Tomaz Canabrava
2014-03-07Remove unused parameter to tree_insert()Gravatar Dirk Hohndel
2014-03-07Don't have the put_something() functions return successGravatar Dirk Hohndel
2014-03-07Flesh out git save formatGravatar Linus Torvalds
2014-03-07Add C string helper to membuffer interfaceGravatar Linus Torvalds
2014-03-07Update cross building for Windows on LinuxGravatar Dirk Hohndel
2014-03-07Fix compile problemGravatar Dirk Hohndel
2014-03-07Add libgit2 dependency to INSTALL file (MacPorts stanza)Gravatar Giuseppe 'ferdy' Miceli
2014-03-07Add a workaround for using post 0.20 git versions of libgit2Gravatar Dirk Hohndel
2014-03-07Remove a Lot of Dead Code.Gravatar Tomaz Canabrava
2014-03-07Remove the code for the old Profile.Gravatar Tomaz Canabrava
2014-03-07Remove the old profile from the main screen of SubsurfaceGravatar Tomaz Canabrava
2014-03-07Fix a crash on changing dives when the ruler is used.Gravatar Tomaz Canabrava
2014-03-07Fix compilation with libgit2 0.20Gravatar Tomaz Canabrava
2014-03-06Fix theoretical uninitialized readGravatar Dirk Hohndel
2014-03-06Fix memory leak when parsing a dive failsGravatar Dirk Hohndel
2014-03-06Prevent another file descriptor leakGravatar Dirk Hohndel
2014-03-06Initial implementation of git save formatGravatar Linus Torvalds
2014-03-06Fix real memory leakGravatar Dirk Hohndel
2014-03-06Deal with theoretical memory leaksGravatar Dirk Hohndel
2014-03-06Don't leak file descriptor in the error caseGravatar Dirk Hohndel
2014-03-06Make it executable and remove magic whitespace on shebang line.Gravatar Cristian Ionescu-Idbohrn
2014-03-05Mark ignored error return as intentionalGravatar Dirk Hohndel
2014-03-05Null terminate buffer at the correct spotGravatar Dirk Hohndel
2014-03-05Uemis downloader: don't ignore return values from fs operationsGravatar Dirk Hohndel
2014-03-05Another small tweak to whitespace toolGravatar Dirk Hohndel
2014-03-05Add new terms which can be a useful referenceGravatar Gopichand Paturi
2014-03-04Add alternate instructions for building on MacOSX using MacPortsGravatar Giuseppe 'ferdy' Miceli
2014-03-04Changes to icons in profile panelGravatar Willem Ferguson
2014-03-04Reorganise buttons in profile panelGravatar Willem Ferguson
2014-03-03Fix possibly uninitialized valueGravatar Dirk Hohndel
2014-03-03Don't use error after freeGravatar Dirk Hohndel
2014-03-03Don't use negative gas indexGravatar Dirk Hohndel
2014-03-03Remove pointless assignmentsGravatar Dirk Hohndel