Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-21 | build: Add "make lsp" command | David Goulet | |
Generates the compile_commands.json file using the "bear" application so the ccls server can be more efficient with our code base. Closes #40227 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-08-12 | Try disabling "make all" when checking docs. | Nick Mathewson | |
2019-08-29 | test: Change "make test-stem" so it only runs the stem tests that use tor | teor | |
This change makes test-stem faster and more reliable. Use "make test-stem-full" to run all of stem's tests. Closes ticket 31554. | |||
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-01-16 | Bump copyright date to 2019. | 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-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-04 | Merge branch 'nss_squashed' into nss_merge | Nick Mathewson | |
2018-08-29 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-08-29 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-08-29 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-08-29 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-08-29 | Test: avoid spurious failures in make test-network-all | teor | |
Before running make test-network-all, delete old logs and test result files, to avoid spurious failures. Fixes bug 27295; bugfix on 0.2.7.3-rc. | |||
2018-08-29 | Test: consistently use $(TEST_NETWORK_ALL_LOG_DIR) in Makefile.am | teor | |
Part of 27295. | |||
2018-08-16 | add make check-rustfmt | cypherpunks | |
2018-07-31 | Merge branch 'nss_dh_squashed' into nss_dh_squashed_merged | Nick Mathewson | |
2018-07-31 | Merge branch 'ticket26447' | Nick Mathewson | |
2018-07-30 | Run check-includes.py script with detected python path. | Nick Mathewson | |
2018-07-16 | Fix build to work with --disable-unittests again | rl1987 | |
2018-07-11 | Add a configure switch to build with NSS. | Nick Mathewson | |
When it is set, include the NSS headers and libraries as appropriate. Doesn't actually use them yet, though. | |||
2018-07-11 | Make our crypto library symbolic in the makefiles. | Nick Mathewson | |
2018-07-09 | Add "check-includes" to check-local. | Nick Mathewson | |
2018-07-09 | Merge remote-tracking branch 'rl1987/doc26638' | Nick Mathewson | |
2018-07-05 | Fix our build system to know the new locations of the src/or stuff | 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 | All remaining files in src/common belong to the event loop. | Nick Mathewson | |
2018-07-05 | Add CODE_OF_CONDUCT file | rl1987 | |
2018-07-01 | Add make targets to show static libraries. | Nick Mathewson | |
These might make it easier for people to link our stuff, and keep their scripts more robust. | |||
2018-07-01 | Tabify all of the .am files. | Nick Mathewson | |
2018-06-30 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-06-29 | Extract getpass to a new lib/term library | Nick Mathewson | |
(Term is short for terminal) | |||
2018-06-29 | Extract get_uname to lib/osinfo. | Nick Mathewson | |
2018-06-29 | Move fd and memory-info functions. | Nick Mathewson | |
2018-06-28 | Fix windows compilation in compat_time | Nick Mathewson | |
We need to use lib/fs/winlib.h here so that we can use GetTickCount64. I would love to declare that XP is dead, and everybody has GetTickCount64. | |||
2018-06-28 | Extract time functionality into lib/wallclock and lib/time | Nick Mathewson | |
2018-06-28 | Move floating-point math functions into a new lib/math | Nick Mathewson | |
2018-06-28 | Extract process-management functionality into a new lib/process | Nick Mathewson | |
Note that procmon does *not* go here, since procmon needs to integrate with the event loop. | |||
2018-06-28 | Extract memarea into its own library | Nick Mathewson | |
2018-06-28 | Extract threading code into a new library. | Nick Mathewson | |
Note that the workqueue code does *not* go here: it is logically at a higher level, since it needs to use libevent and the networking stack. | |||
2018-06-27 | Move util_format into a new libtor-encoding library | Nick Mathewson | |
libtor-encoding is about various ways to transform data to and from character sequences. | |||
2018-06-27 | Fix Rust cross compilation. | Alex Xu (Hello71) | |
2018-06-27 | Merge branch 'fs_refactor' | Nick Mathewson | |
2018-06-27 | Merge branch 'sandbox_refactor' | Nick Mathewson | |