Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
70 check-ins using file src/printf.c version aa2683598d
|
2012-07-13
| ||
| 15:06 | Several minor internal cleanups to the json code which i thought i had committed last week :/. check-in: 055dfb1223 user: stephan tags: trunk | |
|
2012-07-07
| ||
| 14:07 | Update the inetd handler so that it works with IPv6. check-in: 89fb414274 user: drh tags: ipv6 | |
| 13:32 | Fix the URL parser so that it is able to handle IPv6 addresses. Fixes to the IPv6 client-side code. check-in: beea59873a user: drh tags: ipv6 | |
|
2012-07-06
| ||
| 16:18 | /json/query now fails without executing the query if the provided query has no result _columns_ (to explicitly disallow INSERT/DELETE/DROP, etc.). check-in: 3e1dd97f77 user: stephan tags: trunk | |
|
2012-07-05
| ||
| 21:25 | Work toward getting Fossil to be able to sync over IPV6. This check-in compiles, but we do not yet have a server to test it on. check-in: 0268e771ef user: drh tags: ipv6 | |
| 19:24 | Minor interal json refactoring made possible by recent cson changes. check-in: e40e79b7ab user: stephan tags: trunk | |
| 19:03 | Pulled in latest cson amalgamation for the cson_type_id addition and started refactoring some O(N) lookups to O(1) based on that addition. check-in: cde55bd7a3 user: stephan tags: trunk | |
|
2012-07-03
| ||
| 21:30 | minor cleanups made possible by newer cson APIs. check-in: 9be377fef1 user: stephan tags: trunk | |
| 21:28 | Minor improvement to the "are we in JSON mode so we can disable the name parameter hack?" pre-check. check-in: 5ea759f9fe user: stephan tags: trunk | |
| 21:10 | Minor optimization in stash_create to bypass an unneeded blob_compare() when (isLink!=isNewLink). check-in: 75461b993e user: stephan tags: trunk | |
| 21:07 | Replaced a malloc()/free() with fossil_malloc()/free() and removed the corresponding NULL check (fossil_malloc() dies on error). check-in: 6ad70288d9 user: stephan tags: trunk | |
|
2012-06-29
| ||
| 23:45 | Fix a bug in the manifest generator that was introduced by check-in [01e4de6b8ae936b]. check-in: 5f3a0681a0 user: drh tags: trunk | |
| 21:30 | Added check of rc for setgid/setuid() calls. check-in: 4d107b597a user: stephan tags: trunk | |
| 19:35 | Remove redundant include argument from the compilation steps of several source files. check-in: 8a18e7fb7f user: mistachkin tags: trunk | |
| 12:48 | Fix the manifest generator for check-ins so that when a partial commit is done and some of the uncommitted files have been renamed, the rows of the check-in manifest are ordered by the original, unchanged names of the uncommitted renamed files. check-in: 01e4de6b8a user: drh tags: trunk | |
| 11:05 | Update the test-parse-manifest test command so that it reports parse failures on standard output. check-in: 4113f5881b user: drh tags: trunk | |
|
2012-06-25
| ||
| 15:43 | Improved detection of changes to a file after a merge that do not change the size of the file. check-in: 23022a8546 user: drh tags: trunk | |
| 15:15 | Whan a commit fails because the repository checksum does match the working directory, in addition to printing the names of the files that disagree, also output the repository version of the files to separate temporary files to facilitate error analysis. check-in: edc0c9464d user: drh tags: trunk | |
|
2012-06-24
| ||
| 03:47 | Re-added the jsonApiVersion field to /json/version output. Not sure why i had removed it. /json/report/create now fails with an NYI error instead of succeeding but doing nothing. check-in: bbcc8fe351 user: stephan tags: trunk | |
|
2012-06-22
| ||
| 23:42 | Updates to test procedures. Add a test case for the hard-to-diff sqlite3.c change. check-in: f9b89f61a3 user: drh tags: trunk | |
| 23:32 | Update the built-in SQLite to the latest version from the trunk of the SQLite tree. The diff of this SQLite change will be very slow without the previous check-in that enhances the diff performance. check-in: c5b835ddc0 user: drh tags: trunk | |
| 22:39 | Huge performance improvement for certain pathological cases for diffing of very large files. check-in: 9e15437e97 user: drh tags: trunk | |
| 13:03 | Minor Makefile hack to allow "make clean" to work from ./src/. check-in: 4e4b6cc35f user: stephan tags: trunk | |
| 12:58 | MSC makefile fix for missing cson_amalgamation. Closed-Leaf check-in: 0918d1f04a user: stephan tags: stephan | |
|
2012-06-20
| ||
| 17:26 | Remove an unused variable. check-in: 2955cece33 user: drh tags: trunk | |
| 17:24 | Add the ability for an administrator to run raw SQL commands via the web interface. check-in: ca0faa88a4 user: drh tags: trunk | |
| 16:47 | comment-after-#ifdef patch from Alexander Orefkov. check-in: c5d56e4974 user: stephan tags: trunk | |
| 14:40 | Change the names of config parameters for adunits to use "-" instead of "_". Allow configuration sync of adunits as part of the skin. check-in: 4bf5cdc873 user: drh tags: trunk | |
| 14:14 | Allow ad units to be added after the menu bar. Optionally disable ads for logged in users and/or administrators. check-in: e33fc88630 user: drh tags: trunk | |
| 11:31 | Update the diff-test-1.wiki tests to include a case for side-by-side diffs of multibyte characters. check-in: c2b681e635 user: drh tags: trunk | |
| 11:02 | Account for multibyte unicode characters when computing column widths for side-by-side diffs. check-in: 484f8d29af user: drh tags: trunk | |
| 10:57 | Add a comment that contains multi-byte unicode characters. This will be used for testing diff logic. check-in: d1fc2f4a16 user: drh tags: trunk | |
|
2012-06-19
| ||
| 13:04 | Fix several MSVC compiler warnings, including a couple C99-isms. check-in: 80bfcee892 user: mistachkin tags: trunk | |
|
2012-06-14
| ||
| 13:00 | Remove temporary pqueue_insert renaming hack from the various Makefiles. check-in: 4006ee4f23 user: mistachkin tags: trunk | |
|
2012-06-12
| ||
| 11:20 | Change the "pqueue_" prefix on methods of the priority queue object to be "pqueuex_" to avoid conflicts with OpenSSL. check-in: 81162c716c user: drh tags: trunk | |
|
2012-06-11
| ||
| 11:39 | Minor pedantic wording change to accommodate a recent code change in how _FOSSIL_ stores the path to the repo file. check-in: 480367cecf user: stephan tags: trunk | |
|
2012-06-10
| ||
| 22:31 | Merge the autosetup and winsrv branches into trunk. check-in: 1ac9cece64 user: drh tags: trunk | |
| 22:29 | If files named on the "fossil add" command are not present, make that a warning rather than a fatal error. check-in: 810976a750 user: drh tags: trunk | |
|
2012-06-08
| ||
| 03:12 | On unix, use the ".fslckout" name instead of "_FOSSIL_" for the local checkout database. Both names have been and continue to recognized. But now ".fslckout" is created by "fossil open" instead of "_FOSSIL_". the "_FOSSIL_" name is still used on windows. check-in: 432306beca user: drh tags: trunk | |
|
2012-06-07
| ||
| 13:30 | Update the built-in SQLite to the first 3.7.13 beta. check-in: 990c4d4437 user: drh tags: trunk | |
|
2012-06-06
| ||
| 20:27 | Fixed command line processing for the "winsrv" command. Corrected a typo in the documentation of the "winsrv create" command. Report error messages in the native language if english is not available. Closed-Leaf check-in: cff9cc34f0 user: tsbg tags: winsrv | |
|
2012-05-26
| ||
| 20:59 | Minor error text rewording (for clarity). Suggestion from the mailing list. check-in: e130c2e781 user: stephan tags: trunk | |
|
2012-05-14
| ||
| 19:44 | added fossilwiki -- a perl script to dump information about the wiki pages in a repo check-in: 733e9af854 user: ron tags: trunk | |
|
2012-05-12
| ||
| 19:03 | Update the built-in SQLite to the first 3.7.12 release candidate. check-in: 3613fe5666 user: drh tags: trunk | |
|
2012-05-11
| ||
| 21:17 | Filter out inline shell variables from tclConfig.sh because they break the build on CentOS 5 with TCL 8.4. (Edit: Fixed username.) Closed-Leaf check-in: cc008ebab7 user: bcsmith tags: autosetup | |
|
2012-05-10
| ||
| 12:22 | Update the built-in SQLite to the 3.7.12 beta as of 2012-05-10. check-in: 0141e20ff0 user: drh tags: trunk | |
|
2012-05-07
| ||
| 20:59 | Avoid database locking errors caused by db_optional_sql() writes. check-in: b22cc4eb73 user: drh tags: trunk | |
|
2012-05-05
| ||
| 13:53 | Improvements to the javascript that enables hyperlinks for anonymous users. check-in: 7fb59a67dc user: drh tags: trunk | |
| 10:55 | Fix a typo in the "info" page. check-in: e2f5be6df1 user: drh tags: trunk | |
|
2012-05-04
| ||
| 23:14 | Update to the latest SQLite trunk version. (This is for testing SQLite, not for Fossil's benefit.) check-in: 59169e4d16 user: drh tags: trunk | |
| 21:31 | Bump version of zlib in the Windows makefiles. check-in: a30da54fee user: mistachkin tags: trunk | |
|
2012-04-30
| ||
| 09:33 | When sided by side make the text area small so it will always fit in the column. After page loaded enlarge the text area with Javascript. But leave a little room (40px) as a margin between the two columns. This insurers that side by side always succeeds. Closed-Leaf check-in: 396eceb9e4 user: renez tags: side-by-side-edit | |
|
2012-04-29
| ||
| 17:08 | Merge in recent trunk changes so that the branches can be more easily compared. Closed-Leaf check-in: 82332148a2 user: drh tags: side-by-side-edit | |
| 16:54 | Remove appropriate "ckout:" records from the config table when closing a checkout. Do not attempt to modify the repository with "ckout:" records if the repository is read-only. check-in: 02051489a0 user: drh tags: trunk | |
| 13:07 | Put wrap="virtual" back in textarea Increase the height of the textarea to the height of the preview div. check-in: ead316f3f7 user: renez tags: side-by-side-edit | |
| 11:05 | Use in cgi strncmp to circumvent Firefox adding ; charset: UTF-8; changed cols to 60 especially under windows it is to big and the result is not side-by-side check-in: a7a331fa16 user: renez tags: side-by-side-edit | |
| 05:12 | Put back the rows='%d(n)". Although an other option is, after the page has loaded, to change the offsetHeight of the text area to the height of the previewdiv. check-in: 55e7e24595 user: renez tags: side-by-side-edit | |
| 05:05 | Enable side by side editing and preview. While automatic updating of the preview 'pane'. Tested with Chrome and Firefox under Linux. Only Chrome works. check-in: 20362c85a8 user: renez tags: side-by-side-edit | |
| 04:54 | Create new branch named "side-by-side-edit" check-in: 68a8a7e925 user: renez tags: side-by-side-edit | |
|
2012-04-28
| ||
| 22:42 | Add the "fossil all changes" command to show all check-outs with uncommitted changes. Also add the "fossil all list --ckout" option to show all current checkouts rather than all repositories. check-in: 42f4d14771 user: drh tags: trunk | |
| 18:55 | Change the name of the auto-enable-hyperlinks setting to auto-hyperlink and make it available via the "fossil setting" command. <b>Note:</b> when upgrading through this change, if you formerly had auto-hyperlink turned off, you will have to turn it off again since the name has changed. It defaults to on. check-in: cb5db7598f user: drh tags: trunk | |
| 18:24 | Remove a surplus space character following the user name in the description of check-ins. check-in: 0ea8ed34a1 user: drh tags: trunk | |
| 18:02 | Fix a stray ")" character in the diff buttons of the "check-in" information page. check-in: 82476370d0 user: drh tags: trunk | |
| 17:28 | For the "fossil info" command from without an open check-out, only show the alt-root and access-url information if the --detail or -l options are given. check-in: f1487280a8 user: drh tags: trunk | |
| 15:00 | On the "setup_ulist" (list of users) webpage, group the special category users ("anonoymous", "nobody", "reader", "developer") together at the top of the screen, rather than interspersing them among the regular users. check-in: 2079981fd6 user: drh tags: trunk | |
| 14:13 | Take advantage of the recently enhancement to the "translate" utility to simplify the logic for the "stat" webpage. check-in: 2008cecf1c user: drh tags: trunk | |
| 12:07 | s/History/Hyperlink/ to accommodate API change. check-in: 89f37c0458 user: stephan tags: trunk | |
| 08:05 | Move the enhanced spider-defense mechanism into the trunk. check-in: 433cde1ce8 user: drh tags: trunk | |
| 08:03 | Refinements to the new hyperlink logic and spider defense. Closed-Leaf check-in: d9c8a7dd73 user: drh tags: spider-defense | |
| 07:15 | Changes anchor tags (<a>) so that the href= attribute can be set by javascript rather than by HTML. This is to make it harder for spiders to follow the hyperlinks to every diff and annotation in the project history. It all seems to work, but it needs further testing and review before going live. check-in: 8ae52fc418 user: drh tags: spider-defense | |