Parent Directory
|
|
|
|
|
ZCommandLine.cpp
|
1.10 |
11 months |
agreen |
Use ZUtil_Strim_Tuple, rather than relying on the namespace aliasing
we were doi... |
ZCommandLine.h
|
1.7 |
15 months |
agreen |
Conform to ZTupleValue-->ZTValue name change (with typedefs for old code).
|
ZCommer.cpp
|
1.3 |
10 months |
agreen |
Use regular streamers rather than connected streamers.
|
ZCommer.h
|
1.2 |
10 months |
agreen |
Use ZStreamXX vs ZStreamXXCon.
|
ZFileFormat_AppleDouble.cpp
|
1.3 |
2 years |
agreen |
Add std:: qualifications, so we can build without using namespace std.
|
ZFileFormat_AppleDouble.h
|
1.3 |
2 years |
agreen |
Add std:: qualifications, so we can build without using namespace std.
|
ZFileFormat_IFF.cpp
|
1.5 |
2 years |
agreen |
Some layout changes. Most significantly to short the // =====
comments so that t... |
ZFileFormat_IFF.h
|
1.4 |
2 years |
agreen |
Some layout changes. Most significantly to short the // =====
comments so that t... |
ZFileFormat_JPEG.cpp
|
1.8 |
2 years |
agreen |
Some layout changes. Most significantly to short the // =====
comments so that t... |
ZFileFormat_JPEG.h
|
1.4 |
2 years |
agreen |
Some layout changes. Most significantly to short the // =====
comments so that t... |
ZFileFormat_QuickTime.cpp
|
1.5 |
2 years |
agreen |
Some layout changes. Most significantly to short the // =====
comments so that t... |
ZFileFormat_QuickTime.h
|
1.4 |
2 years |
agreen |
Some layout changes. Most significantly to short the // =====
comments so that t... |
ZHTTP.cpp
|
1.40 |
13 months |
agreen |
Modify header reading so that an empty header is seen as being valid.
|
ZHTTP.h
|
1.19 |
15 months |
agreen |
Conform to tuple changes.
|
ZLog.cpp
|
1.9 |
15 months |
goingware |
#include "/usr/include/string.h" if compiling with CodeWarrior on Mac OS X.
Code... |
ZLog.h
|
1.8 |
2 years |
agreen |
Use the term "priority" rather than "level", to be consistent with
ZLog's nomenc... |
ZMIME.cpp
|
1.12 |
13 months |
agreen |
Add HitLF and WasEmpty methods, to distinguish between a stream that
goes empty ... |
ZMIME.h
|
1.7 |
13 months |
agreen |
Add HitLF and WasEmpty methods, to distinguish between a stream that
goes empty ... |
ZML.cpp
|
1.18 |
9 months |
agreen |
Slightly more robust CDATA support.
|
ZML.h
|
1.19 |
10 months |
agreen |
Move useful parsing-type methods into ZML.
|
ZNode_FS.cpp
|
1.5 |
2 years |
agreen |
Add std:: qualifications, so we can build without using namespace std.
|
ZNode_FS.h
|
1.5 |
2 years |
agreen |
Add std:: qualifications, so we can build without using namespace std.
|
ZProgressWatcher.cpp
|
1.5 |
2 years |
agreen |
Some layout changes. Most significantly to short the // =====
comments so that t... |
ZProgressWatcher.h
|
1.5 |
2 years |
agreen |
Some layout changes. Most significantly to short the // =====
comments so that t... |
ZSleeper.cpp
|
1.2 |
10 months |
agreen |
Add time-based wakeups.
In ZCommer, release object lock before calling Detached ... |
ZSleeper.h
|
1.3 |
10 months |
agreen |
Have ZStreamCopier exit when it fails to write fully.
Whitespace changes.
|
ZStdIO.cpp
|
1.1 |
4 years |
agreen |
These files are all related to making more and better use of strim
facilities in... |
ZStdIO.h
|
1.1 |
4 years |
agreen |
These files are all related to making more and better use of strim
facilities in... |
ZStreamCopier.cpp
|
1.3 |
9 months |
agreen |
Do an indefinite wait for clean disconnect.
|
ZStreamCopier.h
|
1.1 |
10 months |
agreen |
First checkin.
|
ZStreamReader.cpp
|
1.1 |
10 months |
agreen |
First checkin.
|
ZStreamReader.h
|
1.1 |
10 months |
agreen |
First checkin.
|
ZStreamWriter.cpp
|
1.2 |
10 months |
agreen |
Add time-based wakeups.
In ZCommer, release object lock before calling Detached ... |
ZStreamWriter.h
|
1.3 |
10 months |
agreen |
Have ZStreamCopier exit when it fails to write fully.
Whitespace changes.
|
ZTxn.cpp
|
1.9 |
2 years |
agreen |
Add std:: qualifications, so we can build without using namespace std.
|
ZTxn.h
|
1.8 |
2 years |
agreen |
Add std:: qualifications, so we can build without using namespace std.
|
ZUSB_OSX.cpp
|
1.2 |
10 months |
agreen |
Whitespace tweaks.
|
ZUSB_OSX.h
|
1.1 |
10 months |
agreen |
Renamed files to reflect their actual platform (OSX vs generic Mac).
|
ZUtil_Debug.cpp
|
1.8 |
10 months |
agreen |
Use revise ZUtil_Time facilities.
|
ZUtil_Debug.h
|
1.4 |
2 years |
agreen |
Use the term "priority" rather than "level", to be consistent with
ZLog's nomenc... |
ZUtil_Stream_BitTorrent.cpp
|
1.1 |
10 months |
agreen |
Not sure why the file and namespace claimed to be dealing with strims
when in fa... |
ZUtil_Stream_BitTorrent.h
|
1.1 |
10 months |
agreen |
Not sure why the file and namespace claimed to be dealing with strims
when in fa... |
ZUtil_Strim_JSON.cpp
|
1.7 |
8 months |
agreen |
Fixed another weakness in the sTryRead_NumberOrKeyword method.
|
ZUtil_Strim_JSON.h
|
1.1 |
15 months |
agreen |
Conform to revised naming scheme whereby stuff that does parses/generates
some d... |
ZUtil_Strim_OSXPList.cpp
|
1.3 |
10 months |
agreen |
Line lengths <= 100 chars.
|
ZUtil_Strim_OSXPList.h
|
1.2 |
10 months |
agreen |
Fix a few problems, add support for dates.
|
ZUtil_Strim_XMLRPC.cpp
|
1.2 |
10 months |
agreen |
Fix a few problems, add support for dates.
|
ZUtil_Strim_XMLRPC.h
|
1.2 |
10 months |
agreen |
Fix a few problems, add support for dates.
|
ZWebDAV.cpp
|
1.11 |
11 months |
agreen |
Stop using the namespace aliasing, now that ZUtil_Tuple has a new job.
|
ZWebDAV.h
|
1.1 |
2 years |
agreen |
The ZWebDAV namespace provides a suite of functions that translate WebDAV
reques... |