History of src/stat.c of dab84c22ee6d299d
Not logged in

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

History of file src/stat.c at check-in dab84c22ee6d299d

2013-06-22
11:25
On the /urllist webpage, show entries most recent first instead of most recent last. file: [0cd57adbb9] check-in: [f94f3e3a79] user: drh branch: trunk, size: 9512
2013-02-15
16:15
Formatting tweaks to the "dbstat" command so that it works better on an 80-column shell window. file: [9bb2418c3f] check-in: [8522e0ab02] user: drh branch: trunk, size: 9502
2013-01-24
14:38
Added missing help text for dbstat command. file: [af83fa0b1f] check-in: [7b17a4ddb3] user: stephan branch: trunk, size: 9514
2013-01-18
12:13
Changed labels for dbstat command output (per mailing list discussion). Removed server-id field from dbstat output (to match /stat page change). file: [4f88f8adaa] check-in: [44dc567e57] user: stephan branch: trunk, size: 9314
11:06
Changed days-per-year from 365.24 to 365.2425, which is (per Wikipedia) more correct over longer time periods (patch from J. van den Hoff). Removed serverId from /json/stat output, analog to commit [6bb63a7364]. file: [014d3c2189] check-in: [823d3ed6d3] user: stephan branch: trunk, size: 9421
02:33
Simplify the text on the "Number of Artifacts" row of the /stat page. file: [53429164f4] check-in: [e5f9b18d36] user: drh branch: trunk, size: 9417
02:19
Uniformity in the display of version numbers on the /stat page. file: [b65fa97025] check-in: [a89560616f] user: drh branch: trunk, size: 9433
00:55
Fix the query on the /stat page that computes the number of check-ins. The old query omitted checkins (such as merges or null-checkins or branch creations) that did not add any new artifacts to the repository. Also remove the "server id" from the /stat report since that information is no longer used for anything. file: [72e3327900] check-in: [6bb63a7364] user: drh branch: trunk, size: 9416
2013-01-15
19:15
Moved the "dbstat" command into the "--all" list. file: [1e01fc6793] check-in: [2f04cc5e54] user: stephan branch: trunk, size: 9486
18:32
Expanded the "dbstat" command output a bit. file: [a20db96cdb] check-in: [29a9e237d8] user: stephan branch: trunk, size: 9485
2013-01-13
18:38
Added new "dbstat" command, mostly analog to the /stat web page, but not called "stat" to avoid breaking any "stat==status" typing habits. file: [577dcdb23a] check-in: [1dd493231a] user: stephan branch: trunk, size: 9649
2012-12-29
02:47
Fix a typo in the constant that defines the number of days in a year. file: [49eb84d504] check-in: [514f4fd8f6] user: drh branch: trunk, size: 5799
2012-09-04
17:28
Add the "URLs and Checkouts" page. file: [db565ff0cc] check-in: [8b1f5e0eab] user: drh branch: trunk, size: 5799
2012-08-29
13:57
Allow UTF-8 characters in sources. translate.exe will translate it to ASCII file: [78196be5eb] check-in: [9f6abc5968] user: jan.nijtmans branch: msvc-broken, size: 4425
2012-06-29
15:59
Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". file: [f80d8f4774] check-in: [0328d68181] user: drh branch: sqlite4, size: 4429
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: [97d6b92dad] check-in: [6823912746] user: drh branch: sqlite4, size: 4426
2012-04-28
14:13
Take advantage of the recently enhancement to the "translate" utility to simplify the logic for the "stat" webpage. file: [1a5f0535c1] check-in: [2008cecf1c] user: drh branch: trunk, size: 4426
2012-04-02
01:19
Fix a bug in the previous check-in. file: [7c02df6ddb] check-in: [b65ed0b106] user: drh branch: trunk, size: 4559
01:14
Improve the readability of large sizes on the "stat" webpage. file: [eb7b1b13c9] check-in: [701c8e68c6] user: drh branch: trunk, size: 4697
00:11
Try to make the "stat" page more readable by inserting commas in larger integers. This experiment did not work out. file: [7c7bec13ab] check-in: [ef9ec5d74a] user: drh branch: comma-in-stat, size: 4067
2011-09-14
17:45
Refactored g.okXXX perms flags to g.perm.XXX. file: [21de677ae1] check-in: [34b4dec0bc] user: stephan branch: stephan-hack, size: 4112
2011-09-13
18:45
Add the "brief" query parameter to the "stat" page. file: [84ef11b305] check-in: [d01ca14d08] user: drh branch: trunk, size: 4109
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: [59aea0e1c8] check-in: [e0303181a5] user: drh branch: trunk, size: 3975
2010-12-18
20:39
Many bug fixes while testing stash: Fix "revert" so that it updates the file status correctly. Fix several cases of "//" being used as a file separator instead of just "/". Fix undo on stash apply. Make "stash drop" undoable. Update documentation for undo and stash. file: [d39d37df9b] check-in: [8a6aa0a13f] user: drh branch: experimental, size: 3951
2010-12-17
12:03
Remember which database was opened first (as the "main" database) in the g.zMainDbType global variable. file: [79be3ec204] check-in: [99f52f3806] user: drh branch: trunk, size: 3994
2010-10-01
15:50
Change COMPILE_VARIANT to COMPILER_NAME. Populate the macro with complete version information when using GCC. file: [d65bfac21f] check-in: [33b4f335e0] user: drh branch: wolfgangFormat2CSS_2, size: 3931
2010-09-29
15:45
added a compiler variant TH1 variable, to be able to see the compiler version on the web page during testing/developing different compiler variants file: [11fd4238d5] check-in: [4d7c443c10] user: wolfgang branch: wolfgangFormat2CSS_2, size: 3981
2010-09-18
22:22
Enable large-file support for stat() on linux. Fix the "stat" webpage to handle repositories larger than 2GB. Ticket [b1934313bcfb3a90d4027b] file: [736482cefa] check-in: [31fdc347ac] user: drh branch: trunk, size: 3911
2010-09-13
22:15
Fix a compiler warning of an unused variable. file: [7167fbbdf1] check-in: [d35608836e] user: drh branch: wolfgangFormat2CSS, size: 3857
2010-09-11
16:14
'edit css' styled and made it pass HTML-Validator, optimized handling of additional styles in style.c file: [2fd8daa3a6] check-in: [286d4bcaa0] user: wolfgang branch: wolfgangFormat2CSS, size: 3871
11:37
Improvements to the "stat" page formatting. file: [b06446f2b5] check-in: [b41feab774] user: drh branch: trunk, size: 3878
2010-07-06
21:22
Add software version information and database stats to the /stat page. file: [7dd7461852] check-in: [5acf617104] user: drh branch: trunk, size: 3493
2010-05-16
19:08
Change from GPL to the Simplified BSD License. file: [bbb8cda86b] check-in: [c06edd231f] user: drh branch: clear-title, size: 2789
2008-11-09
22:59
Tweaks to the formatting of the "stat" webpage. file: [bc48427706] check-in: [caa9544f93] user: drh branch: trunk, size: 3065
2008-10-26
02:35
Fix the "number of tickets" counter on the "stats" webpage. file: [3af9e4ec2b] check-in: [1e82c4aa85] user: drh branch: trunk, size: 3051
2008-09-27
18:52
corrected 'Duration of Project' to round up, so a 2-day-old project doesn't show up as 1 day old file: [b7851e999c] check-in: [dab84c22ee] user: stephan branch: trunk, size: 3054
2008-05-07
23:56
Fix a typo on the "stat" page. file: [0523d46255] check-in: [cf84ce2d8c] user: drh branch: trunk, size: 3047
2008-03-08
13:49
Add the "Compression Radio" line to the "stat" page. file: [7e4cbe6578] check-in: [9aaad3e799] user: drh branch: trunk, size: 3049
2008-03-06
00:26
Fix problems on the stat page that appear for larger repositories. file: [43c14b0569] check-in: [80dc46d635] user: drh branch: trunk, size: 2833
2008-02-26
15:07
Added trailing newline to file b/c gcc complains about it file: [d6479af2a2] check-in: [1cde715739] user: stephan branch: trunk, size: 2751
2008-02-25
02:26
Added: Add the "stat" webpage showing repository statistics. file: [3d9d623f94] check-in: [e71e4d3193] user: drh branch: trunk, size: 2750