Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
11 check-ins using file src/winhttp.c version 57357cdff1
|
2013-02-21
| ||
| 15:50 | Make sure warning and panic messages appear on a fresh line on the console. check-in: 2091a11dd8 user: drh tags: trunk | |
| 14:54 | Do not prompt for the sync password more than once. check-in: 1cd61c96bc user: drh tags: trunk | |
| 14:39 | Error message changes: Omit the executable name at the beginning of error messages to the console, and try to make sure new error messages begin on a fresh line and do not overwrite prior status text. check-in: 871a949296 user: drh tags: trunk | |
| 14:24 | Code refactoring: Move utility routines (ex: fossil_malloc()) out of main.c and into a new file util.c. Try to gather I/O routines into the printf.c source file. check-in: bb0cedb15a user: drh tags: trunk | |
| 11:45 | more unused variables check-in: 1a2e1ea0fe user: jan.nijtmans tags: trunk | |
| 11:29 | Rename fossil_utf8_to_unicode to fossil_utf8_to_filename on UNIX, everywhere where filenames are involved. This enables fossil_utf8_to_unicode/fossil_unicode_to_utf8 to be re-implemented on UNIX to do what the name suggests. check-in: 7eb5e2319f user: jan.nijtmans tags: trunk | |
| 08:15 | unused variables check-in: 75e483899e user: jan.nijtmans tags: trunk | |
| 03:51 | Improved handling for remote repository passwords: When prompting for the password, also ask the user whether or not to remember the password, as browsers typically do for their password cache. check-in: 6d6740dcca user: drh tags: trunk | |
|
2013-02-20
| ||
| 22:18 | Avoid intermingling error message with status output during a sync. Error messages should appear on a line by themselves. check-in: 2981ac51ff user: drh tags: trunk | |
| 20:57 | All the --port option on the "ui" and "server" commands to begin with an IP address, then bind to just that one IP address. check-in: 5dfbf7e5b6 user: drh tags: trunk | |
| 16:19 | Get support for IP address on the --port option working on windows. Closed-Leaf check-in: f4143c5b59 user: drh tags: bind-to-ip | |