Improve the code a tad.
commitdb4cde38109c677db14316ac77c240d7d61db386
authorGeorge Kadianakis <desnacked@gmail.com>
Mon, 15 Aug 2011 15:26:03 +0000 (15 17:26 +0200)
committerGeorge Kadianakis <desnacked@gmail.com>
Mon, 15 Aug 2011 15:26:03 +0000 (15 17:26 +0200)
tree9ec5a30c649cdd5962eaadabc0fed1be5b6fdbbf
parentea3e9416c6c579735ff2b844a88605ae5e1cbbd2
Improve the code a tad.

* Use strcmpstart() instead of strcmp(x,y,strlen(y)).
* Warn the user if the managed proxy failed to launch.
* Improve function documentation.
* Use smartlist_len() instead of n_unconfigured_proxies.
* Split managed_proxy_destroy() to managed_proxy_destroy()
  and managed_proxy_destroy_with_transports().
* Constification.
src/common/util.c
src/common/util.h
src/or/config.c
src/or/config.h
src/or/transports.c
src/or/transports.h