gecko-dev/modules/libjar
1999-11-02 22:36:59 +00:00
..
macbuild Fixing static targets to be usable by MIW once again: removed new nsJARInputStream from the static targets. For real this time... 1999-10-30 22:18:31 +00:00
standalone don't need xplib anymore 1999-09-21 22:22:39 +00:00
.cvsignore Ignore generated files. 1999-03-27 09:22:27 +00:00
Makefile.in Added GetInputStream function to nsJAR in order to extract files into memory rather than to disk. Created nsJARInputStream to carry this data. Most of the code for this change went into nsZipArchive, which now handles either file output or output to memory. bug=16077 r=dveditz 1999-10-26 19:43:26 +00:00
makefile.win Added GetInputStream function to nsJAR in order to extract files into memory rather than to disk. Created nsJARInputStream to carry this data. Most of the code for this change went into nsZipArchive, which now handles either file output or output to memory. bug=16077 r=dveditz 1999-10-26 19:43:26 +00:00
MANIFEST First Checked In. 1999-03-24 01:10:59 +00:00
MANIFEST_IDL First Checked In. 1999-07-15 23:02:50 +00:00
nsIJAR.idl Converted to use nsIModule to prepare for memory leaks fixing. Bug# 14034. r=dveditz 1999-10-07 03:39:36 +00:00
nsIJARChannel.idl NOT IN BUILD - adding boilerplate for jar protocol handler 1999-09-17 16:12:41 +00:00
nsIJARFactory.h Converted to use nsIModule to prepare for memory leaks fixing. Bug# 14034. r=dveditz 1999-10-07 03:39:36 +00:00
nsIZip.idl Added GetInputStream function to nsJAR in order to extract files into memory rather than to disk. Created nsJARInputStream to carry this data. Most of the code for this change went into nsZipArchive, which now handles either file output or output to memory. bug=16077 r=dveditz 1999-10-26 19:43:26 +00:00
nsJAR.cpp Minor cleanup 1999-11-01 20:50:04 +00:00
nsJAR.h Minor cleanup 1999-11-01 20:50:04 +00:00
nsJARChannel.h NOT IN BUILD - adding boilerplate for jar protocol handler 1999-09-17 16:12:41 +00:00
nsJARFactory.cpp Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. r=hyatt 1999-11-01 21:43:56 +00:00
nsJARInputStream.cpp Added GetInputStream function to nsJAR in order to extract files into memory rather than to disk. Created nsJARInputStream to carry this data. Most of the code for this change went into nsZipArchive, which now handles either file output or output to memory. bug=16077 r=dveditz 1999-10-26 19:43:26 +00:00
nsJARInputStream.h Added GetInputStream function to nsJAR in order to extract files into memory rather than to disk. Created nsJARInputStream to carry this data. Most of the code for this change went into nsZipArchive, which now handles either file output or output to memory. bug=16077 r=dveditz 1999-10-26 19:43:26 +00:00
nsJARProtocolHandler.cpp Converted from components to modules 1999-09-30 21:22:48 +00:00
nsJARProtocolHandler.h NOT ON BUILD: Add loadgroup parameter 1999-09-18 09:08:56 +00:00
nsJARProtocolModule.cpp new 1999-09-30 01:53:31 +00:00
nsWildCard.cpp libjar's private copy of xp_regexp 1999-09-09 04:54:56 +00:00
nsWildCard.h libjar's private copy of xp_regexp 1999-09-09 04:54:56 +00:00
nsZipArchive.cpp Use #elif not #elseif 1999-11-02 22:36:59 +00:00
nsZipArchive.h Fixed bugs 10540, 9148. Libjar now reads teh central directory headers as opposed to the local file headers. This enables us to glean permissions informationand restore file mode upon extraction. A side-effect is the bug 10540 fix where the Install.Execute() API now works on Linux since we restore the execute bits in temporarily extracted files. [r=ssu] 1999-11-02 20:37:28 +00:00
zipfile.h Modification to the libjar XPCOM interface in order to use it with XPInstall; facilitating ressurection of XPInstall on Unix. 1999-06-23 06:16:28 +00:00
zipstruct.h Fixed bugs 10540, 9148. Libjar now reads teh central directory headers as opposed to the local file headers. This enables us to glean permissions informationand restore file mode upon extraction. A side-effect is the bug 10540 fix where the Install.Execute() API now works on Linux since we restore the execute bits in temporarily extracted files. [r=ssu] 1999-11-02 20:37:28 +00:00
zipstub.h Adding Mac support to STANDALONE libjar. 1999-08-10 23:06:44 +00:00