Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
9 check-ins using file src/clone.c version effa624f67
|
2008-10-17
| ||
| 00:21 | Fix a minor problem in the previous check-in. ... (check-in: 02eabf94e5 user: drh tags: trunk) | |
| 00:20 | Added the "all" command for things like "fossil all sync". I am not sure "all" is quite the right name for this command, so I may yet change it. ... (check-in: 9346f2290c user: drh tags: trunk) | |
|
2008-10-11
| ||
| 15:11 | Fix a few typos in documentation. ... (check-in: 4ef19b554a user: drh tags: trunk) | |
|
2008-10-09
| ||
| 18:09 | Fixed a number of small typos. ... (check-in: d0e8e88d54 user: aku tags: trunk) | |
|
2008-10-06
| ||
| 11:33 | Fix a few C99-isms in the code so that the code will build on older C compilers. ... (check-in: 3d62a9fb39 user: drh tags: trunk) | |
| 11:28 | Minor edits to the Questions and Criticisms document. ... (check-in: 5cbfe0cde2 user: drh tags: trunk) | |
| 00:31 | Documentation update: Add the "Questions and Criticisms" document in response to recent comments on reddit.com. ... (check-in: cbc8983685 user: drh tags: trunk) | |
|
2008-10-05
| ||
| 13:13 | The UNIQUE constraint on the default TICKET table was wrong. The tkt_uuid column should be unique unto itself, not in combination with tkt_time. Existing servers will need to fix their TICKET implementations using the setup menu. This check-in changes the default. ... (check-in: fb8dc7d07f user: drh tags: trunk) | |
| 12:34 | Get cloning working for local files without the use of network I/O. Ticket [b3482d580e]. ... (check-in: 9236f0c086 user: drh tags: trunk) | |