Timeline
Not logged in

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

20 most recent timeline items

2012-02-04
00:30
[034e887c35] Leaf: Make sure the "branch new --private" command does not create a public BLOB that is a delta of a private BLOB. Also, when doing a file clone or when doing "scrub --private", double-check that no public BLOBs are deltas of private BLOBs before deleting the private BLOBs. (user: drh, tags: trunk)
2012-02-03
17:00
[b18a178d8e] Fix oversize lines in the update.c source file. (user: drh, tags: trunk)
16:42
[30478e4e7e] Leaf: Avoid overflow problems if users enter negative numbers for the "dw" and "dc" URI query parameters. (user: drh, tags: retro-sbsdiff)
16:15
[6474a92a87] Add URI query parameters "dw=" and "dc=" to control the width of columns and the lines of context on side-by-side diffs in the web interface. (user: drh, tags: retro-sbsdiff)
15:15
[c7cf0cbee6] Merge recent trunk changes into the retro-sbsdiff branch. (user: drh, tags: retro-sbsdiff)
15:05
[68d84047c0] Enhance the --detail option on the "merge" command to show the specific check-in that is being merged in and the baseline of the merge. (user: drh, tags: trunk)
14:40
[b4a1c60ef6] Show check-in tags as part of the output of the "whatis" command. (user: drh, tags: trunk)
2012-02-01
12:33
[356c12641c] Added a kludge to ajax URL param handling to ignore anything after "#". Thought i checked this in in November. (user: stephan, tags: trunk)
12:09
[a84aadad5a] Doc change only: documented -R/--repository for zip/tar commands. (user: stephan, tags: trunk)
2012-01-28
22:04
[c7edbc9fb7] Merge the latest trunk changes into the retro-sbsdiff branch. (user: drh, tags: retro-sbsdiff)
21:51
[a7248d8fb9] Store the repository filename in the _FOSSIL_ database exactly as it is typed on the "open" command-line. That means that the repository filename will be stored relative to the root of the check-out if a relative pathname is given on open. (user: drh, tags: trunk)
2012-01-24
13:28
[1e39808853] Fix several blob leaks that can lead to out of memory conditions for very large push operations. Revise the order of error messages so that simple HTTP timeout produces a better diagnostic. The HTTP trace files need to be opened in binary mode. (user: mistachkin, tags: trunk)
2012-01-23
03:51
[de9c2f08d7] Leaf: Merge latest trunk changes into jimtcl branch. Lightly tested. Should allow xfer scripts to be written in Jim Tcl. (user: steveb, tags: jimtcl)
2012-01-22
06:59
[238b761afa] Revise previous commit: since the FOSSIL_ENABLE_TCL macro is used in source files as well as the Makefile itself, it cannot be initially set to an empty string in auto.def. (user: mistachkin, tags: trunk)
06:52
[21555be397] Make sure that autosetup ends up defining FOSSIL_ENABLE_TCL in the Makefile when necessary. (user: mistachkin, tags: trunk)
2012-01-20
17:32
[7611406fd7] Leaf: The HTTP trace files need to be opened in binary mode. (user: mistachkin, tags: clientSyncLeakFix)
17:16
[dd71069bfe] Revise the order of error messages so that simple HTTP timeout produces a better diagnostic. (user: mistachkin, tags: clientSyncLeakFix)
15:22
[81c685e097] Fix several blob leaks that can lead to out of memory conditions for very large push operations. (user: mistachkin, tags: clientSyncLeakFix)
2012-01-18
13:22
[6daee94fac] Merge trunk changes into the retro-sbsdiff branch. (user: drh, tags: retro-sbsdiff)
13:21
[0b61e3c019] Add the ability to run TH1 scripts before and after each xfer request. (user: drh, tags: trunk)