Mark all bridges as up on application activity

If circuit_get_open_circ_or_launch() or its callers don't already mark all bridges as up, we should make them do so.

A good way to do this is to:

  • modify the bridge state so we're using the bootstrapping schedule, then
  • reset the download statuses on all bridges, and
  • reset the guard state on all the bridges (?).