Fossil

Timeline
Login

Timeline

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

33 check-ins for the month beginning 2014-10-01 by user drh

Following month ↑
2014-10-30
22:08
Fix an instance of using a NULL database connection pointer when starting the Fossil server in multi-repository mode. ... (check-in: de17e35b user: drh tags: trunk)
2014-10-29
02:08
Update the built-in SQLite to the 3.8.7.1 beta. ... (check-in: 37cfe7ad user: drh tags: trunk)
2014-10-28
18:50
Update the CGI redirect: property to work with both artifact and ticket IDs. ... (check-in: 41a1b9bc user: drh tags: trunk)
00:05
Merge in trunk changes, and especially the change that separates the "diff.tcl" script out into a separate file in the source tree, making it easier to edit and debug. ... (check-in: 917e5cb6 user: drh tags: tk-diff-viewer)
2014-10-27
18:44
Fix the formatting of the "committer" lines on Git export. ... (check-in: 36731ca5 user: drh tags: trunk)
17:26
Add the "builtin_file()" internal interface for accessing whole files compiled into the executable as byte-arrays. Use this new mechanism to split out the TCL source code for the diff viewer (for the --tk option) into a separate source file. ... (check-in: db6a8e8d user: drh tags: trunk)
17:21
Get the revised makefile working with MSVC. ... (Closed-Leaf check-in: fdc96f49 user: drh tags: separate-resource-files)
15:41
Add a mechanism to allow resource files (such as the TCL script used to implement the --tk option) to be stored separately in the source tree but then automatically compiled into byte-arrays in the executable. ... (check-in: d93d92eb user: drh tags: separate-resource-files)
2014-10-25
01:01
Add a new "auto-hyperlink" setting option that enables hyperlinks after a delay only if request is from a human (as deduced from the UserAgent string). ... (check-in: b9a1beda user: drh tags: trunk)
2014-10-22
13:54
Proposed enhancements to the --tk diff viewer from Ramon Ribó. ... (check-in: cbd4dca6 user: drh tags: tk-diff-viewer)
12:52
Improved error message handling on the server side of "sync" requests. ... (check-in: bf3db3d1 user: drh tags: trunk)
2014-10-21
22:12
Avoid invoking fossil_error() in manifest_crosslink() while processing a push, even though such errors are suppose to be ignored. ... (Closed-Leaf check-in: 1d857968 user: drh tags: experimental)
02:52
Add the codecheck1 program to the build tools. This program validates the format strings on printf-style internal interfaces, verifying that the correct number of arguments follow and that SQL is protected from injection attacks. ... (check-in: 49b0ff15 user: drh tags: trunk)
2014-10-20
16:31
Reverse the output order for the "fossil stash list" command so that the most resent stashes are near the bottom, rather than scrolling off the top of the screen. ... (check-in: cf9eac39 user: drh tags: trunk)
15:14
Fix the build for windows. ... (check-in: 467eae24 user: drh tags: compile-time-print-checking)
15:01
Add a custom static analysis program that verifies the arguments to printf-style varargs routines used in Fossil. Adjust the source code to be more robust for printf format errors and to fix a few minor problems found by the static checker. ... (check-in: 0a7e326f user: drh tags: compile-time-print-checking)
10:07
In the built-in customized printf(), change the wiki conversion format character from "%w" to "%W". Then add "%w" to for SQL identifiers within double-quotes, the same as used for SQLite. UPDATE: See follow-up change at [3b92154af8d] on 2015-02-26. ... (check-in: 43b30dcf user: drh tags: trunk)
2014-10-18
19:18
Enhance the "fossil timeline" command so that one can specify a file or directory as a command-line argument and the timeline only shows check-ins that involve that particular file or any of the files in the named directory. ... (check-in: e05a74f1 user: drh tags: trunk)
10:34
Fix the directory matching logic for the command-line timeline so that it works with case insensitive filesystems. Other cleanups and improvements to the new timeline logic are also included. ... (Closed-Leaf check-in: 8af7f618 user: drh tags: cmdline-timeline-enhancement)
2014-10-17
15:31
Enchance the command-line timeline to accept the name of a file or directory as an argument and then only show the entries that have changes to that file or directory. ... (check-in: a50c3cfd user: drh tags: cmdline-timeline-enhancement)
11:38
Incorporate SQLite 3.8.7 final from upstream. ... (check-in: 5a2b7356 user: drh tags: trunk)
2014-10-15
18:18
Try to provide better information on manifest errors. ... (check-in: 5ff4e336 user: drh tags: better-error-msgs)
15:47
Update the built-in SQLite to 3.8.7 beta 4. ... (check-in: c9a20b61 user: drh tags: trunk)
2014-10-14
21:04
Update the built-in SQLite to 3.8.7 beta 3. ... (check-in: 3c6f2037 user: drh tags: trunk)
17:57
Add the --db-check option to the "fossil dbstat" command. ... (check-in: d4e3f4c3 user: drh tags: trunk)
17:49
Improvements to the information provided by "fossil dbstat". Better formatting for the "fossil all dbstat" command. ... (check-in: 7cec2de5 user: drh tags: trunk)
17:01
Add the "dbstat" command to "fossil all". ... (check-in: c6d9b0a0 user: drh tags: trunk)
12:39
Update the built-in SQLite to the second 3.8.7 beta. ... (check-in: c7c54d29 user: drh tags: trunk)
2014-10-06
17:34
Prefer the editted comment and editted user over the originals when doing an export to git. ... (check-in: 83e4f866 user: drh tags: trunk)
13:37
If the getloadavg() function exists and returns without error, then always report a load average of at least 0.000001 even if the load average comes back as zero. This allows us to distinguish between a non-working load average and a very low load average. ... (check-in: dede2373 user: drh tags: trunk)
03:19
For the "fossil http" command with the --https option, try to get the remove IP address from the REMOTE_HOST environment variable, it it exists. This will mean that the correct remote IP address is obtained when stunnel provides SSL decoding for Fossil. ... (check-in: afc2f5e6 user: drh tags: trunk)
00:58
Add an assert() to prove that Fossil server instances are not vulnerable to the ShellShock bug because it never shells-out while processing an HTTP request. ... (check-in: 82e30c00 user: drh tags: trunk)
2014-10-05
20:11
Update the built-in SQLite to the latest 3.8.7 beta from upstream. ... (check-in: c001fa0e user: drh tags: trunk)
Previous month ↓