Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
55 check-ins using file src/winhttp.c version 9a69434ccc
2010-11-12
| ||
20:57 | Fixed typos reported by ticket [a3336458f6864db0404b6d45b144be0b17526fb0]. ... (check-in: 03b53ca4ca user: aku tags: trunk) | |
16:37 | Incorporate the "addremove" command (with edits) from the StvPrivateHook2 branch. ... (check-in: ceab53718f user: drh tags: trunk) | |
15:17 | A simple tweak to the graph javascript gets it working on IE6. Ticket [a734fe24da8f75758cf] ... (check-in: e0eceb7892 user: drh tags: trunk) | |
00:24 | Added documentation on ways to identify a check-in. ... (check-in: aaf8cfa296 user: drh tags: trunk) | |
2010-11-11
| ||
23:08 | Change the name of the special "ckout" tag to "current". Also allow "previous" in addition to "prev" for the parent of the current checkout. ... (check-in: badb9ff231 user: drh tags: trunk) | |
22:04 | Add support for "magic" tags "ckout", "prev" and "next". Show the version updating to when performing an "update". ... (check-in: 5ea9ad379d user: drh tags: trunk) | |
21:36 | Fix a minor memory leak. ... (check-in: 3541444d9d user: drh tags: trunk) | |
20:33 | Further refinements to the Fossil-versus-Git document. ... (check-in: 8f4d5314ae user: drh tags: trunk) | |
20:01 | typo ... (check-in: 71f7103494 user: bch tags: trunk) | |
18:21 | Add information on the Git-to-Fossil converter and a comparison article on Fossil and Git. ... (check-in: ae0628aa99 user: drh tags: trunk) | |
13:36 | a stab at fast-import/export support building on the 'import' branch from drh. ... (Closed-Leaf check-in: 7043db15b8 user: gcw tags: gcw-fast) | |
13:36 | Fix the "fossil import" command so that it correctly handles cases where a file is deleted then replaced by a directory with the same name. ... (check-in: e5a734a19a user: drh tags: trunk) | |
01:16 | Cast strlen() to int when used as a printf() argument. ... (check-in: 5fa4dfc286 user: drh tags: trunk) | |
2010-11-10
| ||
21:00 | Fix a bug in processing of "merge" records for "fossil import". ... (check-in: 6b76effa92 user: drh tags: trunk) | |
20:56 | Improved handling of branches and tags in the "fossil import" command. ... (check-in: b2f637510a user: drh tags: trunk) | |
19:11 | Allow a manifest to have no F-cards. ... (check-in: 6f8cd72b08 user: drh tags: trunk) | |
18:44 | Drop the temporary time_fudge table once we are done with it. ... (check-in: 172e16aeec user: drh tags: trunk) | |
18:42 | Fix the code for adding "mlink" entries so that it records file deletions on a baseline manifest. ... (check-in: 0ba2c86d2b user: drh tags: trunk) | |
13:36 | Fix the "divider" lines in the timeline display. Add the --force option to the "import" command. ... (check-in: ef68b04449 user: drh tags: trunk) | |
01:43 | Tweak check-in times slightly so that parents always come before their children. ... (check-in: 0e87f42762 user: drh tags: trunk) | |
00:43 | The "fossil import" command works well enough to import the Git self-hosting repository. There are still issues and no doubt many bugs yet to be found. But this is a good start. ... (check-in: 6c827ff02e user: drh tags: trunk) | |
2010-11-09
| ||
18:15 | Partial implementation of the "fossil import" command. It is incomplete and does not work. ... (check-in: ba837f5e88 user: drh tags: trunk) | |
17:51 | Merge in the latest changes from venks-emacs. ... (check-in: 7d2d1d3228 user: drh tags: trunk) | |
17:37 | Merge with trunk ... (check-in: 96c0c68a86 user: venkat tags: venks-emacs) | |
13:52 | Make "init" an alias for "new". ... (check-in: 21880ca1b6 user: drh tags: trunk) | |
11:59 | The "export" command now exports tags. ... (check-in: 06bc2fb7cc user: drh tags: trunk) | |
11:05 | Merge the import/export changes into trunk. Even though they are incomplete, they do not threaten the correctness of other commands and can be developed in trunk. ... (check-in: 0f024d3e30 user: drh tags: trunk) | |
10:48 | Do not use a subdirectory named "obj" for building. Ticket [6e51013097c17ead]. ... (check-in: e663bac6f7 user: drh tags: trunk) | |
10:44 | For cloning and syncing, give all users the privileges of both "nobody" and "anonymous" without requiring a login message. Ticket [1318677c15af04480b]. ... (check-in: 134f5b374e user: drh tags: trunk) | |
08:59 | fix [e49f245975f89a8a9c006ec224eed48c8ad77593] by adding -nocgi option ... (check-in: 1b883d49cf user: ron tags: trunk) | |
01:06 | Merge from trunk + minor changes to update.c to work with new . return from file_tree_name for fossil root. ... (check-in: a9407bc82f user: venkat tags: venks-emacs) | |
2010-11-08
| ||
23:26 | Export works for Fossil and SQLite repositories. Does not yet export tags. Also need to add incremental export. ... (Closed-Leaf check-in: e25884d44f user: drh tags: experimental) | |
20:07 | Merge in the [696668aa4ec88213c] fix, which is necessary to successfully export the Fossil self-hosting repository. ... (check-in: 95f709cd4f user: drh tags: experimental) | |
20:01 | Fix a bug in the manifest parser which caused it to ignore manifests that were signed by a windows-build of PGP. ... (check-in: 696668aa4e user: drh tags: trunk) | |
19:31 | Fix an inintiialized variable in the previous check-in. ... (check-in: d8935a89b5 user: drh tags: trunk) | |
19:23 | Fix a corner-case in file_tree_name() - specifically when the input is the name of the root of the local tree, return ".". ... (check-in: f98114c9e4 user: drh tags: trunk) | |
19:02 | When the "update" command has a FILES argument which is the top-level directory, that is the same as having no FILES argument at all. In other words, all files are updated. ... (check-in: 2d1a03736a user: drh tags: trunk) | |
19:00 | Begin adding "import" and "export" commands for converting repositories from and to the Git format. The "export" command currently generates output but is not quite correct. The "import" command is still a stub. ... (check-in: b3fd32f925 user: drh tags: experimental) | |
15:33 | Fix a typo in an error message in the merge logic. ... (check-in: 370a89c832 user: drh tags: trunk) | |
15:13 | Allow merges against an empty branch. Ticket [144180bf7db83724a9]. ... (check-in: 4e3cd6ce4e user: drh tags: trunk) | |
06:15 | Remove stray debug fprintf. ... (check-in: 69e81b0260 user: venkat tags: venks-emacs) | |
06:13 | Fossil update -n -v current on root dir now prints all files (printed none before). ... (check-in: cbce3e2f7c user: venkat tags: venks-emacs) | |
05:23 | Allow fossil update -n -v current to be used on the root directory (aborted with "outside of checkout tree" error before). ... (check-in: b6bb1ee725 user: venkat tags: venks-emacs) | |
04:52 | merge with trunk ... (check-in: c18bbf69eb user: venkat tags: venks-emacs) | |
00:40 | Merge in changes from the venks-emacs branch. ... (check-in: c01e3c1794 user: drh tags: trunk) | |
2010-11-07
| ||
23:56 | Fix a typo in the <DOCTYPE> marking at the top of each webpage. Ticket [c18a77e837a66122ed19]. ... (check-in: eea8810b21 user: drh tags: trunk) | |
23:54 | Use the correct mimetype for the logo, even if the mimetype is not image/gif. Ticket [11209555c90f3b61e4]. ... (check-in: 5478f444c5 user: drh tags: trunk) | |
23:51 | Avoid the use of %lld to work around limitations of some windows compilers. Ticket [9d186979fc4fe8d9c] ... (check-in: c76bb6d270 user: drh tags: trunk) | |
21:11 | Patches to file.c (for mingw is_dir), finfo.c (various utilities), and update.c (for verbose/nochange), to allow integration into Emacs and IDEs. ... (check-in: 2a86bb65aa user: venkat tags: venks-emacs) | |
18:48 | Fix alphabetical missort. ... (check-in: d156b68672 user: venkat tags: venks-emacs) | |
18:42 | Send the right mime-type for svg files [2e088c5815] ... (check-in: 151a2104ae user: venkat tags: venks-emacs) | |
10:23 | Merge from trunk. ... (Closed-Leaf check-in: 1a6876db8d user: michael tags: ttmrichter-skins) | |
08:16 | Create new branch named "venks-emacs" ... (check-in: e8d231aaf3 user: venkat tags: venks-emacs) | |
2010-11-06
| ||
23:59 | Add an undocumented --noverify option to the rebuild command to skip the verify_before_commit() sanity check. ... (check-in: 6a11af1782 user: drh tags: trunk) | |
21:04 | Rename the "portable_system()" function to "fossil_system()" and move it from diffcmd.c into main.c. ... (check-in: d9880a8003 user: drh tags: trunk) | |