summaryrefslogtreecommitdiff
path: root/package/inc/ByteGrabber.hxx
AgeCommit message (Collapse)Author
2014-12-12callcatcher: remove newly unused codeCaolán McNamara
and rework reads to just return the read value Change-Id: I5d2f01064465c65859ec4ba031ec9dfa16403487
2014-12-11remove operator>> methodsNoel Grandin
in favour of ReadXXX methods. Change-Id: I242b92da7dbcafe22aef69dc7348ac58dadc9241
2014-04-19fixincludeguards.sh: packageThomas Arnhold
Change-Id: Ia66d825baad3315c34bd579dc804f607bc6be30b
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-10-21CWS-TOOLING: integrate CWS fwk123Vladimir Glazounov
2009-10-14 10:18:49 +0200 cd r276885 : #i99971# Use AttachThreadInput to force SetForegroundWindow 2009-10-14 08:56:20 +0200 mav r276881 : #i105476# let the allocated memory live long anough 2009-10-14 08:53:51 +0200 mav r276880 : #i105476# let ZipFile use mutex while creating the requested stream 2009-10-14 08:51:52 +0200 mav r276879 : #i105476# let buffered IO use mutex ( patch from MHU ) 2009-10-09 12:20:22 +0200 cd r276803 : #i99971# Use configuration to control window to front/focus handling 2009-10-09 12:19:22 +0200 cd r276802 : #i99971# New configuration item to force set focus and window to front for new document windows 2009-10-09 12:18:23 +0200 cd r276801 : #i99971# Introduction of a new show flag to force window to front 2009-10-06 11:04:16 +0200 ab r276695 : #i105386# Call xmlInitParser() before registering input callbacks
2008-06-20INTEGRATION: CWS fwk88 (1.11.8); FILE MERGEDRüdiger Timm
2008/05/27 15:57:23 mav 1.11.8.1: #i86348# integrate the patch
2008-04-10INTEGRATION: CWS changefileheader (1.10.98); FILE MERGEDRüdiger Timm
2008/04/01 15:22:19 thb 1.10.98.3: #i85898# Stripping all external header guards 2008/04/01 12:32:10 thb 1.10.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:04 rt 1.10.98.1: #i87441# Change license header to LPGL v3.
2005-09-08INTEGRATION: CWS ooo19126 (1.9.218); FILE MERGEDRüdiger Timm
2005/09/05 18:48:59 rt 1.9.218.1: #i54170# Change license header: remove SISSL
2001-11-15#92268# include minimum number of headersMartin Gallwey
2001-08-08#86708# need to re-grab the pointer every time as some underlying ↵Martin Gallwey
implementations realloc the memory
2001-05-31#87099# Optimisation for stream operatorsMartin Gallwey
2001-04-27#86409# Support encryption in package files + a couple of optimisationsMartin Gallwey
2001-04-19Cleaned up the header files and inc directoryMartin Gallwey
2000-12-19many optimisations and memory leaks due to circular references fixed! An ↵Martin Gallwey
altogether amazing commit...tell your friends
2000-12-13This rather enormous commit has the following features:Martin Gallwey
1. Fixed three different memory leaks, one of them quite serious 2. Considerably streamlined the ZipPackageBuffer class - large performance increase, also streamlined EntryInputClass in the same way... 3. Correctly saves embedded zip files as embedded zip files instead of directories 4. Supports the copying of raw streams instead of de-compressing/re- compressing unnecessarily. Marty
2000-11-29#80556# correctly handle empty zipsMartin Gallwey
2000-11-13Initial Revision :DMartin Gallwey