Fossil

Timeline
Login

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

33 events 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: de17e35bf1 user: drh tags: trunk)
2014-10-29
02:08
Update the built-in SQLite to the 3.8.7.1 beta. ... (check-in: 37cfe7ad98 user: drh tags: trunk)
2014-10-28
18:50
Update the CGI redirect: property to work with both artifact and ticket IDs. ... (check-in: 41a1b9bcfe 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: 917e5cb617 user: drh tags: tk-diff-viewer)
2014-10-27
18:44
Fix the formatting of the "committer" lines on Git export. ... (check-in: 36731ca5bd 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: db6a8e8d3c user: drh tags: trunk)
17:21
Get the revised makefile working with MSVC. ... (Closed-Leaf check-in: fdc96f4997 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: d93d92eb5a 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: b9a1beda9e user: drh tags: trunk)
2014-10-22
13:54
Proposed enhancements to the --tk diff viewer from Ramon Ribó. ... (check-in: cbd4dca680 user: drh tags: tk-diff-viewer)
12:52
Improved error message handling on the server side of "sync" requests. ... (check-in: bf3db3d16e 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: 1d85796857 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: 49b0ff1592 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: cf9eac3929 user: drh tags: trunk)
15:14
Fix the build for windows. ... (check-in: 467eae2425 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: 0a7e326fa4 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: 43b30dcfc3 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: e05a74f1f4 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: 8af7f6185a 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: a50c3cfd61 user: drh tags: cmdline-timeline-enhancement)
11:38
Incorporate SQLite 3.8.7 final from upstream. ... (check-in: 5a2b7356b4 user: drh tags: trunk)
2014-10-15
18:18
Try to provide better information on manifest errors. ... (check-in: 5ff4e33617 user: drh tags: better-error-msgs)
15:47
Update the built-in SQLite to 3.8.7 beta 4. ... (check-in: c9a20b6174 user: drh tags: trunk)
2014-10-14
21:04
Update the built-in SQLite to 3.8.7 beta 3. ... (check-in: 3c6f20370a user: drh tags: trunk)
17:57
Add the --db-check option to the "fossil dbstat" command. ... (check-in: d4e3f4c33d user: drh tags: trunk)
17:49
Improvements to the information provided by "fossil dbstat". Better formatting for the "fossil all dbstat" command. ... (check-in: 7cec2de598 user: drh tags: trunk)
17:01
Add the "dbstat" command to "fossil all". ... (check-in: c6d9b0a06c user: drh tags: trunk)
12:39
Update the built-in SQLite to the second 3.8.7 beta. ... (check-in: c7c54d29f0 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: 83e4f8660c 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: dede23732a 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: afc2f5e661 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: 82e30c0000 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: c001fa0edf user: drh tags: trunk)
Previous month ↓