| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
the directories when receiving a Clear-sticky or Set-sticky response.
spotted by Joris Vink
|
|
|
|
| |
the errno message string
|
|
|
|
|
|
| |
failure
from Joris Vink
|
|
|
|
|
|
| |
appropriate Entry for a file which was lost locally, the server
responds with a Created, so we must remove the previous entry
before replacing it with the one we receive.
|
|
|
|
|
|
| |
and saner handling of checksums
spotted by and discussed with Joris Vink
|
|
|
|
| |
documentation is not exactly up to date for that handler as well
|
|
|
|
|
|
| |
and close the Entries file handle when we are done modifying it.
this fixes a leak and syncs the contents on disk so the revisions
and dates get updated properly
|
| |
|
| |
|
|
|
|
|
|
|
| |
or Merged response by reopening the Entries file correctly before
making modifications to it
Fixes a SIGSEGV reported by Joris Vink and djm@
|
| |
|
|
|
|
| |
in the case of Removed, the file will actually be unlinked now.
|
|
|
|
|
|
|
|
|
| |
correctly. This fixes the problem caused by a commit not updating
the information properly and subsequent commands generating a message
similar to:
Merging differences between 1.X and 1.Y into file
file already contains the differences between 1.X and 1.Y
|
|
|
|
|
|
| |
a full path to each file we load, and cache file names so we can have
multiple references to a single name. This saves a lot of memory on large
trees such as /usr/src, especially on 'Makefile', 'README' and such.
|
| |
|
| |
|
|
|
|
| |
* when writing a directory entry, skip the revision and timestamp
|
|
|
|
|
| |
entry to add, and move to using the `ce_mtime' field of the entry so
we don't end up adding data from a local variable that was discarded
|
| |
|
|
|
|
| |
last timestamp received by the `Mod-time' command
|
|
files and have only the generic function of each type available to
the outside
|