Changes In Branch v1.80-toomanyfiles Through [3f4bf437c0] Excluding Merge-Ins
This is equivalent to a diff from c608ac13c7 to 3f4bf437c0
2023-01-20
| ||
07:29 | Added artifacts (will replace pkts) check-in: 7fa5291a80 user: matt tags: v1.80 | |
2023-01-19
| ||
19:52 | Refactor start check-in: f7272f26b7 user: matt tags: v1.80-reshape | |
04:14 | Removed added attempt to save server info in runremote. check-in: b290688bbb user: matt tags: v1.80-toomanyfiles | |
03:46 | client setup was not updating runremote in some scenarios check-in: 3f4bf437c0 user: matt tags: v1.80-toomanyfiles | |
2023-01-18
| ||
22:17 | Missing fix check-in: c608ac13c7 user: matt tags: v1.80 | |
22:13 | Missing fix check-in: ff975ecd14 user: matt tags: v1.80 | |
Modified client.scm from [6913337164] to [5b47d90716].
︙ | |||
98 99 100 101 102 103 104 | 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 | - + + - + + + + | (if (not server-dat) ;; no server found (begin (if (< remaining-tries 99)(thread-sleep! 1)) ;; obviously it needs time (client:setup-http areapath runremote remaining-tries: (- remaining-tries 1))) (match server-dat ((host port start-time server-id pid) (debug:print-info 4 *default-log-port* "client:setup server-dat=" server-dat ", remaining-tries=" remaining-tries) |
︙ |