Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
28 check-ins using file src/shell.c version 5c52f45642
|
2019-04-02
| ||
| 03:26 | The abbreviated certbot command didn't work here on my first Let's Encrypt renewal after writing the tls-nginx.md document, so changed that advice to use the full-strength form. check-in: dadd134219 user: wyoung tags: trunk | |
|
2019-04-01
| ||
| 00:43 | Clean up the detection of BIO_ADDR_hostname_string by removing redundant definitions; apparently autosetup has a feature which automatically creates a define with HAVE_ prepended for whatever function is intended to be detected. check-in: 3d82794348 user: andybradford tags: trunk | |
|
2019-03-30
| ||
| 15:40 | Backout [f517cb7f] because they both come together anyway and this one is a macro. See [https://fossil-scm.org/forum/forumpost/da64c38d6a] for discussion. check-in: 3b23b3289d user: andybradford tags: trunk | |
| 00:46 | Support both "1)" and "1." for numbered lists in markdown, as commonmark does. Patch from A. Kupries. check-in: 9d6a0aac42 user: drh tags: trunk | |
|
2019-03-27
| ||
| 19:59 | Added Jupyter nbviewer link for www/image-format-vs-repo-size.ipynb, and made a few small edits to the notebook after seeing it in that viewer. check-in: f52d63e37b user: wyoung tags: trunk | |
| 18:45 | Several improvements to the image-format-vs-repo-size experiment and the report documenting it: dropped the first 3 columns of data to make the bar chart clearer; drawing the bar chart on a transparent BG in case it's used on a page with a non-white BG, as with a selected Fossil forum post; added axis labels; added a run time calculation to the expensive first step; fixed a few syntax problems that prevent the Python code from compiling on Python 3; documented some problems with running it under Anaconda on macOS; better documented the notebook's dependencies; many clarifications to the experimental report text. check-in: 41e5237acd user: wyoung tags: trunk | |
| 13:22 | Expand the dates in the timeline description when using punctuationless dates in the query parameters. check-in: 99abe50b1f user: drh tags: trunk | |
| 13:16 | Accept pure numeric ISO8601 date/time strings (without punctuation) if there are not conflicts with other identifiers. check-in: 437f39b87c user: drh tags: trunk | |
|
2019-03-26
| ||
| 01:45 | Remove extra output when requirements are found and there is really no need for a warning here either. check-in: 1aab3f3178 user: andybradford tags: trunk | |
|
2019-03-25
| ||
| 18:43 | Capture both SSL library requirements before attempting to build the code. check-in: f517cb7f25 user: andybradford tags: trunk | |
| 14:02 | Check for the presence of BIO_ADDR_hostname_string before using it. check-in: 0ef9501cfa user: andybradford tags: trunk | |
| 12:13 | If the login fails during a clone or sync, fail the command immediately rather than reprompting for a new password, as the sync is going to eventually fail anyhow. check-in: e4ca60cd49 user: drh tags: trunk | |
| 11:31 | Use the BIO_ADDR_hostname_string() function from OpenSSL to obtain the IP address of the remote side, if that function is available. check-in: 8a4ad5cb54 user: drh tags: trunk | |
| 06:18 | Typo fix, reported in the forum: administator. check-in: 1614c9b5d0 user: stephan tags: trunk | |
|
2019-03-24
| ||
| 18:56 | Fixed a few bugs in the Makefile in the www/image-format-vs-repo-size.md doc, and added a caveat about potential further bugs. check-in: 82ad5914f1 user: wyoung tags: trunk | |
| 18:50 | Added my two recently-created documents to the permuted doc index check-in: 41579b4c84 user: wyoung tags: trunk | |
| 17:25 | Added "Image Format vs Fossil Repo Size" article and supporting files. check-in: 05f95db774 user: wyoung tags: trunk | |
|
2019-03-23
| ||
| 21:47 | Fix password change reported on Fossil Forum bug by ending the form tag properly. check-in: 643123d591 user: andybradford tags: trunk | |
| 21:44 | Add missing HTML tag for nobr to skin. check-in: 5152d81e4d user: andybradford tags: trunk | |
|
2019-03-22
| ||
| 18:39 | Add a new explanatory comment to clarify the operation of the "fossil server" implementation. No code changes. check-in: c546212f10 user: drh tags: trunk | |
| 11:56 | Fossil needs SQLite 3.28.0 now, so check for that. check-in: e3258f1b43 user: jan.nijtmans tags: trunk | |
|
2019-03-21
| ||
| 20:50 | Add the "New Era" or "元号" placeholder to the (regexp) Unicode tables. So fossil is ready for the expected japanese May 1 event. See: [http://blog.unicode.org/2018/09/new-japanese-era.html] check-in: 9b679012e0 user: jan.nijtmans tags: trunk | |
|
2019-03-20
| ||
| 12:34 | An attempt to get the --autopush option of "fossil git export" to work with ssh. check-in: cd212e8022 user: drh tags: trunk | |
|
2019-03-19
| ||
| 14:09 | Replace most calls to db_begin_transaction() with db_begin_write() to avoid having a reader locking during a COMMIT. check-in: 6cc5354821 user: andybradford tags: db-begin-txn-updates | |
|
2019-03-18
| ||
| 19:27 | Show what "apt install" commands need to be run on a fresh Ubuntu install in order to build Fossil. check-in: c2cfaa6a72 user: drh tags: trunk | |
| 12:04 | Add the /secureraw page that requires the complete HASH before it will deliver an artifact. check-in: 7abfca6752 user: drh tags: trunk | |
| 11:48 | Fix a minor typo in a comment used to generate "stash" documentation. check-in: aaa726e191 user: drh tags: trunk | |
| 10:38 | Update the built-in SQLite to the latest 3.28.0 alpha version. check-in: 831e1af254 user: drh tags: trunk | |