Fossil

Timeline
Login

Timeline

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

68 check-ins using file Makefile version e227361d

2010-11-11
13:36
a stab at fast-import/export support building on the 'import' branch from drh. ... (Closed-Leaf check-in: 7043db15 user: gcw tags: gcw-fast)
2010-11-09
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: 134f5b37 user: drh tags: trunk)
08:59
fix [e49f245975f89a8a9c006ec224eed48c8ad77593] by adding -nocgi option ... (check-in: 1b883d49 user: ron tags: trunk)
01:17
Cleanup of help_page() in preparation for merging with trunk. ... (Closed-Leaf check-in: a298a0e2 user: drh tags: StvPrivateHook2)
01:06
Merge from trunk + minor changes to update.c to work with new . return from file_tree_name for fossil root. ... (check-in: a9407bc8 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: e25884d4 user: drh tags: experimental)
23:01
remove hook command to be compatible with other hook designs ... (check-in: a0612174 user: wolfgang tags: StvPrivateHook2)
20:07
Merge in the [696668aa4ec88213c] fix, which is necessary to successfully export the Fossil self-hosting repository. ... (check-in: 95f709cd user: drh tags: experimental)
20:04
merge from trunk ... (check-in: 1e801695 user: wolfgang tags: StvPrivateHook2)
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: 696668aa user: drh tags: trunk)
19:31
Fix an inintiialized variable in the previous check-in. ... (check-in: d8935a89 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: f98114c9 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: 2d1a0373 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: b3fd32f9 user: drh tags: experimental)
15:33
Fix a typo in an error message in the merge logic. ... (check-in: 370a89c8 user: drh tags: trunk)
15:13
Allow merges against an empty branch. Ticket [144180bf7db83724a9]. ... (check-in: 4e3cd6ce user: drh tags: trunk)
06:15
Remove stray debug fprintf. ... (check-in: 69e81b02 user: venkat tags: venks-emacs)
06:13
Fossil update -n -v current on root dir now prints all files (printed none before). ... (check-in: cbce3e2f 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: b6bb1ee7 user: venkat tags: venks-emacs)
04:52
merge with trunk ... (check-in: c18bbf69 user: venkat tags: venks-emacs)
00:40
Merge in changes from the venks-emacs branch. ... (check-in: c01e3c17 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: eea8810b 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: 5478f444 user: drh tags: trunk)
23:51
Avoid the use of %lld to work around limitations of some windows compilers. Ticket [9d186979fc4fe8d9c] ... (check-in: c76bb6d2 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: 2a86bb65 user: venkat tags: venks-emacs)
18:48
Fix alphabetical missort. ... (check-in: d156b686 user: venkat tags: venks-emacs)
18:42
Send the right mime-type for svg files [2e088c5815] ... (check-in: 151a2104 user: venkat tags: venks-emacs)
10:13
merge from trunk ... (check-in: 8050311d user: wolfgang tags: StvPrivateHook2)
08:16
Create new branch named "venks-emacs" ... (check-in: e8d231aa 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: 6a11af17 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: d9880a80 user: drh tags: trunk)
19:08
merge from trunk ... (check-in: e5fe4164 user: wolfgang tags: StvPrivateHook2)
19:04
Add the -R option to the ticket command. ... (check-in: 6dd81a54 user: wolfgang tags: trunk)
16:57
merge from trunk ... (check-in: 3ea66260 user: wolfgang tags: StvPrivateHook2)
14:04
Fix the sync logic so that it is able to clone against the canonical fossil repository with its implied redirect. ... (check-in: a921be7b user: drh tags: trunk)
13:52
Change the anonymous login cookie name to include a hash of the base URL. Ticket [3edef69bf3e995ed2] ... (check-in: 9dd6c431 user: drh tags: trunk)
2010-11-04
19:58
Do not assume that the method is CGI just because the GATEWAY_INTERFACE environment variable is set. Only do CGI if GATEWAY_INTERFACE is set and there either is no argument specified, or the specified argument is not a valid command. Ticket [e49f245975f89a8a9] ... (check-in: dcf839e4 user: drh tags: trunk)
19:24
Fix a couple of minor issues with settings, as pointed out on the mailing list. ... (check-in: cb2ff51c user: drh tags: trunk)
2010-11-03
12:14
Updates to the help text for the "commit" command. ... (check-in: 098e3633 user: drh tags: trunk)
2010-11-02
18:23
merge from trunk ... (check-in: cb75de51 user: wolfgang tags: StvPrivateHook2)
00:07
Add the "ignore" subcommand to the "all" command. Useful for causing testing and debugging repositories from being bypassed for "fossil all rebuild" or "fossil all sync". ... (check-in: 24636f70 user: drh tags: trunk)
2010-11-01
23:45
Mention the -N and --new-file command-line options on the "diff" command. Ticket [926a1b1639a1ee3739]. ... (check-in: bd68e417 user: drh tags: trunk)
23:38
Fix a possible redirect loop. ... (check-in: f4033ec0 user: drh tags: trunk)
18:52
merge from trunk ... (check-in: 4a094f46 user: wolfgang tags: StvPrivateHook2)
14:23
Fix a typo in the file format documentation reported on the Tcl/Tk chatroom. ... (check-in: d0753799 user: drh tags: trunk, release)
2010-10-31
21:51
Add a warning to the "fossil sqlite3" command to remind users that careless use of the command can easily corrupt the repository. Ticket [b18338c226f6fb4899]. ... (check-in: 4e1241f3 user: drh tags: trunk)
11:10
makemake.tcl updated to generate valid Makefile.dmc ... (check-in: 41461906 user: wolfgang tags: StvPrivateHook2)
2010-10-30
20:02
merge from trunk ... (check-in: 943dbc55 user: wolfgang tags: StvPrivateHook2)
19:05
applied patch from ticket [aa01499923] and added option -prot to test tcl script which optionally writes a protocol file ... (check-in: f89d953a user: wolfgang tags: trunk)
2010-10-29
21:11
merge from trunk and add sqlite shell to windows make ... (check-in: 6d334ac9 user: wolfgang tags: StvPrivateHook2)
19:06
Add the "sqlite3" command providing an sqlite3 command-line shell. Ticket [b18338c226f6fb4899b] ... (check-in: 8c723318 user: drh tags: trunk)
18:06
Avoid division by zero on degenerate repositories when displaying percent done. Ticket [5be04d980c92f73fbc7] ... (check-in: 067a90a9 user: drh tags: trunk)
2010-10-28
17:41
merge from trunk ... (Closed-Leaf check-in: e6dce6a1 user: wolfgang tags: StvPrivateHook2 )
14:41
Fix a few harmless compiler warnings. ... (check-in: d03718ad user: drh tags: trunk)
14:03
New higher-performance clone algorithm merged in from the experimental branch. ... (check-in: fda9b15c user: drh tags: trunk)
13:25
Less frequent status messages while processing using the sync protocol. ... (Closed-Leaf check-in: 0ca42eb3 user: drh tags: experimental)
13:07
Reduce the amount of processing in between when a server timestamp is generated and when it is evaluated for time skew by the client - to reduce the risk of detecting time skew simply due to a slow disk. ... (check-in: a4cdf8d2 user: drh tags: experimental)
03:41
Fix the termination condition for the clone client so that it does not stop transferring before all the artifacts have been sent. ... (check-in: 0bb7d7b8 user: drh tags: experimental)
01:58
Do not attempt to process a delta-manifest if its baseline-manifest is a phantom. Defer processing until the phantom is resolved. ... (check-in: b073039b user: drh tags: experimental)
2010-10-27
20:39
added missing dependency in dmc windows make for resource file ... (check-in: 304c71a0 user: wolfgang tags: StvPrivateHook2 )
20:27
corrections on merge conflict handling for settings help ... (check-in: 309168a9 user: wolfgang tags: StvPrivateHook2 )
19:56
Fix a NULL-pointer dereference in "branch new". Ticket [a4a9f45b67cbbcf26]. ... (check-in: ff79f97a user: drh tags: trunk)
19:17
Do not allow clusters larger than about 900 entries. ... (check-in: 06475b2e user: drh tags: experimental)
18:04
merge from trunk ... (check-in: f5740d09 user: wolfgang tags: StvPrivateHook2 )
16:06
New higher-performance and backwards-compatible clone logic. ... (check-in: 5ba4439b user: drh tags: experimental)
11:54
Use delta encoding between baseline manifests separated by delta manifests. ... (check-in: e21ca81e user: drh tags: trunk)
2010-10-26
21:37
Add better usage and help to the "artifact" command. ... (check-in: 57347e6e user: drh tags: trunk)
21:31
Update the makefile to enable USE_PREAD on the BSDs. ... (check-in: b84b954f user: drh tags: trunk)