Fossil

Timeline
Login

Timeline

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

36 check-ins using file src/zip.c version 270a1c0b

2012-08-31
19:57
Avoid prompting for the password for SSH syncs, since the password is never used. Omit debugging output on SSH syncs. ... (check-in: d1eb341f user: drh tags: trunk)
19:47
Improved handling of command-line arguments under windows. Possible fix for ticket [c8c0b78c84]. ... (check-in: 0c7ae64a user: drh tags: trunk)
18:40
Remove obsolete documentation from the www/ folder. ... (check-in: d80f2dc0 user: drh tags: trunk)
12:44
Merge the fork of trunk. ... (check-in: 231113ea user: mistachkin tags: trunk)
12:43
Revise shell checking in the MinGW makefile to be a bit more general purpose. ... (check-in: 4e62bffa user: mistachkin tags: trunk)
12:26
Make it declarative that building the Win32 resources require the VERSION.h file. ... (check-in: cf639e4f user: mistachkin tags: trunk)
09:03
use more utf-8 characters in the wiki, in stead of html entities ... (check-in: 927d07c7 user: jan.nijtmans tags: trunk)
08:58
Removed some very old TODO comments (from me) which just clutter up the wiki help text. ... (check-in: f1c56bd3 user: stephan tags: trunk)
08:08
More consistancy in html generation: Use '"' where possible. ... (check-in: 34fcb963 user: jan.nijtmans tags: trunk)
2012-08-30
22:02
PATH_MAX -> MAX_PATH ... (Closed-Leaf check-in: b41c57d5 user: jan.nijtmans tags: ticket-c8c0b78c84)
19:41
Attempt to support compiling with MinGW without MSYS. ... (check-in: 773fa5e6 user: mistachkin tags: trunk)
19:29
upgrade dirent.h to latest available version (1.11) ... (check-in: fb07d869 user: jan.nijtmans tags: trunk)
14:30
typos ... (check-in: 7c0f4eca user: jan.nijtmans tags: trunk)
12:34
make winhttp.c compilable without -DUNICODE ... (check-in: d0256a17 user: jan.nijtmans tags: eclipse-project)
12:05
Fix overzealous identification of no-op merges that are not really no-ops. ... (check-in: efba2bc1 user: drh tags: trunk)
11:47
merge ticket-c8c0b78c84 convert winhttp.c to unicode ... (check-in: f342247c user: jan.nijtmans tags: eclipse-project)
09:21
... and teach popen how to handle non-mbcs characters ... (check-in: 7d842b65 user: jan.nijtmans tags: ticket-c8c0b78c84)
08:55
proposed fix for [c8c0b78c84]. And - bonus - allow a BOM in the --args file ... (check-in: 95f21243 user: jan.nijtmans tags: ticket-c8c0b78c84)
07:03
merge trunk ... (check-in: 0387251b user: jan.nijtmans tags: eclipse-project)
02:04
Simplify the mkversion changes from the previous commit. ... (check-in: ae85ba15 user: mistachkin tags: trunk)
01:56
Support setting the binary file/product versions in the Win32 resources. ... (check-in: 6b8ef6a4 user: mistachkin tags: trunk)
2012-08-29
23:34
The --force flag change should have been on trunk. DRH should follow his own checklists! ... (check-in: 5c420b16 user: drh tags: trunk)
23:33
Allow no-op merges with the --force flag. ... (Closed-Leaf check-in: d787bcd4 user: drh tags: msvc-broken)
23:17
Update file header comments for the TH1/Tcl integration source code. ... (check-in: 5f22bc09 user: mistachkin tags: trunk)
22:43
remaining part of [01a2f3a346] factor out the opendir() family of routines and provide portable alternatives, fossil_opendir() ... (check-in: 4f9f0570 user: jan.nijtmans tags: trunk)
22:37
found the cause of the crash!!!! ... (check-in: 27905725 user: jan.nijtmans tags: msvc-broken)
22:34
working part of [01a2f3a346] ... (check-in: 14733d15 user: jan.nijtmans tags: trunk)
21:32
upgrade to dirent-1.11 ... (Closed-Leaf check-in: 10fec4b7 user: jan.nijtmans tags: broken-msvc-2, dirent-1.11)
20:57
undo [bf079432fb]: It's crucial for the Tcl fossil repository to be able to do a no-op merge-mark. This change would make that impossible. ... (Closed-Leaf check-in: 41577fd3 user: jan.nijtmans tags: broken-msvc-2)
20:51
merge-mark (in order to make merging back msvc-broken to trunk easier) ... (check-in: 2b5d6934 user: jan.nijtmans tags: msvc-broken)
20:48
working part of [ticket-01a2f3a346] (still don't understand, but somehow it doesn't work with msvc) ... (check-in: 51730940 user: jan.nijtmans tags: broken-msvc-2)
20:27
make it link on msvc. Doesn't run yet. ... (check-in: bd43f1c2 user: jan.nijtmans tags: msvc-broken)
19:41
Allow UTF-8 characters in sources. translate.exe will translate it to ASCII ... (check-in: 208d6767 user: jan.nijtmans tags: trunk)
16:51
An attempt to factor out the opendir() family of routines and provide portable alternatives, fossil_opendir(). This simplistic first attempt works on non-windows platforms, but the build fails on windows. ... (check-in: 8d8e529a user: drh tags: msvc-broken)
14:12
merge trunk ... (check-in: c0378084 user: jan.nijtmans tags: eclipse-project)
13:57
Allow UTF-8 characters in sources. translate.exe will translate it to ASCII ... (check-in: 9f6abc59 user: jan.nijtmans tags: msvc-broken)