Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-02 | Merge remote-tracking branch 'tor-github/pr/449' | Nick Mathewson | |
2018-11-02 | Merge remote-tracking branch 'tor-github/pr/448' | Nick Mathewson | |
2018-10-29 | Fix shellcheck issue SC2217 in run_calltool.sh | rl1987 | |
2018-10-29 | Fix shellcheck warning SC2086 in run_calltool.sh | rl1987 | |
2018-10-29 | run_trunnel.sh: Use 'find -exec' instead of a 'for' loop | rl1987 | |
This fixes shellcheck warnings SC2044 and SC2006. | |||
2018-10-29 | Silence shellcheck SC2086 in run_trunnel.sh | rl1987 | |
2018-10-11 | Fix issues that shellcheck found in chutney-git-bisect.sh | rl1987 | |
2018-08-28 | Set the file encoding in checkIncludes.py with Python3 | Nick Mathewson | |
2018-08-24 | Add scripts/test/chutney-git-bisect.sh, for bisecting using chutney | teor | |
Supports bisection on 0.3.4 and earlier. Recommend that users copy the script before bisecting. Implements ticket 27211. | |||
2018-07-31 | Merge remote-tracking branch 'teor/bug26979' | Nick Mathewson | |
2018-07-31 | Merge branch 'ticket26447' | Nick Mathewson | |
2018-07-31 | Appveyor CI: always use HEAD for the short commit | teor | |
Part of 26979. | |||
2018-07-31 | Appveyor CI: sort environmental variables | teor | |
To avoid future duplicates. | |||
2018-07-31 | Appveyor CI: fix some typos | teor | |
2018-07-31 | Appveyor CI: Generate correct tag names | teor | |
Part of 26979. | |||
2018-07-31 | Appveyor CI: Switch to one URL per line | teor | |
Part of 26979. | |||
2018-07-31 | Appveyor CI: Generate correct branches and URLs for pull requests | teor | |
Part of 26979. | |||
2018-07-31 | Appveyor CI: Make short commits 10 hexdigits long | teor | |
That's what git does for tor. Part of 26979. | |||
2018-07-31 | Appveyor CI: Fix GitHub provider detection | teor | |
Part of 26979. | |||
2018-07-17 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-07-17 | Fix build to work with --disable-unittests again | rl1987 | |
2018-07-12 | Add fuzzing wrapper for fetch_from_buf_socks() | Nick Mathewson | |
2018-07-12 | Merge remote-tracking branch 'imnotbad/bug26502' | Nick Mathewson | |
2018-07-09 | Add a little documentation to checkIncludes.py. | Nick Mathewson | |
Someday people might be glad I did. | |||
2018-07-09 | Re-wrap the error message emitted by checkIncludes.py | Nick Mathewson | |
2018-07-09 | Make checkIncludes work on python 2.7 | Nick Mathewson | |
2018-07-08 | Remove small piece of unneeded documentation | Kaidan | |
2018-07-08 | #26502: Stop using fallback blacklist | Kaidan | |
2018-07-05 | Fix everything that previously referred to src/or | Nick Mathewson | |
2018-07-05 | Start splitting src/or | Nick Mathewson | |
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". | |||
2018-07-05 | Fix fuzzing_include_am.py | Nick Mathewson | |
2018-07-01 | Prune the .may_include files a bit; detect unused lines in them | Nick Mathewson | |
2018-07-01 | Update the coverage script to look at new file locations | Nick Mathewson | |
2018-06-29 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-06-29 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-06-29 | Merge branch 'maint-0.3.1' into maint-0.3.2 | Nick Mathewson | |
2018-06-29 | Merge branch 'maint-0.2.9' into maint-0.3.1maint-0.3.1 | Nick Mathewson | |
2018-06-29 | Finally remove our EOL@EOF check. | Nick Mathewson | |
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) | |||
2018-06-26 | Remove some accidentally committed code in checkIncludes.py | Nick Mathewson | |
2018-06-22 | Another windows include | Nick Mathewson | |
2018-06-21 | add license statement to checkincludes, and have it return an error code | Nick Mathewson | |
2018-06-21 | New script to check includes for modularity violations | Nick Mathewson | |
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. | |||
2018-06-20 | Run rectify_include_paths.py | Nick Mathewson | |
2018-06-20 | Script to replace include paths with full paths under src/ | Nick Mathewson | |
This will let us move around header files without having to fix up all the include sites manually. | |||
2018-06-20 | Update copyrights to 2018. | Nick Mathewson | |
2018-06-18 | New check-spaces rule: Our C files may not have duplicate names. | Nick Mathewson | |
2018-06-18 | Finally remove our EOL@EOF check. | Nick Mathewson | |
This check was added by mistake long ago. It will be nice to see these EOLs disappear from our code over time. | |||
2018-05-30 | Fix various typos | Nick Mathewson | |
2018-05-22 | Merge branch 'appveyor_min_029_v2' into appveyor_min_034_v2 | Nick Mathewson | |
2018-05-21 | Python script for IRC notifications from appveyor | Nick Mathewson | |
Original by Christopher Wood, with modifications by nexB, Isis Lovecruft, and Marcin Cieślak. |