Fossil

Timeline
Login

Timeline

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

50 events by user mistachkin occurring around 2012-01-18 11:09:25.

2012-05-04
21:31
Bump version of zlib in the Windows makefiles. ... (check-in: a30da54fee user: mistachkin tags: trunk)
2012-04-20
01:33
Bump version of OpenSSL in the Windows makefiles. ... (check-in: fb48371c74 user: mistachkin tags: trunk)
2012-03-19
05:24
Modify file_simplify_name to accept a parameter used to determine if the trailing slash, if any, should be retained. Make use of this when converting the local root to its canonical form. ... (Closed-Leaf check-in: e94c7cc4de user: mistachkin tags: winFiles)
04:48
In file_tree_name, since the file name argument is converted to its canonical form prior to the memcmp, the local root must be as well. On Windows, normalize drive letters to uppercase when converting a file name to its canonical form and fix construction of temporary file names used with the gdiff command when the --from and --to options are present. ... (check-in: 6be0898b2c user: mistachkin tags: winFiles)
2012-03-18
23:44
Fix compiler warnings and update custom makefile. ... (check-in: 43631b087b user: mistachkin tags: trunk)
2012-02-24
11:36
For annotate, make the fixed user name field wider (e.g. 'Administrator'). ... (Closed-Leaf check-in: dbf4ecf414 user: mistachkin tags: wideAnnotateUser)
2012-02-23
11:32
Fix warnings in json support code (unused variables, unused label, etc). ... (Closed-Leaf check-in: 86f6e675eb user: mistachkin tags: jsonWarnings)
2012-02-17
23:51
Slight tweaks to MinGW makefile support for FOSSIL_ENABLE_JSON. ... (check-in: f355727b34 user: mistachkin tags: trunk)
2012-02-11
00:56 Edit [9555560966be1be8|9555560966]: Mark "Closed". ... (artifact: c620c8e107 user: mistachkin)
00:56 Edit [ff19cc215f4758ef|ff19cc215f]: Mark "Closed". ... (artifact: 91d80bda6e user: mistachkin)
2012-02-10
23:01
Revise workaround for OpenSSL symbol name collision problem. ... (Closed-Leaf check-in: ff19cc215f user: mistachkin tags: sslLinkingFix)
22:53
Bump versions of zlib and OpenSSL in the Windows makefiles. Also, rename the pqueue_insert function to avoid a symbol name collision with OpenSSL. ... (check-in: 674bc27891 user: mistachkin tags: sslLinkingFix)
2012-02-09
04:48
Add experimental support for running a TH1 script after a ticket is edited or created. ... (Closed-Leaf check-in: 9555560966 user: mistachkin tags: tktChangeScript)
2012-01-24
13:28
Fix several blob leaks that can lead to out of memory conditions for very large push operations. Revise the order of error messages so that simple HTTP timeout produces a better diagnostic. The HTTP trace files need to be opened in binary mode. ... (check-in: 1e39808853 user: mistachkin tags: trunk)
2012-01-22
06:59
Revise previous commit: since the FOSSIL_ENABLE_TCL macro is used in source files as well as the Makefile itself, it cannot be initially set to an empty string in auto.def. ... (check-in: 238b761afa user: mistachkin tags: trunk)
06:52
Make sure that autosetup ends up defining FOSSIL_ENABLE_TCL in the Makefile when necessary. ... (check-in: 21555be397 user: mistachkin tags: trunk)
2012-01-20
17:32
The HTTP trace files need to be opened in binary mode. ... (Closed-Leaf check-in: 7611406fd7 user: mistachkin tags: clientSyncLeakFix)
17:16
Revise the order of error messages so that simple HTTP timeout produces a better diagnostic. ... (check-in: dd71069bfe user: mistachkin tags: clientSyncLeakFix)
15:22
Fix several blob leaks that can lead to out of memory conditions for very large push operations. ... (check-in: 81c685e097 user: mistachkin tags: clientSyncLeakFix)
2012-01-18
12:56
Add xfersetup to the makemake.tcl script. ... (Closed-Leaf check-in: 9441f6fbcf user: mistachkin tags: pushScript)
12:55
Merge updates from trunk and regenerate makefiles. ... (check-in: 04ab3f0c76 user: mistachkin tags: pushScript)
12:47
Correct casing typos. ... (check-in: 0c042ce7d1 user: mistachkin tags: trunk)
12:41
Modify the makemake.tcl script to generate cleaned up makefiles and then regenerate them. ... (check-in: 3d258e5152 user: mistachkin tags: trunk)
11:12
Merge updates from trunk. ... (check-in: a49e7cb636 user: mistachkin tags: pushScript)
11:09
More cleanup of MinGW makefiles. ... (check-in: 533caec0a6 user: mistachkin tags: trunk)
07:35
Add CSS style for transfer setup page errors. ... (check-in: 0861811e79 user: mistachkin tags: pushScript)
07:30
Correct transfer common setup page description. ... (check-in: b5bf979976 user: mistachkin tags: pushScript)
07:21
Merge updates from trunk. ... (check-in: df8c5e2ea0 user: mistachkin tags: pushScript)
07:10
Cleanup and unify the MinGW makefiles. ... (check-in: a88a241d72 user: mistachkin tags: trunk)
06:22
Update the other Win32 specific makefiles. ... (check-in: 73566db5c2 user: mistachkin tags: pushScript)
06:06
Start of experimental support for post-push TH1 scripting. ... (check-in: a11b7f1535 user: mistachkin tags: pushScript)
2012-01-03
06:40
The return value from sqlite3_win32_mbcs_to_utf8 and sqlite3_win32_utf8_to_mbcs must now be freed via sqlite3_free. ... (check-in: 058e287edb user: mistachkin tags: trunk)
2011-12-25
04:59
Remove unused local variable. ... (check-in: aa55cf3aa6 user: mistachkin tags: trunk)
2011-11-28
05:31
Allow the --with-tcl option to the configure script to work on more systems. Based on patch by Steve Bennett. ... (check-in: 46c27e29e3 user: mistachkin tags: trunk)
2011-11-13
09:59 Ticket [16f8dabf66] Prune empty dirs when switching checkout UUIDs status still Open with 1 other change ... (artifact: 1868cd0e17 user: mistachkin)
2011-11-07
03:39
Remove HAVE_MKDIR_ONE_ARG define when compiling Jim as it will now be defined in the C file itself. ... (check-in: 7ee228fe6a user: mistachkin tags: jimtcl)
00:34
Fix some more compiler warnings seen with MSVC. Cherrypick from [24e298edd0]. ... (check-in: dfdda77dfc user: mistachkin tags: jimtcl)
00:29
More compilation fixes for Jim when compiling with MSVC. ... (check-in: 38d1b52283 user: mistachkin tags: jimtcl)
2011-11-05
23:12
Slight syntax tweak for 'ifeq' statement, this may work on more make variants. ... (Closed-Leaf check-in: f382b9a559 user: mistachkin tags: auto-mingw-makefile)
23:04
Add comments about leading './' in front of source and build directory names. ... (check-in: f3096fe00e user: mistachkin tags: auto-mingw-makefile)
22:50
Add fixes to classic makefile to support MinGW mostly automatically. ... (check-in: 590cee0ec9 user: mistachkin tags: auto-mingw-makefile)
03:49 Edit [6652dd1c1753779b|6652dd1c17]: Mark "Closed". ... (artifact: 3b192d4a11 user: mistachkin)
03:45
Fix some more compiler warnings seen with MSVC. ... (check-in: 24e298edd0 user: mistachkin tags: trunk)
03:24 Edit [c2bed5b3db2ee48b|c2bed5b3db]: Edit check-in comment. ... (artifact: f5d84d2c44 user: mistachkin)
03:22
Be sure to escape any backslashes when emitting #line preprocessor directives in the translate.c tool, cherrypick from [e36ad719cf]. ... (check-in: c2bed5b3db user: mistachkin tags: trunk)
03:12
Fix compiler warning about redefining min() when compiling with MinGW, cherrypick from [536fb1d6e0]. ... (check-in: c738a1a6a7 user: mistachkin tags: trunk)
03:05
Always skip adding script commands that have a NULL name or function pointer. ... (check-in: 1b1fd23590 user: mistachkin tags: trunk)
02:54
Cherrypick the changes [389f9fca5d] and [d0233e1792] to skip adding script commands that have a NULL name or function pointer. ... (check-in: d6c6a433e7 user: mistachkin tags: trunk)
01:59
Fix more compilation issues with MSVC. ... (check-in: 0039d32b88 user: mistachkin tags: jimtcl)
01:30
Attempt to build with MSVC. ... (check-in: e36ad719cf user: mistachkin tags: jimtcl)