Name | Modified | Size |
---|---|---|
.. | ||
cmdline.cpp | 15 years ago | 2 KB |
cmdline.h | 15 years ago | 2 KB |
config.cpp | 13 years ago | 6 KB |
config.h | 15 years ago | 3 KB |
configlex.c | 15 years ago | 46 KB |
configlex.l | 15 years ago | 2 KB |
configparse.c | 15 years ago | 44 KB |
configparse.h | 15 years ago | 2 KB |
configparse.y | 15 years ago | 3 KB |
Jamfile | 15 years ago | 2 KB |
Jamrules | 15 years ago | 4 KB |
LICENSE | 15 years ago | 1 KB |
mkversion | 15 years ago | 2 KB |
p4d.conf.sample | 15 years ago | 2 KB |
p4dctl.cpp | 13 years ago | 16 KB |
p4dctldebug.h | 15 years ago | 2 KB |
p4dctlerr.cpp | 15 years ago | 9 KB |
p4dctlerr.h | 15 years ago | 3 KB |
p4ui.cpp | 15 years ago | 2 KB |
p4ui.h | 15 years ago | 2 KB |
parsesupp.c | 15 years ago | 2 KB |
parsesupp.h | 15 years ago | 2 KB |
README | 15 years ago | 1 KB |
server.cpp | 13 years ago | 23 KB |
server.h | 13 years ago | 7 KB |
varlist.cpp | 15 years ago | 3 KB |
varlist.h | 15 years ago | 2 KB |
Version | 13 years ago | 83 B |
Change | User | Description | Committed |
---|---|---|---|
8069 | Mark Allender | Merged Tony Smith's changes. | 13 years ago |
7585 | Mark Allender | Added support for the following: - 'Args' value specified in a p4d server block is now... also applied to checkpoint and journal file calls. I specifically added this for flags like -C1, which while technically unsupported, is also required on all calls to p4d. I wasn't sure that there were any flags which would be used when starting a server and not when checkpointing (since all other required values are specified as environement variables) - support for checkpoint/journal prefix. Using the 'CkpPrefix =' in the p4d server block, you can specify a prefix used in checkpoints and journal rotations. Currently the same prefix is used for both. - support for specifying whether or not checkpoints and journal rotations should be compressed. Use the 'CkpCompres = true' in the p4d server block. ACtually, just the presence of this variable will enable compressed checkpoints. That probably ought to be changed. - Support for a 'dump' command from p4dctl. I wanted to be able to dump environment settings (specifically p4root, checkpoint prefixes and whether or not compression was used) in scripts that I was writing. I hijacked the Dump() command that was used in debug output. « |
15 years ago |
7584 | Mark Allender | Initial checkin of p4dctl code in order to cleanly make other modifications (better suppor...t for compressed checkpoints, prefixes for checkpoints, etc) « | 15 years ago |