Timeline
Not logged in

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

13 check-ins using file src/popen.c version 3aaea1b18b

2013-08-24
19:02
Make a best effort to record the IP of the remote host in rcvfrom. check-in: 5627d795c3 user: andybradford tags: ssh-test-http
2013-08-23
14:14
Remove unused sshin_read() function that was missed. check-in: f64c003d13 user: andybradford tags: ssh-test-http
2013-08-19
14:48
We can detect when to enable compatibility mode, so do this instead of requiring an explicit argument. check-in: 90c4859315 user: andybradford tags: ssh-test-http
2013-08-18
01:26
Use a little more precaution that the Fossil command has been seen first. check-in: 12dbaebec2 user: andybradford tags: ssh-test-http
2013-08-17
23:05
Change SSH transport to use a single SSH connection if client/server willing. Add client header so server can detect when to use new mode. Also improve backwards compatibility for older SSH clients by responding to probes. check-in: f0bb3c9b5a user: andybradford tags: ssh-test-http
2013-08-16
03:25
Merge in all new development from trunk. check-in: 535cba9158 user: andybradford tags: ssh-test-http
2013-08-12
06:43
Simplify command line interaction: remove settings from global and provide one less command line option. Altering settings in open fossils can be done with sync -l or cleared with remote-url if necessary. check-in: ed20da7499 user: andybradford tags: ssh-test-http
2013-08-10
23:02
Clean up handling of global variable to avoid accidental setting of database. Only alter database options if URL is SSH. check-in: 0c19424325 user: andybradford tags: ssh-test-http
21:31
Make it possible to override global setting from command line. Improve sync output when test-http is in use. check-in: 3c479fb95b user: andybradford tags: ssh-test-http
2013-08-09
07:56
Correct typo that resulted in space being on the wrong side of the word. check-in: 738b505362 user: andybradford tags: ssh-test-http
07:49
Fix logic so ignoring login requirement only affects ssh:// URLs. check-in: 9284bfb157 user: andybradford tags: ssh-test-http
07:29
Reimplement the default test-http behavior while retaining the ability to use http to take advantage of Fossil capabilities with SSH URLs. check-in: 7c9347f9c7 user: andybradford tags: ssh-test-http
07:23
Avoid zombies on client side by waiting for children. This can happen when there are a large number of changes to transmit. Closed-Leaf check-in: 308f52a63a user: andybradford tags: ssh-shared-account