summaryrefslogtreecommitdiffstats
path: root/generic/tclZipfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2019-08-151-4/+2
|\
| * Make zipfsFilesystem static (as the name - not starting with Tcl - suggests)....jan.nijtmans2019-08-151-4/+2
* | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ...jan.nijtmans2019-08-031-1/+1
* | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive...jan.nijtmans2019-07-111-1/+1
* | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-051-1/+1
* | Merge tip-547jan.nijtmans2019-06-261-4/+3
|\ \ | |/
| * Change int constants into char constants. Hopefully this eliminates C4305 war...jan.nijtmans2019-06-251-4/+3
* | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m...jan.nijtmans2019-06-031-1/+2
|/
* merge 8.7dgp2019-05-011-1/+0
|\
* | now testing....dgp2019-05-011-39/+5
* | more WIPdgp2019-04-291-3/+21
* | Track memory lifetimes in the zip mount/unmount.dgp2019-04-241-0/+38
|/
* Stop leaking ZipFile in MountBuffer()dgp2019-04-221-1/+4
* Prevent reads of uninitalized memory.dgp2019-04-221-0/+1
* [zipfs mount_data] should not accept three arguments.dgp2019-04-221-1/+1
* Change TCHAR -> WCHAR in many places, since that's what it is since Windows NTjan.nijtmans2019-03-111-1/+1
* Minor optimizationsjan.nijtmans2019-02-191-20/+2
* Fix [44d382c51a848e6fbe7c9ee15e9386f1237660ee|44d382c51a84]: ZIP filesystem t...jan.nijtmans2018-12-301-5/+31
* Remove unused MODULE_SCOPE functionsjan.nijtmans2018-12-201-1/+0
* merge 8.6sebres2018-11-221-1/+1
* Add entry for Tcl_StaticPackage in internal stub table, since the public one ...jan.nijtmans2018-11-151-31/+31
* Another attempt to fix Travis build: making the build robust against older zl...jan.nijtmans2018-11-151-0/+5
* Turn [zipfs tcl_library] into more internal [tcl::zipfs::tcl_library_init]. I...dkf2018-10-121-7/+12
* Fix test for UNICODE in win/tclAppInit.c. No longer check for "tclsh install"...jan.nijtmans2018-10-121-1/+1
* Document [zipfs canonical] and add examples of how to use passwords.dkf2018-10-121-5/+5
* Put documented [zipfs find] in ensemble. Add examples to docs.dkf2018-10-111-3/+14
* Use TCL_THREADS in stead of defined(TCL_THREADS) everywhere, otherwise it wil...jan.nijtmans2018-10-091-5/+5
* Tcl_GetStringFromObj -> Tcl_GetStringjan.nijtmans2018-10-081-3/+3
* Merge 8.6 jan.nijtmans2018-10-081-9/+1
* Centralise the de-fanging of standard ensembles in safe interpreters. Doing i...dkf2018-10-071-14/+14
* Add better error reporting to zipfs.dkf2018-10-071-154/+269
* protect Tcl_WinUtfToTChar/Tcl_WinTCharToUtf against NULL input values: return...jan.nijtmans2018-10-061-3/+3
* More regularizing of function names, field names and testing stylesdkf2018-10-061-470/+550
* More cleaning up.dkf2018-10-061-475/+502
* More tidying up of zipfsdkf2018-10-061-484/+506
* Clean up zipfs implementation a bit.dkf2018-10-041-2550/+2779
* Adding logic for static builds to load a properly named zipfilehypnotoad2018-09-301-0/+5
* Improvements for zipfs. Document that TclZipfs_AppHook only works on Windows ...jan.nijtmans2018-09-261-40/+40
* Make ready for TIP #494 compatibilityjan.nijtmans2018-09-111-34/+40
* slightly better: Use GetFileSizeEx() on win64 and GetFileSize on win32jan.nijtmans2018-09-091-2/+8
* Use GetFileSizeEx() in stead of GetFileSize(), to get the file size on Windows.jan.nijtmans2018-09-071-14/+15
* Code reviewjan.nijtmans2018-09-061-35/+36
* Adding typecasts in tclZipfs.c to eliminate a compiler warninghypnotoad2018-06-121-3/+3
* Remove AbsolutePath(), no longer used.dgp2018-06-121-82/+0
* Added an initialization of 0 for the namelen field for new ZipFile data struc...hypnotoad2018-04-271-11/+11
* Fixed a problem where a Windows hack was occuring after it was called in the hypnotoad2018-01-191-20/+18
* Modifications to allow the mounting of zip file systems from data blockshypnotoad2018-01-171-127/+366
* Modifications to index zip file systems by mountpoint, and separate the processhypnotoad2018-01-171-121/+141
* Tweaks to the tclZipfs.c file to allow the same C source to be used bothhypnotoad2018-01-161-37/+75
* Modifications to clean up warnings on compilehypnotoad2017-12-291-8/+8