Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | Update copyrights to 2021, using "make update-copyright" | Nick Mathewson | |
2020-11-12 | Fix typos. | Samanta Navarro | |
Typos found with codespell. Please keep in mind that this should have impact on actual code and must be carefully evaluated: src/core/or/lttng_circuit.inc - ctf_enum_value("CONTROLER", CIRCUIT_PURPOSE_CONTROLLER) + ctf_enum_value("CONTROLLER", CIRCUIT_PURPOSE_CONTROLLER) | |||
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson | |
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2018-09-27 | Extract the non-stats part of geoip into a new src/lib/geoip. | Nick Mathewson | |
2018-09-27 | Remove excess dependencies from geoip.c | Nick Mathewson | |
2018-09-27 | Split geoip from geoip-related stats. | Nick Mathewson | |
This commit just moves the code to two separate files. The geoip code still has a few needless dependencies on core/* and features/*. | |||
2018-07-05 | Fix every include path changed in the previous commit (automated) | Nick Mathewson | |
I am very glad to have written this script. | |||
2018-07-03 | Clean up various things that broke with our stdint.h changes | Nick Mathewson | |
Casting before printf was necessary; now it's not so smart. We don't have SIZEOF_UINT8_T any more. | |||
2018-06-25 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-06-24 | Fix test_geoip failures on windows by writing file in binary mode. | Nick Mathewson | |
Fixes bug 26480; bug appeared when we re-enabled the geoip tests on windows. Bug originally introduced by our fix to 25787; bug not in any released Tor. | |||
2018-06-21 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-06-21 | Revise geoip tests to not require paths of actual geoip config | Nick Mathewson | |
When I wrote the first one of these, it needed the path of the geoip file. But that doesn't translate well in at least two cases: - Mingw, where the compile-time path is /c/foo/bar and the run-time path is c:\foo\bar. - Various CI weirdnesses, where we cross-compile a test binary, then copy it into limbo and expect it to work. Together, these problems precluded these tests running on windows. So, instead let's just generate some minimal files ourselves, and test against them. Fixes bug 25787 | |||
2018-06-20 | Run rectify_include_paths.py | Nick Mathewson | |
2018-04-26 | Recover newline at the EOF, removed by mistake | juga0 | |
in 071236e3e252fd0dcf5102739adecb8e69a76c4c. | |||
2018-04-26 | Add clarification about type of file expected | juga0 | |
2018-04-26 | Remove FIXME about comparing num countries, | juga0 | |
* remove the fixme since clearing the countries should be other issue * remove unused variables related to it since that cause travis to fail | |||
2018-04-26 | tests: Fix a couple typos and remove unnecessary inline comments. | Isis Lovecruft | |
2018-04-26 | tests: Skip two more geoip_load_file tests on Windows. | Isis Lovecruft | |
* FIXES part of #25515: https://bugs.torproject.org/25515 | |||
2018-04-16 | Add test to check that loading a 2nd file replaces the 1st | juga0 | |
Signed-off-by: Isis Lovecruft <isis@torproject.org> | |||
2018-04-16 | Add a test for geoip_load_file() using geoip6 | juga0 | |
Signed-off-by: Isis Lovecruft <isis@torproject.org> | |||
2018-04-13 | Disable load_geoip_file() tests on windows | Nick Mathewson | |
See bug #25787 for discussion; we should have a better fix here. | |||
2018-03-23 | test: more data on geoip load failure. | Nick Mathewson | |
2018-03-15 | Add a test for geoip_load_file(). | Nick Mathewson | |
2018-03-15 | Split geoip tests into a separate module. | Nick Mathewson | |