Age | Commit message (Expand) | Author |
2019-11-19 | Dive list: update selection after clearing model | Berthold Stoeger |
2019-11-19 | Filter: move recalculation of filter from FilterModel to TripModel | Berthold Stoeger |
2019-11-19 | Filter: move num_shown logic from model to core | Berthold Stoeger |
2019-11-19 | Filter: split out filter from model | Berthold Stoeger |
2019-11-19 | Filter: move calculation of shown dives to undo command | Berthold Stoeger |
2019-11-19 | Filter: move number of shown dives to core | Berthold Stoeger |
2019-11-16 | Check if all required bytes were read | Robert C. Helling |
2019-11-16 | Don't acces null dive computer | Robert C. Helling |
2019-11-16 | Use the actual error number | Robert C. Helling |
2019-11-16 | Initialize cylider field properly | Robert C. Helling |
2019-11-16 | Don't access uninitialized deco_structure | Robert C. Helling |
2019-11-16 | Cleanup: move clearing of current_dive into clear_dive_file_data() | Berthold Stoeger |
2019-11-16 | Core: set gas use to zero if no values are given | Berthold Stoeger |
2019-11-12 | Profile: fix pressure scale | Berthold Stoeger |
2019-11-09 | Parser: set timestamp to zero if parsing failed | Berthold Stoeger |
2019-11-09 | Cylinders: access cylinders with get_cylinder() | Berthold Stoeger |
2019-11-09 | Mobile: optimize cylinderList() function | Berthold Stoeger |
2019-11-09 | Desktop: support no-cylinders in dive information tab | Berthold Stoeger |
2019-11-09 | Cleanup: replace unsigned by signed parameter in two helper functions | Berthold Stoeger |
2019-11-09 | Cleanup: return cylinder from add_empty_cylinder() | Berthold Stoeger |
2019-11-09 | Cleanup: return cylinder from cylinder_start() in parser | Berthold Stoeger |
2019-11-09 | Core: remove MAX_CYLINDERS restriction | Berthold Stoeger |
2019-11-09 | Cleanup: move copy_cylinder_types() from dive.c to equipment.c | Berthold Stoeger |
2019-11-09 | Core: create copy_cylinder_type() function | Berthold Stoeger |
2019-11-09 | Core: dynamically allocate cylinder maps in merge_cylinders() | Berthold Stoeger |
2019-11-09 | Core: dynamically allocate gases array | Berthold Stoeger |
2019-11-09 | Profile: dynamically allocate gases array | Berthold Stoeger |
2019-11-09 | Profile: dynamically allocate plot pressure data | Berthold Stoeger |
2019-11-09 | Profile: use pressure data functions in save_profiles_buffer | Berthold Stoeger |
2019-11-09 | Profile: use pressure data functions in fill_missing_tank_pressures | Berthold Stoeger |
2019-11-09 | Profile: turn INSERT_ENTRY macro into helper function | Berthold Stoeger |
2019-11-09 | Profile: pass index instead of pointer to set_plot_pressure_data | Berthold Stoeger |
2019-11-09 | Profile: switch pressure-accessing functions to indexes | Berthold Stoeger |
2019-11-09 | Profile: change get_plot_pressure to take index instead of pointer | Berthold Stoeger |
2019-11-09 | Cylinders: dynamically allocate cylinder arrays | Berthold Stoeger |
2019-11-09 | Core: dynamically allocate the result of get_gas_used() | Berthold Stoeger |
2019-11-08 | core: reorder dive structure elements to avoid padding | Dirk Hohndel |
2019-11-08 | core: add collapsed state to the dive data structure | Dirk Hohndel |
2019-11-03 | Planner: Don't accumulate rounding errors in stop durations | Robert C. Helling |
2019-10-31 | Planner: Add option to treat O2 as narcotic | Robert C. Helling |
2019-10-28 | Cleanup: avoid dereferencing NULL | Dirk Hohndel |
2019-10-28 | Cleanup: prevent NULL dereference | Dirk Hohndel |
2019-10-28 | Cleanup: use helper to avoid NULL dereference | Dirk Hohndel |
2019-10-27 | Don't expose 'detach_buffer()' to membuffer users | Linus Torvalds |
2019-10-27 | Cleanup: NULL check pointer before dereferencing | Dirk Hohndel |
2019-10-27 | Cleanup: consider lseek return value | Dirk Hohndel |
2019-10-27 | Cleanup: close open file before returning | Dirk Hohndel |
2019-10-27 | Cleanup: pass NULL pointer for error string pointer (part 2) | Dirk Hohndel |
2019-10-26 | Cleanup: fix obvious resource leak | Dirk Hohndel |
2019-10-26 | Cleanup: pass NULL pointer for error string pointer | Dirk Hohndel |