Fossil

Timeline
Login

Timeline

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

50 events by user mistachkin occurring around 2013-10-27 04:48:09.

2013-12-17
21:28
Better align the SQLite compilation options used by the makemake.tcl script with those listed on the makefile wiki page. ... (check-in: 00d6eea822 user: mistachkin tags: trunk)
21:24
If 'newbranch' field only contains spaces, consider it empty. Add missing MSVC linker option to the makemake.tcl script. Cherrypick of [5ceef9bcdd] and [c6f255607b]. ... (check-in: afbc49cd27 user: mistachkin tags: trunk)
21:15 Edit [04f4e699d41b7378|04f4e699d4]: Move to branch pending-review. ... (artifact: 7acb912231 user: mistachkin)
00:55
Refactor the complex Win32-specific file routines into their own subsystem. ... (check-in: d9ff968204 user: mistachkin tags: trunk)
2013-12-16
11:00
Merge updates from trunk. ... (Closed-Leaf check-in: fb17052e45 user: mistachkin tags: win32File)
2013-12-14
01:54
Improve comments. Style and consistency fixes. ... (check-in: d1b7c87650 user: mistachkin tags: win32File)
00:03
Work in progress on refactoring the complex Win32-specific file routines into their own subsystem. ... (check-in: 4f0413381d user: mistachkin tags: win32File)
2013-12-13
21:46
Unify use of the user-agent string. ... (check-in: 55c91af5ad user: mistachkin tags: tkt-change-hook)
08:31
Cleanup compiler option handling in the MinGW makefiles as well. ... (check-in: d0a9cda560 user: mistachkin tags: trunk)
07:58
Rename the makefile macro SQLITE3_CFLAGS to SQLITE_CFLAGS in an attempt to reduce future confusion. ... (check-in: 813d6516aa user: mistachkin tags: trunk)
2013-12-12
23:34
Remove use of SQLITE_WIN32_NO_ANSI option everywhere except for Cygwin. Further cleanup. ... (check-in: 1c37a90508 user: mistachkin tags: makefile-error)
22:41
Add makefile for Cygwin and move its options there. Refactor makemake tool to modularize use of the common options. ... (check-in: e474f5f817 user: mistachkin tags: trunk)
2013-12-11
23:20
Remove usage of the 'win32-longpath' VFS as it is unlikely to work correctly with the various MSVCRT functions currently required by Fossil. ... (check-in: 19de4b5bcd user: mistachkin tags: trunk)
2013-12-10
21:15
Avoid attempting to preserve the default VFS if it has not been set. ... (check-in: fffcf60cbc user: mistachkin tags: trunk)
2013-12-05
05:11
When using the --template option to the 'init' command, the short project name should be skipped as well. ... (check-in: 844436929e user: mistachkin tags: trunk)
2013-11-22
21:24
Fix C++ style comment in RC file. Reformat the manifest file to be easier to read/maintain. ... (check-in: f103e0bc97 user: mistachkin tags: trunk)
2013-11-12
19:41
Restore the end-of-timeline marker only when no limit is active; otherwise, use a 'no more data' marker instead. Use -1 to indicate no limit in the SQL clause. ... (check-in: 465f8ecd4a user: mistachkin tags: trunk)
19:26
Fix macro redefinition compiler warnings. ... (check-in: 629d49752c user: mistachkin 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)
2013-10-30
08:09
More style cleanup. ... (check-in: e4e2f9f7b8 user: mistachkin tags: trunk)
2013-10-28
20:13
Code style cleanup. ... (check-in: 24273fd0c4 user: mistachkin tags: trunk)
2013-10-27
04:48
Modify TH1/Tcl integration macros to avoid using a generic variable name. ... (check-in: 63a9998ca1 user: mistachkin tags: trunk)
01:18
Prevent incorrect attachment links from appearing on the timeline. Reported via the mailing list. ... (check-in: 359399307e user: mistachkin tags: trunk)
01:17
Fix harmless compiler warning. ... (check-in: 9147aa2c5b user: mistachkin tags: trunk)
2013-10-22
08:38
Minor changes to help text. ... (check-in: 4833cda5a7 user: mistachkin tags: tkt-change-hook)
08:34
Merge updates from trunk. ... (check-in: 0943f37246 user: mistachkin tags: tkt-change-hook)
03:40
Perform timeline limit checks at the end of the loop, after checking if a limit exists. ... (check-in: 521f7a14e0 user: mistachkin tags: timeline_cmd_dash_n_fix)
2013-10-21
06:29
Simplify handling of the limit in print_timeline. ... (check-in: d7f457b456 user: mistachkin tags: trunk)
2013-10-18
22:37
Merge updates from trunk. ... (check-in: 63bd6754a5 user: mistachkin tags: timeline_cmd_dash_n_fix)
09:40
Fix typo in help text. ... (check-in: 6cc54a7962 user: mistachkin tags: trunk)
09:38
Improvements to the 'fossil all' help text. Cherrypick of [8019d49bdb], which was checked-in on the wrong branch. ... (check-in: ed17f3cc2e user: mistachkin tags: trunk)
09:34
Improvements to the 'fossil all' help text. ... (check-in: 8019d49bdb user: mistachkin tags: tkt-change-hook)
07:50
Merge updates from trunk. Add 'th1-uri-regexp' to the common TH1 configuration settings. ... (check-in: 9e4a3bc67b user: mistachkin tags: tkt-change-hook)
07:48
Simplify the declaration of common TH1 related configuration settings. ... (check-in: 52ed68109b user: mistachkin tags: trunk)
07:30
Update error message text. ... (check-in: 037ccb47c5 user: mistachkin tags: trunk)
05:10
Fix blob leaks on one return path. ... (check-in: 2438518e66 user: mistachkin tags: tkt-change-hook)
05:03
Fix blob leaks in the http TH1 command. Also, reorganize it to prepare for future enhancements. ... (check-in: 0db184fc8e user: mistachkin tags: tkt-change-hook)
03:16
Merge updates from trunk. ... (check-in: 2ed75739a5 user: mistachkin tags: timeline_cmd_dash_n_fix)
03:15 Edit [695a3c13bd45b727|695a3c13bd]: Mark "Closed". ... (artifact: 2216ff93b0 user: mistachkin)
03:15
Merge timeline entry/line limit improvements from the v2 branch. ... (check-in: 9cc75945be user: mistachkin tags: timeline_cmd_dash_n_fix)
03:13
Simplify the entry/line limit for the timeline output. Make it more accurate in verbose mode. Style fixes. ... (Closed-Leaf check-in: 695a3c13bd user: mistachkin tags: timeline_cmd_dash_n_fix-2)
02:23
Merge updates from trunk. ... (check-in: 20306eef8c user: mistachkin tags: tkt-change-hook)
00:58
More enhancements to the button on the transfer setup page. ... (check-in: dcc8236e97 user: mistachkin tags: tkt-change-hook)
00:33
Make the new button on the transfer setup page use the selected sync flags. Move the button to the bottom of the content and add some explanatory text and a warning message. ... (check-in: bfcdc23b72 user: mistachkin tags: tkt-change-hook)
2013-10-17
22:16 Edit [9ee11edbc1ddc45f|9ee11edbc1]: Mark "Closed". ... (artifact: c218e8df65 user: mistachkin)
22:16
Add the 'fossil all clean' and 'fossil all extra' sub-commands. Add -whatif option to the 'fossil clean' command that has the same effect as -dry-run, primarily for use with 'fossil all clean' since the all command itself uses the -dry-run option. ... (check-in: d30e5a4835 user: mistachkin tags: trunk)
21:44
Merge updates from trunk. ... (Closed-Leaf check-in: 9ee11edbc1 user: mistachkin tags: allExtra)