Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
540 check-ins using file src/shell.c version e09ba95360
|
2018-08-02
| ||
| 08:10 | Create new branch named "cmake-ide" check-in: 2150860bed user: ashepilko tags: cmake-ide | |
|
2012-11-17
| ||
| 19:22 | Prevent delta loops on sync operations that might otherwise occur if a sequence of file changes ends with a file back to its original state after a sequence of two or more intermediate states. The is a backport/cherrypick of check-in [141b990722ea81e10e5] Closed-Leaf check-in: 285eeba64f user: drh tags: branch-1.19 | |
|
2012-11-14
| ||
| 20:28 | Detect infinite loops in the DELTA table and abort out of content_get() when they are found. Fix an off-by-one error in the version-3 clone protocol. This error might cause an incomplete and corrupt clone if a transfer block fills up just before sending the very last blob. Backport of fixes from 2012-08-23 21:15:36 check-in: 99053ab141 user: drh tags: branch-1.19 | |
|
2012-11-06
| ||
| 19:47 | Make sure that pending deletes from "fossil rm" operations are preserved across a "fossil update". check-in: 76c6f8fcb8 user: drh tags: branch-1.19 | |
|
2012-10-24
| ||
| 19:08 | Fix the --setmtime flag on fossil-commit so that it works when changing version, and not just when updating the current version. check-in: d4bdac3c51 user: drh tags: branch-1.19 | |
|
2012-10-15
| ||
| 15:01 | Fix the windows build for the 1.19 branch. check-in: d3e7557a54 user: drh tags: branch-1.19 | |
|
2012-10-11
| ||
| 19:45 | Cherrypick changes [0c37874941c8972], [9ba8a393fcc569b], and [ae092ec605eed11] in order to backport the --setmtime option of "fossil update" and the --age and -t options of "fossil ls" to version 1.19. check-in: 773c6c5f2c user: drh tags: branch-1.19 | |
|
2011-10-14
| ||
| 15:52 | working on json wiki command Closed-Leaf check-in: 4f9f0e9f03 user: zach tags: json-multitag-test, json | |
|
2011-10-11
| ||
| 21:04 | Added another AJAX impl which uses a local fossil binary for the back-end while using the FossilAjaj front-end interface. check-in: 155516632c user: stephan tags: json-multitag-test, json | |
| 19:57 | JS code test cleanups to account for the fact that the ajax-thrown assertions/exceptions get swallowed by the ajax layer. check-in: 9e98a9bd9e user: stephan tags: json-multitag-test, json | |
| 14:28 | merged in trunk [496edc2176]. check-in: ec76ee16fd user: stephan tags: json-multitag-test, json | |
|
2011-10-10
| ||
| 20:02 | Fix some compiler warnings. check-in: 496edc2176 user: drh tags: trunk | |
| 19:33 | Fix a C++ comment in sha1.c. Fix a help text typo. check-in: a6f3dd1ce7 user: drh tags: trunk | |
| 13:19 | Update the "scrub" command to drop the accesslog table when the --verily option is used. check-in: 16a6dfefd1 user: drh tags: trunk | |
| 13:05 | Additional formatting fixes: shorten lines to 80 characters or less. check-in: c1d78e0556 user: drh tags: trunk | |
| 12:59 | Adjust SSL trust fix to skip prompting for certificates that already have an explicitly negative trust setting. check-in: 636804745b user: mistachkin tags: trunk | |
| 12:55 | Fix indentation and formatting in http_ssl.c. Limit line length to 80 characters per the coding style spec. check-in: 5eb8f0157a user: drh tags: trunk | |
| 11:38 | Merge the ssl-trust-fix branch into trunk. check-in: 0554dbd04a user: drh tags: trunk | |
| 08:56 | Fix constant prompting on already saved SSL certificates that are not trusted for some reason (e.g. host mismatch, etc). Closed-Leaf check-in: 25169506b7 user: mistachkin tags: ssl-trust-fix | |
|
2011-10-09
| ||
| 12:58 | factored out an extraneous parameter to json_gc_add(). check-in: 7a83a5cbd0 user: stephan tags: json-multitag-test, json | |
| 11:57 | fixed: json_cap_value() now returns NULL (instead of prematurely/fataly querying the db) if g.userUid has not been set (i.e. CLI mode). check-in: 96920e7c04 user: stephan tags: json-multitag-test, json | |
| 11:45 | Added global debugFossilG/--json-debug-g boolean to add the "g" output to any response (including (especially) error responses) to simplify debuggering. Requires a|s privileges. check-in: f047bbddb4 user: stephan tags: json-multitag-test, json | |
| 11:23 | Added /json/g, which dumps the "g" object to JSON (debuggering tool). check-in: 65e0c94c8a user: stephan tags: json-multitag-test, json | |
| 11:09 | minor cleanups to how FossilAjaj stores its auth info. check-in: fb55f2534d user: stephan tags: json-multitag-test, json | |
| 11:04 | minor pedantic mtime "as int" casts. check-in: 770f9da54a user: stephan tags: json-multitag-test, json | |
|
2011-10-08
| ||
| 15:13 | s/rn/report/, for API consistency. check-in: a52296e034 user: stephan tags: json-multitag-test, json | |
| 15:13 | accommodated API change. check-in: 69ef388f02 user: stephan tags: json-multitag-test, json | |
| 14:36 | Fixed Ctrl-D handling in rhino-based shell. check-in: 15c6caf29e user: stephan tags: json-multitag-test, json | |
| 14:16 | added /json/report/get. check-in: e21b391dcd user: stephan tags: json-multitag-test, json | |
| 14:15 | getenv() as the fallback strategy for json_getenv() now only enabled in CLI mode. check-in: 8c4a23aee4 user: stephan tags: json-multitag-test, json | |
| 12:57 | "Dispatching" json subcommands now produce more useful error messages when no subcommand is specified. check-in: a8af09fc16 user: stephan tags: json-multitag-test, json | |
| 12:13 | Permissions fixes in json/report. Added json/timeline/branch, analog to /brtimeline. check-in: 6841b11647 user: stephan tags: json-multitag-test, json | |
| 11:55 | fixed a cson mis-use which could cause a crash in some cases due to client-side misachtung of the reference count. check-in: d8fd611fab user: stephan tags: json-multitag-test, json-add-tag-test, json | |
| 10:18 | Added /json/report/run. Fixed an SQL syntax bug in report/list (only affected non-priveleged accounts). check-in: 8907163ea4 user: stephan tags: json-multitag-test, json | |
| 08:46 | Added /json/report/list and /json/query. check-in: 20978b27a2 user: stephan tags: json-multitag-test, json | |
| 05:57 | added diff demo to ajax page. check-in: 42f569238e user: stephan tags: json-multitag-test, json | |
| 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). check-in: 56ecc0c677 user: stephan tags: json-multitag-test, json | |
| 05:16 | doc additions for /json/diff. check-in: a37df1d939 user: stephan tags: json-multitag-test, json | |
|
2011-10-07
| ||
| 19:55 | Documentation update. check-in: c0b6c28d29 user: drh tags: trunk | |
| 18:38 | Update the built-in SQLite to the latest 3.7.9 alpha. check-in: f678a7b948 user: drh tags: trunk | |
| 14:19 | fixed a missing db_finalize() in an error-handling case. check-in: 7906bab836 user: stephan tags: json-multitag-test, json | |
| 13:51 | First draft, no-frills /json/diff added. check-in: 54e1f1a53d user: stephan tags: json-multitag-test, json-add-tag-test, json | |
| 13:32 | minor tweaks to the prototype shell. check-in: d30b20a56c user: stephan tags: json-multitag-test, json | |
| 12:02 | Added a very, very prototypic/pre-alphalpha demo fossil shell. Requires rhino JS. check-in: 7ab5d85487 user: stephan tags: json-multitag-test, json | |
| 10:59 | Pulled in another round of memory optimizations in cson/sqlite3. Added a few minor error reporting cleanups in JSON mode. check-in: 09e5fcd795 user: stephan tags: json-multitag-test, json | |
| 10:20 | Another round of cson memory optimizations. Object keys can now be cson_strings, which can be refcounted/shared. check-in: 3d252e8754 user: stephan tags: json-multitag-test, json | |
| 06:54 | Minor internal tweaks. Pulled in lastest cson_amalgamation for the new convenience functions. check-in: c75759d8d0 user: stephan tags: json-multitag-test, json | |
| 03:52 | /json/wiki/get: renamed request.payload.page to "name" for consistency. Added a TODO to /json/tag/list. check-in: 34056ea238 user: stephan tags: json-multitag-test, json | |
| 03:51 | fixed how many path parts are generated for the "command" response property. check-in: 3d6cc1df78 user: stephan tags: json-multitag-test, json | |
| 03:24 | Removed an unnecessary strcmp(). Removed some debuggering code which corrupted the output of /json/tag/find in raw mode. check-in: faaf7387d9 user: stephan tags: json-multitag-test, json-add-tag-test, json | |
| 03:09 | fixed whoami requests in demo apps to notice when the user has been logged out (and logs him in with the new auth token). check-in: ccc90734e0 user: stephan tags: json-multitag-test, json | |
| 02:58 | Fixed a minor denkfehler in the "bump <1ms runtime to 1ms" logic. Changed g.json.gc to an array (lower memory and better performance for what we use it for). check-in: 19276984bd user: stephan tags: json-multitag-test, json | |
| 02:16 | merged in trunk [4b0f813b8c]. check-in: 39d9f83781 user: stephan tags: json-multitag-test, json | |
| 02:14 | pulled in tonight's libcson changes, which halve the number of allocations needed for creating new JSON values. check-in: 130cc65cb5 user: stephan tags: json-multitag-test, json | |
|
2011-10-06
| ||
| 23:29 | fixed a bug in the handling of /json/tag/find --raw format (caused by moving code w/o paying attention). Added a warning when the given tag is not found. check-in: be41009046 user: stephan tags: json-multitag-test, json | |
| 23:12 | Added /json/tag/find. check-in: 9d27ade314 user: stephan tags: json-multitag-test, json | |
| 21:25 | Added /json/tag/cancel. check-in: 0b685fcc0f user: stephan tags: json-multitag-test, json | |
| 21:14 | Added /json/tag/add. check-in: bd9d7ce2f6 user: stephan tags: json-multitag-test, json | |
| 20:10 | Added /json/tag/list and infrastructure for pending (add, cancel, find) ops. check-in: 1088cf2107 user: stephan tags: json-multitag-test, json-add-tag-test, json | |
| 17:12 | Added /json/resultCodes. check-in: 71a1d4483f user: stephan tags: json-multitag-test, json | |
| 15:51 | minor doc fix before switching PCs for the weekend. check-in: a403544f2a user: stephan tags: json-multitag-test, json | |
| 15:47 | fixed comparison logic which broken dumbing-down of error codes (caused them to never be dumbed-down). check-in: f93e059f6c user: stephan tags: json-multitag-test, json | |
|
2011-10-05
| ||
| 16:58 | fixed [fc825dcf52] check-in: 4b0f813b8c user: ron tags: trunk | |
| 12:04 | experimentally added "command" property to all responses to simplify response handler dispatching in some experimental Java client code. check-in: 8f12ac9896 user: stephan tags: json-multitag-test, json | |
| 12:03 | minor cosmetic cleanups. check-in: 2dac80dd9f user: stephan tags: json-multitag-test, json | |
| 08:00 | Added (--args -) to read from stdin. Theoretically now also strips windows newlines, but i do not have a broken editor to test that with ;). check-in: 080d27a6b2 user: stephan tags: trunk | |
| 07:01 | fixed a url-updating problem caused by recent refactoring. check-in: 4b70853483 user: stephan tags: json-multitag-test, json | |
| 06:42 | A few internal cosmetic cleanups, added json_get_wiki_page_by_rid(). check-in: afb3c89fe6 user: stephan tags: json-multitag-test, json | |
| 05:41 | Tweaks to the JS API, mainly to simplify a common 2-callbacks-per-event use case. Added missing json2.js. check-in: cf10d9d9b9 user: stephan tags: json-multitag-test, json | |
| 03:32 | const-correctness tweak in db_text(). check-in: 30431ff903 user: stephan tags: json-multitag-test, json | |
| 02:41 | Doh... accidentally changed resultCodes from strings to ints during refactoring. check-in: 36384da861 user: stephan tags: json-multitag-test, json | |
| 02:31 | fixed a mis-sorting in the json timeline, caused by refactoring in a recent commit. check-in: 824ed5fb65 user: stephan tags: json-multitag-test, json | |
| 02:26 | Consolidated more of the CLI/HTTP/CLI-with-POST arg handling disparities into the json_find_option() family of functions. check-in: 5b4a3f12dc user: stephan tags: json-multitag-test, json | |
| 02:03 | Change a #ifdef so that builds on MSVC will work on repos larger than 2GB. check-in: 6092935ff2 user: drh tags: trunk | |
| 00:53 | lots of minor cleanups in JSON error handling (mostly cosmetic). Added some new FOSSIL-xxxx codes. check-in: 2e41514fb7 user: stephan tags: json-multitag-test, json | |
|
2011-10-04
| ||
| 23:40 | merged and conflict-resolved trunk [c0274f996266aef]. check-in: 4fbf77d4f3 user: stephan tags: json-multitag-test, json | |
| 23:07 | Merge the --args FILENAME patch into trunk. check-in: c0274f9962 user: drh tags: trunk | |
| 23:03 | Simplify the implementation of the --args FILENAME patch, as requested by the FIXME comment. check-in: eb8d989dae user: drh tags: stephan-hack | |
| 21:41 | Initial --args FILENAME patch. Impl seems over-complex to me, but works as described in the list thread. check-in: 8a6568c3a3 user: stephan tags: stephan-hack | |
| 21:28 | merging with trunk [d4a341b49dd1b701] before applying --args FILENAME patch, to simplify downstream merge. check-in: 312d522fe4 user: stephan tags: stephan-hack | |
| 20:02 | Started adding /json/artifact tickets support, but grokking tkt.c is more than i am up for tonight. Changed how permissions checks are done under /json/artifact (previous approach is just plain silly without C++ templates) check-in: cee8bc6727 user: stephan tags: json-multitag-test, json | |
| 19:17 | fixed a c99ism. check-in: cd67b945d7 user: stephan tags: json-multitag-test, json | |
| 15:20 | Add HMAC-SHA1 implementation. Closed-Leaf check-in: dcee34b25f user: dmitry tags: multisession | |
| 15:15 | Merge protection against timing attacks into trunk. check-in: d4a341b49d user: dmitry tags: trunk | |
| 14:38 | Merge trunk into dmitry-security branch. Closed-Leaf check-in: f4eb0f5afc user: dmitry tags: dmitry-security | |
| 14:34 | Rename constant_time_eq to constant_time_cmp to better indicate that these functions return 0 when values are equal, like memcmp, strcmp, etc., not truth, to avoid possible mistakes. check-in: d244c484e7 user: dmitry tags: dmitry-security | |
| 14:28 |
Revert the previous change after thinking more about it.
Login cards in the sync protocol have the following format: login userid nonce signature Nonce is SHA-1 of the message that follows this line, signature is SHA-1 of the concatenation of the nonce and user's shared secret. The successful timing attack can reveal only signature for this p... check-in: 13a9a1244c user: dmitry tags: dmitry-security | |
| 09:06 | /json/wiki/get argument handling cleanup so that it works with the newer command=... approach. check-in: 96fe10ab54 user: stephan tags: json-multitag-test, json | |
|
2011-10-03
| ||
| 16:34 |
Disabling Cache-control: no-store, as it made firefox forget about form field
contents on back/forward in history.
Resolution achieved by a minimal consensus at this thread on the mailing list. check-in: 3fac77d7b0 user: viriketo tags: trunk | |
|
2011-10-02
| ||
| 23:59 | Minor error handling cleanups (nicer resultText strings). Removed a call to sqlite3_config() from the JSON bootstrap code which _seems_ to be the cause of an SQLITE_MISUSE warning. check-in: af72cc7599 user: stephan tags: json-multitag-test, json | |
| 23:43 | Accommodated recent API changes. check-in: 901a0133e3 user: stephan tags: json-multitag-test, json | |
| 23:21 | Fixed an incorrect setting of the content type in one error-handling case. check-in: 35e4e9188b user: stephan tags: json-multitag-test, json | |
| 22:58 | Added /json/branch/create. Finally found g.zErrMsg, and started using it in conjunction with json error reporting. check-in: 8eaf58ee51 user: stephan tags: json-multitag-test, json | |
| 21:01 | moved /json/branch code into its own file. check-in: 1a4c874e43 user: stephan tags: json-multitag-test, json | |
| 20:15 | renamed json timeline "showFiles" option to "files" because we do not really "show" anything." check-in: bc7af5192a user: stephan tags: json-multitag-test, json | |
| 19:57 | Added tag/branch option to /json/timeline/ci, analog to HTML mode t/r options. check-in: 762128512a user: stephan tags: json-multitag-test, json | |
| 19:56 | Added empty_Stmt, analog to empty_Blob, to work around an assertion triggered during some error handling code. check-in: 4db6d7c5ce user: stephan tags: json-multitag-test, json | |
| 18:28 | Merged in trunk [ae64088627df]. Added /json/timeline/checkin as alias for /json/timeline/commit (checkin is historically more correct/consistent). check-in: a9070a4944 user: stephan tags: json-multitag-test, json | |
| 18:18 | s/userName/name/, for consistency. check-in: 94689bbf29 user: stephan tags: json-multitag-test, json | |
| 13:30 | minor hack to name_search() to make it stop searching after it determines there is an ambiguity. check-in: ae64088627 user: stephan tags: trunk | |
| 12:41 | json mode now accepts command=string request parameter if path length is 1 (no subcommand was specified). check-in: 225fd3dad3 user: stephan tags: json-multitag-test, json | |
| 12:31 | initial code for reading POST data from a file/stdin in CLI mode. check-in: 8145cdbf3b user: stephan tags: json-multitag-test, json | |
| 11:43 | minor cleanups and doc additions to the json/artifact handling. check-in: 6d0667831a user: stephan tags: json-multitag-test, json | |
| 11:16 | Reorganized json_page_artifact(), fixed a C99ism, fixed permissions check. check-in: c926170034 user: stephan tags: json-multitag-test, json | |
| 11:15 | removed an implemented TODO reminder. check-in: f270f0b5c1 user: stephan tags: json-multitag-test, json | |
| 10:51 | Added missing license header to new files. Updated (c) date to 2011. check-in: 8a665715c2 user: stephan tags: json-multitag-test, json | |
|
2011-10-01
| ||
| 20:50 | Variable used for return value of send(2) must be signed, otherwise error conditions just result in infinite loops. check-in: 5e3519873f user: joerg tags: trunk | |
| 07:58 | s/commit/checkin/, for consistency. s/artifactType/type/. check-in: 44e032aa8a user: stephan tags: json-multitag-test, json | |
| 07:47 | more consolidation of timeline/artifact code. check-in: cc444a02cd user: stephan tags: json-multitag-test, json | |
| 07:04 | more timeline/artifact refactoring. check-in: 22fc0ab81b user: stephan tags: json-multitag-test, json | |
| 06:45 | Started refactoring some of the timeline/artifact components into reusable parts. Comment edited only to test json responses which differentiate between pristine and edited commits. check-in: b1f9257213 user: stephan tags: json-multitag-test, json | |
| 05:58 | Started adding artifact-type-dependent result data to /json/artifact output. check-in: a893fff3ca user: stephan tags: json-multitag-test, json | |
| 05:58 | minor cleanups. check-in: 6ee6486e02 user: stephan tags: json | |
| 05:57 | Added json_new_int() convenience function. check-in: ccd66b9b3c user: stephan tags: json | |
| 05:09 | Added initial /json/artifact code, but it currently can only report the type of a given artifact. check-in: 6372d95165 user: stephan tags: json | |
| 05:05 | minor db_column usage cleanup. check-in: cf8b20ea1f user: stephan tags: json | |
| 05:05 | added test for /json/wiki/get. check-in: 2b7edce38d user: stephan tags: json | |
| 05:04 | Changed some of the exception-throwing code to propagate instead of ingore. check-in: e8fe84bc2c user: stephan tags: json | |
| 04:03 | Cleaned up wiki formatting code a bit. Added wiki uuid to /json/wiki/get response payload. check-in: 3f512ca41b user: stephan tags: json | |
| 03:37 | Added format=raw|html to /json/wiki/get. check-in: c990e7ec25 user: stephan tags: json | |
| 02:19 | minor cleanups in the /json/login payload code. check-in: 3bdae54cae user: stephan tags: json | |
| 02:12 | Changed /json/login output payload structure. check-in: 88ddf2cbce user: stephan tags: json | |
|
2011-09-30
| ||
| 17:00 | minor ajax test code cleanups. check-in: 7eb52b23ae user: stephan tags: json | |
| 16:36 | Added more integration tests. check-in: 10e677c968 user: stephan tags: json | |
| 16:35 | added preliminary support for cookies in the rhino ajax client, but it does not seem to be doing anything. check-in: ef9d839311 user: stephan tags: json | |
| 15:50 | Fixed POST sending for rhino-based ajax impl (was sending Content-Type form-urlencoded). Login over rhino works :). check-in: a36d5c0ed8 user: stephan tags: json | |
| 15:48 | minor fix for fossil's internal handling of name=xyz parameter. check-in: 9f2535f1e0 user: stephan tags: json | |
| 14:11 | Some touch-ups in the JS code. Started adding Rhino-based tests for integration/unit-testing CGI/server modes. check-in: 42a07be4c5 user: stephan tags: json | |
| 10:51 | It seems like blob_constant_time_eq() is unnecessary for sync protocol signatures; removed. check-in: 48bcfbd47b user: dmitry tags: dmitry-security | |
| 09:41 | Catch zero length early in blob_constant_time_eq(). check-in: e3d022dffa user: dmitry tags: dmitry-security | |
| 09:01 | Merged in trunk [9bfa186be09f]. Fixed an inexplicable duplicate call to db_find_and_open_repository() which has since disappeared from the trunk. check-in: 8185bddf2e user: stephan tags: json | |
|
2011-09-29
| ||
| 22:27 | json ajax: fixed POST/GET message sending determination (broken by a previous change this evening). check-in: 37963253b9 user: stephan tags: json | |
| 21:57 | Removed the json warnings bitset crap. Still not sure i like the warnings mechanism at all. check-in: 9fe06e2fda user: stephan tags: json | |
| 21:55 | Corrected a JSON-mode result code when db rebuild is required. check-in: 44644d43dc user: stephan tags: json | |
| 21:06 | Fix to the previous fix: install function to the correct database. check-in: 3782276da6 user: dmitry tags: dmitry-security | |
| 21:04 | Fix login groups. check-in: 6f29649ef3 user: dmitry tags: dmitry-security | |
| 17:26 | Fix comment. check-in: a0fa120b74 user: dmitry tags: dmitry-security | |
| 17:21 | Protect against timing attacks by using constant-time comparison function to compare passwords and cookies. check-in: 7f110475ec user: dmitry tags: dmitry-security | |
| 17:03 | minor jsonp tweaks. Added some test code for it in the demo app, but there is still some jsonp disconnect between the two AJAJ layers, and i may need to consolidate them to work around it. check-in: f48b687a9a user: stephan tags: json | |
| 15:23 | Added /json/rebuild. Is likely to fail w/ an AJAX timeout for large repos, which will probably cause the rebuild to roll back on the next open :/. Takes 21sec on my 32-bit netbook to rebuild the fossil repo. check-in: 071de8f1bd user: stephan tags: json | |
| 14:07 | When creating a manifest, get isExe and isLink bits from filesystem at once instead of doing two stat(2) calls. check-in: 9bfa186be0 user: dmitry tags: trunk | |
| 13:08 | Removed a test/debug #if block which i accidentally left enabled in [73e28dd718]. check-in: 5ddfe3d663 user: stephan tags: json | |
| 11:45 | Change file_size() to file_wd_size() in file_is_the_same(). check-in: 13a771ce18 user: dmitry tags: trunk | |
| 11:05 | Cache "manifest" setting in fossil_reserved_name() instead of reading it from the database on every call. This speeds up adding many files. check-in: a369dc7721 user: dmitry tags: trunk | |
|
2011-09-28
| ||
| 22:41 | moved some db_finalize() calls so that they would also be called in error cases. check-in: 997274e9be user: stephan tags: json | |
| 22:04 | Added createIfNotExists bool option to /json/wiki/save. check-in: 73e28dd718 user: stephan tags: json | |
| 21:36 | JSON CLI mode now accepts --indent|-I N to set JSON indention level (uses cson_output_opt::indentation semantics). Default for CLI mode is 1 (0 for HTTP mode). check-in: 30e4ebaa19 user: stephan tags: json | |
| 12:09 | merged in trunk [3e141b792c]. check-in: 033e2eb1df user: stephan tags: json | |
| 11:35 | Use the check-in time as the timestamp for zlib compression on tarballs, os that every tarball for the same check-in is identical. check-in: 3e141b792c user: drh tags: trunk | |
|
2011-09-27
| ||
| 19:28 | Call file_wd_isdir() in file_mkdir(). check-in: 13120e9620 user: dmitry tags: trunk | |
| 19:15 | Change a few instances of file_isdir() to file_wd_isdir(). check-in: f1329470c0 user: dmitry tags: trunk | |
| 16:34 | Add the --stats option to the rebuild command. check-in: f25e5e53c4 user: drh tags: trunk | |
| 13:22 | Added basic timing info to json ops, but "should probably" move the timer start to the app/server init. check-in: b9ef0fe59b user: stephan tags: json | |
| 06:44 | Allow the Tcl source directory to be used instead of the Tcl install directory if FOSSIL_TCL_SOURCE defined. Also, add and/or modify explanatory comments. check-in: 5df59eba03 user: mistachkin tags: tcl-integration | |
| 05:31 | Makefile fixes to enable Tcl to be statically linked to Fossil. check-in: 6e6e55a12d user: mistachkin tags: tcl-integration | |
| 04:12 | /json/timeline/ticket prevUuid is now only explicitly set for non-new files. Previously it was set to NULL, which was a waste-of-time no-op. check-in: 0ddf92042d user: stephan tags: json | |
| 04:08 | Added ticketUuid to /json/timeline/ticket output. Removed some superfluous Blob uses (where db_prepare() works just as well). check-in: f94ad19472 user: stephan tags: json | |
| 03:55 | Merge latest trunk changes. check-in: 2d2b45bb17 user: mistachkin tags: tcl-integration | |
| 03:28 | Added /json/timeline/ci showFiles to ajax test page. check-in: be700e8433 user: stephan tags: json | |
| 03:25 | Added showFiles=bool/--show-files option to /json/timeline/ci. check-in: 98e24465c2 user: stephan tags: json | |
| 02:09 | Changed /json/stat to use brief mode by default due to relatively high runtime cost, replaced 'brief' param with 'full'. Added json_getenv_bool(). check-in: c1914eaa79 user: stephan tags: json | |
| 01:51 | Added "brief" option to /json/stat, mirroring the change in [d01ca14d08]. check-in: 17f11a0884 user: stephan tags: json | |
| 01:32 | Added /json/user/xyz to ajax demo. /json/user/get/USERNAME now works as an alias for ?name=USERNAME. check-in: 585be130f3 user: stephan tags: json | |
| 01:18 | moved /json/timeline|wiki commands/pages into their own files. check-in: 821830d2fb user: stephan tags: json | |
| 01:01 | Started refactoring specific json command groups into their own files (80kb is getting too big to manage in one file). check-in: 5d2a516f8a user: stephan tags: json | |
| 00:34 | merged in trunk [12272b7ff0]. check-in: a5fd64d344 user: stephan tags: json | |
| 00:34 | added /json/user/get. check-in: 0c7be1fe6c user: stephan tags: json | |
| 00:14 | added /json/user/list. check-in: 59ef1667ac user: stephan tags: json | |
|
2011-09-26
| ||
| 19:30 | made /json/timeline/wiki and /json/wiki/timeline aliases. check-in: 0475e63d44 user: stephan tags: json | |
| 14:43 | Add the test-list-webpage command. check-in: 6a97d77501 user: drh tags: trunk | |
|
2011-09-25
| ||
| 11:14 | Fix double LI tags when listing wiki attachments for users without permissions. check-in: 12272b7ff0 user: dmitry tags: trunk | |
|
2011-09-24
| ||
| 01:39 | Disable SSLv2 in HTTPS client. This version of the protocol is considered insecure and has been deprecated; all modern browsers disable it. check-in: ea1d369d23 user: dmitry tags: trunk | |
|
2011-09-23
| ||
| 13:10 | s/briefText/briefComment/. Fixed a couple memleaks of blob sql. check-in: ecdbce1651 user: stephan tags: json | |
| 12:46 | Added comment to timeline/ticket. Minor additions to AJAX test pages. check-in: de0b860f77 user: stephan tags: json | |
| 12:29 | Implemented /json/timeline/ticket, cleaned up timeline/ci|wiki. check-in: 42900f3029 user: stephan tags: json | |
| 10:52 | Changed fossil_json_f() callback interface. Refactored json command dispatching a bit. Fixed an ordering problem in the json timelines. Pulled in latest cson_amalgamation. check-in: c24b445012 user: stephan tags: json | |
| 01:00 | Corrected /json/wiki/save|create to honor the proper g.perm.WrWiki/NewWiki perm, instead of just WrWiki. check-in: d3759cd40f user: stephan tags: json | |
| 00:39 | Added initial JSONP support, but lacks significant testing. check-in: e72ae99dc2 user: stephan tags: json | |
|
2011-09-22
| ||
| 23:40 | Added --after/--before support to /json/timeline/ci and wiki. check-in: e01d49b252 user: stephan tags: json | |
| 20:07 | Implemented /json/timeline/wiki. Fixed --limit/-n handling of timeline/ci. check-in: 12545465e9 user: stephan tags: json | |
| 19:14 | Implemented /json/wiki/create. check-in: 1df648abfe user: stephan tags: json | |
| 17:56 | Implemented /json/wiki/save. check-in: 2162c86d9e user: stephan tags: json | |
| 17:18 | added src/Makefile so that (ctrl-x m) will DTRT. check-in: ce4f310361 user: stephan tags: json | |
| 17:02 | Added initial prototype of JSON wiki editor (cannot save yet). Minor cleanup in ajax/index.html. check-in: 475c61fd59 user: stephan tags: json | |
| 16:27 | minor cleanups in the /json/wiki/get and AJAJ code. check-in: a9c8a31df5 user: stephan tags: json | |
| 16:21 | Added rudimentary timer to AJAX test page. check-in: 07a2c43c8c user: stephan tags: json | |
| 15:59 | Added /json/wiki/get?page=... check-in: 7dc8e9ac94 user: stephan tags: json | |
| 14:58 | Added /json/whoami. check-in: 7a65dd0e00 user: stephan tags: json | |
|
2011-09-21
| ||
| 21:23 | added a FIXME, removed another. Now it's really bed time. check-in: 8b814778c9 user: stephan tags: json | |
| 21:17 | Added my AJAX test code after accidentally deleting my local copy (thank goodness the test server still had a copy). See the README if you want to set it up locally under apache. check-in: c6c5ad1364 user: stephan tags: json | |
| 20:43 | /json/branch/list now requires g.perm.Read, like /brlist does. Time for bed... check-in: a37c6a87c6 user: stephan tags: json | |
| 20:03 | added current branch name to /json/branch/list payload when in an opened checkout. check-in: 7592fe934b user: stephan tags: json | |
| 19:31 | added POST.payload to json_getenv() list. Re-organized /json/branch/list CLI/HTTP arg handling to behave sanely in CLI mode. Minor typo fix in main.c. check-in: 4a9b51649d user: stephan tags: json | |
| 18:55 | s/branch_prepare_query/branch_prepare_list_query/g check-in: 267739dd20 user: stephan tags: json | |
| 18:53 | changed how /json/branch/list selects whether to look at open/all/closed branches. check-in: 14423f3284 user: stephan tags: json | |
| 18:20 | Refactored prepareBranchStatement() to simplify its usage, get rid of ambiguous arg handling, and allow the caller to specify the priority of the all-vs-closed-vs-opened decision. Made it non-static and renamed to branch_prepare_statement() for re-use in /json/branch/list. check-in: 5a81a5ead6 user: stephan tags: json | |
| 18:10 | Minor timeline output cleanups. Added /json/branch/list. check-in: f266ebdd3f user: stephan tags: json | |
| 17:38 | More work on the warnings infrastructure. json_warn() now (experimentally) disallows (elides) duplicate warning codes to simplify downstream loops. Still undecided on that behaviour, though. check-in: 576425e862 user: stephan tags: json | |
| 16:31 | started adding infrastructure to report non-fatal warnings. check-in: ad50fe9584 user: stephan tags: json | |
| 15:22 | timeline json refactoring, fixed ordering, split tags into an Array. check-in: d6cbe37b6b user: stephan tags: json | |
| 14:42 | refactored the prototype timeline code, split off completely from www version (different requirements). check-in: 1ecf337404 user: stephan tags: json | |
|
2011-09-20
| ||
| 22:55 | added a couple FIXME notes before bed. check-in: e785784538 user: stephan tags: json | |
| 22:42 | Started adding /json/timeline support, but this is gonna be a doozie. Breaking it down into separate calls for ci/wiki/ticket, e.g. /json/timeline/ci because the structures will be different for each. check-in: eff3f7d929 user: stephan tags: json | |
| 16:58 | fossil_warning() is now a no-op in JSON mode, to avoid corrupting the output. check-in: 6ce6b5e63f user: stephan tags: json | |
| 16:48 | merged trunk [1f498a6ef2]. check-in: c2b1bc686d user: stephan tags: json | |
| 16:45 | more minor internal cleanups. s/g.isCGI/g.isHTTP/ to avoid confusion later on. check-in: 9adc95c476 user: stephan tags: json | |
| 16:27 | minor internal cleanups and doc additions. check-in: 2f3e438507 user: stephan tags: json | |
| 16:00 | CLI mode now works properly when called using an abbreviated form of "json", e.g. fossil js wiki list. Fixed an incorrect error code in /json/wiki. check-in: 76d0fa2bb0 user: stephan tags: json | |
| 15:48 | Refactored page/command callback to take on argument to simplify certain dispatching ops. json_getenv() now falls back to getenv() if neither the POST data nor cgi_parameter() contains the requested value, but this is basically a workaround for my current inability to add --opt support in CLI mode (due to how HTTP/CLI command handling is consolidat... check-in: 206908faee user: stephan tags: json | |
|
2011-09-19
| ||
| 20:16 | Remove obsolete files check-in: 1f498a6ef2 user: drh tags: trunk | |
| 19:13 | Update the built-in SQLite to the 3.7.8 release. check-in: 8d4c564277 user: drh tags: trunk | |
| 19:03 | Moved a db_finalize() which would not have been called in a couple of error cases. check-in: afc1cec6a3 user: stephan tags: json | |
| 18:49 | fixed a double-free() which could happen in one error case. check-in: 65e946c714 user: stephan tags: json | |
| 18:48 | Implemented /json/wiki/list (first draft, may change). Pulled in latest cson_sqlite3 additions to simplify the impl. check-in: 5cc88946a7 user: stephan tags: json | |
| 17:11 | minor cleanups in prep for the "larger" JSON APIs. check-in: 87e20659c6 user: stephan tags: json | |
|
2011-09-18
| ||
| 19:16 | terribly minor internal cleanups. check-in: 507a458277 user: stephan tags: json | |
| 19:11 | One compile fix and MSVC build fix, from Jeff Slutter. check-in: 5f3a98ae83 user: stephan tags: json | |
| 10:40 | Removed some no-longer valid comments after confirming that JSON mode works without cookies. Dumbed-down the various login errors by default (again). check-in: 52229655df user: stephan tags: json | |
| 10:25 | Added userName to /json/stat output for the nobody user (it was previously not set in that case). Renamed captcha to password in /json/anonymousPassword. Added NYI (not yet implemented) placeholders for several planned request types. check-in: 13cc3b823f user: stephan tags: json | |
| 08:11 | Implemented anonymous user login over JSON. Requires 2 requests (captcha-fetch and then login). check-in: cebf9919f8 user: stephan tags: json | |
| 05:51 | merged trunk [b54b8e751a]. check-in: 76c4ae5e5e user: stephan tags: json | |
| 05:45 | More cleanups to the cson_cgi removal refactoring. Added common "indent" parameter to control indentation of JSON (uses cson_output_opt.indentation semantics). check-in: b3653265d1 user: stephan tags: json | |
| 04:31 | Factored out cson_cgi bits - now using fossil's CGI bits. Removed cson_cgi from cson_amalgamation (cuts its size considerably). Seems to still work, and this removes some discrepancies in how CGI/server modes are handled. check-in: 4cf9681440 user: stephan tags: json | |
|
2011-09-17
| ||
| 23:14 | Doc changes only check-in: 5a9e567966 user: stephan tags: json | |
| 20:25 | added a missing assert() (Thanks, Joe M.) check-in: a67c6744e5 user: stephan tags: json | |
| 17:35 | Update the built-in SQLite amalgamation to the latest 3.7.8 beta. check-in: b54b8e751a user: drh tags: trunk | |
| 16:01 | More cleaning up of error lower-level handling to output JSON instead of HTML in a few more cases. check-in: 9b842564f7 user: stephan tags: json | |
| 14:24 | logout now fails if the auth token is not available to it (as a sanity check and potentially stop someone from logging out someone else). check-in: affdf56c3f user: stephan tags: json | |
| 01:25 | dropped back to a simpler timestamp generation mechanism. Thanks to Ge Weijers for the input. check-in: 147f4bfb62 user: stephan tags: json | |
|
2011-09-16
| ||
| 23:29 | Added some code for dumbing-down only the different login errors (missing name, missing pw, or no match found). Defaults to dumbed-down mode. check-in: 388c9888af user: stephan tags: json | |
| 23:06 | worked around a weird cgi_parameter() bug. We are now not processing the name/password params with the precedence i would like, but it works now in server/cgi modes with GET and POST. check-in: b0885e864c user: stephan tags: json | |
| 21:39 | restructured /json/cap output. check-in: 7e3902d14f user: stephan tags: json | |
| 19:48 | Update the built-in SQLite amalgamation to the latest 3.7.8 beta. check-in: 4db5bd1111 user: drh tags: trunk | |
| 19:27 | implemented /json/logout. check-in: e94605b54f user: stephan tags: json | |
| 18:57 | Merged trunk [693ab93b7d] to quiet down -Wall. Removed a trailing comma from an enum (-Wall mode). check-in: 98cdd410df user: stephan tags: json | |
| 18:55 | style conformance touch-ups. check-in: 45cd04f8c1 user: stephan tags: json | |
| 18:53 | replaced two C++-style comments. check-in: 693ab93b7d user: stephan tags: trunk | |
| 18:39 | Refactored the special-case CLI-mode arg/path handling in the CGI/server-mode mechanism. Fixed: server-mode response timestamp was always the time the server process started. check-in: 0bb823032f user: stephan tags: json | |
| 18:29 | more cleanups in the json arg/path handling. check-in: 35b9edba83 user: stephan tags: json | |
| 17:53 | minor cleanups to the json "command path" handling. check-in: 2dcc2397b5 user: stephan tags: json | |
| 17:26 | Consolidated server/cgi/cli path/arg handling (will break when add --options to CLI mode). check-in: c5fbcced80 user: stephan tags: json | |
| 16:38 | fixed an inconsistency in the CLI/CGI args/path handling. Non-CGI server mode is still broken b/c we do not yet have the PATH_INFO (or equivalent) data. check-in: 73591cc746 user: stephan tags: json | |
| 13:39 | more cson portability fixes, thanks to Robert Engelhardt and Joe Mistachkin. check-in: afd36e987c user: stephan tags: json | |
| 13:34 | s/unlink/remove/ for Windows build (thanks again to Robert Engelhardt). check-in: ea8d28acf3 user: stephan tags: json | |
| 11:48 | compile fix for mingw (thanks to Robert Engelhardt). check-in: 58d4156446 user: stephan tags: json | |
| 11:19 | minor typo and wiki formatting fix. Added another external link. check-in: 9f5c40cbe7 user: stephan tags: trunk | |
|
2011-09-15
| ||
| 21:39 | test_env command now requires g.perm.Admin or g.perm.Setup. Resolves ticket [2316d926e376aa]. check-in: 2d71977e98 user: stephan tags: trunk | |
| 12:03 | initial mass-change merge of main repo with my fork. check-in: 5b44a419cd user: stephan tags: json | |
| 11:55 | merged in with trunk for clean state before i pull in my fork. check-in: 716bb29257 user: stephan tags: json | |
| 11:54 | Create new branch named "json" check-in: 7f108075ad user: stephan tags: json | |
| 00:54 | Further progress towards jerusalem on yet another holy docco crusade! Checkin #3/n check-in: 17f21f2482 user: martin.weber tags: msw-docco | |
|
2011-09-14
| ||
| 18:08 | Merge the refactored permission flags into trunk. check-in: b344d3c0cd user: drh tags: trunk | |
| 17:49 | Removed local-only file from makemake.tcl. Doh. check-in: 00fe260682 user: stephan tags: stephan-hack | |
| 17:45 | Refactored g.okXXX perms flags to g.perm.XXX. check-in: 34b4dec0bc user: stephan tags: stephan-hack | |
| 13:45 | Update the built-in SQLite amalgamation to the latest 3.7.8 beta. check-in: a0cf985a42 user: drh tags: trunk | |
| 11:14 | Merge documentation updates from the msw-docco branch into trunk. check-in: 2210be19cc user: drh tags: trunk | |
| 11:06 | Distinguish between direct family and merge relationships in the common status information such as seen with the "fossil info" command. check-in: 9caa3506c5 user: drh tags: trunk | |
| 00:39 |
A bullet point I forgot two checkins ago:
| |
| 00:33 | Of course THAT was the trunk version I wanted to merge with... check-in: b42d1a9dcf user: martin.weber tags: msw-docco | |
| 00:32 |
Begin streamline the online documentation to:
| |
|
2011-09-13
| ||
| 18:45 | Add the "brief" query parameter to the "stat" page. check-in: d01ca14d08 user: drh tags: trunk | |
| 18:36 | Merge documentation updates into trunk. check-in: 6cf00533b2 user: drh tags: trunk | |
| 17:18 | The Label list was not properly freed in some cases; looking at the annotate of 'win/Makefile.msc' was triggering the case. Closed-Leaf check-in: 4860d9f234 user: viriketo tags: annotate_noleak | |
| 16:43 | Getting in the changes reducing the leak on annotate. In the fossil mailing list, I received only opinions in favour of getting mallocs and frees properly paired, so I think noone will refuse the change. check-in: 7870a89b10 user: viriketo tags: annotate_noleak | |
| 12:42 | online docco for [4fe2214116] (support for fossil info / descendants ?-R repo?) check-in: a336ff53d2 user: martin.weber tags: msw-docco | |
| 00:40 | Add support for the -R option on several command-line subcommands. check-in: 4fe2214116 user: drh tags: trunk | |
|
2011-09-12
| ||
| 18:19 | Merge the minor fixes on the dmitry-fixes branch into trunk. check-in: ce354d0a9f user: drh tags: trunk | |
| 18:13 | Reset the reply content at the beginning of the /xfer method in case any sqlite3_log() warning messages had previously been inserted. check-in: 2d1620830e user: drh tags: trunk | |
| 13:06 | Fix typo in comment check-in: b582ff9879 user: joerg tags: trunk | |
|
2011-09-11
| ||
| 13:57 | Fix three remaining instances of printing rebuild progress in CGI mode. Ticket [19be0265ff]. Closed-Leaf check-in: 2cd21f8dc2 user: dmitry tags: dmitry-fixes | |
| 12:27 | Disallow creating users with empty login. Ticket [66ce1088]. check-in: e1ea6c26d0 user: dmitry tags: dmitry-fixes | |
| 12:26 | Fix typos in documentation. Tickets [09310d1a] and [806c4358]. check-in: 9150a8a234 user: dmitry tags: dmitry-fixes | |
| 12:22 | Make RSS feed valid by using 'dc:creator' element instead of 'author'. Ticket [109ae2e904]. check-in: 71b862af7d user: dchest tags: dmitry-fixes | |
| 12:19 | Show overridden user in commit comment. Ticket [4af785ba]. check-in: 7c82dbf546 user: dmitry tags: dmitry-fixes | |
|
2011-09-10
| ||
| 21:21 | Add a new quote to the documentation. check-in: 136519f4be user: drh tags: trunk | |
|
2011-09-08
| ||
| 14:30 | Add comment describing file_wd_isfile() function. check-in: f23334cbda user: dmitry tags: trunk | |
| 13:07 | Remove unused variable from ticket_cmd(). check-in: a0b3769b01 user: dmitry tags: trunk | |
| 13:02 | Merge fixes and refactoring from symlinks branch. check-in: c05f6afaf2 user: dmitry tags: trunk | |
| 12:59 | Fix Windows build. Closed-Leaf check-in: 4e586a2d8e user: dmitry tags: symlinks | |
| 11:59 |
Introduce new file_wd_* functions that use stat() or lstat() depending on 'allow-symlinks' setting, and use them when dealing with files inside the working directory. Make file_* functions always use stat() as before merging symlink support.
Fix renaming of symlinks when merging (via new function symlink_copy()). Rename create_symlink() to symlin... check-in: 8a0c546990 user: dmitry tags: symlinks | |
| 11:52 | Merge latest trunk into symlinks branch. check-in: 981e5c62e3 user: dmitry tags: symlinks | |
|
2011-09-07
| ||
| 08:12 | Make it easier to use Events as quick notes: Display the title just above the text on Event pages. If there's no title in the wiki text, use the comment as a title. Closed-Leaf check-in: 27a4518e13 user: ben tags: ben-minorchanges | |
| 03:51 | begin work on ticket [bc0d0f5642eaf]: track success of (network) write operations and start bubbling that status up. To make it up to ultimately exit(EXIT_FAILURE) on errors, mkindex will need to be updated, too, as well as the signature from command implementing functions need to return int instead of void at some point. More to come. Closed-Leaf check-in: a67e2683ed user: martin.weber tags: msw-hack | |
|
2011-09-06
| ||
| 20:30 | Documenting the Label structure I introduced. Closed-Leaf check-in: 58a02a2e4a user: viriketo tags: label_linkedlist | |
| 20:12 | catch up with trunk. Remove C++ style comments from http_ssl.c. check-in: 0f1c41bc20 user: martin.weber tags: msw-hack | |
| 13:23 | Close A and LI tags when displaying new and deleted files in timeline. check-in: 8d703ff956 user: dmitry tags: trunk | |
| 07:33 |
Two fixes about localtime:
| |
|
2011-09-04
| ||
| 22:14 |
Implementation of a linked list to solve the memory leak described in a TODO
in [e2ebb1f5cae8].
This code is slower than having the memory leak, and at the end, it was not a big memory leak. Let's say, 10 byte per revision involved in a file annotate. If a file has 30000 revisions, it may go around 300KB then. For this leak to be noticeable ... check-in: ef8266b710 user: viriketo tags: label_linkedlist | |
| 21:39 |
Reducing the leak of annotate even more.
I wrote a TODO in the file, for a leak still present and relevant for files modified by many versions, but that requires harder work to get right. check-in: e2ebb1f5ca user: viriketo tags: annotate_noleak | |
| 21:02 | Making annotate not segfault for the complex test case I have. There is still a little leak... but muuuch smaller than it was. check-in: fa760a24cd user: viriketo tags: annotate_noleak | |
| 20:43 | Updating from trunk to get the latest code. check-in: 73b6ff4966 user: viriketo tags: annotate_noleak | |
| 20:41 |
What I did to get the 'annotate' command not leak.
Notice that I disabled again the check for blob_is_reset, as in trunk. check-in: 7ad4dfbe8b user: viriketo tags: annotate_noleak | |
| 01:28 | Update the built-in SQLite to the latest 3.7.8-alpha version that contains the improved merge-sort logic. check-in: 0cf5416002 user: drh tags: trunk | |
|
2011-09-02
| ||
| 16:19 | Do a better job of merging branches that contain lots of file renames. check-in: 0b93b0f958 user: drh tags: trunk | |
| 13:54 | Fix a missing \n on the trace output of the previous check-in. Also fix a redundancy in the computation of symbolic links. check-in: 597176786b user: drh tags: trunk | |
| 13:51 | Add additional trace output with the --debug option on "fossil merge" and especially on filename change tracking. check-in: 21acce3c35 user: drh tags: trunk | |
| 12:39 | Merge symlink fixes into trunk. check-in: c97535c5d8 user: dmitry tags: trunk | |
| 12:33 | Fix a bug in undo associated with symlinks. check-in: 56d624f6e2 user: drh tags: trunk | |
| 12:27 | Merge latest trunk into symlinks branch. check-in: fee3c6767d user: dmitry tags: symlinks | |
| 12:18 | Merge the latest autosetup changes into trunk. check-in: 172580e0a4 user: drh tags: trunk | |
| 10:34 | Print description of conflict when 'stash apply' cannot merge a symlink and a regular file. check-in: bca6924e5f user: dmitry tags: symlinks | |
| 10:31 | Fix an autosetup bug which prevented libreadline from being detected when running autosetup under tclsh Closed-Leaf check-in: 7eeb5c64cc user: steveb tags: autosetup | |
| 10:30 | Add -Wdeprecated-declarations on Mac OS X to prevent warnings from openssl check-in: 0fd14820f7 user: steveb tags: autosetup | |
| 10:19 | Uncomment contents of Makefile.in. Silence OpenSSL deprecation warnings on Mac OS X 10.7. check-in: 73443aa7f8 user: dmitry tags: symlinks | |
| 10:10 | Add Makefile.in back into the checkout. Was deleted accidently by the merge at [e4f1c1fe950425b]. check-in: 90b692ba5f user: drh tags: trunk | |
| 09:34 | Bring Makefile.in back. check-in: 6729562675 user: dmitry tags: symlinks | |
|
2011-09-01
| ||
| 23:55 | Change a couple of unlink()'s to file_delete(). check-in: 61d49d92bb user: dmitry tags: symlinks | |
| 23:44 | Fix indentation in update.c. check-in: 1d54dce41e user: dmitry tags: symlinks | |
| 23:18 | Merge latest changes from trunk. check-in: 2b1a4797dd user: dmitry tags: symlinks | |
| 22:56 | Refactor file_perm(), file_islink(), and file_isexe(). Now file_perm() calls stat only once. check-in: eac23495a9 user: dmitry tags: symlinks | |
| 22:55 | Fix merge when merging UPDATEs a symlink to a regular file and vice versa. check-in: 82a95b4692 user: dmitry tags: symlinks | |
| 22:52 | Fix undo when having a regular file on disk and symlink in undo. check-in: 324763b932 user: dmitry tags: symlinks | |
| 22:22 | Fix typos and other cleanup on the "build.wiki" doc page. check-in: 0f9fb20370 user: drh tags: trunk | |
| 22:15 | Fix saving undo for symlinks. check-in: 0762b1d9c6 user: dmitry tags: symlinks | |
| 22:06 | Merge all the latest trunk changes into the tcl-integration branch. check-in: 26c515f6ff user: drh tags: tcl-integration | |
| 22:05 | Add in the merge_renames test script from the similarly named branch. check-in: fcd68266e0 user: drh tags: trunk | |
| 22:00 | Merge in support for the "fossil ticket history" command from the venks-emacs branch. check-in: 98a855c508 user: drh tags: trunk | |
| 21:56 | Merge the symlinks branch into trunk. check-in: e4f1c1fe95 user: drh tags: trunk | |
| 21:51 | Merge the ssl_peer_ip branch into trunk. check-in: 8b9c933c28 user: drh tags: trunk | |
| 20:56 | Merge latest trunk. check-in: 02ee688a4d user: dmitry tags: symlinks | |
| 20:38 | I think I fix a possible bug on platforms where 'char' has signed meaning, on the code about noting the 'rcvfrom' ipv4 address. Closed-Leaf check-in: 9ce6771c78 user: viriketo tags: ssl_peer_ip | |
| 20:33 |
Adding some ipv4-only code to get the ip where we took the content from for the https connections.
The "rcvfrom" information was lost in the case of https connections.
I don't know how to make it work well for ipv6 too. check-in: daa6a0eb9b user: viriketo tags: ssl_peer_ip | |
| 20:23 | Stop publishing x64 binaries for linux. x86 binaries are sufficient. check-in: bd04a48925 user: drh tags: trunk | |
| 18:25 | Version 1.19. check-in: 6517b5c857 user: drh tags: trunk, release, version-1.19 | |
| 17:45 | Merging the unwanted two trunk leaves. check-in: a22c381757 user: viriketo tags: trunk | |
| 17:44 | Fixing typo in the 'fossil configuration' command line help. check-in: cd8041b159 user: viriketo tags: trunk | |
| 17:04 | Disable the use of <canvas> for rendering the graph. The canvas is busted in recent versions of Firefox. And canvas is mostly busted by design anyhow, since apparently it can not be taller than 32768 pixels, and Fossil graphs frequently need to be taller than that. check-in: 9eb4575295 user: drh tags: trunk | |
| 14:31 | substantive improvement to sha1 speed (especially on x86) check-in: f2ede7da6d user: ron tags: trunk | |
| 12:49 | Clean up a harmless compiler warning introduced by the previous check-in. check-in: f7f4a80ea0 user: drh tags: trunk | |
| 11:33 | Make sure the perferred timezone format has been queried prior to running user SQL, since while running user SQL access to the CONFIG table is restricted. check-in: 7922e56655 user: drh tags: trunk | |
|
2011-08-31
| ||
| 20:34 | Adding a new test I wanted to write. I just saw this in my local copy, but I really forgot if I finished it or not. Closed-Leaf check-in: 62f4a8a61c user: viriketo tags: merge_renames | |
| 16:28 | Merge improvements to artifact descriptions into symlinks branch. Also modify displaying of permissions: now web UI shows "File", "Executable file", or "Symbolic link" in file artifact description. check-in: 3115774ffe user: dmitry tags: symlinks | |
| 14:34 | Improvements to artifact descriptions merged into trunk. check-in: 49402fc722 user: drh tags: trunk | |
| 14:28 | Show the branch name in artifact descriptions. Closed-Leaf check-in: 2e38bed49e user: drh tags: artifact_description | |
| 09:55 | Merge latest trunk. check-in: 40ed431ca5 user: dmitry tags: symlinks | |
| 09:00 |
I fix the html related to the artifact description, about pairs of ul.
I also disable the [view] link in the 'fdiff' ui page, because we already provide a link to the artifact in the h2 titles stating the artifacts compared. check-in: e55105e58f user: viriketo tags: artifact_description | |
| 08:34 | Fixing the display of the artifact description when the artifact appears as different filenames. check-in: f8eff242fe user: viriketo tags: artifact_description | |
| 08:24 |
Trying to improve the ui artifact description to something easier to parse by the
human eye.
I'd still like to have the branch name of every checkin, but I still don't know how to get it. check-in: d34a1b9f3d user: viriketo tags: artifact_description | |
| 07:50 | Improve formatting for fossil ticket history. Make small fields print on same line, and make longer ones look better. Closed-Leaf check-in: 374920b209 user: venkat tags: venks-emacs | |
|
2011-08-30
| ||
| 21:50 | Add ability to show ticket history from command line. fossil ticket now takes a new history option, which prints the history of a ticket - somewhat like what the history button does on the ticket web GUI. check-in: 73e363ea96 user: venkat tags: venks-emacs | |
| 21:46 | merge trunk before changes check-in: ffa3b1eaf6 user: venkat tags: venks-emacs | |
| 18:04 | Print an error message and quite if the --user option appears on a "fossil commit" command but specifies a username not found in the database. Ticket [3ed2e994e1750b] check-in: b120bc8b26 user: drh tags: trunk | |
| 17:39 | Display the last modification time of tickets using either localtime or UTC according to user preferences. check-in: 839f105098 user: drh tags: trunk | |
| 08:01 | Updating from trunk to keep up working in the branch with the most recent fossil code. check-in: 75aaf30aad user: viriketo tags: merge_renames | |
| 08:00 | More comments about tests I'd like to write. check-in: 281e5121e7 user: viriketo tags: merge_renames | |
|
2011-08-29
| ||
| 13:35 | Remove unused variables from timeline.c. Like [b76ce3d5f1c329] but omits the change to th_tcl.c. check-in: 0b9371365d user: drh tags: trunk | |
| 13:24 | Update the built-in SQLite to the latest 3.7.8 alpha version. check-in: 35474aff2f user: drh tags: trunk | |
| 10:31 | Silence compiler warnings about unused variables in print_timeline. check-in: b76ce3d5f1 user: mistachkin tags: tcl-integration | |
| 09:27 | Add workaround for bug in Tcl_EvalObjCmd when compiled against Tcl 8.6. check-in: 3a6265696a user: mistachkin tags: tcl-integration | |
| 01:19 | Add test to verify behavior for missing objProcs. Also, make sure Tcl integration is enabled for the tests. check-in: cba0f25bf2 user: mistachkin tags: tcl-integration | |
| 00:54 | Protect against Tcl commands with no objProc. check-in: 8f6a03f7d1 user: mistachkin tags: tcl-integration | |
| 00:28 | Fix comment regarding the value of TCLDIR. check-in: 10f13bc5ab user: mistachkin tags: tcl-integration | |
|
2011-08-28
| ||
| 23:45 | Use macros to tidy up TH1 to Tcl argument marshalling. Use the Tcl interp result when Tcl_ExprObj does not return ok. Check for Tcl interp deletion. The TH1 'puts' command should flush when writing to stdout. Add 'repository' TH1 command. Use obj API to get Tcl cmdInfo. Add tests for Tcl integration. check-in: 53b9445b2c user: mistachkin tags: tcl-integration | |
| 11:22 | Make blob_read_link() C89-compatible on Unix again. check-in: 034819087d user: dmitry tags: symlinks | |
| 11:01 | Use file_delete() instead of unlink() in vfile_to_disk(). check-in: 08311ffc6a user: dmitry tags: symlinks | |
| 10:43 | Handle errors in blob_read_link(). check-in: d43029f6f4 user: dmitry tags: symlinks | |
| 06:54 | Reset result prior to direct Tcl invocation. Cast all ckalloc return values. Make sure the global config database is open for the 'test_th_render' command. Allow the 'tcl' setting to be enabled via the environment. check-in: 5cc15d0890 user: mistachkin tags: tcl-integration | |
| 03:00 | Do not free the Tcl result (or interp) prior to setting the TH1 result. check-in: 0299d484fc user: mistachkin tags: tcl-integration | |
|
2011-08-27
| ||
| 20:37 | Indicate whether a file artifact is a symlink or an executable in the web interface. check-in: a7bf0e9ba4 user: dmitry tags: symlinks | |
| 18:25 | Changes to fossil_stat() so that the build works for mingw. check-in: a7e747e58f user: drh tags: symlinks | |
| 18:12 | Fix a C89 error specific to the symlinks branch and also pull in the C89 fix and the versionable settings fix from trunk. check-in: 4778edd3f2 user: drh tags: symlinks | |
| 18:08 | Merge fixes from trunk. check-in: 9773d5966f user: mistachkin tags: tcl-integration | |
| 18:05 | Versionable settings are only checked if the local _FOSSIL_ database is already opened. Versionable settings no longer attempts to open that database itself. This fixes an issue with the Admin/Settings page. check-in: a2cc6bc6dc user: drh tags: trunk | |
| 17:53 | Fix the timeline.c module to be C89-compliant. MSVC needs this. check-in: 8a5f2a7a3a user: drh tags: trunk | |
| 17:35 | Document Tcl integration setting, build fixes. check-in: 326688e58b user: mistachkin tags: tcl-integration | |
| 16:48 | Add per-repo setting to enable/disable Tcl support. check-in: 9613828c7e user: mistachkin tags: tcl-integration | |
| 16:26 | Add ability to evaluate Tcl expressions from TH1. Add ability to invoke Tcl commands from TH1. Add the ability to evaluate TH1 scripts and expressions from Tcl. check-in: c5a6e9ea69 user: mistachkin tags: tcl-integration | |
| 14:42 | Initial code to support TH1/Tcl integration. check-in: f723647710 user: mistachkin tags: tcl-integration | |
| 09:44 | Fix reading delta from wrong column in stash. check-in: 0317a929cb user: dmitry tags: symlinks | |
| 01:21 | Reverse the order of column/table existence checking to make validation of already updated local database faster. check-in: 8c0f4bc718 user: dmitry tags: symlinks | |
| 01:07 | Add islink column to stashfile, undo, undo_vfile tables if needed. check-in: 44e673f5e9 user: dmitry tags: symlinks | |
| 00:52 | Fix SQL syntax error in undo. check-in: be956c3c88 user: dmitry tags: symlinks | |
|
2011-08-26
| ||
| 14:59 | Merge the latest trunk changes into the symlinks branch. check-in: 24c16584cc user: drh tags: symlinks | |
| 14:49 | Add the colortest query parameter to the brlist webpage. check-in: d0daac20da user: drh tags: trunk | |
| 14:11 | Add the test-hash-color command for testing the hash_color() function. check-in: 130b8f77ff user: drh tags: trunk | |
| 14:10 | Merge the "stash rm" command into trunk. check-in: 0b4f83067a user: drh tags: trunk | |
| 14:09 | Merge the autosetup updates into trunk. check-in: 64a2b0d51f user: drh tags: trunk | |
|
2011-08-25
| ||
| 13:48 | Fix one more use of number instead of constant for permissions. check-in: 35de2bdd07 user: dmitry tags: symlinks | |
| 11:42 | Introduce constants for internal permissions (executable/symlink). check-in: f6daee3e7b user: dmitry tags: symlinks | |
|
2011-08-24
| ||
| 22:13 | Update to the latest autosetup, mainly for better temp file handling on mingw/msys, and fixes for the sun studio compiler. Closed-Leaf check-in: 4e5dd3536e user: steveb tags: autosetup | |
| 21:45 | Fix code stylistic issues with the "stash rm" patch. Also document the new stash verb. Closed-Leaf check-in: d2c4a24275 user: drh tags: stash_rm | |
| 20:05 | "rm" subcmd to stash, "drop"-alike functionality check-in: 1f4e6cf1ae user: bch tags: stash_rm | |
| 20:01 | Support symlinks in tarballs. check-in: 72e3bbd071 user: dmitry tags: symlinks | |
| 19:12 | Support symlinks in ZIP files. check-in: 16da26c585 user: dmitry tags: symlinks | |
|
2011-08-23
| ||
| 18:00 | go back to the old numbering on the pre-checkin checklist (ok'd drh). check-in: a87717ad86 user: martin.weber tags: trunk | |
| 17:57 | Change numbering back so that the preliminary step is 0, the most important one is #1. check-in: 90e310ebbd user: martin.weber tags: msw-hack | |
| 17:44 | Fill islink field in vfile table when adding files. Support symlinks in export. Make manifest_file_perm() return 2 for symlinks. Add file_perm() function, and use it instead of file_isexe() when we need both isexe and islink properties. check-in: 4619361d58 user: dmitry tags: symlinks | |
| 17:23 | catch up with trunk & fix commentary portion of checkin.wiki. check-in: 35e3328734 user: martin.weber tags: msw-hack | |
| 16:55 | Merge the msw-hack branch into trunk. check-in: d41074f862 user: drh tags: trunk | |
| 16:50 | Avoid using invalid SQL when checking to see if the vfile table needs to have the islink column added. check-in: 2de9e87600 user: drh tags: symlinks | |
| 15:45 | Fix several harmless compiler warnings. check-in: 553159aa0d user: drh tags: trunk | |
| 15:27 | Merge in the latest changes from trunk. check-in: 6c880a4f5e user: drh tags: symlinks | |
| 15:14 | Do not auto-push when creating a new private branch. Ticket [13fd567b51fac8] check-in: 649efeb43d user: drh tags: trunk | |
| 15:10 | The u= query parameter on a timeline looks for both original and edited user names. Ticket [d94b0934861d9] and [fca5ce18c07c29]. check-in: 0f7f81303c user: drh tags: trunk | |
| 14:47 | Merge the versionable-settings cache into trunk. check-in: ea51d1272c user: drh tags: trunk | |
| 13:54 | Fix comments. check-in: 4a32e8ade7 user: dmitry tags: symlinks | |
| 08:37 | Cache values of versionable settings read from files. Closed-Leaf check-in: 0f0a94730c user: ben tags: ben-minorchanges | |
| 01:44 | catch up with trunk; update the pre-checkin list to include checking for your username. check-in: a1f3987760 user: martin.weber tags: msw-hack | |
|
2011-08-22
| ||
| 22:20 | Merge trunk. check-in: c57830bec2 user: dmitry tags: symlinks | |
| 19:02 | Allow browsing of directories whose names contain characters that must be escaped for HTML. check-in: 1ec0739c4b user: drh tags: trunk | |
| 18:45 | Add the Makefile.in file back into the checkout. check-in: 5feb1d6015 user: drh tags: trunk | |
| 18:25 | Merge the --showfiles enhancement from the venks-emacs branch into trunk. check-in: 2b8cbf3c41 user: drh tags: trunk | |
| 18:23 | Merge the msw-hack branch into trunk. check-in: af50b29c98 user: drh tags: trunk | |
| 15:55 | Continue with the update routine even if the targetted version equals the current checkout version instead of depending on the value of the verbose flag to continue or not. This fixes tkt [e8a10100e2]. Fossil update will now recover lost files with or without the -v flag. check-in: c6b371c46c user: martin.weber tags: msw-hack | |
|
2011-08-19
| ||
| 23:27 | Add a -showfiles flag to timeline. fossil ... -showfiles will now print a list of files after the checkin comment, like the "Show Files" button in the Web GUI. The format of the printed lines is the same as update. check-in: b14ab41ff8 user: venkat tags: venks-emacs | |
|
2011-08-16
| ||
| 18:35 | update branch before making changes check-in: 84e6f172af user: venkat tags: venks-emacs | |
| 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. check-in: ce62a2b11d user: drh tags: trunk | |
|
2011-08-14
| ||
| 23:14 | Merge the ben-testing branch into trunk. check-in: 9a0c995826 user: drh tags: trunk | |
| 23:12 | Fix the file_relative_name() function so that it works on windows. Closed-Leaf check-in: 47b5bf7d16 user: drh tags: ben-testing | |
| 17:54 | Remove the seperate versionable version of db_get(), which now uses ctrlSettings to determine whether a setting is versionable or not. check-in: 3113f7b18f user: ben tags: ben-testing | |
| 07:21 | Merge trunk into ben-testing, adjusting for versionable settings. check-in: 246ac307bb user: ben tags: ben-testing | |
| 07:13 | Change the relative-paths default to 'on', after feedback from the community. check-in: 42a830e76d user: ben tags: ben-testing | |
|
2011-08-12
| ||
| 12:13 | Fix harmless compiler warnings in tar.c. check-in: 073725ae0c user: drh tags: trunk | |
| 11:54 | When forcing a rollback following an error, reset all SQL statement first so that the rollback can be successful. check-in: 9515143de5 user: drh tags: trunk | |
| 09:29 | Add link to SSL page from setting up server documentation check-in: 64ae65791a user: ben tags: ben-testing | |
| 09:26 | Update documentation index. check-in: e764e8f3d6 user: ben tags: ben-testing | |
| 09:21 | Add documentation for settings, SSL usage, and change log. check-in: 0769acd2e0 user: ben tags: ben-testing | |
|
2011-08-10
| ||
| 18:53 | Display of pathnames relative to working directory for status, changes and extras commands now controlled by 'relative-paths' setting (default: off) and --abs-paths and --rel-paths options. check-in: cdd298f526 user: ben tags: ben-testing | |
| 15:54 | Change X-Frame-Options to SAMEORIGIN to give reasonable click-jacking protection without blocking some client side scripting currently in use by some fossil users. check-in: b968f023a8 user: ben tags: trunk | |
|
2011-08-07
| ||
| 22:52 | Fix a (harmless) javascript error that occurs when the graph is empty. check-in: 303dd442fe user: drh tags: trunk | |
| 10:56 | Updates to the makefile documentation. check-in: ef0b48de0d user: drh tags: trunk | |
|
2011-08-05
| ||
| 19:14 | Remove redundant assignment of the xCmp local variable in the add_files_in_sfile function. check-in: cad1b4a434 user: mistachkin tags: trunk | |
| 12:43 | Taking a note about a new test I should write about merges with renames.. check-in: b78d999988 user: viriketo tags: merge_renames | |
|
2011-08-04
| ||
| 22:17 | Merge the --case-sensitive feature into trunk. check-in: 874d0ca303 user: drh tags: trunk | |
| 17:13 | Add experimental changes to support the case-sensitive setting and the --case-sensitive command-line option for "add", "addremove", and "merge". Closed-Leaf check-in: 4fee0ce2d6 user: drh tags: filename-case | |
| 15:54 | Merge trunk into ben-testing check-in: 3eb07708b1 user: ben tags: ben-testing | |
| 14:32 | Merge the ben-minorchanges branch into trunk. check-in: 83c032de7f user: drh tags: trunk | |
|
2011-08-02
| ||
| 18:42 | Use the automatic background color algorithm for individual file timelines in addition to the global timeline. check-in: abe7b8335f user: drh tags: trunk | |
|
2011-07-30
| ||
| 10:14 | Correct the winsrv documentation to use the renamed command name. Closed-Leaf check-in: f6b8397e4b user: ben tags: ben-minorchanges | |
| 10:10 | Allow more than one file to be specified to the diff command. check-in: 3cdcb51573 user: ben tags: ben-minorchanges | |
|
2011-07-28
| ||
| 19:57 | Merge Joerg's export command improvements into trunk. check-in: dd74352d2c user: drh tags: trunk | |
|
2011-07-25
| ||
| 12:24 | Make sure deleted files are recorded in the MLINK table. check-in: ccc2c8f65e user: drh tags: trunk | |
| 11:21 | Merge the ge-tarfix changes into trunk. This fixes tarball generation for repos that have very long filenames. check-in: a26940c22e user: drh tags: trunk | |
|
2011-07-24
| ||
| 19:47 | Use a Blob object rather than a custom printf function in order to construct the PAX header for tarballs. Closed-Leaf check-in: 02ce8b4a46 user: drh tags: ge-tarfix | |
| 00:36 | Improvements to tar generation. Uses the format documented in Posix.1-2008 to handle long file names and UTF-8. check-in: 2ef37b3b2a user: ge tags: ge-tarfix | |
|
2011-07-23
| ||
| 23:01 | Fix logic error: look up mlink entries of the commit, not the parent. Closed-Leaf check-in: 9a67937056 user: joerg tags: experimental | |
| 22:13 | Fix a harmless compiler warning. check-in: ba15af450d user: drh tags: trunk | |
| 22:05 | Improvements to the automatic background color chooser. Provide a setting which alters the algorithm to work with a light-color foreground. check-in: ce4a44d931 user: drh tags: trunk | |
| 21:32 | Add MinGW makefile to allow building an SSL-enabled Fossil with the sources for zlib and OpenSSL simply extracted into the Fossil source directory. Closed-Leaf check-in: 6652dd1c17 user: mistachkin tags: mistachkin-Makefile | |
| 16:01 | Merge the autosetup update into trunk. check-in: 3c512b3748 user: drh tags: trunk | |
| 00:24 | During the first phase of export, explicitly try to process the commits in order of delta chains to minimize recomputation and cache trashing. check-in: 2cfb415b23 user: joerg tags: experimental | |
|
2011-07-22
| ||
| 23:46 | If a branch does not have a color set for it, choose a background color for the timeline background based on a hash of the branch name. check-in: c946b573c7 user: drh tags: trunk | |
| 23:15 | Experimental query parameters brbg and ubg for the timeline. check-in: b6b419c32d user: drh tags: trunk | |
| 22:07 | Update autosetup to the latest version. This fixes bootstrap on systems with older compilers. Now './configure; make' works on Haiku R1/Alpha 3. Closed-Leaf check-in: c32b23d626 user: steveb tags: autosetup | |
| 19:38 | Since the mlink table contains entries with pid=0 for non-empty manifests without parents, drop the original non-incremental commit logic by folding the few special cases into the mlink/plink based output. check-in: fca3073621 user: joerg tags: trunk | |
| 03:12 | Merge the recent autosetup changes into trunk. The Makefile has been renamed to Makefile.classic. The standard procedure to build is now ./configure; make. check-in: 75f02948fa user: drh tags: trunk | |
| 03:10 | Very minor edits to the BUILD.txt document. Closed-Leaf check-in: 38d5859713 user: drh tags: autosetup | |
| 01:43 | Switch to using configure (autosetup) by default. The original Makefile is now available as Makefile.classic check-in: eff52c1ccb user: steveb tags: autosetup | |
|
2011-07-21
| ||
| 19:20 | Add support for incremental exports check-in: c2ccd82522 user: joerg tags: trunk | |
| 17:37 | Use stable marks derived from the rid in preparation for optional incremental exports. check-in: 22d414e517 user: joerg tags: trunk | |
| 17:35 | Skip missing merge parents. Git doesn't like missing marks and there isn't anything to be done about them. check-in: b71b32d131 user: joerg tags: trunk | |
| 15:50 | Avoid parsing manifests if a parent exists. Now the only case left using deleteall is when no parent exists. check-in: bc8d368b66 user: joerg tags: trunk | |
| 13:53 | Write incremental file lists for fast-export. check-in: 433a3c9a78 user: joerg tags: trunk | |
|
2011-07-20
| ||
| 20:05 | Fix the realclean target on windows makefiles to delete mkversion.exe not version.exe. Ticket [5947ace466c571d] check-in: 3ade77897f user: drh tags: trunk | |
| 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. Closed-Leaf check-in: 14d1e44957 user: ben tags: ben-safe-make | |
| 08:37 | Merge working directory relative file listings for changes and extras commands into ben-testing. check-in: 8320393b2f user: ben tags: ben-testing | |
| 08:34 | Add help text to status command about --non-relative option. Closed-Leaf check-in: 5de11ac6be user: ben tags: ben-changes-report | |
| 08:29 | Merge trunk with ben-testing check-in: 74d65bab28 user: ben tags: ben-testing | |
|
2011-07-19
| ||
| 23:44 | Update the built-in SQLite to the latest 3.7.8 alpha, for the purpose of testing SQLite. check-in: 4adc11edb7 user: drh tags: trunk | |
| 23:29 | Allow the root of a check-out to be in the root of the filesystem. Ticket [675f36eac4902cf] check-in: b317471d8c user: drh tags: trunk | |
| 23:18 | Do not delete initial whitespace from a wiki page prior to formatting as this can mess up the bullet and enumeration markup. Ticket [207829a5c5ab7af] check-in: 4ac6328f76 user: drh tags: trunk | |
| 23:10 | Enhance the branch command and the branch www page so that they can show all branches. The branch command can now also show closed branches. Ticket [2adfb697fda1b2]. check-in: ebeaf3ae26 user: drh tags: trunk | |
| 22:57 | Take extra care to always honor the -A option on clone, especially when cloning from a file: URI. Ticket [bcd3cdebf2879874] check-in: d86201dce9 user: drh tags: trunk | |
| 22:41 | Increment the version number. Update the change log. check-in: a3717e1378 user: drh tags: trunk | |
| 22:39 | Change the name of the "service" command to "winsrv" to avoid confusion with the "server" command. check-in: c46c70897c user: drh tags: trunk | |
|
2011-07-18
| ||
| 20:04 | Merge the windows-service command into trunk. check-in: 06e9ca23e7 user: drh tags: trunk | |
| 20:00 | Update the MSVC makefile so that it works with the new "service" command. Closed-Leaf check-in: 4bf9048e25 user: drh tags: tsbg-win-service | |
|
2011-07-15
| ||
| 18:06 | Enable Fossil to run as a Windows service and add a "fossil service" command. check-in: 91c2f65a6e user: tsbg tags: tsbg-win-service | |
| 04:50 | Add file local.tcl to the autosetup directory. Containing a configuration option to prevent autosetup from using a pager. check-in: e14f0fe2f3 user: dan tags: trunk | |
|
2011-07-14
| ||
| 15:28 | Add a commentary section to the check-in checklist. Also add the "verify makefiles" item. /doc/trunk/www/checkin.wiki check-in: 39624620ac user: drh tags: trunk | |
| 14:34 | Update autosetup to the latest version - https://github.com/msteveb/autosetup/commit/e2a8949b420 . check-in: a4efad7e61 user: dan tags: trunk | |
| 13:29 | Update the pre-commit checklist: /doc/trunk/www/checkin.wiki check-in: 831306e11b user: drh tags: trunk | |
| 13:02 | Added the Checklist for Successful Open-Source Projects document. /doc/trunk/www/foss-cklist.wiki check-in: 34177b0068 user: drh tags: trunk | |
| 11:24 | Fix the "fossil setting" command so that it can change the manifest setting even when not within a local check-out. check-in: fd13b1a16f user: drh tags: trunk | |
| 11:09 | Modify auto.def to detect the case where the system SQLite is too old for WAL support (used by fossil). check-in: 5fe55cb103 user: dan tags: trunk | |
| 10:24 | Small changes to autosetup build system so that the --disable-internal-sqlite switch works and is compatible with BSD make. check-in: 734af429e3 user: dan tags: trunk | |
| 00:28 | Fix a bug in the auto.def file. check-in: 35f80429f2 user: drh tags: trunk | |
|
2011-07-13
| ||
| 23:03 | Version 1.18 check-in: df9da91ba8 user: drh tags: trunk, release, version-1.18 | |
| 21:29 | Merge the new autosetup mechanism into the trunk. check-in: f476744d60 user: drh tags: trunk | |
| 21:24 | Update the "fossil wiki export" command to use standard file output utilities so that line endings will be handled correctly. Ticket [d9040c134bf41] check-in: 11f2f71f4c user: drh tags: trunk | |
| 21:15 | Fix an assert() that fires if the "stash" command is used after having done an "rm". Ticket [3ce0ea97522581] check-in: 336e194c4d user: drh tags: trunk | |
|
2011-07-12
| ||
| 20:27 | Be sure to flush g.httpOut at the end of cgi_reply(). check-in: 2cd0c7657f user: drh tags: trunk | |
| 17:26 | Apply a fix to auto.def supplied by Steve Bennett via the mailing list. Closed-Leaf check-in: 8c482e2a99 user: dan tags: autosetup | |
|
2011-07-11
| ||
| 10:00 | By default, the extras command lists all the uncontrolled files relative to the current working directory, unless the --non-relative option is used. check-in: b9a38cf367 user: ben tags: ben-changes-report | |
|
2011-07-10
| ||
| 15:01 | By default, the changes and status commands list all changed files relative to the current working directory, unless the --non-relative option is used. check-in: a05bbff46a user: ben tags: ben-changes-report | |
| 13:01 | When running the changes or status command from inside a sub-directory of the check out, only show the changes in or below the current directory unless the --show-all option is used. check-in: e0d2e1f9b8 user: ben tags: ben-changes-report | |
| 12:05 | Don't show the cookie values on the test_env page, unless the fossil executable was built with FOSSIL_DEBUG. check-in: 35ecc92b69 user: ben tags: trunk | |
|
2011-07-09
| ||
| 21:06 | Disable the piping of output through $env(PAGER). check-in: cd2cb3b347 user: drh tags: autosetup | |
| 20:19 | Initial check-in of Steve Bennett's autosetup configurator. check-in: ded86a4e53 user: drh tags: autosetup | |
| 16:12 | Added ability to access repositories via CGI that are located in a path containing whitespaces. check-in: fc15fe0418 user: rimkojr tags: trunk | |
|
2011-06-30
| ||
| 17:40 | typo fix per ticket [fc0838fc72f079d2033ae] check-in: e50813e19b user: bch tags: trunk | |
|
2011-06-29
| ||
| 17:10 | Simplify some the "name" parameter to the "artifact" URIs. check-in: 5acc3e4cc4 user: drh tags: trunk | |
| 11:23 | Fix broken hyperlink on ticket history. Ticket [53ed528478dbc42]. check-in: 082c02a80c user: drh tags: trunk | |
| 11:20 | Fix the fossil_strcmp() routine so that it compares strings in the correct order even if some of the characters have their high-order bits set. Ticket [5982aa506467d]. check-in: f23e90da8a user: drh tags: trunk | |
|
2011-06-28
| ||
| 00:17 | Fix a missing dependency in the makefiles. Ticket [e5b941cb0c90ba] check-in: 5392b5c28b user: drh tags: trunk | |
|
2011-06-24
| ||
| 11:31 | Update the built-in SQLite to the 3.7.7 final with patches to fix compiler warnings associated with Fossil's use of SQLITE_THREADSAFE=0. check-in: 745db63526 user: drh tags: trunk | |
|
2011-06-23
| ||
| 17:48 | Update the build-in SQLite to the lastest 3.7.7 release candidate. check-in: 4722e1ab77 user: drh tags: trunk | |
| 11:24 | added version diff from info page Closed-Leaf check-in: 6a84934b44 user: ron tags: rons diff mods | |
| 08:56 | added "diff from other version" to fdiff page check-in: b785f08608 user: ron tags: rons diff mods | |
|
2011-06-21
| ||
| 11:38 | fix [ffa87168ce1] check-in: b72eb4d4b2 user: ron tags: trunk | |
| 00:51 | Update the built-in SQLite to the latest 3.7.7 release candidate. check-in: 74cbfc69ad user: drh tags: trunk | |
|
2011-06-19
| ||
| 16:52 | Require version 2.61 of autoconf, the version installed by default on Mac OS X. Changes to get autoconf working under Solaris 10: Prefer system version of OpenSSL found in /usr/sfw directory. Check for getpassphrase using autoconf rather than making assumptions in config.h. Closed-Leaf check-in: c5f994d4c5 user: ben tags: autoconf | |
| 16:48 | Fix syntax in Makefile.in so it works with Solaris make. check-in: 4787336f2f user: ben tags: autoconf | |
|
2011-06-18
| ||
| 19:29 | Updates to the "Quick Start" documentation. check-in: a8f271e81e user: drh tags: trunk | |
| 18:30 | Update the release-test document. Add a Change Log. check-in: a992b276e1 user: drh tags: trunk | |
| 18:06 | Add a "Contributing" link to the homepage. Update the build documentation. check-in: 2d50893dd8 user: drh tags: trunk | |
| 17:02 | Fixes to the windows makefiles to support sequential version numbers. check-in: 30b0986d93 user: drh tags: trunk | |
| 17:00 | Merge latest changes from trunk check-in: 7bbeb88205 user: ben tags: ben-testing | |
| 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. check-in: e0303181a5 user: drh tags: trunk | |
| 15:51 | Improved error messages when getcwd() fails. Ticket [f628d183c958c5b12]. check-in: 89e6eb9674 user: drh tags: trunk | |
|
2011-06-17
| ||
| 20:13 | Adding a new test (this failed by current trunk) based on ticket [74413366fe]. check-in: b2e7370e32 user: viric tags: merge_renames | |
| 19:09 | Adding a first test for merging branches with renames. Related to ticket [554f44ee74]. check-in: 8526b151fc user: viriketo tags: merge_renames | |
| 15:13 | Fixes to "export --git". Changes spaces in tag names to "_" since Git cannot deal with spaces in tag names. Make sure the name of the committer is well-formed according to git's definition of well-formedness. check-in: b707622f29 user: drh tags: trunk | |
| 13:37 | Fix the temporary filename generator so that it does not get stuck in a loop. Ticket [006e1df642d6246a03]. check-in: d3a1663a09 user: drh tags: trunk | |
|
2011-06-16
| ||
| 23:14 | A CMake file from Thomas Schnurrenberger. Saved for reference. After some experimentation with cmake, the thinking is we will probably go in a different direction. Closed-Leaf check-in: d167b79e66 user: drh tags: cmake | |
| 23:12 | Fix an issue with makeheaders that causes problems for windows when full pathnames are use with a colon in the device name. check-in: 1128509646 user: drh tags: trunk | |
| 19:51 | Updates to the VC++ makefile. check-in: 82d741db3e user: drh tags: trunk | |
|
2011-06-15
| ||
| 15:33 | Add the configure script and merge in the latest trunk changes. check-in: 57ca24966f user: drh tags: autoconf | |
| 15:22 | Update the built-in SQLite to the latest 3.7.7 beta. check-in: dbe1e68e43 user: drh tags: trunk | |
|
2011-06-14
| ||
| 23:59 | When doing a merge, only follow direct ancestor links when computing the set of filename changes. Do not follow merge links as this can result in non-intuitive changes. Ticket [554f44ee74e3d3b]. check-in: 1c4d1272a6 user: drh tags: trunk | |
| 22:31 | Disable several warnings about sorting w/o an index. check-in: b893eb0dad user: drh tags: trunk | |
| 22:16 | A very simple commit fix. check-in: 3a610a3980 user: drh tags: trunk | |
| 17:24 | Change the minimum required autoconf from 2.67 to 2.62. check-in: 0241d75a90 user: drh tags: autoconf | |
| 17:21 | Add Makefile.in forgotten in [8559c781c2]. check-in: dcda2dbcb0 user: joerg tags: autoconf | |
| 17:10 | Remove NetBSD RCS ID check-in: 8079974223 user: joerg tags: autoconf | |
| 17:09 | Add very basic configure script. It is just checking for zlib, OpenSSL and the USE_PREAD support on the BSDs. check-in: 8559c781c2 user: joerg tags: autoconf | |
|
2011-06-10
| ||
| 15:14 | When creating manifest files as part of a "fossil import" command, ensure that "T" cards are added in sorted order, and that there are no duplicates. check-in: 6ed7ceb1de user: dan tags: trunk | |
|
2011-06-09
| ||
| 19:20 | Make sure the content of a manifest has been materialized and is not a copy-or-write segment of another blob prior to parsing it. Ticket [9c3e2a224b6b0055] check-in: 0538980488 user: drh tags: trunk | |
|
2011-06-07
| ||
| 15:51 | Improvements to the "annotate" algorithm: Only search primary ancestors; ignore branchs. check-in: 621be70494 user: drh tags: trunk | |
| 02:09 | Merge the venks-emacs changes into trunk. check-in: fbf417b681 user: drh tags: trunk | |
| 00:48 | Pull the latest trunk changes into the venks-emacs branch. check-in: 690ba8cbdb user: drh tags: venks-emacs | |
|
2011-06-06
| ||
| 17:59 | Fix indentation and tabs to style guide check-in: 081a29c0b7 user: venkat tags: venks-emacs | |
| 17:17 | When setting execute permission only set it for those users that also have read permission. check-in: fd6f1c5e61 user: drh tags: trunk | |
| 17:15 | Bug fix: make sure "fossil update" sets the execute permission bit correctly. check-in: 37c231b11d user: drh tags: trunk | |
| 16:50 | Remove an unnecessary level of function nesting. check-in: 12989181a6 user: drh tags: trunk | |
| 12:01 | Update the "scrub" command to remove traces of login-groups and subrepositories. check-in: 5ea9cf4002 user: drh tags: trunk | |
|
2011-06-05
| ||
| 08:54 | Merge latest SQLite from trunk check-in: be264779de user: ben tags: ben-testing | |
| 00:09 | Fix minor typo in comment check-in: ac7be7fd6c user: venkat tags: venks-emacs | |
| 00:04 | Add ability to append to ticket fields from the fossil ticket command check-in: 35d6029a13 user: venkat tags: venks-emacs | |
|
2011-06-03
| ||
| 14:24 | Update the built-in SQLite to the latest 3.7.7 alpha. check-in: 9f9047d686 user: drh tags: trunk | |