Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
34 check-ins using file src/encode.c version a89e7058a6
2010-10-24
| ||
06:53 | add missing; ... (check-in: e9fcc9afae user: Ratte tags: StvPrivateHook2 ) | |
2010-10-23
| ||
17:02 | add privilege check to hook execution ... (check-in: abd05f296e user: wolfgang tags: StvPrivateHook2 ) | |
07:23 | added hook info to sync/push help ... (check-in: ba5e03444b user: Ratte tags: StvPrivateHook2 ) | |
02:51 | Simplification to the delta checksum algorithm. Trying to make it run faster. ... (check-in: 4c1bcf6f6a user: drh tags: experimental) | |
02:17 | Rework the manifest cache so that it is more effective on repositories with large numbers of delta-manifests. ... (check-in: bcf601a649 user: drh tags: experimental) | |
2010-10-22
| ||
14:48 | Use a faster tokenizer on manifests to reduce rebuild times by about 5%. ... (check-in: 121ed7c882 user: drh tags: experimental) | |
13:05 | Change the "commit" command so that it will not create the first delta-manifest in a repository unless the --delta option is used. ... (check-in: a69356ae1f user: drh tags: experimental) | |
01:06 | Merge in some ui enhancements from the ssl_platform_fixes branch. ... (Closed-Leaf check-in: 3c19422b6e user: bcsmith tags: ui-improvements) | |
01:04 | Add some explanatory text to the update command to make it easier for new users to learn fossil. ... (check-in: 858940c68e user: bcsmith tags: ui-improvements) | |
2010-10-21
| ||
20:54 | Fix the new SHA1 checksum module so that it does not overwrite its input. ... (check-in: fa9dfc34e5 user: drh tags: experimental) | |
20:08 | Replace the RFC-3174 reference implementation of SHA1 with the much faster implementation from NetBSD. ... (check-in: f8f175cf22 user: drh tags: experimental) | |
15:42 | Clarification of the comment that describes the algorithm used to choose between a baseline manifest and a delta manifest upon checkin. No changes to code. ... (check-in: b08fce49e1 user: drh tags: experimental) | |
14:00 | Better algorithm for deciding when to use a delta-manifest on a check-in. ... (check-in: 7c244251b0 user: drh tags: experimental) | |
2010-10-20
| ||
12:31 | Fix a bug in the Files browsing logic. ... (check-in: 85e1e3d4a1 user: drh tags: experimental) | |
2010-10-19
| ||
23:50 | Bug fix in the new delta-manifest generator logic. ... (check-in: 068b182358 user: drh tags: experimental) | |
20:27 | Automatically generate delta-manifests on check-in if the delta-manifest is smaller than 1/125th of the baseline-manifest. ... (check-in: 9ea47d4953 user: drh tags: experimental) | |
17:57 | Fix a typo in the file format documentation. ... (check-in: 0f3086bee7 user: drh tags: experimental) | |
17:54 | Two new settings: "manifest" and "repo-cksum". The first enables the output of the manifest and manifest.uuid files on each checkout. This is now off by default. The second enables repository checksums. It defaults on. ... (check-in: 2f3b9bd3c5 user: drh tags: experimental) | |
17:01 | Improvements to the file format documentation to better describe the new B-card on manifests. ... (check-in: f56c622b7a user: drh tags: experimental) | |
16:26 | Fix the check-out mechanism so that it works with delta-manifests. ... (check-in: 0e326631fe user: drh tags: experimental) | |
14:55 | adding flush to system-command, windows needs all buffers flushed before system execution ... (check-in: a64b48cb29 user: wolfgang tags: StvPrivateHook2 ) | |
2010-10-18
| ||
22:34 | Rework manifest parsing in order to process delta-manifests correctly. ... (check-in: aa61a65c18 user: drh tags: experimental) | |
19:40 | some error corrections for force hook ... (check-in: a94ef5c00d user: wolfgang tags: StvPrivateHook2 ) | |
15:46 | added output redirect and client force for hook ... (check-in: ccef28b54b user: wolfgang tags: StvPrivateHook2 ) | |
2010-10-17
| ||
17:25 | Add the ability to parse and use manifests with the B-card. Add documentation for the B-card. ... (check-in: ec56d8ff58 user: drh tags: experimental) | |
16:37 | merge from old hook branch ... (check-in: 9cf288de27 user: wolfgang tags: StvPrivateHook2 ) | |
2010-10-16
| ||
19:07 | PellesC doesn't have pgmptr, update Makefile ... (Closed-Leaf check-in: f88368742d user: wolfgang tags: wolfgangHelpCmd) | |
17:33 | merge from trunk ... (check-in: 586b0eb144 user: wolfgang tags: wolfgangHelpCmd) | |
16:32 | Bring over the latest bug fixes from trunk. ... (check-in: b2175857cc user: drh tags: experimental) | |
16:24 | Do not attempt to parse control artifacts that do not end with a '\n' character. Ticket [be56c89def7f86bcbd] ... (check-in: 7954ccba68 user: drh tags: trunk) | |
12:13 | Do not free memory not obtained from malloc in the "fossil diff" command. Ticket [38d7bb8cf044219c2eff8]. ... (check-in: ddb975e2be user: drh tags: trunk) | |
2010-10-15
| ||
22:41 | On windows, use the global variable _pgmptr instead of <nowiki>argv[0]</nowiki> in order to find the name of the current executable. Ticket [c8c0b78c840e4df9] ... (check-in: 23a3adac39 user: drh tags: trunk) | |
20:37 | Refactor the control-artifact parser. ... (check-in: da9fcdc95a user: drh tags: experimental) | |
17:13 | Replace all malloc() calls with fossil_malloc(). The fossil_malloc() routine panics rather than return a NULL pointer. ... (check-in: 8f41b2fa75 user: drh tags: trunk) | |