Fossil

Timeline
Login

Timeline

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

50 events by user drh occurring around 2013-02-13 21:33:05.

2013-02-25
17:42
Get the "fossil scrub --private" command working again. ... (check-in: 60acc2de34 user: drh tags: trunk)
2013-02-21
22:21
Provide a compile-time option to open the check-out database file (.fslckout or _FOSSIL_) in WAL mode. Also shorten source code lines to 80 characters in db.c. ... (check-in: 8c35f07d06 user: drh tags: trunk)
19:08
Add code and documentation for the fossil_prompt.sh demo script for setting the prompt of bash according to the status of the current fossil repo. ... (check-in: 43988bc490 user: drh tags: trunk)
15:50
Make sure warning and panic messages appear on a fresh line on the console. ... (check-in: 2091a11dd8 user: drh tags: trunk)
14:54
Do not prompt for the sync password more than once. ... (check-in: 1cd61c96bc user: drh tags: trunk)
14:39
Error message changes: Omit the executable name at the beginning of error messages to the console, and try to make sure new error messages begin on a fresh line and do not overwrite prior status text. ... (check-in: 871a949296 user: drh tags: trunk)
14:24
Code refactoring: Move utility routines (ex: fossil_malloc()) out of main.c and into a new file util.c. Try to gather I/O routines into the printf.c source file. ... (check-in: bb0cedb15a user: drh tags: trunk)
03:51
Improved handling for remote repository passwords: When prompting for the password, also ask the user whether or not to remember the password, as browsers typically do for their password cache. ... (check-in: 6d6740dcca user: drh tags: trunk)
2013-02-20
22:18
Avoid intermingling error message with status output during a sync. Error messages should appear on a line by themselves. ... (check-in: 2981ac51ff user: drh tags: trunk)
20:57
All the --port option on the "ui" and "server" commands to begin with an IP address, then bind to just that one IP address. ... (check-in: 5dfbf7e5b6 user: drh tags: trunk)
16:19
Get support for IP address on the --port option working on windows. ... (Closed-Leaf check-in: f4143c5b59 user: drh tags: bind-to-ip)
16:11
Changes that allow the --port option on "fossil ui" and "fossil server" to include an IP address to which to bind. ... (check-in: abf56881b6 user: drh tags: bind-to-ip)
15:08
In main.c: Shorten all source code lines to no more than 80 characters. Add google-chrome to the list of browser to try to launch with the "ui" command. ... (check-in: 12ff5ff85e user: drh tags: trunk)
2013-02-19
12:29
Avoid uniqueness errors when inserting default users. ... (check-in: 646c4a67f9 user: drh tags: trunk)
2013-02-16
23:13 Edit [4f95ea8c56718447|4f95ea8c56]: Edit check-in comment. ... (artifact: 6179c1bade user: drh)
14:12
Limit the complexity of the diff display on check-in information pages. ... (check-in: 4f95ea8c56 user: drh tags: trunk)
00:04
Version 1.25 ... (check-in: d2e07756d9 user: drh tags: trunk, release, version-1.25)
2013-02-15
16:15
Formatting tweaks to the "dbstat" command so that it works better on an 80-column shell window. ... (check-in: 8522e0ab02 user: drh tags: trunk)
15:53
Update the change log for version 1.25. ... (check-in: b9625cfeb4 user: drh tags: trunk)
15:14
On a side-by-side diff, shift small differences as far to the left as possible. ... (check-in: 89a2e88107 user: drh tags: trunk)
14:52
Fix the file: sync protocol so that it works on windows even if the client repository is in a directory that contains non-ASCII characters in its name. ... (check-in: b5aab69514 user: drh tags: trunk)
2013-02-14
21:58
More aggressively compress uparrows in the timeline when the length of the arrow is short. ... (check-in: 6267e24b39 user: drh tags: trunk)
21:51
In the timeline graph, always display the black dot in the middle of leaf nodes even when ascenders and descenders are omitted, such as on an f= graph. ... (check-in: 162538351d user: drh tags: trunk)
21:15
More compact display of the graph for the "family" of a particular checkin. ... (check-in: 27dfe95d17 user: drh tags: trunk)
2013-02-13
21:33
Thinner and visually sharper arrows on the horizontal merge-in lines of the timeline graph. ... (check-in: a4f6e88411 user: drh tags: trunk)
14:12
Update the built-in SQLite to the latest from the SQLite trunk. ... (check-in: f7f764b760 user: drh tags: trunk)
11:31
Add a draft document describing the ticket tables and how they are generated from ticket change artifacts. ... (check-in: d5be709c20 user: drh tags: trunk)
2013-02-12
19:23
Revised ticket processing to align with coding style guide, and for clarity of presentation. ... (check-in: 67f787dc4e user: drh tags: trunk)
2013-02-07
02:08
Add the test-ssh-far-side command that can be used in place of a shell for the remote side of an ssh: sync. ... (check-in: 43c4522623 user: drh tags: trunk)
00:24
Add the shell= query parameter to the ssh: scheme for cloning and syncing. ... (check-in: 2163cd9666 user: drh tags: trunk)
2013-02-06
12:27 Changes to wiki page "Static link with musl libc" ... (artifact: 70dacb71f3 user: drh)
12:09 Added wiki page "Static link with musl libc" ... (artifact: cc6c112605 user: drh)
12:00
Set the execute permission bit on compat/zlib/configure. ... (check-in: 6e685da390 user: drh tags: trunk)
2013-01-30
18:14
Back out the previous check-in - no changes needed for strcmp(). ... (check-in: 8027c7e648 user: drh tags: trunk)
2013-01-23
13:24 Edit [970cc4f16f3483c0|970cc4f16f]: Mark "Closed". ... (artifact: 69ebb332b5 user: drh)
13:24
Add the max-download-time server option that limits the amount of real-time that the server will spend preparing an xfer protocol reply. ... (check-in: 769c90a230 user: drh tags: trunk)
13:16 Edit [7dabede3b3883560|7dabede3b3]: Mark "Closed". ... (artifact: 0db172218e user: drh)
13:15
Further fine-tuning of the check for valid UTF8 characters in filenames. ... (check-in: 4d456c9fd1 user: drh tags: trunk)
13:09
Only run ANALYZE if the --analyze flag is provided to "fossil rebuild" or "fossil all rebuild". ... (check-in: 3104348ec5 user: drh tags: trunk)
2013-01-20
10:57
Fix the SQL for the command-line timeline so that it works for timeline items that are not associated with a particular branch. ... (check-in: 1d462a683f user: drh tags: trunk)
2013-01-18
12:36
Bring the regexp.c module into alignment with the similar code in the SQLite test suite. ... (check-in: 2f10a050c6 user: drh tags: trunk)
02:33
Simplify the text on the "Number of Artifacts" row of the /stat page. ... (check-in: e5f9b18d36 user: drh tags: trunk)
02:23
Remove an unused variable from the URL encoder. ... (check-in: 5210b9379a user: drh tags: trunk)
02:19
Uniformity in the display of version numbers on the /stat page. ... (check-in: a89560616f user: drh tags: trunk)
02:11
Avoid unnecessary escaping of : characters in URLs in order to make the links more readable. ... (check-in: afec3f814d user: drh tags: trunk)
00:55
Fix the query on the /stat page that computes the number of check-ins. The old query omitted checkins (such as merges or null-checkins or branch creations) that did not add any new artifacts to the repository. Also remove the "server id" from the /stat report since that information is no longer used for anything. ... (check-in: 6bb63a7364 user: drh tags: trunk)
00:47
Consolidate all sqlite3_open() calls into the db_open() routine and initialize every database connection the same way. Avoid using sqlite3_exec() in order to obtain a more accurate count of perpared statements when --sqltrace is used. ... (check-in: f97e1cf666 user: drh tags: trunk)
2013-01-17
22:23
Fix the sqlite3_open() used by "fossil init" so that it will honor the FOSSIL_VFS environment variable. ... (check-in: 7536c6aea5 user: drh tags: trunk)
18:13
Merge in the latest SQLite from upstream, in order to test SQLite. ... (check-in: d7019134a5 user: drh tags: trunk)
2013-01-15
03:02
Ticket enhancements: Add the TICKET.TKT_CTIME field and make it hold the creation time of the ticket. Make sure that a TICKETCHNG entry is created for each change to the ticket if the TICKETCHNG.TKT_RID field exists. ... (check-in: 8554d3e656 user: drh tags: trunk)