History of src/main.mk of e5a86795da2d747a
Not logged in

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

History of file src/main.mk at check-in e5a86795da2d747a

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: [dd0282e1d2] check-in: [b4c97d76a7] user: drh branch: sbsreloaded, size: 47823
2013-02-23
10:58
Added /json/status command. file: [c428f1570b] check-in: [d1e4d100ad] user: stephan branch: trunk, size: 47376
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: [b5f568034f] check-in: [bb0cedb15a] user: drh branch: trunk, size: 46875
2013-01-24
15:19
Removed -DCSON_FOSSIL_MODE from cc flags. Integrated JSON-under-MSC-related patches from the list. file: [84ced07b8f] check-in: [bb63588e1b] user: stephan branch: trunk, size: 46503
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: [371c336ab0] check-in: [cb952c420d] user: drh branch: trunk, size: 46522
20:56
Add the regular expression matching library and the "test-grep" command for testing it. file: [d3fb4b01a2] check-in: [e2552de8c6] user: drh branch: trunk, size: 46105
2012-12-07
20:58
Merge updates from trunk. file: [a1f6068e20] check-in: [de1ef7e99f] user: mistachkin branch: markdown, size: 45703
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: [29fca1079a] check-in: [c24e568fb0] user: drh branch: ticket-e399bc, size: 44764
2012-10-31
20:40
Initial infrastructure for adding the ability to moderate Wiki and Ticket changes. file: [803a1280b7] check-in: [ef112586a0] user: drh branch: moderation, size: 44392
2012-10-03
19:54
Integration work for the markdown engine provided by Natacha Porté. file: [707ba82ac0] check-in: [d38c6eef06] user: mistachkin branch: markdown, size: 44899
2012-09-10
18:15
add .PHONY target to makefile, this makes "make test" work even though there already is a directory named "test" file: [2defa7a8d0] check-in: [ffcdfadbda] user: jan.nijtmans branch: trunk, size: 43960
2012-08-10
19:59
Add experimental support for WYSIWYG editing of wiki pages. file: [bdbf143464] check-in: [6cd9847f54] user: drh branch: wysiwyg, size: 43774
2012-08-08
13:04
Changes "make install" so that it makes sure that the installation directory actually exists. Ticket [6e23fe11013961]. file: [212da82a48] check-in: [426e8edc30] user: drh branch: trunk, size: 43357
2012-07-14
18:44
i think i fixed the th.c-needs-blob.h build problem (again). Merged in 9f83e033a2304a9. file: [780cd00c1a] check-in: [960576b961] user: stephan branch: th1-query-api, size: 43403
2012-06-29
19:35
Remove redundant include argument from the compilation steps of several source files. file: [b1bb46c6ae] check-in: [8a18e7fb7f] user: mistachkin branch: trunk, size: 43333
15:59
Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". file: [6542162ff8] check-in: [0328d68181] user: drh branch: sqlite4, size: 43388
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: [be77dc72eb] check-in: [6823912746] user: drh branch: sqlite4, size: 43382
2012-03-16
15:21
Added initial /json/dir implementation. file: [49c5b5cdbe] check-in: [318a0ac132] user: stephan branch: trunk, size: 43381
2012-03-02
16:44
Added initial /json/finfo support, but the output structure is up for debate. file: [afc3b8966c] check-in: [f825f8c85d] user: stephan branch: trunk, size: 42928
2012-02-17
18:23
Added initial /json/config/get support. file: [4432f73efc] check-in: [e5a86795da] user: stephan branch: trunk, size: 42443
2012-02-11
21:28
Fix to the unix makefile so that it looks in the OBJDIR directory for header files synthesized by makeheaders. file: [a99da2b019] check-in: [8718b3c6ab] user: drh branch: trunk, size: 41942
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: [1ea0fe9424] check-in: [de9c2f08d7] user: steveb branch: jimtcl, size: 42070
2012-01-18
12:55
Merge updates from trunk and regenerate makefiles. file: [ed1f677a71] check-in: [04ab3f0c76] user: mistachkin branch: pushScript, size: 41930
12:41
Modify the makemake.tcl script to generate cleaned up makefiles and then regenerate them. file: [f14dba8904] check-in: [3d258e5152] user: mistachkin branch: trunk, size: 41483
06:06
Start of experimental support for post-push TH1 scripting. file: [30d16e5e60] check-in: [a11b7f1535] user: mistachkin branch: pushScript, size: 41531
2011-11-04
21:57
Replace the TH1 interpreter with Jim Tcl. file: [e9facdf7d1] check-in: [863e789e83] user: steveb branch: jimtcl, size: 41224
20:57
Merge the json branch into trunk. Json is disabled by default for now. Use the --enable-json option to configure, or set FOSSIL_ENABLE_JSON in the makefile to turn json processing on. file: [7ffeda08ae] check-in: [796dcfe072] user: drh branch: trunk, size: 41084
2011-10-27
13:45
Enable building with Tcl integration enabled using autosetup and/or makemake.tcl. Patch provided by Steve Bennett. file: [ba0f0532a0] check-in: [5ffb7d71d3] user: mistachkin branch: tcl-integration, size: 35571
2011-10-22
16:00
Merged/resolved trunk [4092208afca3ff]. Accommodated changes in text_diff() signature. file: [ad69254ab2] check-in: [acc253f44c] user: stephan branch: json, size: 40878
2011-10-20
07:00
Moved the user-related JSON handlers into their own file. file: [8e89122286] check-in: [6e18fc2ecc] user: stephan branch: json, size: 40855
01:12
Additional makefile changes so the "../$CHECKOUT/configure; make test" works. file: [0c40ae251a] check-in: [6f285b5fa9] user: drh branch: maketest_fixes, size: 35365
01:04
Fix the makefile so that "make test" works from a sibling build directory. file: [3f278d0ad7] check-in: [16d7e4a5c0] user: drh branch: maketest_fixes, size: 35355
2011-10-16
14:33
Removed a GNU-make-only construct which broke Jan's build. file: [34365b2621] check-in: [8da8432630] user: stephan branch: json, size: 40386
2011-10-08
08:46
Added /json/report/list and /json/query. file: [3847867688] check-in: [20978b27a2] user: stephan branch: json, size: 40449
05:16
minor hack to allow libcson to use fossil_malloc/free/realloc() so that we will hook into its die-on-OOM behaviour (=reduced error checking). file: [9ec771a310] check-in: [56ecc0c677] user: stephan branch: json, size: 39463
2011-10-07
13:51
First draft, no-frills /json/diff added. file: [8213f98394] check-in: [54e1f1a53d] user: stephan branch: json, size: 39380
2011-10-06
20:10
Added /json/tag/list and infrastructure for pending (add, cancel, find) ops. file: [cc5b06de76] check-in: [1088cf2107] user: stephan branch: json, size: 38911
2011-10-02
21:01
moved /json/branch code into its own file. file: [8e8724ff4e] check-in: [1a4c874e43] user: stephan branch: json, size: 38458
2011-10-01
05:09
Added initial /json/artifact code, but it currently can only report the type of a given artifact. file: [c4c7b693e8] check-in: [6372d95165] user: stephan branch: json, size: 37957
2011-09-27
01:18
moved /json/timeline|wiki commands/pages into their own files. file: [8d08ac6c95] check-in: [821830d2fb] user: stephan branch: json, size: 37424
01:01
Started refactoring specific json command groups into their own files (80kb is getting too big to manage in one file). file: [decf60c245] check-in: [5d2a516f8a] user: stephan branch: json, size: 36422
2011-09-15
12:03
initial mass-change merge of main repo with my fork. file: [815a3a160b] check-in: [5b44a419cd] user: stephan branch: json, size: 35894
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: [5b8a5a6da4] check-in: [ce62a2b11d] user: drh branch: trunk, size: 35342
2011-07-20
09:09
Only allow the default Makefile to build fossil on platforms where it's known to work. Update the build documentation to tell the user to use the GNUmakefile explicitly, to avoid accidently building using the default makefile on non-GNU platforms. file: [ad233b8f28] check-in: [14d1e44957] user: ben branch: ben-safe-make, size: 35527
2011-07-14
10:24
Small changes to autosetup build system so that the --disable-internal-sqlite switch works and is compatible with BSD make. file: [6b4865b5a7] check-in: [734af429e3] user: dan branch: trunk, size: 35342
2011-06-28
00:17
Fix a missing dependency in the makefiles. Ticket [e5b941cb0c90ba] file: [8d712d342d] check-in: [5392b5c28b] user: drh branch: trunk, size: 35020
2011-06-18
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: [dae3b8b002] check-in: [e0303181a5] user: drh branch: trunk, size: 35000
2011-05-20
11:22
Convert some fopen() calls to fossil_fopen(). Missed them previously. file: [250bbd15b1] check-in: [f626fcaab6] user: drh branch: windows-i18n, size: 35126
2011-04-14
14:23
Factor the glob-pattern matching logic into a separate module. file: [6d12250ed1] check-in: [289ea2a9b6] user: drh branch: trunk, size: 35105
2011-03-10
02:39
Refactoring the DAG path search code into a separate object. file: [a693d2a290] check-in: [34c23c6fd4] user: drh branch: path-refactor, size: 34733
2011-03-09
02:23
Add the ability to deliver compressed tarballs in addition to ZIP archives. file: [e34a1e551b] check-in: [d5d676f0c7] user: drh branch: trunk, size: 34361
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: [233b9895be] check-in: [34d9a5e5c5] user: drh branch: trunk, size: 34004
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: [e2a75c0de6] check-in: [c616cef3f7] user: drh branch: trunk, size: 33632
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: [1a3e1ab02b] check-in: [69f43fc077] user: drh branch: experimental, size: 33610
2011-01-14
16:57
Fix the unix makefile so that the fractional seconds of the date/time stamp are omitted from MANIFEST_DATE. Fix a missing #include in win/version.c. Ticket [a312a28952056ed5ee]. file: [c4023a76e7] check-in: [d00dbfb403] user: drh branch: trunk, size: 33238
2011-01-03
15:46
Fix the makefile on unix so that it works with "make -j2". file: [f01af656bb] check-in: [7ad1f18b46] user: drh branch: trunk, size: 33236
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: [39287b2031] check-in: [723f8c200f] user: drh branch: trunk, size: 32466
2010-12-21
12:24
Fix the "make clean" to recursively remove subdirectories in the OBJDIR directory. Ticket [950d0186f84f38d2] file: [bc6bb1f6d7] check-in: [1710ccf931] user: drh branch: trunk, size: 32610
2010-12-20
13:15
Update the unix Makefile to shift all build products other than the file executable into the OBJDIR folder. file: [82ec5e447b] check-in: [e084092a07] user: drh branch: trunk, size: 33319
2010-12-18
17:24
Begin adding code to implement the "stash" command. The code compiles and runs but is currently incomplete. This is an incremental check-in to preserve state. (Ironically, if "stash" were working, I'd have probably just done a "stash snapshot" to capture this state, rather than an experimental branch.) file: [1886945f06] check-in: [b3dadcc4a6] user: drh branch: experimental, size: 24814
2010-12-04
13:07
Begin adding a "bisect" command. The command is installed, but it does not yet work. This check-in is to facilitate transfer to a different machine. file: [561879e9fe] check-in: [2ce65f2863] user: drh branch: trunk, size: 24537
2010-11-24
12:03
Factor the sql-command shell out into a separate source file. Add the new content(X) SQL function for accessing uncompressed and undeltaed artifact content. file: [1ac4c8aa4d] check-in: [b4687be448] user: drh branch: trunk, size: 24244
2010-11-08
19:00
Begin adding "import" and "export" commands for converting repositories from and to the Git format. The "export" command currently generates output but is not quite correct. The "import" command is still a stub. file: [d5970209e9] check-in: [b3fd32f925] user: drh branch: experimental, size: 23951
2010-10-29
19:06
Add the "sqlite3" command providing an sqlite3 command-line shell. Ticket [b18338c226f6fb4899b] file: [f8b5fdf65d] check-in: [8c723318d2] user: drh branch: trunk, size: 23365
2010-10-02
00:25
First working code for displaying and editing events. file: [f4889cee4d] check-in: [419903ebd7] user: drh branch: experimental, size: 23221
2010-08-25
16:03
Continuing work on the ssh:// sync protocol. file: [7bf5ce2b3f] check-in: [958f596637] user: drh branch: experimental, size: 22944
2010-06-22
11:35
Improve Make system for easier compilation with MinGW awk must still be in PATH and zlib compiled for mingw. file: [3a882e512e] check-in: [7b7fe27678] user: BM branch: benoit, size: 30288
2010-05-16
19:36
Merge support for HTTPS back into trunk. (It got lost during the conversion from GPL to BSD.) file: [4ef444c9e6] check-in: [68fa646f49] user: drh branch: trunk, size: 22667
2010-03-18
14:40
Merge in all of the latest clear-title changes from the trunk. file: [edb3a6c1bb] check-in: [7c2577bd63] user: drh branch: clear-title, size: 22342
2010-03-16
21:33
Work toward adding support for attachments. Keep this on an experimental branch until it is actually working. file: [b5870d6fa4] check-in: [c3d7df650b] user: drh branch: experimental, size: 23301
2010-03-05
00:10
Pull over from the trunk all recent changes for which we have clear title. file: [acc92f893d] check-in: [b9d3b4288f] user: drh branch: clear-title, size: 22049
2010-03-04
23:41
Here is an altenative fix to [8b3c5d30f7e] that explicitly disables the LOCKING_STYLE option of SQLite. file: [0faf9ddc16] check-in: [879a030e1c] user: drh branch: trunk, size: 23008
2010-02-26
03:02
Merge in latest changes from trunk. file: [46787a05bb] check-in: [df90572760] user: linuxfood branch: creole, size: 23365
2010-02-25
14:06
Pull over the latest clear-title changes from trunk. file: [613acaa2e5] check-in: [16e703be11] user: drh branch: clear-title, size: 22017
2010-02-21
10:45
make it possible to do both Linux and Win builds without doing clean first file: [719a1a01d8] check-in: [aff93fb6b8] user: ron branch: trunk, size: 22976
2010-02-08
18:16
Merge recent changes into the dual-license branch. file: [a0cbf7bc18] check-in: [14c19fbc1c] user: drh branch: clear-title, size: 19875
18:12
Merge all the latest trunk changes into the SSL branch. file: [15ebf7652e] check-in: [8c23a947eb] user: drh branch: ssl, size: 20747
16:12
Implement a graph of changes in the timeline to replace the older flashing asterisk mechanism. Does not work on IE6. Probably still contains bugs. file: [e0e9e8aa98] check-in: [d89fea6a1c] user: drh branch: trunk, size: 20451
2010-01-19
18:16
Pull in all the latest changes from the trunk as of 2010-01-19. file: [87d7c4e450] check-in: [b8df912e2d] user: drh branch: ssl, size: 20499
18:11
Start a new branch that strives to contain only code for which we hold clear title. file: [e644245c7f] check-in: [ab0a0d7640] user: drh branch: clear-title, size: 19627
2009-12-19
21:04
Add a new "Skins" configuration page that allows the look and feel of the web interface to be changed to one of several prototypes at the click of a button. Currently, there are only two built-in prototypes. file: [0f9d767d5d] check-in: [007d0a9b3f] user: drh branch: trunk, size: 20203
2009-11-09
15:32
Add SSL support. file: [ad6939d32a] check-in: [16f6fd904a] user: dmitry branch: ssl, size: 20251
2009-10-31
15:07
Add an "finfo" command to give file history. file: [08be0ee0ca] check-in: [8c8f8616a6] user: drh branch: trunk, size: 19955
2009-10-18
18:21
Begin adding a search capability; the code is not yet connected up. Also update to the latest version of SQLite. file: [5d15c133fb] check-in: [232d10b736] user: drh branch: trunk, size: 19707
2009-09-22
07:49
merge trunk into creole branch file: [e1989b9164] check-in: [7a2c37063a] user: bob branch: creole, size: 19803
2009-09-09
16:14
Update to the latest version of SQLite. Make use of the new sqlite3_strnicmp() interface. file: [1c7633a14e] check-in: [fac950a173] user: drh branch: trunk, size: 19443
2009-08-16
21:34
Remove unsupported and incomplete webpage functionality: The admin_sql page and the "my" page. file: [eae24a1861] check-in: [07f6780c98] user: drh branch: trunk, size: 19461
2009-08-15
17:45
Remove obsolete "todo" files. Remove the obsolete src/VERSION file and references to that file in the makefiles. file: [e981c4607d] check-in: [137bff8294] user: drh branch: trunk, size: 20269
2009-08-10
11:12
Update to the latest version of SQLite. Turn off FTS3 in the SQLite build since it is not currently being used. file: [24f7686dbb] check-in: [1b0c251575] user: drh branch: trunk, size: 23374
02:29
Add an ascii-art captcha for anonymous login. file: [c4a82e07db] check-in: [b4a29fac93] user: drh branch: trunk, size: 23397
2009-05-08
09:52
Initial commit of Creole Wiki Parser extension. file: [6c3a053810] check-in: [ecd1f09632] user: robert branch: creole, size: 23475
2009-03-30
00:31
Refactor the HTTP client logic to make it much easier to add support for "file:" and "https:" URLs on push, pull, sync, and clone. file: [9bd0c8cb97] check-in: [737e76a69f] user: drh branch: trunk, size: 23072
2008-12-14
22:54
Moved new tcksetup.c into checkout dir before commit, added rstats command to get stat page info from command line. file: [1e02eecb11] check-in: [cdbc3ab248] user: kejoki branch: trunk, size: 22246
2008-11-03
09:55
Update for making mycfg.exe. <b>WARNING:</b> This is an <u>incompatible change</u>. Do not use this branch of development to build a copy of fossil that needs to interoperate with official releases. file: [d432505c6f] check-in: [b54de50ac5] user: urmil branch: trunk, size: 21936
2008-11-01
20:48
Update SQLite to the latest in CVS (version 3.6.4+). Add a configuration option to show all times in UTC instead of localtime. file: [7596d8f2f4] check-in: [d23b8ba62b] user: drh branch: trunk, size: 21937
2008-10-17
00:20
Added the "all" command for things like "fossil all sync". I am not sure "all" is quite the right name for this command, so I may yet change it. file: [4242635d97] check-in: [9346f2290c] user: drh branch: trunk, size: 21908
2008-09-21
19:00
fixed deps problem created by my last checkin. Now builds properly in non-parallel mode file: [441865bbd2] check-in: [d2ae873e9e] user: stephan branch: trunk, size: 21596
2008-09-19
15:36
fixed Makefile dependency orderings so parallel compilation (e.g. make -j2) can work (cuts my build times in half) file: [41d683bd1d] check-in: [c699c491df] user: stephan branch: trunk, size: 21583
2008-09-07
08:32
Remove small glitch that prevent fossil to be built with BSD make. file: [2afc5bcbf7] check-in: [f3fb059eb6] user: cle branch: trunk, size: 100195
2008-05-29
01:58
Improvements to the shunning algorithm. Add the shun page and an opportunity to shun or unshun artifacts in the artifact viewer. file: [0d06051e00] check-in: [a48474bc75] user: drh branch: trunk, size: 100327
2008-05-28
15:29
Split of the ticket configuratio into separately editable pieces. file: [4ac9136e02] check-in: [86db6fa150] user: drh branch: trunk, size: 97874
2008-05-22
13:58
Begin adding the new "configure" command. file: [d66a881b84] check-in: [e06ae9f6d2] user: drh branch: trunk, size: 101047
2008-05-17
17:43
Get the "server" command running under windows. file: [24d064f3b3] check-in: [e2e016c31f] user: drh branch: trunk, size: 97874
14:49
The bug report generator compiles but still does not work right. file: [735885bbee] check-in: [55342eb9fb] user: drh branch: trunk, size: 95031
2008-05-15
20:18
Separate the new /doc method out into its own source file. file: [15e5ae0afc] check-in: [5cf1206dfa] user: drh branch: trunk, size: 92368
2008-05-14
02:03
Change the spelling of "descendant" to use the -ant suffix everywhere, including in the filename "descendant.c". The adjective form can be spelled either -ant or -ent, but the noun form requires -ant, or so says American Heritage. file: [2243ce05bf] check-in: [6458f020fc] user: drh branch: trunk, size: 90151
2008-03-11
20:00
make test should find test script relative to the SRCDIR so it will work when run from a separate build directory. This also allows 'make test' to run with Makefile.w32 file: [c57838417d] check-in: [7c0bd3ee08] user: mjanssen branch: trunk, size: 90164
2008-02-25
02:26
Add the "stat" webpage showing repository statistics. file: [5fbe19c227] check-in: [e71e4d3193] user: drh branch: trunk, size: 90151
2008-02-13
22:31
Cut over all code to use TH1 instead of subscript. Completely remove the subscript interpreter from the source tree. file: [b7efa1a7b7] check-in: [fde1d82372] user: drh branch: trunk, size: 87826
16:21
Create the interface between TH1 and the rest of fossil. Subscript is still being used, though. This is a preparatory step toward cutting over to TH1. file: [453935292c] check-in: [13e16c824a] user: drh branch: trunk, size: 90831
15:04
Add the TH1 code to the source tree and makefile. But do not yet make any calls to TH1. file: [e9b2daa7c6] check-in: [4ee9e31a2d] user: drh branch: trunk, size: 88094
2008-02-07
15:08
Rename admin_sql_page.c to admin.c. Refactor the strxform functions into SQL functions. Refactor the db_generic_query_view() routine. Fix multiple security vulnerabilities. Bring the code closer into compliance with style guidelines. file: [3a3bee5aa8] check-in: [007d1ce44f] user: drh branch: trunk, size: 87006
2008-02-06
19:02
added tokenize_path.c, containing a convenient path-like-string tokenizer and render_linked_path() to HTML-ize a path. file: [5731a15580] check-in: [7f9226a858] user: stephan branch: trunk, size: 91768
03:05
Remove string_xform.c from the makefile. Require a "sym-" prefix on tags used to name baselines or branches. The prefix is omitted when the tag is used for this purpose; it is only there to avoid ambiguity with other built-in tag names. file: [50f94ba447] check-in: [41cf3e7c1d] user: drh branch: trunk, size: 88212
2008-02-05
00:01
Added /admin/sql page. Added a 'const' to db_generic_query_view() file: [59f85a79ba] check-in: [6f05b4292a] user: stephan branch: trunk, size: 91632
2008-02-04
02:45
Add file and directory browsing capabilities to the web interface. file: [5098d3f338] check-in: [e487b77b1a] user: drh branch: trunk, size: 87944
2008-02-03
22:07
Added rudimentary /my page. file: [12f5c67434] check-in: [334f8e6e2f] user: stephan branch: trunk, size: 85382
21:56
refactored some /tagview code into more generic bits. Added string_xform.c. file: [32fb8023fa] check-in: [9c01af2d22] user: stephan branch: trunk, size: 82728
2008-02-02
21:10
added /tagview page - a simple browse-by-tag interface file: [a53aad40d8] check-in: [02d1ed6ad2] user: stephan branch: trunk, size: 79476
2008-02-01
19:58
Fix the makefile so that you can build twice in a row from the source directory and it still works. file: [a4037f237e] check-in: [1b52d1306e] user: drh branch: trunk, size: 76916
2007-11-25
16:13
Update SQLite to the latest build from CVS. Add in the FTS3 extension, though it is not yet being used. Additional work toward tickets. file: [e26748a323] check-in: [f394d84560] user: drh branch: trunk, size: 76745
2007-11-18
20:48
Add a more advanced commit-hook mechanism that allows us to specify multiple procedures in a particular order prior to commit. Continuing work toward getting tickets going. file: [7ed240df88] check-in: [d5e7891b07] user: drh branch: trunk, size: 76715
2007-11-03
04:01
Subscript interpreter is now running. file: [3d6c79ffca] check-in: [8ef26c5e72] user: drh branch: trunk, size: 76463
2007-10-03
12:28
Add the tkt.c source file as an empty template. file: [de95462e67] check-in: [a3e4a5d27d] user: drh branch: trunk, size: 73701
02:33
Begin adding setup screens for ticket configuration. file: [a1f766be49] check-in: [0edee97370] user: drh branch: trunk, size: 71721
2007-10-02
18:58
Begin adding the ticket configuration processing logic. file: [c754bff6ab] check-in: [2e9d52f27f] user: drh branch: trunk, size: 69167
2007-09-23
18:24
Added RSS feed. You can set the RSS title, description in Setup. Added header to style to include title and pointer to the new RSS feed. The new RSS feed is BaseURL/timeline.rss file: [853909751a] check-in: [07eaead5dc] user: jnc branch: trunk, size: 66777
03:13
fossil branch command added. Base branch new works. Specifying a color causes a malformed manifest file error. branch list does not work, just skeleton code right now. file: [bacbca635a] check-in: [b8a8959ec5] user: jnc branch: trunk, size: 64893
2007-09-22
17:38
Improved display of version information on the help command. Display fossil version number and date on the bottom of every webpage. file: [bf38d6b94e] check-in: [c2d1e3c70a] user: drh branch: trunk, size: 62693
2007-09-21
02:41
Work toward adding a tagging system. Code compiles but is incomplete and probably does not work. file: [8bdfcd9b6e] check-in: [2bc0e2c565] user: drh branch: trunk, size: 62440
2007-09-11
02:25
Add the "undo" and "redo" commands. Untested at this point so don't try to use them yet. file: [0a50945960] check-in: [a36177bcce] user: drh branch: trunk, size: 60614
2007-09-01
01:55
Updates to the timeline routines. Added the pqueue module. file: [fc782f901a] check-in: [abce5105e2] user: drh branch: trunk, size: 58704
2007-08-31
20:14
A new decendent finding algorithm is (hopefully) faster. Changes to the timeline are in process and might not yet work. file: [9f030ee30b] check-in: [e15fe43153] user: drh branch: trunk, size: 56608
2007-08-29
04:00
Re-added the 'test' target, this time in the correct file, then regenerated the main.mk file. file: [d7d0790c57] check-in: [5f83d2720e] user: aku branch: trunk, size: 54868
03:22
Patch up makemake.tcl to incorporate aku's edits, then regenerate the main.mk file. file: [b8f1b0de79] check-in: [b616c3d8c3] user: drh branch: trunk, size: 54633
02:49
Moved common large lists of header files into Make variables. file: [f65e1ad0ee] check-in: [4594b4e628] user: aku branch: trunk, size: 18856
02:46
Added implementations for the methods "deconstruct", and "construct". file: [96738c84e5] check-in: [fc95255785] user: aku branch: trunk, size: 54691
2007-08-26
06:45
Added a make target to invoke the testsuite, and a make variable for tclsh. Danger. Testsuite modifies the repository the checkout belongs to, and not a copy. Use with caution, clone your development repository and workspace before use. Updated my work list. file: [11239c7604] check-in: [464a46dad2] user: aku branch: trunk, size: 52353
2007-08-25
19:45
Fix a makefile dependency to force a rebuild whenever the manifest.uuid changes. file: [7b8ae816c0] check-in: [b4571bb75e] user: drh branch: trunk, size: 52118
19:39
Add the "baseline" command that shows the UUID of the fossil baseline from which the fossil executable was built. file: [045138036b] check-in: [def4449a87] user: drh branch: trunk, size: 52096
2007-08-01
21:59
Add the ability to sign manifests using GPG during a check-in. Due to a bug in the manifest parser, older versions will not be able to check-out signed manifests. file: [aa75ff924a] check-in: [e37451d9c2] user: drh branch: trunk, size: 51423
2007-07-31
19:18
Add a ZIP archive generator. file: [7ee81e67bb] check-in: [9b780d220b] user: drh branch: trunk, size: 49147
2007-07-21
14:10
Added: Initial check-in of m1 sources. file: [1617e07ee7] check-in: [dbda8d6ce9] user: drh branch: trunk, size: 47521