Age | Commit message (Expand) | Author |
---|---|---|
2016-09-13 | Refactor the hidden service code to use rend_service_path | teor |
2016-09-13 | Allow the unit tests to pass a service list to rend_service_load_all_keys | teor |
2016-09-13 | Implement Prop #260: Single Onion Services | teor (Tim Wilson-Brown) |
2016-09-13 | Make rend_service_free available to the unit tests | teor (Tim Wilson-Brown) |
2016-08-24 | Add a stub for rend_service_allow_direct_connection | teor |
2016-05-09 | Merge branch 'feature15588_squashed' | Nick Mathewson |
2016-05-09 | Add client auth to rend_service_add_ephemeral | John Brooks |
2016-05-09 | #!/bin/sh
TORLOC=/Library/StartupItems/Tor/Tor.loc
if [ -f $TORLOC ]; then
TORDIR=`cat /Library/StartupItems/Tor/Tor.loc`
if [ "x$TORDIR" = "x" -o ! -d $TORDIR -o ! -x $TORDIR/tor ]; then
TORDIR=/Library/Tor
fi
else
|