gecko-dev/xpcom/io
2000-01-27 23:18:06 +00:00
..
.cvsignore
Makefile.in Landing nsIFile. 2000-01-24 21:28:28 +00:00
makefile.win Landing nsIFile. 2000-01-24 21:28:28 +00:00
MANIFEST Landing nsIFile. 2000-01-24 21:28:28 +00:00
MANIFEST_IDL Landing nsIFile. 2000-01-24 21:28:28 +00:00
nsBinaryStream.cpp In support of bug #8305 (Implement cache) 1999-11-21 08:01:08 +00:00
nsBinaryStream.h In support of bug #8305 (Implement cache) 1999-11-21 08:01:08 +00:00
nsDirectoryService.cpp bustage fix. r=dougt 2000-01-25 22:35:47 +00:00
nsDirectoryService.h Landing nsIFile. 2000-01-24 21:28:28 +00:00
nsEscape.cpp Fix for memory allocation off by 1 error. No bug. r: rhp (submitted by Ben Bucksch <mozilla-news@bucksch.org> 1999-11-18 02:46:52 +00:00
nsEscape.h
nsFileSpec.cpp xpcom/io changes, 2000-01-26 21:55:13 +00:00
nsFileSpec.h In support of #8305 (implement cache). 1999-11-19 01:42:46 +00:00
nsFileSpecBeOS.cpp Clone nsFileSpec::Truncate from nsFileSpecUnix.cpp, r=shaver. 1999-11-20 17:57:42 +00:00
nsFileSpecImpl.cpp Landing nsIFile. 2000-01-24 21:28:28 +00:00
nsFileSpecImpl.h
nsFileSpecMac.cpp In support of #8305 (implement cache). 1999-11-19 01:42:46 +00:00
nsFileSpecOS2.cpp
nsFileSpecStreaming.cpp
nsFileSpecStreaming.h
nsFileSpecUnix.cpp Fix for QNX-specific build bustage. QNX doesn't provide a prototype for truncate(). 1999-12-02 03:17:04 +00:00
nsFileSpecWin.cpp xpcom/io changes, 2000-01-26 21:55:13 +00:00
nsFileStream.cpp Landing nsIFile. 2000-01-24 21:28:28 +00:00
nsFileStream.h
nsIBaseStream.idl Landing nsIFile. 2000-01-24 21:28:28 +00:00
nsIBinaryInputStream.idl Bug #8305 (Implement cache), r: valeski, rickg 1999-11-16 19:12:41 +00:00
nsIBinaryOutputStream.idl Bug #8305 (Implement cache), r: valeski, rickg 1999-11-16 19:12:41 +00:00
nsIBufferInputStream.idl
nsIBufferOutputStream.idl
nsIDirectoryEnumerator.idl - Portions of nsIFile and nsIDirectoryEnumerator implementations for Unix. 1999-11-29 14:55:03 +00:00
nsIFile.idl Fix crash while loading jar: URI. 2000-01-27 15:58:23 +00:00
nsIFileSpec.idl In support of #8305 (implement cache). 1999-11-19 01:42:46 +00:00
nsIFileStream.cpp NS_GET_IID(). Thanks to patch from pp@ludasdesign.com r=dp@netscape.com 1999-11-30 23:36:32 +00:00
nsIFileStream.h
nsIInputStream.idl
nsILocalFile.idl Landing nsIFile. 2000-01-24 21:28:28 +00:00
nsILocalFileMac.h Landing nsIFile. 2000-01-24 21:28:28 +00:00
nsIOutputStream.idl
nsIPipe.idl Added OnClose method to nsIPipeObserver (bug#23080) 2000-01-05 05:07:46 +00:00
nsIScriptableInputStream.idl r=mcafee. 20677 assistance. We now have a scriptable input stream implementation and interface for js. Hurray! 1999-12-04 20:29:42 +00:00
nsIStorageStream.idl Bug #8305, r: valeski, rickg 1999-11-16 19:14:08 +00:00
nsIStringStream.cpp fix the case where the char stream impl reallocated its buffer to accomodate data > 256 bytes. mLength wasn't set (at all) so the memcpy() copied nothing into the new buffer. 2000-01-13 02:00:57 +00:00
nsIStringStream.h
nsIUnicharInputStream.h
nsLinebreakConverter.cpp Additional fix to the linebreakers when munging nsStrings. r=pinkerton. 1999-12-02 05:33:50 +00:00
nsLinebreakConverter.h First Checked In. 1999-12-01 22:21:30 +00:00
nsLocalFile.h Landing nsIFile. 2000-01-24 21:28:28 +00:00
nsLocalFileMac.cpp Fix for XPInstall horkage on the Mac. b = 25288 r = sdagley a = mcafee (ssu will be watching the tree in my absence.) 2000-01-27 23:18:06 +00:00
nsLocalFileMac.h Landing nsIFile. 2000-01-24 21:28:28 +00:00
nsLocalFileUnix.cpp filesize bustage. dougt's fix, r=shaver@mozilla.org 2000-01-25 21:41:00 +00:00
nsLocalFileUnix.h Landing nsIFile. 2000-01-24 21:28:28 +00:00
nsLocalFileWin.cpp Fixes 25272 and most likely 25274. r=dougt. 2000-01-27 20:06:23 +00:00
nsLocalFileWin.h xpcom/io changes, 2000-01-26 21:55:13 +00:00
nsPipe2.cpp Fix slamm's warnings of shadowing previous variables. 2000-01-12 00:54:10 +00:00
nsScriptableInputStream.cpp a=chofmann, 21783. inverted parameter validation checks have been corrected. 1999-12-21 03:00:54 +00:00
nsScriptableInputStream.h r=mcafee. 20677 assistance. We now have a scriptable input stream implementation and interface for js. Hurray! 1999-12-04 20:29:42 +00:00
nsSegmentedBuffer.cpp Bug #8305 (Implement cache), r: valeski, rickg 1999-11-16 19:12:41 +00:00
nsSegmentedBuffer.h Bug #8305 (Implement cache), r: valeski, rickg 1999-11-16 19:12:41 +00:00
nsSpecialSystemDirectory.cpp Fix BeOS build by making changing nsResProtocolHandler.cpp like 2000-01-08 09:09:02 +00:00
nsSpecialSystemDirectory.h Fix BeOS build by making changing nsResProtocolHandler.cpp like 2000-01-08 09:09:02 +00:00
nsStdFileStream.cpp
nsStdFileStream.h
nsStorageStream.cpp Fix for bugs 24008 and 23849 -- needed to keep mSegmentEnd and mWriteCursor in sync for out-of-memory case. a=chofmann r=fur,gordon 2000-01-21 23:16:35 +00:00
nsStorageStream.h Quash warning 1999-11-19 01:22:30 +00:00
nsUnicharInputStream.cpp