1. 205c1e0 mksquashfs: fix "new" variable leak in dir_scan1() by Phillip Lougher · 12 years ago
  2. a105f9b mksquashfs: Wrap line longer than 80 chars by Phillip Lougher · 12 years ago
  3. 1153279 action: add quoted string and back slash handling to lexical analyser by Phillip Lougher · 12 years ago
  4. c8e7648 pseudo: Get rid of ERROR statements in child process in exec_file() by Phillip Lougher · 12 years ago
  5. e1668fe mksquashfs: check for integer overflow in user input by Phillip Lougher · 12 years ago
  6. 1bfe707 Unsquashfs: don't treat unrecognised xattr prefixes as xattr read failure by Phillip Lougher · 12 years ago
  7. d2f045f mksquashfs: fix fragment struct leak in write_file_{process|blocks|frag} by Phillip Lougher · 12 years ago
  8. 2302f69 mksquashfs: fix fclose leak in reader_read_file() on I/O error by Phillip Lougher · 12 years ago
  9. b73caba actions: add action file support by Phillip Lougher · 12 years ago
  10. 5ef2eba pseudo: Move pseudo variable from mksquashfs.c to pseudo.c by Phillip Lougher · 12 years ago
  11. 83847c1 mksquashfs/unsquashfs/pseudo/sort: Fix ERROR statement by Phillip Lougher · 12 years ago
  12. fe2c735 mksquashfs: Add MAX_LINE definition by Phillip Lougher · 12 years ago
  13. 59ff862 pseudo: handle filenames with spaces in pseudo file definitions by Phillip Lougher · 12 years ago
  14. 09b269a Fix some limits in the file parsing routines by Phillip Lougher · 12 years ago
  15. b22336d mksquashfs: Rewrite exclude file processing by Phillip Lougher · 12 years ago
  16. 386128f mksquasfs: move extract file processing into separate function by Phillip Lougher · 12 years ago
  17. fe58b49 mksquashfs: Add missing carriage returns to some ERROR statements by Phillip Lougher · 12 years ago
  18. f825967 mksquashfs: mark temporary filename allocated on stack as overflow safe by Phillip Lougher · 12 years ago
  19. 1df6c11 mksquashfs: mark temporary symlink buffers on stack as overflow safe by Phillip Lougher · 12 years ago
  20. 3f81a77 mksquashfs: dynamically allocate b_buffer in getbase() by Phillip Lougher · 12 years ago
  21. f968be8 mksquashfs: fix bug in check for trailing junk after k/K/m/M by Phillip Lougher · 12 years ago
  22. 62859d2 Mark temporary strings on stack used by regerror as overflow safe by Phillip Lougher · 12 years ago
  23. 91459c1 mksquashfs: dynamically allocate path in display_path2() by Phillip Lougher · 12 years ago
  24. 38a35ec mksquashfs: fix dir_scan() exit if lstat of source directory fails by Phillip Lougher · 12 years ago
  25. dcb5af9 mksquashfs: dynamically allocate filename in old_add_exclude() by Phillip Lougher · 12 years ago
  26. 66f7bfd mksquasfs: check return value of fstat() in reader_read_file() for error by Phillip Lougher · 12 years ago
  27. f4f4838 mksquashfs: parse_number(), add additional comment re strtol {under/over}flow by Phillip Lougher · 12 years ago
  28. da96f5b mksquashfs: parse_number(), rename arg and b to be more self-documenting by Phillip Lougher · 12 years ago
  29. a9e6563 mksquashfs: check for trailing junk after k/K/m/M by Phillip Lougher · 12 years ago
  30. ed34569 mksquashfs: Check for number before k/K/m/M quantity by Phillip Lougher · 12 years ago
  31. 94c1fe0 mksquashfs: add parse_number() helper for numeric command line options by Phillip Lougher · 12 years ago
  32. 8e44e05 mksquashfs: fix potential stack overflow in get_component() by Phillip Lougher · 12 years ago
  33. 5ef5169 mksquashfs: dynamically allocate buffer in pathname() by Phillip Lougher · 12 years ago
  34. d457ed3 mksquashfs: dynamically allocate buffer in subpathname() by Phillip Lougher · 12 years ago
  35. e4ff36a mksquashfs: fix indenting in dir_scan1() by Phillip Lougher · 12 years ago
  36. e69b588 mksquashfs: fix dir_scan5() by Phillip Lougher · 12 years ago
  37. 15e8f04 mksquashfs: restructure and fix dir_scan4() routine by Phillip Lougher · 12 years ago
  38. af4c923 mksquashfs: dynamically allocate recovery_file by Phillip Lougher · 12 years ago
  39. eb69dad mksquashs: add comment for dir_scan5() by Phillip Lougher · 12 years ago
  40. 71ae14e mksquashfs: Skip dir_scan4() if there's no empty actions by Phillip Lougher · 12 years ago
  41. e92cb51 mksquashfs: Skip dir_scan3() if there's no move actions by Phillip Lougher · 12 years ago
  42. f3d0f9c mksquashfs: Skip dir_scan2() if there's no actions or pseudo files by Phillip Lougher · 12 years ago
  43. dc587a0 mksquashfs: make pseudo non global by Phillip Lougher · 12 years ago
  44. 2abfcf7 mksquashfs: move empty action processing from dir_scan1() by Phillip Lougher · 12 years ago
  45. e8630be mksquashfs improve comment on dir_scan1 routines by Phillip Lougher · 12 years ago
  46. a81a831 Get rid of obsolete CVS tag in mksquashfs/unsquashfs version by Phillip Lougher · 12 years ago
  47. c130532 mksquashfs: fix "mksquashfs: move list allocation from off the stack" by Phillip Lougher · 12 years ago
  48. 83d42a3 Update email address by Phillip Lougher · 12 years ago
  49. d4e78ee mksquashfs: move list allocation from off the stack by Phillip Lougher · 12 years ago
  50. 162c24c mksquashfs: fix stack overflow in write_fragment_table() by Phillip Lougher · 12 years ago
  51. 9523b04 mksquashfs: add "-a" as a short option for "-action" by Phillip Lougher · 12 years ago
  52. 2477d0d error.h: consolidate the various error macros into one header file by Phillip Lougher · 12 years ago
  53. 838d296 mksquashfs: Make EXIT_MKSQUASHFS available to actions code by Phillip Lougher · 12 years ago
  54. c6c73b2 mksquashfs: Add -progress to force progress bar display when using -info by Phillip Lougher · 12 years ago
  55. 6d6fd8c mksquashfs/sort: Fix INFO() so that it is synchronised with the progress bar by Phillip Lougher · 12 years ago
  56. 3b89ee8 mksquashfs: Split progress bar out into separate files by Phillip Lougher · 12 years ago
  57. 9f920f6 mksquashfs: Get rid of progress bar enabled check in TRACE statement by Phillip Lougher · 12 years ago
  58. 23d8362 actions: add move() action by Phillip Lougher · 12 years ago
  59. 24eeb77 pseudo: remove redundant depth parameter in dir_scan2() by Phillip Lougher · 12 years ago
  60. 5d57929 pseudo: fix handling of directory pseudo files by Phillip Lougher · 12 years ago
  61. d0fe1d5 mksquashfs: fix root dir_ent naming by Phillip Lougher · 12 years ago
  62. 90e0825 mksquashfs: make subpathname() return a leading "/" by Phillip Lougher · 12 years ago
  63. 0a67088 mksquashfs: get rid of redundant inode_info in dir_scan4() by Phillip Lougher · 12 years ago
  64. 0366aec mksquashfs: get rid of redundant dir_name in dir_scan4() by Phillip Lougher · 12 years ago
  65. 4980d7f mksquashfs: fix -info to use subpathname() by Phillip Lougher · 12 years ago
  66. d657780 mksquashfs: optimise lookup_inode2() for dirs by Phillip Lougher · 12 years ago
  67. eb92b19 mksquasfs: fix free_dir_entry by Phillip Lougher · 12 years ago
  68. c73ed32 mksquashfs: fix assignment of source_name by Phillip Lougher · 12 years ago
  69. 9e2f123 mksquashfs: fix subpathname() so it doesn't use source_name by Phillip Lougher · 12 years ago
  70. 1eae83d actions: fix root parent inode computation and action depth() test by Phillip Lougher · 12 years ago
  71. 3f31dcf actions: Apply actions to the root directory by Andy Lutomirski · 12 years ago
  72. 242242e mksquashfs: Remove qsort and add a bottom up linked list merge sort by Phillip Lougher · 12 years ago
  73. bf33836 mksquashfs: Use a linked list to store directory entries rather than an array by Phillip Lougher · 12 years ago
  74. 539c2b1 mksquashfs: move inode_number allocation and sorting into a new scan routine by Phillip Lougher · 12 years ago
  75. abc3b49 mksquashfs: rearrange dir_scan* routines by Phillip Lougher · 12 years ago
  76. 53cef74 mksquashfs: create inode_number() and parent_inode() by Phillip Lougher · 12 years ago
  77. 81204c2 mksquashfs: Create new lookup_inode2() by Phillip Lougher · 12 years ago
  78. aeb8d3d action: fix subpathname to work as expected by Phillip Lougher · 12 years ago
  79. ba9f931 actions: add new file() test operation by Phillip Lougher · 13 years ago
  80. b4f4b0d actions: Add pathname to struct action_data by Phillip Lougher · 13 years ago
  81. aadd318 actions: allow () to be omitted on test operations with no args by Phillip Lougher · 13 years ago
  82. b2e9a40 mksquashfs: fix memory leak when pruning empty sub directory by Phillip Lougher · 13 years ago
  83. 10a4b57 mksquashfs: add free_dir_entry function by Phillip Lougher · 13 years ago
  84. b38c172 mksquashfs: add subpath to dir_info structure by Phillip Lougher · 13 years ago
  85. 494479f mksquashfs: optimise dir_ent structure by removing pathname member by Phillip Lougher · 13 years ago
  86. 43cc428 actions: add subpathname test operation by Phillip Lougher · 13 years ago
  87. 94b51f0 actions: implement xxxx_range versions of test operations by Phillip Lougher · 13 years ago
  88. 7022870 actions: add "all", "source" and "excluded" options to empty action by Phillip Lougher · 13 years ago
  89. ad0f921 mksquashfs: Count the number of excluded files in each directory by Phillip Lougher · 13 years ago
  90. 6a78a2d actions: add empty action by Phillip Lougher · 13 years ago
  91. 8519a6f actions: add depth test operation by Phillip Lougher · 13 years ago
  92. 0b5a124 mksquashfs: track directory depth by Phillip Lougher · 13 years ago
  93. ded70fa mksquashfs: tidy some code by Phillip Lougher · 13 years ago
  94. ac46233 actions: add file type test operation by Phillip Lougher · 13 years ago
  95. 00c1751 actions: implement "X" symbolic mode of mode action by Phillip Lougher · 13 years ago
  96. 5c97a9e actions: implement "st" symbolic modes of mode action by Phillip Lougher · 13 years ago
  97. 696aace actions: add chmod action data structure for sym modes by Phillip Lougher · 13 years ago
  98. 89d757c actions: add file types operated on to actions by Phillip Lougher · 13 years ago
  99. 8aaf41f actions: extend action framework to have action run functions by Phillip Lougher · 13 years ago
  100. c14fc85 actions: add uid and gid actions by Phillip Lougher · 13 years ago