Fossil

Timeline
Login

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

8 check-ins using file src/db.c version 2726afe24c

2013-08-25
03:25
Move some posix only includes so they are not used on _WIN32. Can compile again on MinGW. check-in: 8278a03f0e user: mgagnon tags: ssh-test-http
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