summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-03-10Profile2: use a different image when no profile is visibleGravatar Lubomir I. Ivanov
2014-03-10Profile2: use an implicit initializer for a struct arrayGravatar Lubomir I. Ivanov
2014-03-10Profile2: fix some initializer list order warningsGravatar Lubomir I. Ivanov
2014-03-09Fix uninitialized variableGravatar Dirk Hohndel
2014-03-09Increase static buffer sizeGravatar Dirk Hohndel
2014-03-09Read salinity from git objectsGravatar Linus Torvalds
2014-03-09parse divecomputer model nickname/firmware/serial informationGravatar Linus Torvalds
2014-03-09Add event parsing to the git object tree loaderGravatar Linus Torvalds
2014-03-09parse cylinder and weightsystem informationGravatar Linus Torvalds
2014-03-09Parse key/value pairs in dive computer samples tooGravatar Linus Torvalds
2014-03-09Parse basic dive computer sample dataGravatar Linus Torvalds
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