Fossil

Timeline
Login

Timeline

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

50 events by user mistachkin occurring around 2011-11-05 23:04:39.

2012-01-22
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)
00:23
Police various compiler warnings. ... (check-in: 536fb1d6e0 user: mistachkin tags: jimtcl)
00:05
Fix non-C89 compliant variable declaration. ... (check-in: d0233e1792 user: mistachkin tags: jimtcl)
00:01
Skip over Jim commands to create if they have a NULL name or function pointer. ... (check-in: 389f9fca5d user: mistachkin tags: jimtcl)
2011-11-04
23:34
Cleanup style and use Jim_Obj APIs when bridging commands from Tcl to Jim. ... (check-in: d87454917c user: mistachkin tags: jimtcl)
2011-10-27
15:00
Prevent shell argument manipulation performed automatically by the MinGW shell from interfering with the makeheaders tool used by the Makefile. ... (check-in: 827a54fe6c user: mistachkin tags: tcl-integration)
13:45
Enable building with Tcl integration enabled using autosetup and/or makemake.tcl. Patch provided by Steve Bennett. ... (check-in: 5ffb7d71d3 user: mistachkin tags: tcl-integration)
2011-10-26
15:17
Merge updates from trunk. ... (check-in: 7017c87b40 user: mistachkin tags: tcl-integration)
15:07
Update test cases to work with or without the USE_TCL_EVALOBJV compile-time option enabled. ... (check-in: 7d43a362d0 user: mistachkin tags: tcl-integration)
14:57
Perform lazy setup of the Tcl integration subsystem when it is actually enabled. ... (check-in: e49581506a user: mistachkin tags: tcl-integration)
2011-10-19
01:29
Merge updates from trunk. ... (check-in: 62d928cb41 user: mistachkin tags: tcl-integration)
2011-10-10
12:59
Adjust SSL trust fix to skip prompting for certificates that already have an explicitly negative trust setting. ... (check-in: 636804745b user: mistachkin tags: trunk)
08:56
Fix constant prompting on already saved SSL certificates that are not trusted for some reason (e.g. host mismatch, etc). ... (Closed-Leaf check-in: 25169506b7 user: mistachkin tags: ssl-trust-fix)
2011-09-27
06:44
Allow the Tcl source directory to be used instead of the Tcl install directory if FOSSIL_TCL_SOURCE defined. Also, add and/or modify explanatory comments. ... (check-in: 5df59eba03 user: mistachkin tags: tcl-integration)
05:31
Makefile fixes to enable Tcl to be statically linked to Fossil. ... (check-in: 6e6e55a12d user: mistachkin tags: tcl-integration)
03:55
Merge latest trunk changes. ... (check-in: 2d2b45bb17 user: mistachkin tags: tcl-integration)