Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2023-10-15 | 1 | -1/+1 |
| | |||||
* | More fixes, update docs | apnadkarni | 2023-10-15 | 1 | -0/+6 |
| | |||||
* | Redo zipfs path handling | apnadkarni | 2023-10-14 | 1 | -0/+2 |
| | |||||
* | Claim all paths under //zipfs:/ as zipfs paths | apnadkarni | 2023-10-05 | 1 | -3/+1 |
| | |||||
* | Misc fixes in zipfs manpage | apnadkarni | 2023-10-04 | 1 | -1/+5 |
| | |||||
* | Done with glob tests | apnadkarni | 2023-10-04 | 1 | -1/+3 |
| | |||||
* | Fix file exist for zipfs | apnadkarni | 2023-09-25 | 1 | -1/+2 |
| | |||||
* | zipfs password tests | apnadkarni | 2023-09-15 | 1 | -4/+8 |
| | |||||
* | Add !zipfslib constraint for tests that should only run without an attached ↵ | apnadkarni | 2023-09-13 | 1 | -1/+3 |
| | | | | Tcl lib vfs | ||||
* | More tests and some manpage corrections | apnadkarni | 2023-09-11 | 1 | -8/+12 |
| | |||||
* | Merge 8.7 (change in order of mount args) | apnadkarni | 2023-09-10 | 1 | -16/+26 |
|\ | |||||
| * | Bug [78cd4f9ad3] - regression in zipfs mount | apnadkarni | 2023-09-10 | 1 | -8/+19 |
| | | |||||
| * | Fix [93eb73784a]: zipfs interaction with tcl_findLibrary causes slow loading | jan.nijtmans | 2023-09-08 | 1 | -6/+6 |
| |\ | |||||
| | * | More patches from juliannoble2. Thanks! | jan.nijtmans | 2023-09-07 | 1 | -1/+1 |
| | | | |||||
| | * | Exchange TclZipfs_MountBuffer/"zipfs mount_data" arguments as well | jan.nijtmans | 2023-09-07 | 1 | -1/+1 |
| | | | |||||
| | * | Merge 8.7. Exchange "zipfs mount"/TclZipfs_Mount arguments: archive <-> ↵ | jan.nijtmans | 2023-09-07 | 1 | -4/+4 |
| | |\ | | |/ | |/| | | | | mountpoint | ||||
| | * | Experiment: What if we changed "//zipfs:/" to "/zipfs:/", which doesn't look ↵ | jan.nijtmans | 2023-09-07 | 1 | -2/+2 |
| |/ | | | | | | | like an UNC path any more? | ||||
| * | Fix zipfs-related documentation | jan.nijtmans | 2023-09-07 | 1 | -3/+2 |
| | | |||||
* | | Improve test coverage for zipfs mount/unmount | apnadkarni | 2023-09-09 | 1 | -0/+4 |
|/ | |||||
* | Added some tests for [zipfs lmkimg] | dkf | 2021-03-07 | 1 | -1/+1 |
| | |||||
* | Document that [zipfs mkimg] strips an existing ZIP. We ought to merge ↵ | dkf | 2021-03-06 | 1 | -0/+2 |
| | | | | instead, but we don't yet. | ||||
* | Case-sensitive package names | jan.nijtmans | 2020-11-03 | 1 | -1/+1 |
| | |||||
* | lots of changes to the "info" page. Replace "command procedure" with "routine" | pooryorick | 2019-03-22 | 1 | -3/+2 |
| | | | in Tcl.n. | ||||
* | Minor doc update | dkf | 2018-10-12 | 1 | -5/+2 |
| | |||||
* | Added docs for [zipfs lmkimg] and [zipfs lmkzip] | dkf | 2018-10-12 | 1 | -16/+30 |
| | |||||
* | Better document how to package an executable script in a zipfs | dkf | 2018-10-12 | 1 | -3/+35 |
| | |||||
* | Document [zipfs canonical] and add examples of how to use passwords. | dkf | 2018-10-12 | 1 | -2/+28 |
| | |||||
* | Put documented [zipfs find] in ensemble. Add examples to docs. | dkf | 2018-10-11 | 1 | -16/+64 |
| | |||||
* | Avoid making question marks bold or italic in docs UNLESS EXACTLY MEANINGFUL | dkf | 2018-10-09 | 1 | -1/+1 |
| | |||||
* | More cleaning up. | dkf | 2018-10-06 | 1 | -4/+4 |
| | |||||
* | Cleanup work on zipfs(n) | dkf | 2018-10-06 | 1 | -57/+70 |
| | |||||
* | Modifications to index zip file systems by mountpoint, and separate the process | hypnotoad | 2018-01-17 | 1 | -7/+7 |
| | | | | | of mounting a zip archive from the process of indexing its contents. This work is progress towards being able to pass a data block to the zipfs system as a new file system to be mounted. | ||||
* | Added documentation for the zipfs root command and working of TclZipfs_AppHook | hypnotoad | 2017-11-18 | 1 | -2/+8 |
| | |||||
* | Merging changes from zipfs | hypnotoad | 2016-02-08 | 1 | -23/+23 |
|\ | |||||
| * | Merge trunk. | jan.nijtmans | 2016-01-23 | 1 | -23/+23 |
| | | | | | | Depend on ensemble now, adapt documentation. | ||||
| * | Minor tweaks in documentation/testcases. Don't use deprecated Tcl methods ↵ | jan.nijtmans | 2016-01-18 | 1 | -2/+2 |
| | | | | | | | | any more | ||||
* | | Reconciled the inner workings of the core_zip_vfs and zipfs branch of Tcl | hypnotoad | 2016-01-12 | 1 | -0/+1 |
|/ | | | | | core_zip_vfs now uses the same C implementation. More fixes to come as I tweak the userspace and Makefile tools. The goal is to fold core_zip_vfs into the zipfs branch. | ||||
* | Merge trunk. Update documentation | jan.nijtmans | 2016-01-09 | 1 | -22/+52 |
| | |||||
* | first shot at documentation | jan.nijtmans | 2015-12-22 | 1 | -0/+88 |