Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-06 | Merge branch 'tor-github/pr/1195' | George Kadianakis | |
2019-08-01 | Distribute practracker unit and integration tests. | Nick Mathewson | |
2019-08-01 | Merge branch 'ticket31311_041' into ticket31304 | Nick Mathewson | |
2019-08-01 | make dist: only include files from practracker dir intentionally. | Nick Mathewson | |
Previously, we included temporary files and whatnot, which is not good. Fixes bug 31311; bugfix on 0.4.1.1-alpha. | |||
2019-08-01 | practracker: add envvar TOR_PRACTRACKER_OPTIONS | Nick Mathewson | |
We have Makefile.am use this to decide how to invoke practracker on the Tor source. | |||
2019-08-01 | Merge branch 'tor-github/pr/1177' | David Goulet | |
2019-08-01 | Lower check of TOR_DISABLE_PRACTRACKER | Nick Mathewson | |
Since we sometimes call practracker directly, that's where we should check the TOR_DISABLE_PRACTRACKER envvar. | |||
2019-07-23 | Merge branch 'tor-github/pr/1116' | David Goulet | |
2019-07-18 | Add a TOR_DISABLE_PRACTRACKER envvar for use by folks who don't care | Nick Mathewson | |
Fixes part of bug 30752 | |||
2019-06-26 | Merge branch 'tor-github/pr/1109' | George Kadianakis | |
2019-06-24 | Add a "typed_var" abstraction to implement lvalue access in C. | Nick Mathewson | |
Right now, this has been done at a high level by confparse.c, but it makes more sense to lower it. This API is radically un-typesafe as it stands; we'll be wrapping it in a safer API as we do #30914 and lower the struct manipulation code as well. Closes ticket 30864. | |||
2019-06-24 | Move unit-parsing code to src/lib/confmgt | Nick Mathewson | |
lib/confmgt is at a higher level than lib/conf, since it needs to call down to logging and similar modules. | |||
2019-06-24 | Don't try to shellcheck src/rust/registry | Nick Mathewson | |
Fixes bug 30963; bug not in any released Tor. | |||
2019-06-19 | remove practracker from check-local (0.4.1 only) | Nick Mathewson | |
2019-06-17 | Shellcheck all the scripts | rl1987 | |
2019-06-14 | make: Improve the documentation for test-network-all | teor | |
"make test-network-all" shows the warnings from each test-network.sh run on the console, so developers see new warnings early. Improve the documentation for this feature, and rename a Makefile variable so the code is self-documenting. Fixes bug 30455; bugfix on 0.3.0.4-rc. | |||
2019-05-20 | Add a new "autostyle" make target to run all of our reformatting | Nick Mathewson | |
Closes ticket 30539. | |||
2019-04-29 | Merge branch 'maint-0.4.0' | Nick Mathewson | |
2019-04-23 | Stop looking for scripts in the build directory during "make shellcheck" | teor | |
Fixes bug 30263; bugfix on 0.4.0.1-alpha. | |||
2019-04-05 | Merge branch 'maint-0.4.0' | George Kadianakis | |
2019-04-05 | Merge branch 'tor-github/pr/879' into maint-0.4.0 | George Kadianakis | |
2019-04-05 | Merge branch 'bug29036-29962-034' into bug29036-29962-035 | teor | |
2019-04-05 | Merge branch 'bug29036-029' into bug29036-29962-034 | teor | |
2019-04-05 | Makefile: actually, don't delete the gcno files | teor | |
We need to keep the gcno files, because they are created at compile time. | |||
2019-04-01 | Merge branch 'bug29036-29962-034' into bug29036-29962-035 | teor | |
Merge the moved coverage line from 29036 with the stem changes in maint-0.3.5. | |||
2019-04-01 | Merge branch 'bug29036-029' into bug29036-29962-034 | teor | |
2019-04-01 | Makefile: delete all the gcov-related files in reset-gcov | teor | |
And fix a comment. See: https://gcc.gnu.org/onlinedocs/gcc/Gcov-Data-Files.html#Gcov-Data-Files | |||
2019-03-26 | Merge branch 'messaging_v3' into messaging_v3_merged | Nick Mathewson | |
2019-03-25 | pubsub: relationship checking functionality | Nick Mathewson | |
This code tries to prevent a large number of possible errors by enforcing different restrictions on the messages that different modules publish and subscribe to. Some of these rules are probably too strict, and some too lax: we should feel free to change them as needed as we move forward and learn more. | |||
2019-03-25 | Low-level dispatch module for publish-subscribe mechanism | Nick Mathewson | |
This module implements a way to send messages from one module to another, with associated data types. It does not yet do anything to ensure that messages are correct, that types match, or that other forms of consistency are preserved. | |||
2019-03-25 | Add a practracker-regen make target | Nick Mathewson | |
2019-03-13 | Call practracker as part of check-local. | George Kadianakis | |
- Introduce 'make check-best-practices'. - Fix up Tor topdir etc to work with the way 'make check-local' gets called. - Make practracker less likely to print useless stuff. | |||
2019-01-22 | Merge remote-tracking branch 'tor-github/pr/653' | Nick Mathewson | |
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2019-01-16 | Bump copyright date to 2019. | Nick Mathewson | |
2019-01-15 | Merge branch 'ticket28058_squashed' | Nick Mathewson | |
2019-01-15 | Run shellcheck for stuff in scripts/ as part of 'make check' | rl1987 | |
2018-12-20 | Merge branch 'maint-0.3.5' | Nick Mathewson | |
2018-12-20 | Merge remote-tracking branch 'tor-github/pr/607' into maint-0.3.5 | Nick Mathewson | |
2018-12-20 | Stop running stem's unit tests as part of "make test-stem" | teor | |
But continue to run stem's unit and online tests during "make test-stem-full". Fixes bug 28568; bugfix on 0.2.6.3-alpha. | |||
2018-12-11 | Merge remote-tracking branch 'github/prop297' | Nick Mathewson | |
2018-12-05 | Merge remote-tracking branch 'tor-github/pr/508' | Nick Mathewson | |
2018-11-24 | Rewrite updateVersions script in Python, add datestamp functionality. | Nick Mathewson | |
This updateVersions.pl script was one of the only essential perl scripts left in out maint system, and was the only one that used autoconf to fill in the script. This script adds a feature to define an APPROX_RELEASE_DATE macro that is updated when the version changes. We'll use this to implement prop297, so that we have an accurate view of when a release date happens. | |||
2018-11-19 | Merge remote-tracking branch 'isis/bug25341' into ticket25341_merged_v2 | Nick Mathewson | |
2018-11-14 | Move buffers.c out of lib/containers to resolve a circularity. | Nick Mathewson | |
2018-11-05 | Move the code that knows our tor version into a lowest-level lib | Nick Mathewson | |
2018-10-12 | report origin of mystery core file | Taylor Yu | |
Report what program produced the mysterious core file that we occasionally see on Travis CI during make distcheck. Closes ticket 28024. | |||
2018-09-27 | Extract the non-stats part of geoip into a new src/lib/geoip. | Nick Mathewson | |
2018-09-18 | check-changes: Warn about bugfixes on future releases | teor | |
Warn when bugfix changes files say that the bug is in a future release. Closes ticket 27761. | |||
2018-09-04 | Merge branch 'nss_squashed' into nss_merge | Nick Mathewson | |