Fossil

Timeline
Login

Timeline

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

17 check-ins using file src/sqlite3.c version f122579c51

2013-11-14
04:34
Set the error message to indicate the HTTP status code returned on CONNECT to avoid segfault. ... (check-in: 87d5fef9ce user: andybradford tags: jan-httpsproxytunnel)
2013-11-12
15:49
Move proxy-related fields after the other url-related fields. ... (check-in: 45107553c0 user: jan.nijtmans tags: jan-httpsproxytunnel)
15:27
merge trunk ... (check-in: 1bd561c3ba user: jan.nijtmans tags: jan-httpsproxytunnel)
15:10
Fix password handling as in trunk. ... (check-in: 384a6b3dba user: jan.nijtmans tags: tkt-change-hook)
12:39
merge trunk ... (check-in: 3d63f56039 user: jan.nijtmans tags: tkt-change-hook)
08:58
Add option --offset to "fossil timeline" ... (check-in: 32a9b55e17 user: jan.nijtmans tags: trunk)
08:32
Backout remaining of [8e01c2257d] and fix corresponding change log entry, as it apparently is not accepted upstream. See: [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg13883.html]. Sorry Joerg. ... (check-in: 0625a42c68 user: jan.nijtmans tags: trunk)
03:43
Merge change to fossil ui which first looks for default user if set before falling back to the Setup user. ... (check-in: 1460b7476f user: andybradford tags: trunk)
02:41
Merge in fixes for the password embedded in the URL, save password prompting, and new clone --once option. ... (check-in: ff159bfdd7 user: andybradford tags: trunk)
2013-11-11
23:22
Further revisions to the semantics of printing the timeline 'bounds' indicators. ... (check-in: 8b03ef2489 user: mistachkin tags: trunk)
22:41
Keep track of when the repository was last rebuilt and display it on the stats page. ... (check-in: c0242ad4d8 user: mistachkin tags: trunk)
21:53
For the --deanalyze option to rebuild, the stat4 table should be dropped as well. ... (check-in: 4c8a5c9860 user: mistachkin tags: trunk)
21:42
Restore the limit-reached markers in the timeline printing routine. ... (check-in: ab4d4dacf7 user: mistachkin tags: trunk)
21:08
Add the test-without-rowid command. ... (check-in: 7ddfd42b60 user: drh tags: trunk)
19:32
Output "+++ end of timeline reached +++" when appropriate at the end of timeline output in stead of marker indicating that a limit is reached. After ML request. If n=0 no marker will be output. ... (check-in: 8e01c2257d user: jan.nijtmans tags: trunk)
19:18
Make use of WITHOUT ROWID in new repositories. ... (Closed-Leaf check-in: ad98226090 user: drh tags: without-rowid)
17:32
Update the built-in SQLite to the latest trunk version that includes the WITHOUT ROWID enhancement. Fossil itself does not (yet) make use of this enhancement. ... (check-in: 611e25d396 user: drh tags: trunk)