sgehani%netscape.com
|
c0f9d1f5bc
|
Fix libjar runtime bustage on the Mac.
b = 33656
|
2000-03-30 09:52:32 +00:00 |
jdunn%netscape.com
|
f04959ab05
|
just adding a newline at the end for hpux
|
2000-03-28 05:06:01 +00:00 |
sgehani%netscape.com
|
b7c8ff5249
|
Restoring file dates at install time.
b = 5107
r = dbragg
|
2000-03-28 03:38:06 +00:00 |
mstoltz%netscape.com
|
8df8c26172
|
Crasher fixes and optimizations to jar signature verification. bug=7270 r=norris
|
2000-02-14 01:57:01 +00:00 |
sdagley%netscape.com
|
1546bc8163
|
Fixing Mac build bustage. For some unknown @#$%^ reason strdup was defined in the LibjarPrefix headers which was generally a bad idea. Moved the code to an #ifdef XP_MAC block in nsZipArchive.cpp so libjar.mcp _and_ MIW.mcp project build again. Why this ever worked I don't know, I just hacked at it until I could get it building again cause it's Friday night and I wanna go home. r=mstoltz
|
2000-01-29 04:16:36 +00:00 |
mstoltz%netscape.com
|
a5072b2c43
|
Implementation of JAR manifest parser, part of signature verification for signed scripts. bug=7270 r=norris
|
2000-01-29 00:03:57 +00:00 |
dougt%netscape.com
|
0b0346079c
|
Landing nsIFile.
|
2000-01-24 21:28:28 +00:00 |
warren%netscape.com
|
c17a380edc
|
Fixed bug accessing jar entry.
|
1999-12-02 01:27:48 +00:00 |
sgehani%netscape.com
|
73a40c9a94
|
Fixes bug 18887. Although the bug doesn't mention it this really is:
CRC-32 checking is now fixed in libjar. [r=dveditz]
|
1999-11-17 05:40:00 +00:00 |
ssu%netscape.com
|
830101554e
|
fixing bug #18683. fixing how libjar does crc checks. It didn't work for all cases, until now. r=sgehani
|
1999-11-16 05:43:44 +00:00 |
dveditz%netscape.com
|
7cfd752d34
|
added Bloaty instrumentation
|
1999-11-16 01:52:29 +00:00 |
sgehani%netscape.com
|
c1541c3769
|
Fixes for bug 18683. Libjar interfaces changed but the implementation didn't so XPInstall was horked. This fixes the runtime XP horkage. [r=dveditz]
Also, added deletion of extracted files if the CRC-32 doesn't match. Mapped 'PR_Delete' to 'remove' for STANDALONE. [r=mstoltz]
|
1999-11-13 00:44:56 +00:00 |
warren%netscape.com
|
4a274d01f1
|
Libjar cleanup. Added Close method. Bug#18273. r=mstoltz,gayatrib,dveditz
|
1999-11-12 06:13:13 +00:00 |
sgehani%netscape.com
|
4d95211698
|
Added CRC checking for every item we extract. Fixes bug 17511. [r=mstoltz]
|
1999-11-11 22:08:08 +00:00 |
dmose%mozilla.org
|
142ac52eaf
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
mstoltz%netscape.com
|
54b6d77584
|
Created helper class nsZipRead to hold read state information. That way
one nsJAR can support multiple input streams. r=norris
|
1999-11-02 23:46:09 +00:00 |
cls%seawood.org
|
a2f7e7231c
|
Use #elif not #elseif
|
1999-11-02 22:36:59 +00:00 |
ssu%netscape.com
|
69202f5e38
|
fixing redness on mac tinderbox. #else if doesn't work. Changed it to #elseif
|
1999-11-02 21:50:07 +00:00 |
sgehani%netscape.com
|
96dca78493
|
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 |
mstoltz%netscape.com
|
efcdcfd4ad
|
Fixed Windows breakage from converting const nsZIpItem* to nsZipItem*. r=dveditz
|
1999-10-26 20:45:21 +00:00 |
mstoltz%netscape.com
|
08143e312c
|
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 |
sgehani%netscape.com
|
6dcf3ee43a
|
Fixes bug 17190: extract only core_*/* files to obtain the XPInstall engine run by the Install Wizard. [r=cathleen]
|
1999-10-26 02:08:56 +00:00 |
dveditz%netscape.com
|
eff4c6bcca
|
fixing mac bustage
|
1999-09-07 22:03:53 +00:00 |
dveditz%netscape.com
|
8595145824
|
added blank lines for readability
|
1999-09-01 01:28:22 +00:00 |
briano%netscape.com
|
0546a72da3
|
Change the undef NETSCAPE to MOZILLA_CLIENT to fix Win and Mac.
|
1999-08-26 01:23:10 +00:00 |
sgehani%netscape.com
|
e669e74fe5
|
Fixing Mac bustage in STANDALONE libjar.
|
1999-08-10 23:05:09 +00:00 |
ssu%netscape.com
|
caa2ec5cae
|
added ifdef win32 to win32 standalone specific code
|
1999-08-09 23:01:03 +00:00 |
ssu%netscape.com
|
20b14e3b9e
|
fixed blockage of windows process messages when inflating files. This affects only the standalone windows build.
|
1999-08-06 07:58:15 +00:00 |
ssu%netscape.com
|
58379d73fa
|
fixed problem with PR_Seek() in standalone mode
|
1999-08-05 22:08:29 +00:00 |
ssu%netscape.com
|
e6edf1444c
|
fixing bug #8454 and AddDirectory() function
|
1999-06-29 23:23:23 +00:00 |
sgehani%netscape.com
|
dbf800ebea
|
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 |
ssu%netscape.com
|
d797377687
|
added define's to deal with building standalone
|
1999-06-20 02:38:14 +00:00 |
ssu%netscape.com
|
3b3892972e
|
backed out previous checkin due to tree closure
|
1999-06-16 21:54:13 +00:00 |
ssu%netscape.com
|
744e12c6f7
|
ifdef'ed all calls to PR_Seek() for the standalone build
|
1999-06-16 21:47:58 +00:00 |
ssu%netscape.com
|
693c4f3f4d
|
ifdef'ed call to PR_Seek() for the standalone build
|
1999-06-16 00:24:37 +00:00 |
ssu%netscape.com
|
2cb4ab9fec
|
Fixing ShExp use (0 means true)
|
1999-06-10 01:58:06 +00:00 |
mcmullen%netscape.com
|
4b0ff2c414
|
Patches for OpenVMS and conversions to nsQuickSort(). Thanks to Colin Blake and James Lewis Nance (resp)
|
1999-06-03 18:15:53 +00:00 |
dveditz%netscape.com
|
6476604581
|
allow multi-user finds
|
1999-05-19 03:21:03 +00:00 |
dveditz%netscape.com
|
af200e1fdb
|
zip archive support
|
1999-04-28 00:34:30 +00:00 |
dougt%netscape.com
|
78a5a8496a
|
ack.
|
1999-03-09 23:06:11 +00:00 |
dougt%netscape.com
|
fa179ee346
|
Fixes compare from int to ptr. ANSI C++ does not like that.
|
1999-03-09 20:10:20 +00:00 |
dveditz%netscape.com
|
b867607040
|
initial libjar files, NOT PART OF BUILD
|
1999-03-09 02:13:56 +00:00 |