Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes shellcheck warnings SC2044 and SC2006.
|
|
|
|
|
|
|
|
Supports bisection on 0.3.4 and earlier.
Recommend that users copy the script before bisecting.
Implements ticket 27211.
|
|
|
|
|
|
Part of 26979.
|
|
To avoid future duplicates.
|
|
|
|
Part of 26979.
|
|
Part of 26979.
|
|
Part of 26979.
|
|
That's what git does for tor.
Part of 26979.
|
|
Part of 26979.
|
|
|
|
|
|
|
|
|
|
Someday people might be glad I did.
|
|
|
|
|
|
|
|
|
|
|
|
This is a very gentle commit that just lays the groundwork in the
build system: it puts the include files to build libtor-app.a into
src/core, and to build the tor executable into src/app. The
executable is now "src/app/tor".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This check was added by mistake long ago. It will be nice to see
these EOLs disappear from our code over time.
(backport from master)
|
|
|
|
|
|
|
|
Includes configuration files to enforce these rules on lib and
common. Of course, "common" *is* a modularity violation right now,
so these rules aren't as strict as I would like them to be.
|
|
|
|
This will let us move around header files without having to fix up
all the include sites manually.
|
|
|