Commit Graph

  • 2374976b6d Make iso_dir_find_children() work recursivelly. Vreixo Formoso 2008-03-17 17:24:42 +01:00
  • 8b10d3107a Make IsoDirIters take also a ref on the dir they iterate. Vreixo Formoso 2008-03-17 16:02:50 +01:00
  • 987fa4b323 Improve find iterator, to make has_next() actually work. Vreixo Formoso 2008-03-17 15:50:38 +01:00
  • 166f1d83bd Expose node extended info. Add unit test for it. Vreixo Formoso 2008-03-15 17:34:58 +01:00
  • 648941cb15 lseek() needs to be added to the end to ensure ABI compatibility. Vreixo Formoso 2008-03-08 21:48:03 +01:00
  • d455f9b540 Add support for cut-out files. Vreixo Formoso 2008-03-08 21:45:19 +01:00
  • bad03a9a2b Add lseek() function to IsoFileSource. Vreixo Formoso 2008-03-08 18:34:41 +01:00
  • 69fe1d6074 Implement iso_tree_add_new_file() to add new files from scratch. Vreixo Formoso 2008-03-08 17:28:40 +01:00
  • 0c69463c5a Add support for adding a node with a given name. Vreixo Formoso 2008-03-08 01:06:46 +01:00
  • ae43626f0b Definitelly fix ticket #127. Iterators now support asynchronous remove. Vreixo Formoso 2008-03-08 00:45:19 +01:00
  • 620c7a08e1 Add an Unit test to asyncronous removing of children during iteration. Vreixo Formoso 2008-03-07 00:21:18 +01:00
  • edc5ccf90a Added iterator global registry. Vreixo Formoso 2008-03-06 23:59:32 +01:00
  • d534a96c83 Apply patch by "eostapets" fixing a linking bug. Vreixo Formoso 2008-03-06 16:13:15 +01:00
  • 085f6b64a3 Add find condition to logically combine two find conditions. Vreixo Formoso 2008-03-04 01:10:56 +01:00
  • d2a92bd0f6 Add find contitions to check for timestamps. Vreixo Formoso 2008-03-04 00:53:25 +01:00
  • 6b583aa31f Add find conditions to check for mode, gid and uid attributes. Vreixo Formoso 2008-03-04 00:34:17 +01:00
  • cb47296913 Preliminary support for find nodes. Vreixo Formoso 2008-03-03 22:02:10 +01:00
  • dd02d1d976 Convert IsoDirIter in an interface. Vreixo Formoso 2008-03-03 21:18:54 +01:00
  • c75f1a430e Added function to get the lba of an old image file. Vreixo Formoso 2008-03-03 20:42:06 +01:00
  • d894d3719b Some little unit test assert. Vreixo Formoso 2008-03-02 18:21:58 +01:00
  • 6d633caadb Improved DirIter implementation. Vreixo Formoso 2008-03-02 18:20:19 +01:00
  • 955f2f9c24 Added a test case that shows 2nd bug found by Thomas in ticket #126. Vreixo Formoso 2008-03-02 17:08:59 +01:00
  • 061dce1ec2 s/openned/opened. Deprecate incorrectly spelled errors. Vreixo Formoso 2008-03-01 17:12:44 +01:00
  • 31a92bd8bd Ensure filters are only applied to repeatable Streams. Vreixo Formoso 2008-03-01 17:12:27 +01:00
  • b3ef67feb6 Test case for iso_dir_iter_take(). Vreixo Formoso 2008-03-01 16:27:54 +01:00
  • 241a7295ba Ticket #127 also affects iso_dir_iter_take(). Fixed. Vreixo Formoso 2008-03-01 16:16:12 +01:00
  • b9331ba5c1 Fix bug in iso_dir_iter_remove(), ticket #127. Vreixo Formoso 2008-03-01 15:57:12 +01:00
  • 0dad87f035 Filters definition. Example XOR_encrypt filter. Vreixo Formoso 2008-02-24 18:20:23 +01:00
  • 37f69d5360 Remove IsoStream->get_name(), add version and type fields instead. Vreixo Formoso 2008-02-24 16:58:07 +01:00
  • 811743a147 Expose IsoStream and getter for IsoFile. API still not stable. Vreixo Formoso 2008-02-23 18:03:12 +01:00
  • 3c97b494b6 Merge Mario mainline changes. Vreixo Formoso 2008-02-23 01:39:09 +01:00
  • 7b7fc4ddc1 Created empty news stub for v0.6.4 Mario Danic 2008-02-23 01:19:16 +01:00
  • d835235a93 Updated NEWS file for bugfix release Mario Danic 2008-02-23 01:17:19 +01:00
  • e5f1cfca40 Merge more Thomas contributions related to ticket #125. Vreixo Formoso 2008-02-23 01:07:30 +01:00
  • 353ed64d77 bundle_A80222_3 Thomas Schmitt 2008-02-22 22:43:30 +01:00
  • e80ae930ea Merge changes from Thomas (ticket #125). Minor changes on merge. Vreixo Formoso 2008-02-22 21:42:17 +01:00
  • 5a2ab22b81 Change version number to 0.6.3. Vreixo Formoso 2008-02-22 21:24:20 +01:00
  • 25ab8631e4 bundle_A80222_2 Thomas Schmitt 2008-02-22 19:43:09 +01:00
  • 3fa3292564 message enhancements 2nd edition Thomas Schmitt 2008-02-22 19:39:09 +01:00
  • 9c73b108f7 Fix bug to include buffer-h in dist tarball. Vreixo Formoso 2008-02-22 15:57:57 +01:00
  • a98b4eda40 ticket 125 Thomas Schmitt 2008-02-22 15:39:35 +01:00
  • f612d120bb Modified NEWS in preparation for release v0.6.2 Mario Danic 2008-02-14 12:48:50 +01:00
  • 5c2da2d97e Addition of stdlib.h header, it is reported to be needed. Vreixo Formoso 2008-02-13 17:04:40 +01:00
  • 397fc48664 Add MISHAP message severity. Vreixo Formoso 2008-02-13 15:13:24 +01:00
  • a5aabc078a Little unit test. Vreixo Formoso 2008-02-13 15:10:44 +01:00
  • 163313a7e2 Fixed stdlib-missing problem Mario Danic 2008-02-10 18:02:40 +01:00
  • b39d9137e2 Little unit test Vreixo Formoso 2008-02-10 00:45:05 +01:00
  • 626b8cc091 Added unit test for memory stream. Vreixo Formoso 2008-02-10 00:27:28 +01:00
  • fe4976497b Warn users when hidden El-Torito boot images are found. Vreixo Formoso 2008-02-09 20:02:57 +01:00
  • 9a70496d3c Fix serious bugs related with El-Torito. Vreixo Formoso 2008-02-09 19:05:24 +01:00
  • 02814b0ff7 Added verbose debug option. Vreixo Formoso 2008-02-09 17:15:58 +01:00
  • 348ddfef04 Document image growing/modify problems. Vreixo Formoso 2008-02-09 16:54:04 +01:00
  • 79158554f1 Fixed another bug. Vreixo Formoso 2008-02-09 02:33:15 +01:00
  • e6593c9738 Fix new bug introduced when fixing previous bug. Vreixo Formoso 2008-02-08 22:32:33 +01:00
  • b501546627 Allow relaxe volume and volset id constraints. Vreixo Formoso 2008-02-08 17:23:09 +01:00
  • e57b51a160 Bug fix, read errors are now handled propertly. Vreixo Formoso 2008-02-08 10:31:09 +01:00
  • 444689d163 Fix severe bug related with hidden el-torito catalog. Vreixo Formoso 2008-02-07 19:10:45 +01:00
  • a48ee8b5ee Set version to 0.6.2. Vreixo Formoso 2008-02-07 16:03:35 +01:00
  • 74262c2e22 Rename autogen.sh back again to bootstrap. Vreixo Formoso 2008-02-07 15:56:26 +01:00
  • ae004b1bfc Allow to use NULL as free function for image attached data. Vreixo Formoso 2008-02-07 12:31:09 +01:00
  • ec7fc7d1b2 Rename iso_dir_get_nchildren() to iso_dir_get_children_count() Vreixo Formoso 2008-02-06 18:52:26 +01:00
  • 5088428742 Detect size changes on files. Vreixo Formoso 2008-02-06 18:04:51 +01:00
  • 293e8ab2fc Caused messages are submited with NOTE severity instead of debug. Vreixo Formoso 2008-02-06 17:40:06 +01:00
  • f4fa99cdd4 Improved wiki page grammar Mario Danic 2008-02-06 17:04:50 +01:00
  • 3f84ec1fa3 Changes to error handling. Vreixo Formoso 2008-02-05 12:55:29 +01:00
  • 63052532b5 Wiki changes Vreixo Formoso 2008-02-04 02:49:23 +01:00
  • ffd5727bee Use functions instead of macros to get the prio and severity of errors. Vreixo Formoso 2008-02-04 02:16:12 +01:00
  • 3510f56966 Better handling of cancelation. Just join thread if image already consumed. Vreixo Formoso 2008-02-04 02:02:00 +01:00
  • 8930de4026 Improve messages during cancelation. Vreixo Formoso 2008-02-04 01:41:08 +01:00
  • 99bcef4c53 Ensure propertly cleanup when image writting is canceled. Vreixo Formoso 2008-02-04 01:17:33 +01:00
  • bf5bf7af98 Write multisession/growing/modification info to the Tutorial. Vreixo Formoso 2008-02-02 17:08:15 +01:00
  • 7e0482a461 Prepare README and Roadmap files. Vreixo Formoso 2008-02-02 16:39:49 +01:00
  • 42d95c062d Sorting of files on image enabled by default. Vreixo Formoso 2008-02-02 16:23:32 +01:00
  • e88b361b5f Make iso_read_image_features private. Add getters for its properties. Vreixo Formoso 2008-02-02 16:05:03 +01:00
  • e6deb92553 Documentation improvements. Vreixo Formoso 2008-02-02 01:49:26 +01:00
  • 40fa6fc4a6 Set version to 0.6.2 in since tags. Vreixo Formoso 2008-02-02 01:49:07 +01:00
  • 282d092dd8 Fix bug in build system. Vreixo Formoso 2008-02-01 16:47:04 +01:00
  • c717152c88 Added since tag to all functions. Vreixo Formoso 2008-02-01 12:15:44 +01:00
  • df8cc55a56 Merged Thomas changes related to version macros. Vreixo Formoso 2008-02-01 10:19:53 +01:00
  • 2d9f51a6de Merged mainline. Vreixo Formoso 2008-02-01 09:50:43 +01:00
  • 227ef418d0 Made migration to -1 pc file Mario Danic 2008-01-31 22:07:12 +01:00
  • 76177d30e4 Merged vreixo branch Mario Danic 2008-01-31 22:04:59 +01:00
  • 2d4ed82048 Documentation improvements. Vreixo Formoso 2008-01-31 21:03:28 +01:00
  • 1c13429348 Minor code format. Vreixo Formoso 2008-01-31 20:19:30 +01:00
  • cbe33c9df2 Introduced header version macros into libisofs.h Thomas Schmitt 2008-01-31 19:38:54 +01:00
  • 88f6ae96b6 Added compilation check macros as proposed by Thomas. Vreixo Formoso 2008-01-31 19:08:45 +01:00
  • 16cfaf9059 Replace non standard FNM_FILE_NAME with POSIX FNM_PATHNAME. Vreixo Formoso 2008-01-31 17:10:01 +01:00
  • 89bd156918 Don't try to install docs if they have not been generated. Vreixo Formoso 2008-01-31 17:07:31 +01:00
  • 99298c10a4 Move error codes to libisofs.h. Remove error.h header. Vreixo Formoso 2008-01-30 23:43:59 +01:00
  • b6362a8680 Add wildcard support to excludes. Vreixo Formoso 2008-01-30 21:40:26 +01:00
  • 04078d12ef Review Roadmap and TODO files. Vreixo Formoso 2008-01-30 20:12:54 +01:00
  • a8fe48189c Minor docs improvements. Vreixo Formoso 2008-01-30 13:54:03 +01:00
  • e42a583a2f Support for different default permissions for file and dirs on image import. Vreixo Formoso 2008-01-30 13:21:41 +01:00
  • 04c6bf39b4 Added little macros to simplify IsoNode type hierarchy handling. Vreixo Formoso 2008-01-30 00:13:18 +01:00
  • 0beee602b0 Minor docs. Vreixo Formoso 2008-01-29 21:39:47 +01:00
  • d432879d83 Build API docs with doxygen. Add Tutorial to distribution tarball. Vreixo Formoso 2008-01-29 21:30:52 +01:00
  • 345d9c4a05 Little changes in the Tutorial, related with the iso tree operations. Vreixo Formoso 2008-01-29 20:53:08 +01:00
  • ff0dd38e9f Add support for excluding arbitrary files when adding a dir recursively. Vreixo Formoso 2008-01-29 20:43:59 +01:00
  • 69d0503053 Added iso_lib_is_compatible() function. Vreixo Formoso 2008-01-29 20:16:06 +01:00
  • 6434de535c Users can now attach app specific data to IsoImage. Vreixo Formoso 2008-01-29 00:12:33 +01:00