Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file win/Makefile.msc at check-in 4dcea802366a8af8
2024-12-23
| ||
20:08 | When /timeline selects specific branches using r=, t=, rl=, tl= or similar, then try to show the selected branches at the left margin. To help accomplish this, the code that computes branch name matching by various algorithms (GLOB, LIKE, REGEXP, LIST) is factored out into a new source file "match.c". ... (file: [3551e10ffe] check-in: [e89ea2c93c] user: drh branch: trunk, size: 72969) | |
2024-11-28
| ||
21:54 | Preliminary implementation of a --tk option to the 3-way-merge command. Lots of work left to do to get this working well. ... (file: [694f668f81] check-in: [bdcacd55be] user: drh branch: merge-enhancements, size: 72678) | |
2024-11-15
| ||
14:14 | Add the ability to show the difference between two SQLite database files. ... (file: [ca9f61be89] check-in: [27c81f1c22] user: drh branch: sqldiff, size: 72925) | |
2024-06-30
| ||
11:25 | Teach stylesheet_url_var() to use the style_set_current_page() value, if set, instead of g.zPage, so that style_set_current_page() can be used to force closely-related pages (namely /chat and /chat-search) to use the same style.CurrentPageName.css, to avoid having to duplicate style sheets. Remove the now-unnecessary style.chat-search.css and port its handful of additions into style.chat.css. Adjust the /chat-search 'mark' CSS class to behave nicely in dark-mode themes. ... (file: [49aefdc084] check-in: [3bf2275393] user: stephan branch: fts5-chat-search, size: 72630) | |
2024-06-23
| ||
19:12 | Initial sketch of the ability to upload a new /uv file via an HTML form, per off-list user request. The form is not yet handled. ... (file: [735e5ab26f] check-in: [152cc642e7] user: stephan branch: uv-upload, size: 72612) | |
2024-02-23
| ||
12:08 | Resurrect the "default" skin from the last release under a new name: "Dense". ... (file: [8ef244db32] check-in: [94f9b72690] user: drh branch: resurrect-old-default-skin, size: 72920) | |
2024-02-10
| ||
09:54 | Initial fork of the trunk default skin into "Étienne" (a.k.a. "etienne" without the accent for easier use in ?skin=" and such) for use by those who want to return to the old default once this branch is merged to trunk. At the moment, it is a straight copy with the intent of forming a baseline for the minimal changes I'm about to make in order to allow the Fossil doc changes on this branch to render reasonably. ... (file: [df7478c521] check-in: [7d8631f17c] user: wyoung branch: inskinerator-modern-backport, size: 72532) | |
2023-10-16
| ||
14:37 | Add warning-policy setting functionality. ... (file: [e1b540b0c3] check-in: [af73acb2df] user: preben branch: warn-on-merging-private-branch, size: 72474) | |
2023-04-22
| ||
14:46 | Tweak the previous commit and put extra headers at the end. ... (file: [e333d3c83a] check-in: [391927155a] user: florian branch: trunk, size: 72128) | |
10:47 | Update dependencies in the MSVC makefile so that changes to command help texts and built-in files are picked up. ... (file: [3c6506d4eb] check-in: [c2f56d2bc8] user: florian branch: trunk, size: 72128) | |
2023-01-21
| ||
01:13 | Remove bootstrap skin, per discussion in [forum:aa02d7443d446211|forum post aa02d7443d446211]. Clients with that skin selected will automatically be switched to the default. ... (file: [e7772d4abf] check-in: [e1ef9347e1] user: stephan branch: trunk, size: 72084) | |
2022-11-30
| ||
01:03 | Make sure SQLite is compiled with HAVE_USLEEP. ... (file: [c837b389a6] check-in: [f97f90c08d] user: drh branch: trunk, size: 72504) | |
2022-06-17
| ||
09:43 | Merged in trunk. ... (file: [3e94072f67] check-in: [6bdb2fbe99] user: danield branch: version-cmd-describe, size: 72524) | |
09:32 | Add generation of manifest.descr to Makefile.msc (via makemake.tcl); this can be removed after 'version --describe' support gets built in. ... (file: [7baf4b5b9b] check-in: [a198cde661] user: danield branch: version-cmd-describe, size: 71993) | |
2022-06-07
| ||
18:05 | Added optional build infrastructure for using emcc so that we have a reproducible pikchr.wasm instead of an opaque 3rd-party blob. This adds the --with-emsdk configure flag. ... (file: [d141a9548b] check-in: [8f6886c905] user: stephan branch: pikchrshow-wasm, size: 72439) | |
2022-06-06
| ||
18:02 | Replace /pikchrshow with a WASM-based version and rename the prior version to /pikchrshowcs (cs=client/server). There are still a couple layout/style quirks to resolve, and a feature or two to port from the legacy app, but it more or less works. ... (file: [da05779f4f] check-in: [321f01a86e] user: stephan branch: pikchrshow-wasm, size: 72453) | |
2022-04-05
| ||
15:04 | Modify the makefiles to provide for compile-time options for pikchr. Reduce the token-count limit in pikchr to 10,000. ... (file: [e0dc05805b] check-in: [959807e915] user: drh branch: trunk, size: 71971) | |
2022-03-30
| ||
15:08 | Add "--describe" flag to the "version" command to provide context to the most recent major commit tagged with "version*". Run "touch manifest.descr" in the repo root prior to the first build, then build it a second time to get it bootstrapped. ... (file: [e79bb623aa] check-in: [4329553d51] user: danield branch: version-cmd-describe, size: 71952) | |
2022-03-22
| ||
11:46 | For MSVC build, use /utf-8 option for CL (because some sources need it and this helps when some codepages are in effect) ... (file: [7d5c3c5a74] check-in: [0324515b59] user: larrybr branch: trunk, size: 71908) | |
2022-01-31
| ||
05:42 | For the MSVC makefile, fix forwarding of XPCFLAGS and XPLDFLAGS to OpenSSL. This is only relevant if the MSVC makefile is used to build OpenSSL as a sub-project (FOSSIL_BUILD_SSL=1) for Windows XP (FOSSIL_ENABLE_WINXP=1). XPLDFLAGS only matters for the shared library case (FOSSIL_DYNAMIC_BUILD=1), and is applied in a post build step -- somewhat whacky, but fixes the problem, and there's a lot of comments and diagnostic output to help with troubleshooting. ... (file: [7c9ffee735] check-in: [fa3f60f694] user: florian branch: trunk, size: 71901) | |
05:29 | Keep the verbose output as it's helpful for debugging, and because Fossil build output is also very detailed. ... (file: [07043471c8] check-in: [c62f663e19] user: florian branch: msvc-openssl-winxp, size: 71805) | |
2022-01-30
| ||
11:32 | Reduce output verbosity, but still provide enough hints in case of an error. ... (file: [420e52a887] check-in: [7dcf497daa] user: florian branch: msvc-openssl-winxp, size: 71669) | |
11:26 | Remove an incorrect comment: it's possible to edit the OpenSSL makefile, and it only rebuilds itself if the templates are updated. ... (file: [6b92989f22] check-in: [87dcc045dd] user: florian branch: msvc-openssl-winxp, size: 71636) | |
2022-01-27
| ||
16:27 | Additional fixes to the build process to ensure that pikchr.c has a valid header file. ... (file: [4dbeccffec] check-in: [f46f8c3839] user: drh branch: trunk, size: 70578) | |
15:17 | Fix makemake.tcl and Makefile.msc to build on Windows. ... (file: [5b55635962] check-in: [2d354a6e7f] user: danield branch: pickhr-prototype, size: 70570) | |
06:45 | Make MSVC build fail any level 2 warnings, and build w/o any. ... (file: [02cc43a08f] check-in: [9c1199d723] user: larrybr branch: msvc-warn2-fatal, size: 70490) | |
04:16 | A potential fix for the Makefile.msc and Makefile.dmc for the missing pikchr prototype, as discussed in /chat. Cannot test locally. _Might_ be that the added block in makemake.tcl line 1441 can be removed. ... (file: [d625d949c5] check-in: [bc6bda98a1] user: stephan branch: pickhr-prototype, size: 70550) | |
2022-01-21
| ||
11:16 | Defer output of status messages until relevant. Remove unnecessary FOR command variable expansions. ... (file: [3f4287ce88] check-in: [b2655b9c4d] user: florian branch: msvc-openssl-winxp, size: 71715) | |
06:49 | Forward XPCFLAGS and XPLDFLAGS to the OpenSSL build process to fix Windows XP builds with MSVC. This affects builds with FOSSIL_ENABLE_WINXP=1 and FOSSIL_BUILD_SSL=1. XPLDFLAGS is only relevant if FOSSIL_DYNAMIC_BUILD=1 also set, and is applied in a post-build step to work around the difficulties to append (MSVC) linker flags to the OpenSSL defaults. NOTE: Pending more tests, and back-porting to tools/makemake.tcl. ... (file: [88116bfdd2] check-in: [b9d40d68dc] user: florian branch: msvc-openssl-winxp, size: 71684) | |
2022-01-19
| ||
16:55 | For Solaris, omit the XOPEN_SOURCE define, as this is no longer recommended, according to private email from Claes Nästén. Also disable some obsolete compile-time options to SQLite. ... (file: [246c930f50] check-in: [5b0c71d1fc] user: drh branch: trunk, size: 70482) | |
2021-12-31
| ||
19:02 | Fix harmless compiler warnings. ... (file: [d4c961e3bc] check-in: [96a66d75f8] user: mistachkin branch: trunk, size: 70739) | |
2021-12-26
| ||
13:05 | Removed miniz.c, per /chat discussion. It is incompatible with both OpenSLL and the SQL shell's sqlar support. ... (file: [cc0ad56c12] check-in: [f9c2d23f29] user: stephan branch: trunk, size: 70763) | |
2021-12-25
| ||
19:49 | Fixed a broken reference to pikchr.c in Makefile.msc. ... (file: [2b9e944590] check-in: [789f8ce809] user: stephan branch: code-movement, size: 71431) | |
19:29 | Corrected path to mkbuiltin.c in Makefile.msc. Corrected, perhaps, build of tools/*.c, in Makefile.PellesCGMake. ... (file: [83dbab383a] check-in: [1b1938e213] user: stephan branch: code-movement, size: 71422) | |
19:25 | Ensure that SRCDIR_extsrc and SRCDIR_tools are defined in the Windows makefiles (they are not inherited from the main makefile). ... (file: [fd073a5926] check-in: [5e203da667] user: stephan branch: code-movement, size: 71416) | |
19:10 | Makefile vars which leak into Makefile.msv renamed to replace '.' characters, as nmake does not like those. ... (file: [72057c2bc5] check-in: [6454f7bcd1] user: stephan branch: code-movement, size: 71363) | |
14:39 | Part three of code relocation. All 3rd-party/upstream source files in src/ have been moved to extsrc/. It is very likely that Makefile.msc requires fixing, and a 100% certainty that Makefile.PellesCGMake needed fixing. ... (file: [c5e885b3ca] check-in: [9e8c47381e] user: stephan branch: code-movement, size: 71363) | |
13:43 | Part two of code-relocation effort: moved sqlite3.c/h to extsrc/, per /chat discussion. Moving remaining 3rd-party sources will be far more invasive in makemake.tcl, so will be a separate step. ... (file: [78a90784a2] check-in: [e3e204dce1] user: stephan branch: code-movement, size: 71463) | |
13:26 | Fixed the builtin files generation broken by the previous checkin (moving makemake.tcl changed resolution of builtin file names) and disabled the glob -nocomplain flag which allowed that to silently fail. Moved src/sqlcompattest.c to tools/. ... (file: [28a4fa0ef9] check-in: [7271f22355] user: stephan branch: code-movement, size: 71442) | |
12:06 | Part one of src/ file relocations discussed in /chat. This step moves the various code generators and translators from src/ to tools/. Edit: moving to branch for further changes, as this broke diff -tk. ... (file: [8520f7111f] check-in: [a13ab011f4] user: stephan branch: code-movement, size: 66718) | |
2021-09-28
| ||
09:45 | Moved chat.js to fossil.page.chat.js, for consistency with the other single-page apps and to emphasize that it is not to be loaded on arbitrary pages. Changed chat's startup to wait until the page on-load event to avoid a related timing issue. ... (file: [a40646da2a] check-in: [3ec8c6c04d] user: stephan branch: trunk, size: 71410) | |
2021-09-21
| ||
11:32 | Moved the 350-ish lines/9k of chat-specific CSS into style.chat.css. ... (file: [bfa508f18c] check-in: [bd4dd24373] user: stephan branch: chat-markdown, size: 71386) | |
2021-09-07
| ||
22:28 | Ongoing refactoring and feature-adding related to the JS/ajax components of the new diff views. ... (file: [0f5c55602b] check-in: [65aa2c9643] user: stephan branch: diff-js-refactoring, size: 71310) | |
2021-09-02
| ||
14:25 | Various improvements and bug fixes to the new diff logic. ... (file: [2a0fbecb3e] check-in: [10f736f04f] user: drh branch: diff-color-enhancements, size: 71320) | |
2021-09-01
| ||
19:53 | First attempt to generate side-by-side diffs using the new formatter. This breaks the --tk option. The "fossil diff -b" and "--by" work, but side-by-side diff on /info pages and similar is currently busted. CSS is simplified, which means that skins will need to be modified. This is an incremental check-in. ... (file: [0468e44e27] check-in: [4cd8a743cd] user: drh branch: diff-color-enhancements, size: 71388) | |
2021-06-22
| ||
01:38 | Added the carray() virtual table extension from SQLite and added the test-json-carray command to test it. This is needed for the next step on this branch. ... (file: [0a151bcec7] check-in: [4223fe8cb5] user: wyoung branch: fossil-spawn, size: 71337) | |
2021-06-21
| ||
17:15 | Begin adding infrastructure for the new "fossil patch" command. ... (file: [5b06ea0b52] check-in: [343745fd36] user: drh branch: patch-cmd, size: 71326) | |
2021-04-24
| ||
17:04 | Update the Makefiles to include new JS files added by check-ins [6f5a5643ae3b5d14] and [6ebf5c7c9f1b1d16]. Windows server-side won't work on builds without this change. The necessary changes were already in the unix makefiles, so prior builds should be working there. ... (file: [82cc0ecdc8] check-in: [ffd0999374] user: drh branch: trunk, size: 71035) | |
2021-03-19
| ||
02:49 | Be sure to set the default value for the OPTIMIZATIONS nmake macro, i.e. to avoid an expression syntax error. ... (file: [51fb510aab] check-in: [9c36e6335f] user: mistachkin branch: th1-malloc-debugging, size: 70851) | |
2021-03-18
| ||
22:57 | Add compile-time option to enable TH1 memory leak tracking. Also, fix a TH1 memory leak and improve a couple #ifdef's. ... (file: [45b160810b] check-in: [e5293dc281] user: mistachkin branch: th1-malloc-debugging, size: 70753) | |
2021-03-16
| ||
21:08 | Regenerated makefiles to account for webmail.c removal in [274df1cad42f]. ... (file: [bed09dbfa5] check-in: [8228ed34ea] user: stephan branch: trunk, size: 70549) | |
2021-03-01
| ||
17:35 | Proof of concept/demo for toggle buttons on individual diff views on the /info diff views, as discussed in [forum:0f751ad9c8]. ... (file: [f6542c6f6e] check-in: [cfdd666533] user: stephan branch: diff-view-toggle-poc, size: 70862) | |
2021-02-21
| ||
13:10 | Add optimization level flag for MSVC builds, defaulting to /Os. ... (file: [49df887899] check-in: [c72edfd865] user: danield branch: trunk, size: 70776) | |
2021-02-15
| ||
01:56 | Merge from trunk ... (file: [59a995e2a5] check-in: [3f496aa752] user: larrybr branch: msvc_make_fixup, size: 71174) | |
2021-02-13
| ||
20:43 | Add deploy (only) target, better directory definition and creation. ... (file: [631ff765a4] check-in: [6095d54ee7] user: Larry branch: msvc_make_fixup, size: 59642) | |
08:46 | Stop building zlib and openssl always. Get build directory not in win/. (and never in ../src) Fix generated .h dependencies to NMAKE can see to build them as needed. Cause more build options to be overridable on invocation (or !include). Other minor improvements. ... (file: [219b9b0f55] check-in: [06c74be78b] user: Larry branch: msvc_make_fixup, size: 59532) | |
2021-02-11
| ||
18:01 | Update the windows makefiles so that they expect in-tree OpenSSL in the directory "compat/openssl", not in "compat/openssl-$VERSION". ... (file: [5e76610cfb] check-in: [0703d4dc5a] user: drh branch: trunk, size: 70754) | |
14:33 | Simplify the palette of built-in skins by combining "original", "enhanced1", and "rounded1" into just "original" and combining "blitz_no_logo" into "blitz". Update all built-in skins so that they sitemap is accessible from the menu by default. ... (file: [ecfb7d4163] check-in: [22fb2de45e] user: drh branch: trunk, size: 70761) | |
2021-02-10
| ||
00:12 | First attempt at a new "darkmode" skin. Based on the skin found in libfossil, but with the title centered and a hamburger menu added, as well as a few other tweaks. More tweaking is needed. ... (file: [472d678633] check-in: [1e815c46d0] user: drh branch: trunk, size: 72255) | |
2021-02-08
| ||
16:36 | Set the optimize-for-size option on the compiler for MSVC builds. ... (file: [aeacc7addb] check-in: [734561ed24] user: drh branch: trunk, size: 71843) | |
2021-02-04
| ||
00:57 | Split off the automatic background color chooser into a separate source file "color.c". Add a separate routine "user_color()" to choose background colors based on user name. Abandon the "color-hash-seed" setting. Instead, provide the "user-color-map" setting for overriding the automatic color choices for a few users, which color collisions occur between key project members. ... (file: [72f6189c69] check-in: [4d0af2a68f] user: drh branch: user-color-revamp, size: 71843) | |
2021-01-25
| ||
18:54 | Fix the makefile in the previous check-in. ... (file: [4560ee1162] check-in: [5fbc3b300b] user: drh branch: standard-hbmenu, size: 71552) | |
18:52 | Enhance the hamburger menu JS so that it does not require TH1 support and can be independently loaded. Rename the hamburger menu JS to src/hbmenu.js. Add the new "builtin_request_js" TH1 command to request JS loading, and use that command in the default and plain_gray skins to access the common hbmenu.js code. ... (file: [bef8a53d5b] check-in: [d39732b714] user: drh branch: standard-hbmenu, size: 71956) | |
2021-01-05
| ||
19:23 | Two new alert sounds. ... (file: [fe41f6d6dd] check-in: [35b07813a8] user: drh branch: trunk, size: 71580) | |
19:05 | Provide for two different chat-alert sounds in the /Admin/Chat configuration menu. ... (file: [3f05361d89] check-in: [d8e6994350] user: drh branch: trunk, size: 71418) | |
12:49 | chat: switched back to binary notification sound on/off, without sound file selection, per chatroom discussion. The the file selection bits are simply if'd out. Removed alerts/g-minor-triad.wav per request. ... (file: [a468c2249b] check-in: [1469c150c4] user: stephan branch: trunk, size: 71418) | |
05:19 | Moved chat audio notification files to src/alerts, per chatroom discussion. Chat audio is now configurable using a selection of builtin WAV files and audio files stored in /uv/alert-sounds/*.XYZ (==ogg, wav, mp3). The addition of a selection list means that closing the chat settings popup now requires tapping either a popup entry or the settings button - tapping in the page body won't do it because that handling collides with the selection list event handling. ... (file: [4dd913a15d] check-in: [4c34053c58] user: stephan branch: trunk, size: 71514) | |
2021-01-03
| ||
16:40 | Use the "plunk" sound for audiable alert in chat. Back out the "ping" processing logic. ... (file: [00bd0f11c6] check-in: [f2fcdbc505] user: drh branch: trunk, size: 71336) | |
11:08 | chat: added preliminary audio notification support (may require toggling that capability on for a given server in the browser). Center-aligned chat error messages and removed the 'fossil' user name from them, for compatibility with upcoming timeline-style notifications. Added wav files to the binary-glob versioned setting. ... (file: [b9357a3318] check-in: [99caeec643] user: stephan branch: trunk, size: 71352) | |
2020-12-22
| ||
20:11 | Begin trying to integrate the chatroom prototype into the Fossil core. New code is in src/chat.c and src/chat.js. Add the new "C" capability to enable access to chat. The new code compiles but is not yet functional. (This is an incremental check-in.) The original tools/chat.tcl Wapp script is still available for reference. ... (file: [6539bc0e85] check-in: [217b0d2548] user: drh branch: chatroom-dev, size: 71256) | |
2020-10-10
| ||
12:05 | Renamed fossil.page.wikiedit-wysiwyg-legacy.js to fossil.wikiedit-wysiwyg.js so that the excessively long name doesn't cause /dir to have, at most, 2 columns. Removed some dead code and added a tiny bit of docs. Updated changelog per forum request. ... (file: [97211d20e3] check-in: [a759842a7a] user: stephan branch: trunk, size: 70914) | |
2020-09-14
| ||
10:48 | Renamed fossil.pikchr-util.js to fossil.pikchr.js. Minor UI tweaks in the pikchr-related bits. ... (file: [6985893c47] check-in: [f5c040869d] user: stephan branch: trunk, size: 70938) | |
09:05 | Added UI control to toggle arbitrary pikchr SVG files between SVG and source views, along with a copy button to copy the source of the currently-selected view. Requires pikchr.c code which is not currently in the fossil tree, but once that code is imported, this feature will activate automatically. Currently only used by pikchrshow, but is trivial to activate in arbitrary pages. fossil.copybutton API now uses flashOnce as its default oncopy event handler, to simplify its most common usage. ... (file: [1c06f0e2fe] check-in: [475b3a7fbb] user: stephan branch: trunk, size: 70948) | |
2020-09-10
| ||
13:59 | Ajaxified pikchrshow. ... (file: [6c77d9d953] check-in: [075f6f8d80] user: stephan branch: pikchrshow, size: 70858) | |
2020-09-09
| ||
21:02 | Quick-and-dirty /pikchrshow page which allows those with write- or wiki-write access to input pikchr code and see it rendered. ... (file: [f53c72a6d3] check-in: [63ed253cbd] user: stephan branch: pikchrshow, size: 70760) | |
15:20 | Attempt to integrate the PIC-like drawing formatter "Pikchr". ... (file: [5505180fd1] check-in: [17d89b9a9a] user: drh branch: pikchr, size: 70414) | |
2020-08-30
| ||
10:42 | An experiment in reactivating the legacy wysiwyg editor in the new wikiedit page. It works, but cannot currently be removed from the page once it's installed without reloading the page. ... (file: [4dbe4fa856] check-in: [629bc0e131] user: stephan branch: wikiedit-wysiwyg-legacy, size: 70112) | |
2020-08-23
| ||
01:43 | Move much interwiki code into a new source files "interwiki.c". Add the "fossil interwiki" command for managing the list of remote wikis. ... (file: [e7e824b227] check-in: [0875073359] user: drh branch: interwiki, size: 69988) | |
2020-08-15
| ||
23:30 | Renamed TooltipWidget to PopupWidget because's it's not *quite* a tooltip and we're soon going to need something closer to a genuine tooltip. Minor adjacent cleanups and code consolidation. ... (file: [bb25acc27f] check-in: [3998ccef44] user: stephan branch: line-number-selection, size: 69653) | |
07:41 | Implemented dynamic mouse selection of source lines and clipboard tooltip to copy the line range URL. ... (file: [f7e96023f0] check-in: [3942eb600a] user: stephan branch: line-number-selection, size: 69645) | |
2020-08-14
| ||
11:53 | Changes line-numbered output to make line numbers selectable, as discussed in [https://fossil-scm.org/forum/forumpost/dc3da10590]. A couple decisions are needed before deciding whether to merge. ... (file: [df5d7c8d8e] check-in: [ec73edd4d0] user: stephan branch: line-number-selection, size: 69475) | |
2020-08-09
| ||
21:45 | Merge in trunk; resolve conflicts ... (file: [d06201d0c1] check-in: [7cfbf66a02] user: ashepilko branch: cmake-ide, size: 69499) | |
2020-08-01
| ||
01:37 | Removed the legacy /wikiedit implementation and the wysiwyg option it supported/sported. Updated the change log. ... (file: [db5971452e] check-in: [336afe8e91] user: stephan branch: ajax-wiki-editor, size: 69379) | |
2020-07-31
| ||
23:33 | Merged in trunk for builtin_request_js() changes and ported wikiedit/fileedit/forumpost to use those. ... (file: [b93e1e8986] check-in: [2ec332a0c2] user: stephan branch: ajax-wiki-editor, size: 69692) | |
14:20 | Always regenerate the VERSION.h file, and hence change the FOSSIL_BUILD_HASH value, every time "make" is run. ... (file: [9a50dce82e] check-in: [01c03ca16a] user: drh branch: trunk, size: 69514) | |
2020-07-29
| ||
20:19 | Initial bits for the ajax-powered wiki editor. There's still much to do here, but most of the basics are in place. ... (file: [5509e28829] check-in: [20636c936f] user: stephan branch: ajax-wiki-editor, size: 69533) | |
2020-07-09
| ||
22:19 | Merge enhancements from trunk. ... (file: [33d289023b] check-in: [7e845bfd02] user: drh branch: hooks, size: 69355) | |
17:36 | /forumthread: dynamically determine which posts have scrollbars (i.e. are taller than div.forumPostBody's max-height) and only add the expand/collapse toggle to those posts. ... (file: [350e5a3601] check-in: [1d467dcb71] user: stephan branch: forum-expand-poc, size: 69075) | |
2020-07-08
| ||
13:53 | Since FOSSIL_ENABLE_LEGACY_MV_RM is enabled by default (it really only does something when the "mv-rm-files" setting is set anyway), and there is no reason to ever disable it, just clean up the related #ifdef's. ... (file: [eea9355f6d] check-in: [918bcfcf77] user: jan.nijtmans branch: trunk, size: 68979) | |
2020-07-05
| ||
22:24 | Experimental mechanism to run scripts when certain events occur. This check-in only provides a command-line interface to set and manage hooks. The hooks do not yet actually run. ... (file: [121651761f] check-in: [5021c5bbe6] user: drh branch: hooks, size: 69527) | |
2020-06-19
| ||
20:41 | Remove a stale dependency from the MSC makefile. ... (file: [9c554e1cc9] check-in: [162ac96d7b] user: drh branch: trunk, size: 69247) | |
2020-06-11
| ||
07:46 | Merge in trunk. ... (file: [48464eb034] check-in: [bd56e90d0f] user: stephan branch: default.css, size: 69269) | |
07:22 | Refactored the generic ajax-related parts of src/fileedit.c into src/ajax.c for eventual re-use in other pages. Added /ajax "page" to act as a dispatcher for page-agnostic ajax routes. ... (file: [17fc95b476] check-in: [c313cac828] user: stephan branch: trunk, size: 69359) | |
2020-06-09
| ||
17:51 | More MSVC makefile simplifications. ... (file: [9cb3218569] check-in: [1ebe5bbec0] user: mistachkin branch: trunk, size: 69079) | |
01:41 | In the MSVC makefile, do not wrap '$(MAKE)' in double quotes because it already has them. ... (file: [9dad9ef486] check-in: [ba0f0b7c9c] user: mistachkin branch: trunk, size: 68937) | |
00:59 | Another minor simplification to the MSVC makefile. ... (file: [c6e037dfc5] check-in: [0387226c38] user: mistachkin branch: trunk, size: 68944) | |
2020-06-08
| ||
22:52 | Fix handling of the 'fossil.exe.manifest' file by the MSVC makefile. ... (file: [718c96ac97] check-in: [6acb039c81] user: mistachkin branch: trunk, size: 68880) | |
22:08 | Make sure the 'fossil.exe' target is honored when using the MSVC makefile. ... (file: [c203c114ea] check-in: [c89a5a3ad2] user: mistachkin branch: trunk, size: 69014) | |
2020-06-06
| ||
19:04 | Simplify the batch tool changes from [0519493f]. The BUILDDIR environment variable can be set before invoking 'buildmsvc.bat' in order to build out-of-tree. ... (file: [7b87913c02] check-in: [7c481db74e] user: mistachkin branch: trunk, size: 68950) | |
03:56 | Support the build from an out of source-tree directory on Windows; allow paths with spaces. ... (file: [2f37aee1a3] check-in: [0519493f46] user: ashepilko branch: trunk, size: 68956) | |
2020-05-29
| ||
16:46 | Update the built-in SQLite to the latest trunk code that includes the new ".mode table" command for formatting output from the CLI. ... (file: [aaf1f14625] check-in: [f6a99292c9] user: drh branch: trunk, size: 50070) | |
08:05 | Move default_css.txt to default.css, treat it like a builtin file, and remove mkcss, as the recent style.css reorg obviates the need for mkcss. ... (file: [e4e2c85cdc] check-in: [0c19cd0a86] user: stephan branch: default.css, size: 50035) | |
2020-05-28
| ||
09:40 | Introducing the /fileedit page. ... (file: [c088c1f059] check-in: [1243bf3999] user: stephan branch: trunk, size: 50155) | |
2020-05-17
| ||
17:52 | Proof of concept for my proposal of reworking how style.css emits CSS, as discussed in [https://fossil-scm.org/forum/forumpost/d63ff33063|forumpost/d63ff33063]. ... (file: [d7d44168e6] check-in: [ae10ddf330] user: stephan branch: style-css-revamp, size: 49611) | |
03:32 | Moved fileedit-specific CSS to style.fileedit.css, as enabled by previous commit [d661c12cbade]. ... (file: [e5c82afbb3] check-in: [95f1753ffb] user: stephan branch: fileedit-ajaxify, size: 50115) | |
2020-05-15
| ||
18:43 | /fileedit now uses fileStorage or sessionStorage, if available, to store unsaved local edits to the 7 most recently edited checkin/file combinations. TODO: make that configurable and offer a widget to manage that stash and quickly switch between those files. It warns loudly if persistent storage is not available. ... (file: [b920de10ae] check-in: [d130f35687] user: stephan branch: fileedit-ajaxify, size: 50076) | |
2020-05-07
| ||
09:04 | Removed a local temp foo.js which got picked up by makemake.tcl :/. ... (file: [0099440c99] check-in: [8a98762b81] user: stephan branch: fileedit-ajaxify, size: 50038) | |
02:36 | Merged in trunk. ... (file: [9aa418aaad] check-in: [087c5d1f3e] user: stephan branch: fileedit-ajaxify, size: 50065) | |
2020-05-06
| ||
03:02 | Added fossil.confirmer JS API to offer a non-intrusive click confirmation mechanism. Re-activated the /filepage content reload button with a confirmation click required. ... (file: [eb215aa657] check-in: [e70ab3a368] user: stephan branch: fileedit-ajaxify, size: 49800) | |
2020-05-05
| ||
16:51 | Completely overhauled the /fileedit layout, using a homebrew tabbed interface. ... (file: [7599b89970] check-in: [33ffe5762b] user: stephan branch: fileedit-ajaxify, size: 49760) | |
04:06 | Initial work on ajaxifying /fileedit. Fetching content, preview, and diffs are ajax'd, but save is not yet. ... (file: [e3a6517c1b] check-in: [8edf9dbfc2] user: stephan branch: fileedit-ajaxify, size: 49691) | |
00:41 | diff -y: set the default width automatically based on the terminal width. ... (file: [8b008c56d9] check-in: [3504672187] user: ashepilko branch: trunk, size: 49571) | |
2020-05-03
| ||
14:57 | Moved /fileedit and friends to fileedit.c. ... (file: [cb02778b43] check-in: [6cdb091adb] user: stephan branch: checkin-without-checkout, size: 49571) | |
2020-04-23
| ||
13:16 | Update references to OpenSSL from 1.1.1f to 1.1.1g. Update custom makefile. ... (file: [b133b4d6d5] check-in: [3510ca72af] user: jan.nijtmans branch: trunk, size: 49333) | |
2020-04-16
| ||
13:06 | Begin breaking out the code for BACKLINK processing into a separate source file: backlink.c ... (file: [2a2a1e0c9d] check-in: [10c75204ef] user: drh branch: backlink-updates, size: 49333) | |
2020-04-09
| ||
16:14 | Initial code for implementing the idle-timeout feature for "fossil ui". Seems to work in preliminary tests on unix. Windows implementation is incomplete and untested. ... (file: [fbd5c0ccca] check-in: [39a899e4cf] user: drh branch: idle-timeout, size: 49128) | |
2020-04-08
| ||
14:59 | Merge the accordion section enhancement to trunk. ... (file: [a576f9d915] check-in: [22d28547b7] user: drh branch: trunk, size: 49095) | |
10:16 | Update OpenSSL to version 1.1.1f ... (file: [82be4d743f] check-in: [72026ed39d] user: jan.nijtmans branch: trunk, size: 49062) | |
2020-04-02
| ||
00:15 | Attempting to add "accordion" action to the "About" sections of pages that have associated wiki. Basically works, but needs CSS tweaks, and possibly other UX improvements. ... (file: [bf99e966ec] check-in: [b17e4c5a77] user: drh branch: accordion-about-wiki, size: 49095) | |
2020-03-24
| ||
20:24 | Update openssl version number to 1.1.1e. Update custom makefile. ... (file: [de0d8ba760] check-in: [77a7078f74] user: jan.nijtmans branch: trunk, size: 49062) | |
2020-03-14
| ||
04:05 | Fix the makefile by removing a spurious javascript file. ... (file: [2e70751bb2] check-in: [899b40910a] user: drh branch: audio-captcha, size: 49062) | |
03:13 | Add infrastructure to support solving the captcha via audio. ... (file: [87cb8a15e5] check-in: [5ddc0fdc6b] user: drh branch: audio-captcha, size: 49098) | |
2020-01-09
| ||
23:50 | Merge in trunk ... (file: [2db38abe5c] check-in: [001eb6d506] user: ashepilko branch: cmake-ide, size: 66099) | |
21:03 | Change the build options for SQLite so that it distrusts schema by default. ... (file: [52c443caf0] check-in: [31be929a30] user: drh branch: trunk, size: 48534) | |
17:57 | Merge in trunk ... (file: [e0f93b723f] check-in: [4d8aecdfcf] user: ashepilko branch: cmake-ide, size: 66010) | |
2019-09-23
| ||
19:07 | Add support for testing with libFuzzer. ... (file: [6ef2f726d6] check-in: [8a6e8e2703] user: drh branch: libFuzzer, size: 48445) | |
2019-09-13
| ||
22:53 | Update to openssl 1.1.1d ... (file: [fdab11e877] check-in: [74aac0ed3d] user: jan.nijtmans branch: trunk, size: 48251) | |
2019-07-25
| ||
17:07 | Add the ability to extend a Fossil server using CGI. This is a refactor of the prior sub-cgi branch. ... (file: [7781233231] check-in: [ed2def5ffb] user: drh branch: extension-cgi, size: 48251) | |
2019-07-23
| ||
23:25 | Initial but incomplete work on an experimental /aux page that runs secondary CGI that has access to the Fossil user login credentials and similar information. This is an incremental check-in of work-in-progress. ... (file: [43af017639] check-in: [72f8e77612] user: drh branch: sub-cgi, size: 48251) | |
2019-07-13
| ||
18:03 | Import the command-line tool fix from SQLite (without the other changes on SQLite trunk) and then disable double-quoted string literals again. ... (file: [e1e9be91dc] check-in: [282612762e] user: drh branch: trunk, size: 48035) | |
2019-07-08
| ||
17:05 | Update the built-in SQLite to the first 3.29.0 beta for testing. Enable the -DSQLITE_DQS=0 compile-time option for Fossil, thus preventing SQLite from using double-quoted string literals by default. ... (file: [c5e2b583ed] check-in: [0c0f6db7ba] user: drh branch: trunk, size: 48035) | |
2019-06-27
| ||
14:39 | Upgrade to openssl 1.1.1c. Use single-argument "expr" in auto.def. Update custom mingw makefile. ... (file: [8882df3168] check-in: [5050132815] user: jan.nijtmans branch: trunk, size: 47968) | |
2019-05-29
| ||
14:02 | Move the "Copy Button" functionality to a separate Javascript module, to be loaded and used independently from the timeline graph module. ... (file: [a7ee8a19f9] check-in: [f6fcbf292b] user: florian branch: tooltip-copyhash, size: 47968) | |
2019-05-17
| ||
23:34 | On Windows, avoid using BIO_ptr_ctrl with OpenSSL 1.1.1b as it does not appear to work as expected. ... (file: [85bffe9f27] check-in: [344a3331d3] user: mistachkin branch: trunk, size: 48043) | |
2019-05-16
| ||
08:17 | Merge the Makefile changes for OpenSSL-1.1. ... (file: [fc8a229df2] check-in: [c8bd45c1aa] user: jan.nijtmans branch: branch-2.8, size: 47688) | |
2019-03-01
| ||
21:46 | Merge trunk. Update to Openssl 1.1.1b ... (file: [e4cc160bcf] check-in: [b7695eeea2] user: jan.nijtmans branch: openssl-1.1, size: 47937) | |
21:42 | Update to openssl 1.0.2r ... (file: [569eda0ee8] check-in: [a416666563] user: jan.nijtmans branch: trunk, size: 49313) | |
2019-02-25
| ||
15:10 | Add extension functions delta_apply(), delta_create(), delta_output_size(), and delta_parse() to the SQL connection for the "fossil sql" command. ... (file: [b3197269e7] check-in: [effa89302a] user: drh branch: trunk, size: 49313) | |
2019-01-29
| ||
15:02 | Merge trunk ... (file: [43f7676e77] check-in: [7843b1c6c5] user: jan.nijtmans branch: openssl-1.1, size: 47688) | |
2019-01-23
| ||
02:43 | Make it easier to override the final built executable name when using MSVC. ... (file: [d10668fcf2] check-in: [b2993e5a66] user: mistachkin branch: trunk, size: 49064) | |
2018-12-03
| ||
12:08 | Merge trunk ... (file: [3e6263fb92] check-in: [e88c1ff4cc] user: jan.nijtmans branch: openssl-1.1, size: 47620) | |
2018-11-29
| ||
21:38 | Update custom mingw makefile. Update openssl version ... (file: [18a8d7b9c0] check-in: [7139924334] user: jan.nijtmans branch: trunk, size: 48996) | |
2018-11-02
| ||
13:08 | Split out the repo_list_page() routine, used to generate the repository list for "fossil all ui" and similar, into a separate source file "repolist.c" to make it easier to enhance and maintain. ... (file: [08a6d08549] check-in: [45a7134956] user: drh branch: trunk, size: 48996) | |
2018-10-04
| ||
12:52 | Remove the [https://www.sqlite.org/compile.html#enable_fts3_parenthesis|SQLITE_ENABLE_FTS3_PARENTHESIS] compile-time option from default builds. This avoids problems that might arise when users type parentheses in search boxes that use FTS. ... (file: [0b5bf99431] check-in: [9dc49e61cf] user: drh branch: trunk, size: 48758) | |
2018-09-22
| ||
19:37 | Update to Fossil 2.7 ... (file: [d486c57693] check-in: [9d067b61eb] user: jan.nijtmans branch: openssl-1.1, size: 47360) | |
2018-09-20
| ||
06:44 | Backout of [e0cc10f03e518831]: Bring back default windows builds with OpenSSL 1.3 ... (file: [820ccb2760] check-in: [9e03e51361] user: jan.nijtmans branch: openssl-1.1, size: 48782) | |
2018-09-19
| ||
20:19 | Merge updates from trunk. ... (file: [3d235541e7] check-in: [2269309f92] user: ashepilko branch: cmake-ide, size: 66043) | |
19:55 | Ignore errors in the clean target commands. ... (file: [fc21fbd6d6] check-in: [27c7a49191] user: ashepilko branch: trunk, size: 48861) | |
2018-09-15
| ||
20:27 | add support for TLS 1.3, when compiled with OpenSSL 1.1.1 (LTS). Windows build adapted to use OpenSSL 1.1.1 by default. Still compiles and runs with older OpenSSL as well ... (file: [9aa5a5ebbe] check-in: [115544e975] user: jan.nijtmans branch: trunk, size: 48756) | |
2018-09-14
| ||
19:13 | Merge updates from trunk. ... (file: [81b3d66643] check-in: [f59c9ecb5e] user: ashepilko branch: cmake-ide, size: 66015) | |
2018-09-11
| ||
14:54 | merge trunk ... (file: [74c76de4a1] check-in: [368c78a855] user: jan.nijtmans branch: openssl-1.1, size: 48761) | |
14:29 | Compile openssl with option no-weak-ssl-ciphers (or -DOPENSSL_NO_WEAK_SSL_CIPHERS) Update custum Makefile.mingw ... (file: [c37d452f4f] check-in: [58b7b4e51c] user: jan.nijtmans branch: trunk, size: 48835) | |
00:52 | Fixes to the new script element of skins. ... (file: [beba84fa5a] check-in: [c22b71dfc8] user: drh branch: trunk, size: 48685) | |
2018-08-30
| ||
21:19 | Change the name of the "email.c" source file into "alerts.c". Make corresponding changes to various interfaces. ... (file: [b24bb5265f] check-in: [cfbbc53778] user: drh branch: refactor-alerts, size: 48641) | |
2018-08-24
| ||
08:25 | Add configurations "enable-capieng" (use Windows Certificate Store) and "no-weak-ssl-ciphers" (disable RC4 support) ... (file: [8838569384] check-in: [b5a11142ee] user: jan.nijtmans branch: openssl-1.1, size: 48661) | |
2018-08-23
| ||
15:14 | Merge trunk. Update to Beta 7 of OpenSSL 1.1.1 (pre release 9, with TLS 1.3 support !!!) ... (file: [073f13c91f] check-in: [cbdbc0a0ce] user: jan.nijtmans branch: openssl-1.1, size: 48556) | |
2018-08-17
| ||
13:04 | Break out the user configuration pages into a separate "setupuser.c" source file. ... (file: [7b909da17d] check-in: [a49ed35bb7] user: drh branch: trunk, size: 48630) | |
2018-08-15
| ||
11:05 | Update to openssl-1.0.2p ... (file: [f1525ca113] check-in: [38638cfcdd] user: jan.nijtmans branch: trunk, size: 48381) | |
2018-08-06
| ||
12:51 | Merge enhancements from trunk. ... (file: [eb2d21833d] check-in: [ce3d571837] user: drh branch: failed-fix, size: 48381) | |
2018-08-02
| ||
11:58 | Merge updates from trunk. ... (file: [731fd612a4] check-in: [b6a0c0015d] user: mistachkin branch: cmake-ide, size: 64993) | |
11:56 | Use the native directory separator for the extra files in the MSVC makefile. ... (file: [b4d0973d22] check-in: [774bdc8355] user: mistachkin branch: trunk, size: 48070) | |
09:55 | Allow out-of-source build with MSVC on Windows. ... (file: [a8f773a6ed] check-in: [fc8281ee9c] user: ashepilko branch: cmake-ide, size: 64993) | |
2018-07-30
| ||
19:14 | Break out the processing of capability strings into a separate source file. Add new SQL functions: capunion() and fullcap(). Only send email notifications to users who have appropriate capabilities. ... (file: [db9bc82cde] check-in: [8a28a37c87] user: drh branch: forum-v2, size: 48381) | |
2018-07-26
| ||
01:33 | Automatic scroll to the specific message of the thread when calling /info on a forum message. ... (file: [15579287e6] check-in: [8f0e18f4b0] user: drh branch: forum-v2, size: 48099) | |
2018-07-18
| ||
16:43 | Add the backoffice module for doing post-processing actions such as sending alerts and/or syncing repositories. ... (file: [3d8f2c7aba] check-in: [86b43a4648] user: drh branch: backoffice, size: 48070) | |
2018-07-13
| ||
05:46 | An alternative to removing FOSSIL_ENABLE_LEGACY_MV_RM that just makes it the default. ... (file: [63ca3d1276] check-in: [9951fd7b40] user: mistachkin branch: trunk, size: 47810) | |
2018-07-12
| ||
09:39 | Get DNS lookup for mail hosts working on Windows. ... (file: [55ac267c40] check-in: [fe29fe7d24] user: tsbg branch: smtp-win, size: 47810) | |
2018-06-30
| ||
20:38 | First code for the /webmail page. Barely functional. ... (file: [71b82033d1] check-in: [8dc832e69d] user: drh branch: smtp, size: 47799) | |
2018-06-27
| ||
19:15 | Begin the smtp.c module. Start with a routine to locate the hostname on which to contact the SMTP server for a domain. ... (file: [7b66906a63] check-in: [735af578e7] user: drh branch: smtp, size: 47572) | |
2018-06-26
| ||
16:57 | An alternative to removing FOSSIL_ENABLE_LEGACY_MV_RM that just makes it the default. ... (file: [ab5417f332] check-in: [efb0f88063] user: mistachkin branch: altLegacyMvRm, size: 47378) | |
2018-06-20
| ||
18:47 | Merge the speculative Forum changes. This is because I need the enhancements to the user capabilities in order to add a new capability for Email Notifiation. The Forum logic itself is not ready, and is subject to change and removal. But it is well isolated and shouldn't hurt anything if it hangs out on trunk for a while. ... (file: [35df73c466] check-in: [9a2e5f4717] user: drh branch: trunk, size: 47378) | |
13:16 | Add a setup page for email notification. There is no logic behind the setup, yet. ... (file: [799759cc1d] check-in: [ccf50f0619] user: drh branch: trunk, size: 47173) | |
2018-06-14
| ||
19:17 | This code demonstrates ideas on how to implement a Forum feature in Fossil. This is just ideas - it is not even a working prototype. This change was originally stashed, but then I thought it better to check it in on a branch for the historical record. ... (file: [d68339d0ec] check-in: [1e3637392a] user: drh branch: forum-brainstorm-1, size: 47173) | |
2018-04-25
| ||
13:34 | Update the built-in SQLite to the latest 3.24.0 alpha version. ... (file: [14a8669b26] check-in: [de76c92a63] user: drh branch: trunk, size: 46968) | |
2018-04-11
| ||
08:16 | Merge trunk. Update to Beta 2 of OpenSSL 1.1.1 (with TLS 1.3 support !!!) ... (file: [c14decb58c] check-in: [87f3c94677] user: jan.nijtmans branch: openssl-1.1, size: 46828) | |
2018-04-02
| ||
11:40 | Fix Makefile typo, SQLITE_USE_ZLIB should be SQLITE_HAVE_ZLIB. ... (file: [25eeba7204] check-in: [508c42a639] user: mistachkin branch: trunk, size: 46902) | |
2018-03-28
| ||
08:06 | Merge trunk ... (file: [0d86608972] check-in: [d9573d8785] user: jan.nijtmans branch: openssl-1.1, size: 46822) | |
08:01 | Update openssl version ... (file: [04ecc57791] check-in: [531a517b8e] user: jan.nijtmans branch: trunk, size: 46900) | |
2018-03-17
| ||
16:29 | Update the build-in SQLite to the latest 3.23.0 alpha ... (file: [25e26ab492] check-in: [ea67a5449a] user: drh branch: trunk, size: 46900) | |
2018-02-24
| ||
00:39 | First cut at supporting ETags: and If-None-Match: for cache control. ... (file: [4f2de5b9a0] check-in: [94c0b8ecd1] user: drh branch: etags-cache-control, size: 45791) | |
2018-01-11
| ||
02:37 | Add all recommended compile-time options for the SQLite shell. ... (file: [2bbc590a08] check-in: [a5c48cdf49] user: drh branch: trunk, size: 45597) | |
02:33 | bad build ... (file: [a5ca859ad7] check-in: [d4bac2c59a] user: drh branch: mistake, size: 45641) | |
2018-01-06
| ||
21:56 | Added the ardoise skin. ... (file: [ef59c6d721] check-in: [64e83aa57b] user: antoine branch: skin-ardoise, size: 45463) | |
2017-12-21
| ||
15:38 | Update referenced OpenSSL version. ... (file: [4cc4c320aa] check-in: [c4aec887db] user: mistachkin branch: trunk, size: 45273) | |
2017-12-06
| ||
21:56 | Move more in-line javascript into separate JS files. ... (file: [6d6cda1d7b] check-in: [f924823986] user: drh branch: trunk, size: 45273) | |
21:11 | Remove in-line JS from the /setup_skin page into the skin.js file. ... (file: [76f2ea10b4] check-in: [ca19f8b5d2] user: drh branch: trunk, size: 45212) | |
11:14 | Move all inline javascript associated with the login screen into a separate script file. ... (file: [2b876f8842] check-in: [c6785fabf9] user: drh branch: trunk, size: 45184) | |
10:28 | Move the in-line javascript associated with the user capability editing into a separate script file. ... (file: [cbc491d846] check-in: [ef63351dba] user: drh branch: trunk, size: 45155) | |
10:01 | Perform table sorting using a separate javascript file rather than using in-line javascript. ... (file: [0e4ee76676] check-in: [6b645d631d] user: drh branch: trunk, size: 45123) | |
02:02 | Move all the in-line javascript from the file tree browser into a separate "tree.js" script. ... (file: [9a2418b813] check-in: [2f5c2f658c] user: drh branch: trunk, size: 45090) | |
01:38 | Remove the use of in-line javascript from the submenu controls. ... (file: [53d7e972be] check-in: [3969757f37] user: drh branch: trunk, size: 45062) | |
2017-12-05
| ||
20:33 | Move the in-line javascript used to initialize side-by-side diffs into a separately loaded script file. ... (file: [de0f4ded2d] check-in: [138dbc98ff] user: drh branch: trunk, size: 45034) | |
20:16 | Replace the in-line graph-drawing javascript with a separate graph drawing module, "graph.js". ... (file: [271b61b412] check-in: [32a2fff850] user: drh branch: trunk, size: 45003) | |
15:09 | Change the name of "main.js" to "href.js". Rework the javascript code so that there can be multiple javascript files sourced on an as-needed basis. ... (file: [716fe16ba3] check-in: [09494b0207] user: drh branch: trunk, size: 44974) | |
2017-12-04
| ||
21:08 | Attempt to add a separate JS file and source it just prior to </body> ... (file: [ef317b1dd3] check-in: [487aa43f42] user: drh branch: main.js, size: 44974) | |
2017-11-30
| ||
00:27 | Fix an problem with the MSC makefile. ... (file: [f76b0c73dc] check-in: [75fd7afcde] user: drh branch: trunk, size: 44946) | |
2017-11-29
| ||
19:18 | Generate the big cssDefaultList table in the middle of style.c using default_css.txt as the source. The default_css.txt file will be easier to understand, edit, and comment. ... (file: [c562248f52] check-in: [5c9c51be5f] user: drh branch: trunk, size: 44972) | |
2017-11-28
| ||
15:42 | The intent of this branch is to refactor /timeline comment rendering, giving the user multiple display options, and making the option sticky in the sense that the option selected most recently becomes the new default. This is an incremental check-in containing infrastructure cookie-handling logic. ... (file: [fc53dc9f52] check-in: [bc8947d1dc] user: drh branch: sticky-timeline-style, size: 44795) | |
2017-11-10
| ||
10:55 | merge trunk. Upgrade to openssl 1.1.0g ... (file: [4b88082337] check-in: [9d3560b885] user: jan.nijtmans branch: openssl-1.1, size: 44490) | |
10:30 | (cherry-pick): Upgrade to openssl 1.0.2m ... (file: [edfc69a486] check-in: [3003decb4e] user: jan.nijtmans branch: branch-2.4, size: 44538) | |
10:28 | Upgrade to openssl 1.0.2m ... (file: [dbf79ddf92] check-in: [5310f2ba88] user: jan.nijtmans branch: trunk, size: 44568) | |
2017-11-04
| ||
14:56 | Change the "/wiki_rules" page so that it displays a wiki source file, either formatted or plain-text, just like /md_rules does. ... (file: [737f40d7a7] check-in: [bf69c6ebc9] user: drh branch: trunk, size: 44568) | |
2017-07-13
| ||
10:22 | Update top OpenSSL 1.0.2l. Minor (harmless) compiler warnings in mkversion and codecheck1 (-Wall) ... (file: [eb29b3cb71] check-in: [23895c7b99] user: jan.nijtmans branch: trunk, size: 44538) | |
2017-07-07
| ||
12:59 | Merge trunk. Upgrade to OpenSSL 1.1.0f. Note that this branch only adapts the Windows buildfiles, no source-code or anything else, since Openssl 1.1.0 is (almost, not significant for fossil) upwards compatible. ... (file: [66f2960f5d] check-in: [4a516fb72c] user: jan.nijtmans branch: openssl-1.1, size: 44460) | |
2017-07-04
| ||
04:36 | Add the "bootstrap" skin. ... (file: [27876e1566] check-in: [f57f5f99b9] user: drh branch: trunk, size: 44538) | |
2017-06-30
| ||
13:36 | Add a stub for the Security Audit page. ... (file: [994b2ba456] check-in: [c550402982] user: drh branch: security-audit, size: 44340) | |
2017-06-29
| ||
19:59 | Enable the STMT virtual table so that it available in the "fossil sql" command. ... (file: [df64c735e0] check-in: [960b9dc0d4] user: drh branch: trunk, size: 44036) | |
2017-06-16
| ||
11:38 | Add -DSQLITE_OMIT_GET_TABLE to the compilation flags for SQLite ... (file: [79d4bcbc0f] check-in: [33a13b80e7] user: jan.nijtmans branch: trunk, size: 43992) | |
2017-05-29
| ||
02:37 | Enable the 'sqlite' command to work with SEE. ... (file: [1b4e3306cc] check-in: [564edc69aa] user: mistachkin branch: see, size: 43949) | |
2017-05-28
| ||
19:44 | When building an SEE-enabled build with MSVC, be sure to define SQLITE_HAS_CODEC. ... (file: [00d7e7adca] check-in: [fa6b22c674] user: mistachkin branch: trunk, size: 43912) | |
2017-05-27
| ||
20:29 | When SEE integration is enabled, pass its flags when compiling 'shell.c' as well. ... (file: [68f9f2c6ec] check-in: [6d4aa34457] user: mistachkin branch: trunk, size: 43899) | |
2017-03-14
| ||
12:17 | merge trunk ... (file: [a2712df25e] check-in: [bec0c4f044] user: jan.nijtmans branch: openssl-1.1, size: 43808) | |
2017-03-01
| ||
21:03 | Use the hardened SHA1 hash function from [https://github.com/cr-marcstevens/sha1collisiondetection]. ... (file: [1b5be2dc16] check-in: [ba9d10807e] user: drh branch: hardened-sha1, size: 43886) | |
2017-02-27
| ||
18:26 | Manifest parser supports various hash sizes. ... (file: [17bad3f0a0] check-in: [80f9b68e6f] user: drh branch: fossil-2.0, size: 43648) | |
2017-02-25
| ||
19:47 | Add a SHA3 hash algorithm. So far the only integration is the "fossil sha3sum" command. (This was suppose to go on trunk.) ... (file: [7560155231] check-in: [17ea282226] user: drh branch: sha3, size: 43443) | |
2017-02-18
| ||
18:13 | Merge trunk. Openssl 1.1.0d -> 1.1.0e ... (file: [abc8f934e2] check-in: [28173845f9] user: jan.nijtmans branch: openssl-1.1, size: 43171) | |
2017-01-27
| ||
09:02 | Merge trunk. Openssl 1.1.0c -> 1.1.0d ... (file: [fb39eaf5bd] check-in: [767ae39cf4] user: jan.nijtmans branch: openssl-1.1, size: 43171) | |
08:57 | Openssl 1.0.2j -> 1.0.2k. Whitespace. ... (file: [39d12259b4] check-in: [8cb5da6f27] user: jan.nijtmans branch: trunk, size: 43249) | |
2017-01-18
| ||
11:19 | Upgrade to openssl 1.1.0c. Merge trunk (up to fossil 1.37 release) ... (file: [1594ee9fc2] check-in: [d0fbbd0115] user: jan.nijtmans branch: openssl-1.1, size: 43171) | |
2017-01-10
| ||
04:49 | Fix dirent.h related compile errors when building for WINXP platform. ... (file: [b97268123a] check-in: [3dddf7674b] user: ashepilko branch: trunk, size: 43249) | |
2016-11-02
| ||
19:12 | Merge updates from trunk. ... (file: [f1d3f9370e] check-in: [25285f06f2] user: mistachkin branch: openssl-1.1, size: 43149) | |
2016-10-02
| ||
00:45 | Update the built-in SQLite to the latest 3.15.0 beta for testing. Add new performance-enhancing compile-time options to the SQLite build. ... (file: [8734f4a784] check-in: [dfe32f53ac] user: drh branch: trunk, size: 43227) | |
2016-09-27
| ||
07:59 | merge trunk. Update references to OpenSSL 1.1.0b ... (file: [77fd766269] check-in: [66c4efe765] user: jan.nijtmans branch: openssl-1.1, size: 43065) | |
2016-09-26
| ||
15:01 | Update referenced OpenSSL version. ... (file: [9c2ceec1db] check-in: [508c67b088] user: mistachkin branch: trunk, size: 43143) | |
2016-09-23
| ||
07:33 | merge trunk. Update references to OpenSSL 1.1.0a ... (file: [5fd7295bb2] check-in: [85f8133ce7] user: jan.nijtmans branch: openssl-1.1, size: 43065) | |
02:06 | Missed a couple places with the old OpenSSL version reference. ... (file: [1742345acf] check-in: [a29e05d1ef] user: mistachkin branch: trunk, size: 43143) | |
02:03 | Merge updates from trunk. ... (file: [c51e85b2b2] check-in: [ff2c20e7fa] user: mistachkin branch: openssl-1.1, size: 42581) | |
2016-09-22
| ||
19:47 | Update to the latest SQLite 3.15.0 beta for testing. Adjust the SQLite compilation to use the "lean" configuration. ... (file: [39a1cbc4b3] check-in: [121201eb35] user: drh branch: trunk, size: 43143) | |
17:58 | Update referenced OpenSSL version. ... (file: [ca456a7e01] check-in: [16b7a0ebc3] user: mistachkin branch: trunk, size: 42952) | |
2016-09-13
| ||
17:51 | Refactor command and webpage name lookup. Move all associated logic out of main.c and into a new file named "dispatch.c". There is now a single const array of objects named "aCommand" that contains all command and webpage names together with their help text. ... (file: [a4acfb1c5e] check-in: [e6aab1a437] user: drh branch: trunk, size: 42952) | |
14:15 | (cherry-pick): Update the makefiles so that the build-in SQLite compiles with SQLITE_OMIT_SHARED_CACHE. Update the build-in SQLite sources to 3.14.2. ... (file: [7963f5cdcc] check-in: [0417467b72] user: jan.nijtmans branch: branch-1.35, size: 42183) | |
2016-09-10
| ||
20:01 | Update the makefiles so that the build-in SQLite compiles with SQLITE_OMIT_SHARED_CACHE. Update the build-in SQLite sources to the latest 3.15 alpha, which compiles without warning with the above option. ... (file: [fb9fea79dd] check-in: [871f978d9b] user: drh branch: trunk, size: 42714) | |
2016-09-08
| ||
20:10 | Simplify SSLLIBDIR change from the previous check-in. ... (file: [a305b54993] check-in: [bd25cd185d] user: mistachkin branch: openssl-1.1, size: 42106) | |
20:09 | First attempt at getting the MSVC makefile working with OpenSSL 1.1.0. ... (file: [9633f5a816] check-in: [22049abd47] user: mistachkin branch: openssl-1.1, size: 42172) | |
09:22 | (cherry-pick) Make fossil compilable with (externally-built) openssl-1.1.0. Still compiles/runs with openssl 1.0.2 equally well (actual switch is not made yet) ... (file: [120df995f7] check-in: [e122e8a72d] user: jan.nijtmans branch: branch-1.35, size: 42137) | |
09:08 | Make fossil compilable with (externally-built) openssl-1.1.0. Still compiles/runs with openssl 1.0.2 equally well (actual switch is not made yet) ... (file: [57b2433368] check-in: [460d5628a3] user: jan.nijtmans branch: trunk, size: 42668) | |
2016-09-07
| ||
11:12 | Complete transition to OpenSSL 1.1.0, which needs additional library on Windows (crypt32.dll) and which has support for ssl2 removed completely. ... (file: [e72b0a7f33] check-in: [7839ff0286] user: jan.nijtmans branch: openssl-1.1, size: 42589) | |
10:41 | Update referenced OpenSSL version ... (file: [4b6b3134aa] check-in: [958f1a89dc] user: jan.nijtmans branch: openssl-1.1, size: 42655) | |
2016-08-15
| ||
11:58 | Update the built-in SQLite to version 3.14.1 ... (file: [fc73bc0025] check-in: [8078930932] user: jan.nijtmans branch: branch-1.35, size: 42125) | |
2016-08-04
| ||
22:49 | Begin work on the ability to store and sync files for which no history is kept. ... (file: [124482c873] check-in: [4ce1c9b2f2] user: drh branch: unversioned-files, size: 42656) | |
2016-07-05
| ||
14:40 | Add the "fossil shell" command. ... (file: [4d2e08815e] check-in: [ebcb9dffbf] user: drh branch: trunk, size: 42385) | |
2016-06-06
| ||
10:07 | Minor efficiency improvement by defining SQLITE_LIKE_DOESNT_MATCH_BLOBS=1 ... (file: [42632bb4c7] check-in: [47812bc7b0] user: jan.nijtmans branch: trunk, size: 42169) | |
2016-05-28
| ||
02:37 | Improve SEE (shell) support in the build process. ... (file: [6edb4692f6] check-in: [cc828822c5] user: mistachkin branch: trunk, size: 42115) | |
2016-05-03
| ||
21:30 | Update referenced OpenSSL version. ... (file: [3ca60b9fea] check-in: [a47ce4d979] user: jan.nijtmans branch: branch-1.34, size: 41669) | |
20:30 | Update referenced OpenSSL version. ... (file: [05c7b9a84c] check-in: [5399251230] user: mistachkin branch: trunk, size: 41997) | |
2016-04-22
| ||
20:00 | Updates to support building with the SQLite Encryption Extension on Windows. ... (file: [55dbff25c1] check-in: [9129f6f622] user: mistachkin branch: trunk, size: 41997) | |
2016-04-08
| ||
14:47 | Add the SQLITE_SHELL_IS_UTF8 command-line option on windows in order to fix the build. ... (file: [19587d0c3d] check-in: [a233ed2168] user: drh branch: trunk, size: 41712) | |
2016-03-12
| ||
22:02 | Remove support for miniz because the upstream project appears to be unmaintained. UPDATE: The miniz project is still being maintained and this branch is a dead-end. ... (file: [c36e7ab41b] check-in: [b9f31fe1e7] user: mistachkin branch: removeMiniz, size: 41011) | |
2016-03-01
| ||
16:32 | Update referenced OpenSSL version. ... (file: [e41353083f] check-in: [a9e3db1f70] user: mistachkin branch: trunk, size: 41669) | |
2016-01-28
| ||
19:48 | Update referenced OpenSSL version. ... (file: [c4153b7a79] check-in: [0c860dd9e7] user: mistachkin branch: trunk, size: 41669) | |
2015-12-04
| ||
14:36 | Update OpenSSL to version 1.0.2e ... (file: [8b7b2c4815] check-in: [1376aa440b] user: jan.nijtmans branch: trunk, size: 41669) | |
2015-10-22
| ||
11:30 | Merge trunk. Almost forgot about this one. Please review. ... (file: [a23fbc96a1] check-in: [af7de966ff] user: jan.nijtmans branch: exec-rel-paths, size: 41669) | |
2015-10-10
| ||
13:32 | Update the built-in SQLite to the first 3.9.0 beta. Enable JSON1 and FTS5 support (though not currently used). ... (file: [484a7842b0] check-in: [7428117cbf] user: drh branch: trunk, size: 41392) | |
2015-07-09
| ||
18:10 | Update referenced OpenSSL version. ... (file: [185ecc2e49] check-in: [a591a25305] user: mistachkin branch: trunk, size: 41311) | |
2015-07-08
| ||
16:48 | Build the included zlib library by default when using the Makefile.msc makefile. ... (file: [4a5dec8786] check-in: [0f62aac027] user: drh branch: trunk, size: 41311) | |
2015-06-20
| ||
18:11 | Fix typo. ... (file: [751fa1d58a] check-in: [931cb88d28] user: mistachkin branch: exec-rel-paths, size: 41588) | |
18:10 | Merge updates from trunk. ... (file: [97f7f0a57f] check-in: [b3a259d011] user: mistachkin branch: exec-rel-paths, size: 41588) | |
07:50 | merge trunk ... (file: [7209eb15c4] check-in: [19192868c6] user: jan.nijtmans branch: exec-rel-paths, size: 41077) | |
05:06 | Use !if for all NMAKE feature macros, not !ifdef/!ifndef. ... (file: [3e150ccd5d] check-in: [eb2326e51a] user: mistachkin branch: nmakeNoIfDef, size: 41311) | |
2015-06-17
| ||
16:46 | Build zlib by default with MSVC. ... (file: [2b6551605b] check-in: [c8816425d8] user: mistachkin branch: dynamicMsvc, size: 40833) | |
06:36 | Minor improvements to command macros. ... (file: [fccac03be3] check-in: [b463e46995] user: mistachkin branch: dynamicMsvc, size: 40835) | |
05:54 | Initial work on dynamically linked MSVC build. ... (file: [80539e1e34] check-in: [50cb0fe3c7] user: mistachkin branch: dynamicMsvc, size: 40813) | |
2015-06-13
| ||
20:11 | Update referenced OpenSSL version ... (file: [5987d5111e] check-in: [6c4263daac] user: jan.nijtmans branch: trunk, size: 39267) | |
2015-06-12
| ||
08:30 | "./configure --with-exec-rel-paths" now enables the use of windiff.exe as external diff utility by default. Recommended for cygwin builds. ... (file: [1bf53dd616] check-in: [44d0a0993c] user: jan.nijtmans branch: exec-rel-paths, size: 39511) | |
2015-06-11
| ||
17:10 | Update referenced OpenSSL version. ... (file: [f1153eff6e] check-in: [0626182eb3] user: mistachkin branch: trunk, size: 39267) | |
2015-05-06
| ||
23:29 | Add logic for generating SVG pie-charts based on SQL query results. ... (file: [9bf6249b5b] check-in: [6ebd853cb4] user: drh branch: piechart, size: 39267) | |
2015-04-03
| ||
03:13 | Merge updates from trunk. ... (file: [5b859573ea] check-in: [bc31308652] user: mistachkin branch: mvAndRmFiles, size: 38982) | |
2015-03-30
| ||
14:08 | Add the "skins/details.txt" file to the skins. Change the skin editors so that they can show a diff of the current configuration against any built-in. ... (file: [feb5cf8467] check-in: [31a337f0c2] user: drh branch: improved-skin-edit, size: 38758) | |
2015-03-23
| ||
01:29 | Merge updates from trunk. ... (file: [45fd7224fe] check-in: [78829b7089] user: mistachkin branch: mvAndRmFiles, size: 38385) | |
2015-03-19
| ||
21:54 | Upgrade to openssl 1.0.2a ... (file: [7da1b7ff38] check-in: [dabb08e9b3] user: jan.nijtmans branch: trunk, size: 38161) | |
2015-03-15
| ||
03:45 | Merge updates from trunk. ... (file: [4d34ac948b] check-in: [be6af3adca] user: mistachkin branch: mvAndRmFiles, size: 38384) | |
2015-03-14
| ||
14:46 | The former "San Francisco Modern" skin is now the default. The old default skin is renamed to "Original". ... (file: [98ad527ffb] check-in: [756a58531b] user: drh branch: trunk, size: 38160) | |
2015-03-13
| ||
16:14 | Initial contribution of the Blitz skin (two variants) ... (file: [447b081a17] check-in: [5d3eb177dc] user: jmoger branch: skin-blitz, size: 38160) | |
2015-03-03
| ||
23:25 | Only define and use the new 'move-files' and 'remove-files' settings when compiled with the FOSSIL_ENABLE_LEGACY_MV_RM option. ... (file: [198991cab7] check-in: [c227e14f80] user: mistachkin branch: mvAndRmFiles, size: 37990) | |
14:42 | Add the Xekri skin. ... (file: [13d4cd81d4] check-in: [f05bfde912] user: drh branch: trunk, size: 37766) | |
2015-03-02
| ||
05:54 | When cleaning with MSVC, prevent superfluous output regarding 'missing' files. ... (file: [6f8849f6f9] check-in: [14302b6cc7] user: mistachkin branch: trunk, size: 37631) | |
2015-02-26
| ||
02:36 | Added the Xekri skin ... (file: [600a797557] check-in: [388c140d5c] user: zakero branch: skin-xekri, size: 37646) | |
2015-02-18
| ||
16:23 | Previous Makefile check-in tried to pick up on non-versioned skin files. Trying again. ... (file: [6b540291f3] check-in: [85a7f55b7e] user: drh branch: trunk, size: 37511) | |
16:21 | Add the SQLITE_ENABLE_FTS3_PARENTHESIS compile-time option to SQLite to enable better full-text search pattern parsing. ... (file: [b911bfdd43] check-in: [d4acb48c53] user: drh branch: trunk, size: 37643) | |
2015-02-02
| ||
14:05 | Initial infrastructure for indexed full-text search using FTS4. ... (file: [5cb7b24571] check-in: [64e6a10013] user: drh branch: indexed-fts, size: 37459) | |
2015-01-28
| ||
12:11 | Update referenced openSSL version (1.0.2) ... (file: [9aa03d8482] check-in: [16a4f60b24] user: jan.nijtmans branch: trunk, size: 37419) | |
2015-01-27
| ||
03:34 | Openssl 1.0.2 ... (file: [924bbe7847] check-in: [1afb9f7d9f] user: jan.nijtmans branch: sqlite3-compat, size: 35956) | |
02:40 | Split the /reports webpage out into a separate source-code file for ease of editing and maintenance. No functional changes. ... (file: [abe5198525] check-in: [39cd06c9f7] user: drh branch: trunk, size: 37420) | |
2015-01-26
| ||
04:11 | Fix makefile typos that broke the build for MSVC. ... (file: [b01d01fa7b] check-in: [5406f49271] user: drh branch: trunk, size: 37193) | |
04:06 | Fix the build of builtin_data.h for separate compilation. ... (file: [5777604018] check-in: [ad11262cf8] user: drh branch: trunk, size: 37193) | |
03:25 | Add the /md_rules page that explains the Markdown formatting rules. ... (file: [4af2a307c0] check-in: [72759f5859] user: drh branch: trunk, size: 37150) | |
2015-01-23
| ||
23:38 | Add the 'eagle' skin, based on the one used by the Eagle project (http://eagle.to/). ... (file: [0c9fe462b6] check-in: [8f87308eef] user: mistachkin branch: trunk, size: 37118) | |
2015-01-22
| ||
15:47 | Add Étienne Deparis's GitHub-like skin to the set of built-ins. ... (file: [7b06b273b5] check-in: [51935f265a] user: drh branch: trunk, size: 36983) | |
01:43 | Break out the various built-in skins into separate CSS, header, and footer text files stored under subfolders of the skins/ directory in the source tree. This should make it much easier to edit built-in skins and to add new built-in skins. ... (file: [235db1c4a6] check-in: [12333d9545] user: drh branch: skins-refactor, size: 36839) | |
2015-01-19
| ||
13:06 | Update referenced openSSL version ... (file: [44e811ed96] check-in: [151473ae36] user: jan.nijtmans branch: trunk, size: 35957) | |
2015-01-14
| ||
12:55 | Merge the latest trunk changes into the search-with-fts4 branch. ... (file: [a63923a2b5] check-in: [b429d53031] user: drh branch: search-using-fts4, size: 35989) | |
2015-01-08
| ||
17:38 | Update referenced OpenSSL version. ... (file: [5dfa113a5d] check-in: [6c484ec392] user: mistachkin branch: trunk, size: 35957) | |
2014-12-23
| ||
13:00 | Merge the latest fixes, changes, and enhancements from trunk. ... (file: [f25dbffaaf] check-in: [39decf0ddf] user: drh branch: search-using-fts4, size: 35989) | |
2014-12-19
| ||
21:56 | Fix for MSVC changes from the previous check-in: work around issue in OpenSSL where it will not link when SSLv2 and SSLv3 are disabled (i.e. it ends up not building 'ssleay32.lib' at all). ... (file: [7a4db383b9] check-in: [479805e1ec] user: mistachkin branch: trunk, size: 35957) | |
21:15 | Add comments to the MinGW makefiles. Also disable use of SSLv2 and SSLv3 when building with MSVC. ... (file: [4c2f7a8c51] check-in: [1f91d041bf] user: mistachkin branch: trunk, size: 35444) | |
2014-12-17
| ||
16:27 | Remove the code that implemented legacy "fossil search" command. FTS4 will be used moving forward. ... (file: [611204e52d] check-in: [389c70a56a] user: drh branch: search-using-fts4, size: 35398) | |
16:19 | Begin adding infrastructure to support full-text search using FTS4. ... (file: [2d1975e4b3] check-in: [9f9dfe3a98] user: drh branch: search-using-fts4, size: 35614) | |
2014-12-10
| ||
17:34 | First cut at a "sitemap" page. ... (file: [01cf8f5371] check-in: [843244311a] user: drh branch: trunk, size: 35366) | |
2014-12-01
| ||
17:26 | Merge the latest trunk enhancements into DBP-workflow branch. ... (file: [aa3c436d9c] check-in: [ab188badcd] user: drh branch: DBP-workflow, size: 35139) | |
2014-11-28
| ||
17:23 | Add the "files_of_checkin" virtual table. ... (file: [a927b2be9a] check-in: [7a588fe662] user: drh branch: trunk, size: 34491) | |
2014-11-26
| ||
23:27 | Add the "fossil unpublished" and the "fossil publish" commands. ... (file: [a13a5d1577] check-in: [b543373feb] user: drh branch: DBP-workflow, size: 34945) | |
2014-11-24
| ||
14:43 | Begin adding code to remove checkins and branches (purge). This is an incomplete, incremental checkin because I have to stop to work on something else... :-( ... (file: [01fe1e84ff] check-in: [53b35da3e0] user: drh branch: DBP-workflow, size: 34718) | |
12:05 | Infrastructure for the "fossil bundle" command. This is a skeleton only and is not yet functional. ... (file: [cbba2c900c] check-in: [6dc0b3b6f4] user: drh branch: DBP-workflow, size: 34513) | |
2014-10-27
| ||
17:21 | Get the revised makefile working with MSVC. ... (file: [e14bf36152] check-in: [fdc96f4997] user: drh branch: separate-resource-files, size: 34297) | |
15:41 | Add a mechanism to allow resource files (such as the TCL script used to implement the --tk option) to be stored separately in the source tree but then automatically compiled into byte-arrays in the executable. ... (file: [d500f9b2c2] check-in: [d93d92eb5a] user: drh branch: separate-resource-files, size: 34261) | |
2014-10-20
| ||
20:47 | Improve makefile integration for the codecheck1 tool. ... (file: [f242915485] check-in: [5edc01934c] user: mistachkin branch: compile-time-print-checking, size: 33881) | |
19:25 | Updates to Windows makefiles. ... (file: [400dcc049f] check-in: [afc22726ef] user: mistachkin branch: compile-time-print-checking, size: 33844) | |
15:01 | Add a custom static analysis program that verifies the arguments to printf-style varargs routines used in Fossil. Adjust the source code to be more robust for printf format errors and to fix a few minor problems found by the static checker. ... (file: [d21c57dd33] check-in: [0a7e326fa4] user: drh branch: compile-time-print-checking, size: 33825) | |
2014-10-15
| ||
17:06 | Update referenced OpenSSL version. ... (file: [98cc4ef0bb] check-in: [f60f9cddba] user: mistachkin branch: trunk, size: 33756) | |
2014-10-09
| ||
19:09 | Also build zlib and OpenSSL using Windows XP compatibility, if applicable. ... (file: [f12ceab02b] check-in: [c0beb5323c] user: mistachkin branch: winXpVs201x, size: 33756) | |
2014-10-08
| ||
22:21 | Modify the MSVC makefile and build tool to support building binaries that work on Windows XP using Visual Studio 201x. ... (file: [081b9ae3b4] check-in: [afe765c0b8] user: mistachkin branch: winXpVs201x, size: 33342) | |
2014-09-29
| ||
19:59 | Correct directory detection in the MSVC makefile to permit the batch building tool to function properly. ... (file: [09430c7f0b] check-in: [a072137b03] user: mistachkin branch: trunk, size: 33019) | |
15:37 | Make sure the MSVC makefile is only used from within the directory where it resides. ... (file: [881a1fa885] check-in: [86de8cbeb5] user: mistachkin branch: trunk, size: 33048) | |
2014-09-28
| ||
20:54 | Add FOSSIL_BUILD_SSL macro to the MSVC makefile to control whether OpenSSL is built during the build process. By default, building OpenSSL during the Fossil build is off. ... (file: [71be6c4e7a] check-in: [80b4adddec] user: mistachkin branch: trunk, size: 32751) | |
20:44 | Better modularization of arguments for the OpenSSL configuration used by the MSVC makefile. ... (file: [f27edb23c5] check-in: [20af0a8e5c] user: mistachkin branch: trunk, size: 32661) | |
20:37 | Permit building Fossil with MSVC on x64 with SSL enabled (and built 'automatically' as part of the overall build process). ... (file: [4dfd9d9ed4] check-in: [89d9baa3e2] user: mistachkin branch: trunk, size: 32639) | |
2014-09-13
| ||
02:57 | Adjust the include path for OpenSSL when building (only?) with MSVC. ... (file: [031b0c09d1] check-in: [f4ab459430] user: mistachkin branch: trunk, size: 32187) | |
02:34 | More changes to the MSVC makefile to make building with OpenSSL support easier. ... (file: [ba19a0ef97] check-in: [201e87a251] user: mistachkin branch: trunk, size: 32189) | |
2014-09-09
| ||
21:22 | Add compile-time option to control whether the TH1 embedded documentation support is enabled. Also, omit TH1 hooks setting when it is not enabled. ... (file: [e47f6e1bdb] check-in: [516cc0c91f] user: mistachkin branch: dynamicTh1Docs, size: 31975) | |
2014-09-03
| ||
11:37 | If we really want to do fast sorting in separate threads, SQLITE_DEFAULT_WORKER_THREADS should be set to >0. ... (file: [2d93e1c07d] check-in: [8b21690899] user: jan.nijtmans branch: multi-thread, size: 31802) | |
2014-09-01
| ||
20:40 | Add thread support to fossil, so SQLite can use additional threads for sorting (experimental) ... (file: [2cf23003b9] check-in: [bc8b21d01c] user: jan.nijtmans branch: multi-thread, size: 31749) | |
2014-08-25
| ||
22:28 | Rename EXTRATARGETS to APPTARGETS in the MSVC makefile. ... (file: [2cf8328fa0] check-in: [b575811aff] user: mistachkin branch: trunk, size: 31081) | |
22:25 | Cleanup and unify the 'extra targets' handling. ... (file: [091b74e3b4] check-in: [6c6f83c4fd] user: mistachkin branch: optionalMiniz, size: 31749) | |
20:52 | Merge updates from trunk. ... (file: [5ce2692fed] check-in: [5735181c4d] user: mistachkin branch: optionalMiniz, size: 31740) | |
20:51 | Manually port all 'cosmetic' fixes from the optionalMiniz branch to trunk. ... (file: [76b6fc211e] check-in: [894e72b298] user: mistachkin branch: trunk, size: 31072) | |
20:42 | Merge updates from trunk. ... (file: [89b071df61] check-in: [e38b1ab087] user: mistachkin branch: optionalMiniz, size: 31740) | |
20:38 | When compiling with MSVC, enable building of OpenSSL automatically when SSL is enabled. ... (file: [40596a934c] check-in: [bdf9c70807] user: mistachkin branch: trunk, size: 31072) | |
2014-08-23
| ||
06:08 | Add miniz as a compile-time feature, leaving zlib as the default compression library. All makefiles should build. The DMC and PellesCGMake makefiles are not yet supported with miniz. Also, when using miniz, OpenSSL support for zlib is disabled in the MinGW makefile. ... (file: [64e9dd83c2] check-in: [c693a3365c] user: mistachkin branch: optionalMiniz, size: 31323) | |
2014-08-19
| ||
16:52 | "the zip file patch" from Baruch. ... (file: [1bd1f87c08] check-in: [26ecec6c2c] user: stephan branch: miniz, size: 30587) | |
2014-08-07
| ||
10:12 | Update referenced OpenSSL version. ... (file: [271f900630] check-in: [3a93461738] user: jan.nijtmans branch: trunk, size: 30595) | |
07:13 | Follow-up to [3ba28b23a4d7626691b56debae4add06cd24d4ca|3ba28b23a4]: Eliminate unnecessary calls to sqlite3_win32_is_nt(), but now for MSC and PellesC as well. ... (file: [f87c6d1031] check-in: [ffa67c1b9b] user: jan.nijtmans branch: trunk, size: 30595) | |
2014-07-27
| ||
19:15 | Fix [http://permalink.gmane.org/gmane.comp.version-control.fossil-scm.user/17346] ... (file: [3a1c697164] check-in: [14aea4f883] user: jan.nijtmans branch: trunk, size: 30553) | |
2014-07-14
| ||
08:22 | Make the ".system" command (from within "fossil sqlite3") work on win32: On Windows double-quotes are needed around the whole string ... (file: [a241749c2e] check-in: [e7340ac3d9] user: jan.nijtmans branch: branch-1.29, size: 30057) | |
07:22 | Make the ".system" command (from within "fossil sqlite3") work on win32: On Windows double-quotes are needed around the whole string. ... (file: [21d3503fc4] check-in: [ec2061ce02] user: jan.nijtmans branch: trunk, size: 30523) | |
2014-07-09
| ||
22:04 | If the system knows about utime() and/or usleep(), allow the built-in SQLite to use those functions. e.g. for executing delays which are not a multiple of 1 second. ... (file: [26f53f261f] check-in: [1dc9b7cbb0] user: jan.nijtmans branch: branch-1.29, size: 30016) | |
2014-07-06
| ||
07:05 | Allow repository paths of up to 4096 bytes in stead of just 512 bytes. This change needs a minor change in SQLite, allowing the maximum path length no longer to be hardcoded, but configurable at compile-time. See: [http://www.sqlite.org/src/info/c060923a54] ... (file: [4602d0e879] check-in: [7f64b35032] user: jan.nijtmans branch: longpath, size: 30531) | |
2014-06-15
| ||
01:15 | Better cleaning in the MSVC makefile. ... (file: [85d9e834da] check-in: [f83946c669] user: mistachkin branch: trunk, size: 30482) | |
2014-06-14
| ||
20:10 | Make the 'tcl-setup', 'th1-setup', and 'th1-uri-regexp' settings versionable. Add support for TH1-based hooks for all commands and web pages, disabled by default. ... (file: [a2c5b2df5a] check-in: [1c528d3bb9] user: mistachkin branch: trunk, size: 30398) | |
01:28 | Initialize implementation of the "fusefs" command. To make it work, manually edit the Makefile to add -DFOSSIL_HAVE_FUSEFS and -lfuse. Then run "fossil fusefs /tmp/fusefs". Afterwards you can "ls /tmp/fusefs/checkins/trunk" and so forth. ... (file: [9d1e902d4d] check-in: [ee5cd77d5a] user: drh branch: fusefs, size: 30202) | |
2014-06-08
| ||
20:19 | Add the ability to include -OR- omit support for TH1 hooks at compile-time. ... (file: [d8e0402556] check-in: [b3c40dd49e] user: mistachkin branch: th1Hooks, size: 30182) | |
2014-06-05
| ||
18:39 | Update version of OpenSSL that is referred to in the makefiles. ... (file: [9d4f092587] check-in: [94c0eb9724] user: mistachkin branch: trunk, size: 29986) | |
2014-04-29
| ||
11:03 | Use file_access in stead of win32_access in some places, and fix function signature of win32_chdir(). ... (file: [ad3ec13e55] check-in: [f6ac1ff032] user: jan.nijtmans branch: trunk, size: 29986) | |
2014-04-25
| ||
21:11 | Add a cache that will save /zip and /tarball objects and reissue them from cache when requested a second time. The "fossil cache" command is used to control the cache. Turned off by default and must be enabled using "fossil cache init". ... (file: [412e779fe3] check-in: [450b62ff3a] user: drh branch: trunk, size: 29987) | |
2014-04-09
| ||
21:55 | Cherry-pick [c5b86115de]: Update version of OpenSSL that is referred to in the makefiles. Cherry-pick [565ba734d2]: Fix "fossil extras" when a "extra" entry matches partly with current directory name (reported by j. van den hoff). ... (file: [453a6d4090] check-in: [c779b68904] user: jan.nijtmans branch: branch-1.28, size: 28794) | |
2014-04-07
| ||
21:07 | Update version of OpenSSL that is referred to in the makefiles. ... (file: [e3f04b48ff] check-in: [c5b86115de] user: mistachkin branch: trunk, size: 29782) | |
2014-04-02
| ||
12:57 | Fix --with-tcl build broken by [d77b7ed1a0]. Because FOSSIL_ENABLE_TCL was defined always (either as "1", either as "@FOSSIL_ENABLE_TCL@", selection on it in the Makefile makes no sence anyway. ... (file: [efc9a95bc9] check-in: [a8e3ede965] user: jan.nijtmans branch: trunk, size: 29782) | |
2014-03-10
| ||
21:51 | Update internal SQLite to version 3.8.4 ... (file: [1c62b474d4] check-in: [92f31e01d4] user: jan.nijtmans branch: branch-1.28, size: 28794) | |
2014-03-09
| ||
00:15 | Add the ability to restrict CPU-intensive web pages when the server load average gets too high. This feature is turned off by default. ... (file: [ac7819085f] check-in: [5e26a1b9b2] user: drh branch: trunk, size: 29883) | |
2014-02-28
| ||
17:42 | Refresh the generated makefiles. ... (file: [d35c5dbce7] check-in: [9b3aa6e940] user: mistachkin branch: trunk, size: 29646) | |
08:53 | Fix use of UTF-8 repository filename in "fossil sqlite3" command. (Requires minor change in SQLite's shell.c) ... (file: [ab457d0ca6] check-in: [81162e791f] user: jan.nijtmans branch: trunk, size: 29645) | |
2014-02-27
| ||
15:05 | Update the built-in SQLite the latest pre-3.8.4 trunk version. Modify the way the "shell.c" source file is used so that it can be imported directly from the SQLite source tree without having to be edited. ... (file: [5828f20238] check-in: [c92a3dda8c] user: drh branch: trunk, size: 29605) | |
2014-02-15
| ||
05:23 | Cleanup makefile for MSVC and add optional Tcl support to it. ... (file: [1aca99a8dd] check-in: [4321595901] user: mistachkin branch: trunk, size: 29489) | |
2014-01-14
| ||
09:45 | For MSVC, disable optimizations when compiling for debugging. ... (file: [4be59749fc] check-in: [fb29094a8f] user: mistachkin branch: trunk, size: 28638) | |
09:12 | Unbreak the MSVC build batch file tool. ... (file: [a2451337f1] check-in: [9dc0877d91] user: mistachkin branch: trunk, size: 28601) | |
2014-01-11
| ||
18:26 | Don't replace sqlite3_strglob with sqlglob: It's wrong because the return value is different. Since SQLite 3.8.2 is guaranteed to have sqlite3_strglob anyway, no need to worry. ... (file: [beba7e3782] check-in: [492cb99567] user: jan.nijtmans branch: trunk, size: 28587) | |
2014-01-09
| ||
10:41 | Upgrade mingw and msc makefiles to use openssl-1.0.1f in stead of openssl-1.0.1e ... (file: [0996e82326] check-in: [ef47028a3e] user: jan.nijtmans branch: trunk, size: 28631) | |
2014-01-07
| ||
09:03 | Make sure that shell.o and sqlite3.o are rebuilt whenever compilation options change. This should prevent problems like [http://comments.gmane.org/gmane.comp.version-control.fossil-scm.user/14805|Problem with compilation under MINGW] once and for all. ... (file: [a333c13e0b] check-in: [1ab2728820] user: jan.nijtmans branch: broken-build, size: 28631) | |
2014-01-04
| ||
20:51 | Increase minimum SQLite requirement to 3.7.17, and make efficient use of the function sqlite3_strglob. This eliminates unnecessand sqlite ... (file: [81b45102f4] check-in: [c8c5646879] user: jan.nijtmans branch: sqlite-min-to-3.7.17, size: 28545) | |
2013-12-28
| ||
22:41 | Eliminate the need to compile SQLite with -Dlocaltime=fossil_locatime. This makes the timeline-utc setting work when fossil is configured with --disable-internal-sqlite. ... (file: [1d5bfe3c43] check-in: [d7fd72dc30] user: jan.nijtmans branch: timeline-utc, size: 28589) | |
2013-12-19
| ||
22:07 | Merge from trunk. src/main.mk is now generated automatically. ... (file: [e517e64998] check-in: [927264ab5a] user: dg branch: dg-codenames, size: 28875) | |
2013-12-17
| ||
22:31 | Further cleanup in the MSVC build. Resync the makefiles with the list of SQLite options. ... (file: [e4332c3ab8] check-in: [61e70f1fc7] user: mistachkin branch: trunk, size: 28637) | |
12:03 | It appears that in [4f0413381d], Makefile.msc was edited without corresponding change in makemake.tcl. Correct that, so this change will not be accidently reverted again (as I did in the previous commit) ... (file: [9c37e37326] check-in: [c6f255607b] user: jan.nijtmans branch: win32-longpath, size: 28513) | |
11:56 | Align recommended SQLite compilation options with actual options used when compiling SQLite. (I don't think SQLITE_ENABLE_EXPLAIN_COMMENTS should be one of them, it never was in earlier releases) ... (file: [4a3aa1a7f0] check-in: [d0814e59e2] user: jan.nijtmans branch: win32-longpath, size: 28500) | |
2013-12-14
| ||
00:03 | Work in progress on refactoring the complex Win32-specific file routines into their own subsystem. ... (file: [cfb9fa52a5] check-in: [4f0413381d] user: mistachkin branch: win32File, size: 28565) | |
2013-12-13
| ||
07:58 | Rename the makefile macro SQLITE3_CFLAGS to SQLITE_CFLAGS in an attempt to reduce future confusion. ... (file: [ee00009f0c] check-in: [813d6516aa] user: mistachkin branch: trunk, size: 28325) | |
2013-12-12
| ||
23:34 | Remove use of SQLITE_WIN32_NO_ANSI option everywhere except for Cygwin. Further cleanup. ... (file: [4f3dcf4fff] check-in: [1c37a90508] user: mistachkin branch: makefile-error, size: 28326) | |
22:41 | Add makefile for Cygwin and move its options there. Refactor makemake tool to modularize use of the common options. ... (file: [e304d5b7d1] check-in: [e474f5f817] user: mistachkin branch: trunk, size: 28385) | |
2013-11-14
| ||
19:36 | Update the built-in SQLite to the latest from upstream that includes the skip-scan optimization and the improved EXPLAIN display in the shell. ... (file: [d9bcf97a72] check-in: [28c508679e] user: drh branch: trunk, size: 28214) | |
2013-11-07
| ||
13:29 | Use fossil_getenv/fossil_fopen in stead of getenv/fopen in a few places, so on Win32 non-ASCII characters in filenames and environment variable values are handled correctly. For shell.c this must be handled by the makefiles, because this file comes from SQLite. ... (file: [30c097aef1] check-in: [aab8ce2fcc] user: jan.nijtmans branch: trunk, size: 28159) | |
2013-10-15
| ||
20:10 | Add support for compiling with symbols enabled using MSVC. ... (file: [49727dbd34] check-in: [44bd9ae243] user: mistachkin branch: trunk, size: 28089) | |
2013-09-11
| ||
13:15 | Use the new -DSQLITE_WIN32_NO_ANSI C-flag from SQLite 3.8.1. This eliminates all osIsNT() calls on Win32 and Cygwin in SQLite. (Fossil doesn't run on Win95/98/ME anyway) ... (file: [69a9302e6f] check-in: [c2fa007451] user: jan.nijtmans branch: trunk, size: 27885) | |
2013-08-13
| ||
12:51 | Abandoned changes: Split the various server implementations out of "main.c" and into a new source file "server.c". This is groundwork for adding SCGI and FastCGI. ... (file: [ff41800b7a] check-in: [bc20a30f49] user: drh branch: scgi, size: 28059) | |
2013-07-11
| ||
20:04 | Move the "looks_like" functions out of diff.c and into a source file of their own: "lookslike.c". ... (file: [f7248847ef] check-in: [b4c97d76a7] user: drh branch: sbsreloaded, size: 27843) | |
2013-04-30
| ||
00:09 | Restore workaround to the MSVC resource compilation that allows it to integrate with external headers properly. ... (file: [012db5498c] check-in: [5f86c0efa4] user: mistachkin branch: trunk, size: 27594) | |
00:03 | Omit CFLAGS when passing compiler options to the MSVC resource compiler. ... (file: [891f3d49b0] check-in: [f151da2135] user: mistachkin branch: trunk, size: 27574) | |
2013-04-29
| ||
23:44 | Fix x64 compilation on Windows using the MSVC toolset included with VS 2012. ... (file: [8936760d55] check-in: [ed544f3d9c] user: mistachkin branch: trunk, size: 27584) | |
2013-04-01
| ||
20:56 | Fix typo: SSL and JSON should not be enabled by default in the MSVC makefile. ... (file: [ca7c43fff7] check-in: [9f931a7569] user: mistachkin branch: trunk, size: 27584) | |
20:54 | Allow easier compilation with OpenSSL enabled using MSVC. Fix for [5b2300c692]. ... (file: [e9d4e18024] check-in: [c46e5f933d] user: mistachkin branch: trunk, size: 27580) | |
2013-03-29
| ||
15:43 | Enable markdown by default. Render as markdown any document that ends with either "md" or "markdown". ... (file: [eac469fc5f] check-in: [02f312e698] user: drh branch: markdown, size: 27264) | |
2013-02-23
| ||
10:58 | Added /json/status command. ... (file: [39fd933d83] check-in: [d1e4d100ad] user: stephan branch: trunk, size: 27447) | |
2013-02-21
| ||
14:24 | Code refactoring: Move utility routines (ex: fossil_malloc()) out of main.c and into a new file util.c. Try to gather I/O routines into the printf.c source file. ... (file: [c83f6f40a7] check-in: [bb0cedb15a] user: drh branch: trunk, size: 27126) | |
2013-01-25
| ||
08:53 | Replaced a ..\ with $B\. ... (file: [4081d81772] check-in: [461a4d11d1] user: stephan branch: trunk, size: 26932) | |
2013-01-24
| ||
15:19 | Removed -DCSON_FOSSIL_MODE from cc flags. Integrated JSON-under-MSC-related patches from the list. ... (file: [1401539939] check-in: [bb63588e1b] user: stephan branch: trunk, size: 26932) | |
2013-01-01
| ||
21:09 | Enhance the regexp matcher to support full unicode on the \b, \w, and \W patterns, using code taken from the FTS3 unicode2 tokenizer. ... (file: [b7f7647138] check-in: [cb952c420d] user: drh branch: trunk, size: 26394) | |
20:56 | Add the regular expression matching library and the "test-grep" command for testing it. ... (file: [bf0c323aa7] check-in: [e2552de8c6] user: drh branch: trunk, size: 26167) | |
2012-12-07
| ||
20:58 | Merge updates from trunk. ... (file: [48ccddec99] check-in: [de1ef7e99f] user: mistachkin branch: markdown, size: 25951) | |
2012-11-30
| ||
13:27 | (experimental) command-line expansion for MinGW-w64. Should work on MSVC as well. Doesn't work with MinGW. ... (file: [b007f0b237] check-in: [b1036fe5bf] user: jan.nijtmans branch: cmdline-expansion, size: 25420) | |
2012-11-29
| ||
03:14 | Untested changes designed to fix broken filename encodings on MacOS. Move all character-set converting routines into a new file called utf8.c. Add the fossil_filename_to_utf8() routine, which converts Unicode to utf8 on windows and decomposed utf8 into precomposed utf8 on Mac. Ticket [e399bc1edfe45b] ... (file: [9c66d54281] check-in: [c24e568fb0] user: drh branch: ticket-e399bc, size: 25407) | |
2012-11-27
| ||
06:31 | Support building with zlib in the compat directory, phase 1. ... (file: [8d2bbcbc8a] check-in: [d17f4473cf] user: mistachkin branch: zlib, size: 25213) | |
2012-10-31
| ||
20:40 | Initial infrastructure for adding the ability to moderate Wiki and Ticket changes. ... (file: [fed7e3f0ad] check-in: [ef112586a0] user: drh branch: moderation, size: 22696) | |
2012-10-03
| ||
19:54 | Integration work for the markdown engine provided by Natacha Porté. ... (file: [90a3f77f6e] check-in: [d38c6eef06] user: mistachkin branch: markdown, size: 22964) | |
2012-09-23
| ||
05:00 | Fixes for compilation with MSVC. ... (file: [ed45218612] check-in: [bb85c12e10] user: mistachkin branch: trunk, size: 22502) | |
2012-09-14
| ||
10:31 | Experimental version for Win9x, using unicows ... (file: [c4f589eacb] check-in: [bf0fede2ee] user: jan.nijtmans branch: restore-win95, size: 22516) | |
2012-09-13
| ||
07:12 | re-enable unicode commandline for MSVC build (previous commit accidently removed that) <p>New version of dirent.h, which supports both MBCS and UNICODE ... (file: [3fd9b082d3] check-in: [71d46aba2e] user: jan.nijtmans branch: trunk, size: 22504) | |
2012-09-06
| ||
09:10 | merge trunk <p>enable UNICODE mode (experimental) ... (file: [7a3bcf42f8] check-in: [2017d2f832] user: jan.nijtmans branch: eclipse-project, size: 22504) | |
2012-08-10
| ||
19:59 | Add experimental support for WYSIWYG editing of wiki pages. ... (file: [72fdb0af9c] check-in: [6cd9847f54] user: drh branch: wysiwyg, size: 22483) | |
2012-06-29
| ||
15:59 | Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". ... (file: [56efff22da] check-in: [0328d68181] user: drh branch: sqlite4, size: 22289) | |
2012-06-27
| ||
12:30 | Begin a branch that is modified to use sqlite4 instead of sqlite3 as the storage engine. This check-in compiles (on unix) but does not work. ... (file: [a0e4a448dc] check-in: [6823912746] user: drh branch: sqlite4, size: 22281) | |
2012-06-22
| ||
12:58 | MSC makefile fix for missing cson_amalgamation. ... (file: [2921bd31e4] check-in: [0918d1f04a] user: stephan branch: stephan, size: 22501) | |
2012-03-16
| ||
15:21 | Added initial /json/dir implementation. ... (file: [a744e23c62] check-in: [318a0ac132] user: stephan branch: trunk, size: 22281) | |
2012-03-02
| ||
16:44 | Added initial /json/finfo support, but the output structure is up for debate. ... (file: [749abc9ab9] check-in: [f825f8c85d] user: stephan branch: trunk, size: 22021) | |
2012-02-17
| ||
18:23 | Added initial /json/config/get support. ... (file: [94d1e045fb] check-in: [e5a86795da] user: stephan branch: trunk, size: 21737) | |
2012-01-23
| ||
03:51 | Merge latest trunk changes into jimtcl branch. Lightly tested. Should allow xfer scripts to be written in Jim Tcl. ... (file: [4f3371f311] check-in: [de9c2f08d7] user: steveb branch: jimtcl, size: 21442) | |
2012-01-18
| ||
12:55 | Merge updates from trunk and regenerate makefiles. ... (file: [69da4aadfd] check-in: [04ab3f0c76] user: mistachkin branch: pushScript, size: 21441) | |
12:41 | Modify the makemake.tcl script to generate cleaned up makefiles and then regenerate them. ... (file: [5c24556168] check-in: [3d258e5152] user: mistachkin branch: trunk, size: 21217) | |
06:22 | Update the other Win32 specific makefiles. ... (file: [8487d225db] check-in: [73566db5c2] user: mistachkin branch: pushScript, size: 21219) | |
2011-11-07
| ||
00:29 | More compilation fixes for Jim when compiling with MSVC. ... (file: [baeadf0eb0] check-in: [38d1b52283] user: mistachkin branch: jimtcl, size: 20705) | |
2011-11-05
| ||
01:59 | Fix more compilation issues with MSVC. ... (file: [57b2329b14] check-in: [0039d32b88] user: mistachkin branch: jimtcl, size: 20684) | |
01:30 | Attempt to build with MSVC. ... (file: [e41576886a] check-in: [e36ad719cf] user: mistachkin branch: jimtcl, size: 20682) | |
2011-11-04
| ||
21:57 | Replace the TH1 interpreter with Jim Tcl. ... (file: [7f3bdc71e2] check-in: [863e789e83] user: steveb branch: jimtcl, size: 20996) | |
2011-10-20
| ||
07:00 | Moved the user-related JSON handlers into their own file. ... (file: [2a44034760] check-in: [6e18fc2ecc] user: stephan branch: json, size: 20995) | |
2011-10-08
| ||
08:46 | Added /json/report/list and /json/query. ... (file: [ff93b5957d] check-in: [20978b27a2] user: stephan branch: json, size: 20723) | |
2011-10-07
| ||
13:51 | First draft, no-frills /json/diff added. ... (file: [b8b60beca4] check-in: [54e1f1a53d] user: stephan branch: json, size: 20143) | |
2011-10-06
| ||
20:10 | Added /json/tag/list and infrastructure for pending (add, cancel, find) ops. ... (file: [b80948a4e7] check-in: [1088cf2107] user: stephan branch: json, size: 19871) | |
2011-10-02
| ||
21:01 | moved /json/branch code into its own file. ... (file: [d29822a7be] check-in: [1a4c874e43] user: stephan branch: json, size: 19611) | |
2011-10-01
| ||
05:09 | Added initial /json/artifact code, but it currently can only report the type of a given artifact. ... (file: [cb2ace23d0] check-in: [6372d95165] user: stephan branch: json, size: 19315) | |
2011-09-27
| ||
01:18 | moved /json/timeline|wiki commands/pages into their own files. ... (file: [d04956fa5b] check-in: [821830d2fb] user: stephan branch: json, size: 18995) | |
01:01 | Started refactoring specific json command groups into their own files (80kb is getting too big to manage in one file). ... (file: [87d42334c7] check-in: [5d2a516f8a] user: stephan branch: json, size: 18403) | |
2011-09-18
| ||
19:11 | One compile fix and MSVC build fix, from Jeff Slutter. ... (file: [3b4183f0aa] check-in: [5f3a98ae83] user: stephan branch: json, size: 18123) | |
2011-09-15
| ||
12:03 | initial mass-change merge of main repo with my fork. ... (file: [e698af267d] check-in: [5b44a419cd] user: stephan branch: json, size: 18075) | |
2011-08-16
| ||
02:43 | Update the built-in SQLite to the latest pre-3.7.8 version from the stat3-enhancement branch. And turn on SQLITE_ENABLE_STAT3. This will serve as a test of the stat3 enhancements to SQLite. ... (file: [8ff97dae0a] check-in: [ce62a2b11d] user: drh branch: trunk, size: 17777) | |
2011-07-20
| ||
20:05 | Fix the realclean target on windows makefiles to delete mkversion.exe not version.exe. Ticket [5947ace466c571d] ... (file: [6909b3589c] check-in: [3ade77897f] user: drh branch: trunk, size: 17777) | |
2011-07-18
| ||
20:00 | Update the MSVC makefile so that it works with the new "service" command. ... (file: [cc9f76a85e] check-in: [4bf9048e25] user: drh branch: tsbg-win-service, size: 17775) | |
2011-06-18
| ||
17:02 | Fixes to the windows makefiles to support sequential version numbers. ... (file: [4872909b4e] check-in: [30b0986d93] user: drh branch: trunk, size: 17762) | |
16:50 | Add a version number that is increased by one on each release. Make the initial version number 1.18 since there have been 17 prior releases. ... (file: [5d9feb8b87] check-in: [e0303181a5] user: drh branch: trunk, size: 17747) | |
2011-06-16
| ||
19:51 | Updates to the VC++ makefile. ... (file: [2c2847271c] check-in: [82d741db3e] user: drh branch: trunk, size: 17745) | |
18:10 | The VC++ Makefile is generated by makemake.tcl and should not be edited directly. And this check-in was to the wrong branch anyhow. ... (file: [9ce6ef367c] check-in: [1e7c1bca45] user: drh branch: mistake, size: 15850) | |
2011-05-12
| ||
14:17 | Back out the previous change, which was bogus. Remove traces of the FOSSIL_I18N compile-time option which is not actually used anywhere in the code anymore. ... (file: [ca499d57b8] check-in: [0613db18be] user: drh branch: trunk, size: 15835) | |
2011-04-14
| ||
14:23 | Factor the glob-pattern matching logic into a separate module. ... (file: [0b71666649] check-in: [289ea2a9b6] user: drh branch: trunk, size: 15870) | |
2011-03-10
| ||
02:39 | Refactoring the DAG path search code into a separate object. ... (file: [b6c9cd65e5] check-in: [34c23c6fd4] user: drh branch: path-refactor, size: 15723) | |
2011-03-09
| ||
02:23 | Add the ability to deliver compressed tarballs in addition to ZIP archives. ... (file: [e52801a8c6] check-in: [d5d676f0c7] user: drh branch: trunk, size: 15576) | |
00:15 | Add a utility for generating gzip-compressed files. This is one step on the road toward the ability to generated compressed tarballs. ... (file: [835ddb3b3b] check-in: [34d9a5e5c5] user: drh branch: trunk, size: 15440) | |
2011-03-01
| ||
02:11 | Remove a stray NIL character from the makemake.tcl file and add a "+" that was omitted from the previous edit. ... (file: [da9c93f567] check-in: [a668e2ad73] user: drh branch: trunk, size: 15293) | |
00:26 | Speculative changes to the Makefile.dmc and Makefile.msc. I have no way of testing these changes. ... (file: [2e310ef69b] check-in: [a22a666349] user: drh branch: trunk, size: 15294) | |
2011-02-16
| ||
23:47 | Update to the latest pre-release SQLite version (as part of the SQLite testing process). Update the makefiles to use SQLITE_ENABLE_STAT2. ... (file: [05efef2c54] check-in: [c616cef3f7] user: drh branch: trunk, size: 15844) | |
2011-01-28
| ||
20:56 | Add a new meta-data table named LEAF that holds a precomputed set of all leaves in the checkin DAG. Use this precomputed table rather than trying to compute the LEAFs on the fly, as a performance enhancement for repositories with many checkins. A rebuild is required. ... (file: [b617053885] check-in: [69f43fc077] user: drh branch: experimental, size: 15786) | |
2010-12-23
| ||
17:14 | Rework the makemake.tcl makefile generator script so that it generates makefiles for all windows compilers all in one go. Add an output for mingw. Ticket [fa403b6a123659d885e3] ... (file: [011caa2c00] check-in: [723f8c200f] user: drh branch: trunk, size: 15631) | |
2010-09-12
| ||
15:23 | (more type's) solves ticket [5e9f1b1cd8] ... (file: [90aca1145b] check-in: [08aa440a3d] user: renez branch: trunk, size: 14669) | |
15:12 | solves ticket [5e9f1b1cd8] ... (file: [7add634121] check-in: [56fedab318] user: renez branch: trunk, size: 14481) | |
2010-08-31
| ||
18:21 | Minor changes to win/Makefile.msc after testing with MSVC. ... (file: [0ac606a671] check-in: [3a5b4ad4e2] user: shaneh branch: trunk, size: 13654) | |
2010-08-29
| ||
05:32 | Changed mscv flags to -MT because that is what openssl is using. Removed the -Oy- for the same reason ... (file: [e2fb838ef6] check-in: [30b8a41dc7] user: renez branch: windowscompilers, size: 13344) | |
2010-08-28
| ||
20:22 | Added ssl support to msc msc doesn't like declaring vars in the middle of a block! added the extra needed libs in a commented LIBS line ... (file: [3cdcf1aaa0] check-in: [29c728f4b3] user: renez branch: windowscompilers, size: 13349) | |
10:54 | The generated makefiles expect dat you do mkdir build cd build nmake -f ..\win\Makefile.msc This will put all the files in build. So no polution of the root of the source tree and you can build for the different compilers ... (file: [ae60e5786f] check-in: [99e0a29efe] user: renez branch: windowscompilers, size: 13238) | |
09:20 | Added the msvc sdk compiler ... (file: [89fdc7501b] check-in: [c00f79d054] user: renez branch: windowscompilers, size: 13161) | |