Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 check-ins occurring around ccef28b54b3662d4.

2010-10-23
17:02
add privilege check to hook execution ... (check-in: abd05f29 user: wolfgang tags: StvPrivateHook2 )
14:19
MD5 optimization for x86_64. ... (check-in: df5a8bf0 user: drh tags: experimental)
12:58
Additional performance enhancements. ... (check-in: 6caba36d user: drh tags: experimental)
07:23
added hook info to sync/push help ... (check-in: ba5e0344 user: Ratte tags: StvPrivateHook2 )
02:51
Simplification to the delta checksum algorithm. Trying to make it run faster. ... (check-in: 4c1bcf6f 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: bcf601a6 user: drh tags: experimental)
2010-10-22
14:48
Use a faster tokenizer on manifests to reduce rebuild times by about 5%. ... (check-in: 121ed7c8 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: a69356ae user: drh tags: experimental)
01:06
Merge in some ui enhancements from the ssl_platform_fixes branch. ... (Closed-Leaf check-in: 3c19422b 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: 858940c6 user: bcsmith tags: ui-improvements)
2010-10-21
23:26
TH1 fossiltag command for accessing tag values.

Has two subcommands: get and list, which do what they sound like. ... (Closed-Leaf check-in: 413ebeb1 user: bcsmith tags: th1_fossiltag_cmd)

20:54
Fix the new SHA1 checksum module so that it does not overwrite its input. ... (check-in: fa9dfc34 user: drh tags: experimental)
20:08
Replace the RFC-3174 reference implementation of SHA1 with the much faster implementation from NetBSD. ... (check-in: f8f175cf 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: b08fce49 user: drh tags: experimental)
14:00
Better algorithm for deciding when to use a delta-manifest on a check-in. ... (check-in: 7c244251 user: drh tags: experimental)
2010-10-20
12:31
Fix a bug in the Files browsing logic. ... (check-in: 85e1e3d4 user: drh tags: experimental)
2010-10-19
23:50
Bug fix in the new delta-manifest generator logic. ... (check-in: 068b1823 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: 9ea47d49 user: drh tags: experimental)
17:57
Fix a typo in the file format documentation. ... (check-in: 0f3086be 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: 2f3b9bd3 user: drh tags: experimental)
17:01
Improvements to the file format documentation to better describe the new B-card on manifests. ... (check-in: f56c622b user: drh tags: experimental)
16:26
Fix the check-out mechanism so that it works with delta-manifests. ... (check-in: 0e326631 user: drh tags: experimental)
14:55
adding flush to system-command, windows needs all buffers flushed before system execution ... (check-in: a64b48cb user: wolfgang tags: StvPrivateHook2 )
2010-10-18
22:34
Rework manifest parsing in order to process delta-manifests correctly. ... (check-in: aa61a65c user: drh tags: experimental)
19:40
some error corrections for force hook ... (check-in: a94ef5c0 user: wolfgang tags: StvPrivateHook2 )
15:46
added output redirect and client force for hook ... (check-in: ccef28b5 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: ec56d8ff user: drh tags: experimental)
16:37
merge from old hook branch ... (check-in: 9cf288de user: wolfgang tags: StvPrivateHook2 )
2010-10-16
19:07
PellesC doesn't have pgmptr, update Makefile ... (Closed-Leaf check-in: f8836874 user: wolfgang tags: wolfgangHelpCmd)
17:33
merge from trunk ... (check-in: 586b0eb1 user: wolfgang tags: wolfgangHelpCmd)
16:32
Bring over the latest bug fixes from trunk. ... (check-in: b2175857 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: 7954ccba user: drh tags: trunk)
12:13
Do not free memory not obtained from malloc in the "fossil diff" command. Ticket [38d7bb8cf044219c2eff8]. ... (check-in: ddb975e2 user: drh tags: trunk)
2010-10-15
22:41
On windows, use the global variable _pgmptr instead of argv[0] in order to find the name of the current executable. Ticket [c8c0b78c840e4df9] ... (check-in: 23a3adac user: drh tags: trunk)
20:37
Refactor the control-artifact parser. ... (check-in: da9fcdc9 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: 8f41b2fa user: drh tags: trunk)
16:11
merge from trunk ... (check-in: c1271793 user: wolfgang tags: wolfgangHelpCmd)
13:55
On commit, check the repository for changes before starting the write transaction, so that a diff can be run during the check-in comment editing. Ticket [014ac374123d9a6ab6894]. ... (check-in: 59f68585 user: drh tags: trunk)
2010-10-14
20:28
Always show diffs for added and deleted files in the web UI. Show added and deleted files in diffs with -N and the --from and --to options to the command-line diff command. Ticket [e90d38c2054e9b44792] ... (check-in: 70365348 user: drh tags: trunk)
19:48
Reverse the direction of conflict markers. Ticket [e3a1beef67c97eb2e4d5a] ... (check-in: 93984e2d user: drh tags: trunk)
19:23
Additional compiler warning fixes. ... (check-in: c345445c user: drh tags: trunk)
19:14
Remove all use of ctypes.h in order to avoid compiler warnings and other problems associated with changing locales. ... (check-in: 2fac8091 user: drh tags: trunk)
18:48
Remove a bunch of unused code. ... (check-in: 62f8acbe user: drh tags: trunk)
18:41
rename import to addremove ... (check-in: 7e65c703 user: wolfgang tags: wolfgangHelpCmd)
18:38
Work towards including full text of deleted and added files in a diff when the -N or --new-file option is used. Ticket [e90d38c2054e9b44792eb] ... (check-in: 585360b4 user: drh tags: trunk)
2010-10-13
19:40
added experimental IMPORT command (ticket [e0352240ad]) ... (check-in: b37d5f25 user: wolfgang tags: wolfgangHelpCmd)
2010-10-12
21:42
Fix the default Makefile so that it works out-of-the-box on Linux, MacOSX, NetBSD, and Solaris. ... (check-in: c845b287 user: drh tags: trunk)
2010-10-11
15:49
merge from trunk ... (check-in: c9df9477 user: wolfgang tags: wolfgangHelpCmd)
14:20
Fix the /debug_tktnew and /debug_tktedit methods so that the do not really create a new ticket artifact. Ticket [474b0bd4f991dd60d7d9bb]. ... (check-in: 06c5b3eb user: drh tags: trunk)
13:43
Allow events to be referenced using a prefix of their full event-id. ... (check-in: f2025072 user: drh tags: trunk)