Commit Graph

  • 6c696c67b1 Revert previous commit, but using strtoul(l) everywhere apio 2022-11-21 19:07:49 +0100
  • 30c7c0ad57 Determine the signedness of standard types apio 2022-11-21 19:01:12 +0100
  • d97992c519 Remove Makefile apio 2022-11-21 18:17:39 +0100
  • 2aed955e94 Use const pointers when possible apio 2022-11-21 17:38:08 +0100
  • 1633012823 Provide a CMakeLists.txt to use minitar with CMake apio 2022-11-20 20:13:37 +0100
  • 363c01d6f8 Update README.md apio 2022-11-06 13:58:41 +0000
  • df26e6d772 Rename minitar_read_file to minitar_read_file_contents apio 2022-11-06 14:23:35 +0100
  • 97da894c0f Make naming consistent across all files apio 2022-11-06 14:21:32 +0100
  • 4401b1ca3a Update README.md apio 2022-11-06 14:18:36 +0100
  • 28085731f1 Not all 0-sized reads are errors apio 2022-11-06 14:14:06 +0100
  • fd32be351e Remove unnecessary include apio 2022-11-06 12:46:07 +0100
  • 7af3cfdfa0 Correct C++ signature apio 2022-11-06 12:39:17 +0100
  • c8ef43e33b Make it C++-compatible apio 2022-11-06 12:35:30 +0100
  • 53723e6e2f Document how to override the default panic function apio 2022-11-06 12:34:49 +0100
  • f2fdf726ce Add a way to override the panic function apio 2022-11-06 12:24:13 +0100
  • bdb500b290 Remove unnecessary line in header apio 2022-11-06 12:16:04 +0100
  • 4b20ab2e36 Create required directories in the install step apio 2022-11-06 12:14:03 +0100
  • aeb1767028 Document types in README apio 2022-11-06 12:11:40 +0100
  • ae70e11b12 State the license in the README apio 2022-11-06 11:56:40 +0100
  • 15531b2c52 Fix typo =D apio 2022-11-06 11:51:47 +0100
  • a3d3cddeb3 Add functions to search for specific files or file types apio 2022-11-06 11:51:03 +0100
  • 8507f57bc1 Add minitar_rewind() apio 2022-11-06 11:22:27 +0100
  • c05a8e1b07 Document the API in the README apio 2022-11-06 11:06:01 +0100
  • 6bb0fecdc4 Only define the contents of a struct minitar inside minitar apio 2022-11-06 11:04:52 +0100
  • 6c916ad861 Add .clang-format apio 2022-11-06 11:02:26 +0100
  • 6e0b65aaa8 Open the tar archive in binary mode, for systems that require it apio 2022-11-06 10:37:09 +0100
  • baf8318c29 Read file contents and store them in entry->ptr apio 2022-11-06 10:33:37 +0100
  • 0952af15b4 Basic file listing :) apio 2022-11-05 20:10:48 +0100
  • e233ca00eb Install minitar.h as well apio 2022-11-05 18:56:57 +0100
  • 24253be975 Be more consistent with Makefile variables apio 2022-11-05 18:53:55 +0100
  • 61b122fcf5 Initial groundwork apio 2022-11-05 18:52:51 +0100
  • 10159e1acc Initial commit apio 2022-11-05 17:25:26 +0000