Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
34 check-ins using file src/cgi.c version 49ca3208c0
|
2013-10-17
| ||
| 15:21 | Fixed typo. ... (check-in: 4ca5aa356c user: jan tags: jan-httpsproxytunnel) | |
| 10:04 | Include User-Agent when connecting to proxy for https tunnels. Fixed a misplaced EOL. ... (check-in: 08b02fe828 user: jan tags: jan-httpsproxytunnel) | |
| 09:31 | Add keep-alive for unauthenticated proxy tunnels. Remove port number from host. ... (check-in: ca61c5e992 user: jan tags: jan-httpsproxytunnel) | |
| 09:07 | Make proxy connection 'keep-alive' for https tunnel. ... (check-in: ca82d0c1fa user: jan tags: jan-httpsproxytunnel) | |
|
2013-10-08
| ||
| 15:21 | double-quote and question mark are a problem as well. ... (check-in: 760f80cd8f user: jan.nijtmans tags: trunk) | |
| 15:10 | Fix the abbreviated project name escape mechanism to escape all and only the characters that are special to unix and windows filesystems. ... (check-in: 99318f09e6 user: drh tags: trunk) | |
| 14:50 | Bring in the latest SQLite 3.8.1 beta from upstream. ... (check-in: 4910a37809 user: drh tags: trunk) | |
| 14:43 | Add the Abbreviated Name configuration option that is used for tarball and ZIP archive name construction. ... (check-in: 1239545663 user: drh tags: trunk) | |
| 14:13 | minor help text typo. ... (check-in: eb6b14723a user: stephan tags: trunk) | |
| 14:01 | integrated reports-by-type. Still missing some UI components, but the feature works if the user adds type=XYZ to the URL args. ... (check-in: 358f8e361f user: stephan tags: trunk) | |
| 13:51 | If the ".fslckout" file gets confused about the RID of the current checkout, still generate a valid manifest, only without the "P" record. ... (check-in: e17e2174a9 user: drh tags: trunk) | |
| 13:45 | Revise the character escaping logic for generated tarballs and zip archives. Add a "For best results" comment to the configuration page where the project name is set. ... (check-in: fe76ad5567 user: drh tags: trunk) | |
| 13:11 | Add the undocumented --script FILENAME option to all diff operations that make use of the --tk option. The --script FILENAME option is used for testing and debugging only. ... (check-in: cee30a34d8 user: drh tags: trunk) | |
| 13:03 | Escape special characters used in the Project Name when generating the URLs for tarball and ZIP archive. ... (check-in: ddc313e8e1 user: drh tags: trunk) | |
| 12:54 | Add the "fossil blame" command that shows the username without a line number. The "fossil annotate" command continues to show the line number and omit the username. ... (check-in: 6f686403d7 user: drh tags: trunk) | |
| 07:23 | Even better error message in case of "manifest file (12892) is malformed". Detection of this situation is not 100% failproof yet, but if zParentUuid=0 we know for sure that an illegal manifest will be generated later, so better catch this early. ... (check-in: 27dc7a5671 user: jan.nijtmans tags: trunk) | |
|
2013-10-07
| ||
| 23:52 | Add the 'fossil all clean' command. Add -whatif option to the 'fossil clean' command, primarily for use with 'fossil all clean'. ... (check-in: 4e7753c8a1 user: mistachkin tags: allExtra) | |
| 23:36 | Update help to include 'fossil all extra'. ... (check-in: aca6db8f2b user: mistachkin tags: allExtra) | |
| 22:37 | Add the 'fossil all extra' command. ... (check-in: f4bcc63fab user: mistachkin tags: allExtra) | |
| 21:36 | Fix array indexing issue in db_all_column_text_and_int64() and refactor all_cmd() in an attempt to avoid bug [b6eea9446d]. ... (check-in: cb8f7eb88a user: mistachkin tags: tkt-b6eea9446d) | |
| 20:26 | Comment fixes. ... (check-in: 19d2a8db7c user: mistachkin tags: tkt-b6eea9446d) | |
| 20:24 | Initial groundwork for fixing bug [b6eea9446d]. ... (check-in: d5407ff954 user: mistachkin tags: tkt-b6eea9446d) | |
| 13:27 | Support for tunneling https through http proxy. ... (check-in: c039efde83 user: jan tags: jan-httpsproxytunnel) | |
| 08:35 | Hm. the db_finalize() and the newline append should be done within the "if"! ... (Closed-Leaf check-in: 6135c92e4b user: jan.nijtmans tags: pending-review) | |
| 08:10 | Prevent an invalid manifest to be generated if there is no parent manifest. ... (check-in: aa01de5d16 user: jan.nijtmans tags: pending-review) | |
| 07:41 | Better error message in case of "manifest file (12892) is malformed". It will now give an additional line: "line ???: wrong size UUID on P-card" (or whatever other parsing error happens), and using the "-n" option it will print out the complete manifest as well. This would have made it much easier to investigate Ron Aaron's commit problem (many thanks for reporting this!), without adding special debugging code to fossil. ... (check-in: ec81aee915 user: jan.nijtmans tags: trunk) | |
|
2013-10-05
| ||
| 22:34 | Backout check-in [7557c3e03f]. The code in that check-in is not necessary. (It was added only to try to catch errors.) Fix for ticket [9d9d42d9aab]. ... (check-in: 6d1c038c62 user: drh tags: trunk) | |
|
2013-10-04
| ||
| 17:06 | Fix a busted hyperlink in the server.wiki documentation page. ... (check-in: 92bad3cdb8 user: drh tags: trunk) | |
| 16:42 | Update the server documentation to show an example stunnel4 configuration. ... (check-in: bd6dac51d1 user: drh tags: trunk) | |
| 15:18 | Improved the checkout/repo mismatch check based on off-list discussion. Edit: caused bug [9d9d42d9aa]. ... (check-in: 7557c3e03f user: stephan tags: trunk) | |
| 10:12 | Corrections to comment. ... (check-in: c72c19b8f1 user: mistachkin tags: trunk) | |
| 09:59 | Cygwin64 has a 64-bit "long" while Win64 has a 32-bit "long". Correct for that. ... (check-in: 4ff370c832 user: jan.nijtmans tags: trunk) | |
| 09:30 | Better error-message in case of "manifest file is malformed" ... (Closed-Leaf check-in: 1eb438d61a user: jan.nijtmans tags: pending-review) | |
| 09:10 | Fix compiler warning on Cygwin ... (check-in: c05cc27300 user: jan.nijtmans tags: trunk) | |