summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | Don't expect unix sockets to be accepted on WindowsNick Mathewson2016-02-01
* | | | | Merge branch 'options_validate_second_round_cleaned'Nick Mathewson2016-02-01
|\ \ \ \ \
| * | | | | Replace incorrect use of snprintf in unit tests with tor_snprintfteor (Tim Wilson-Brown)2016-02-01
| * | | | | Make all unit tests independent of log message order and countteor (Tim Wilson-Brown)2016-02-01
| * | | | | Report malformed options in options_validate unit teststeor (Tim Wilson-Brown)2016-02-01
| * | | | | Add a helper to search for strings in the log, and change option tests to use...Ola Bini2016-02-01
* | | | | | Merge branch 'maint-0.2.7'Nick Mathewson2016-02-01
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Try to fix address tests on FreeBSDNick Mathewson2016-02-01
* | | | | Merge branch 'maint-0.2.7'Nick Mathewson2016-01-28
|\ \ \ \ \ | |/ / / /
| * | | | Try to fix formatting in manpageNick Mathewson2016-01-28
* | | | | Merge branch 'maint-0.2.7'Nick Mathewson2016-01-28
|\ \ \ \ \ | |/ / / /
| * | | | Add descriptions for --keygen to the manpageNick Mathewson2016-01-28
* | | | | Clarify ReleasingTor.md on versions.wmiNick Mathewson2016-01-27
* | | | | attempt to fix crashes in unit testsNick Mathewson2016-01-27
* | | | | Correct further grammatical errors in tor commentsNick Mathewson2016-01-27
* | | | | Merge remote-tracking branch 'teor/bug18145'Nick Mathewson2016-01-26
|\ \ \ \ \
| * | | | | Replace "Alice" with "the client" in a hidden service log messageteor (Tim Wilson-Brown)2016-01-26
| * | | | | Replace Alice/Bob with client/service in hidden service commentsteor (Tim Wilson-Brown)2016-01-26
| * | | | | Correct grammatical errors in tor log messagesteor (Tim Wilson-Brown)2016-01-26
| * | | | | Correct grammatical errors in tor commentsteor (Tim Wilson-Brown)2016-01-26
* | | | | | Fix redundant-declaration warningNick Mathewson2016-01-22
|/ / / / /
* | | | | Merge remote-tracking branch 'twstrike/parse_port_config_tests'Nick Mathewson2016-01-21
|\ \ \ \ \
| * | | | | Divide the different parse_port_config groups into separate testsOla Bini2015-10-05
| * | | | | Use tor_addr_eq instead of tt_mem_opOla Bini2015-10-05
| * | | | | Move CL_PORT definitions so they are accessible to the tests as wellOla Bini2015-10-05
| * | | | | Fix all spacesOla Bini2015-10-05
| * | | | | Make compilation work under gcc-warningsOla Bini2015-10-05
| * | | | | Add tests for parse_port_configOla Bini2015-09-15
* | | | | | Merge remote-tracking branch 'twstrike/options_test'Nick Mathewson2016-01-19
|\ \ \ \ \ \
| * | | | | | Make sure that tests for domain sockets only run on OSes with domain socketsOla Bini2016-01-19
| * | | | | | Use correct u64 int ops instead of regular int ops, in order to avoid warning...Ola Bini2016-01-19
* | | | | | | Merge branch 'maint-0.2.7'Nick Mathewson2016-01-19
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson2016-01-19
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Refine the memwipe() arguments check for 18089 a little more.Nick Mathewson2016-01-19
* | | | | | | Merge branch 'fallbacks-0281-squashed'Nick Mathewson2016-01-18
|\ \ \ \ \ \ \
| * | | | | | | Add default fallback directories for the 0.2.8 alpha releasesteor (Tim Wilson-Brown)2016-01-18
| * | | | | | | Fix a display issue in updateFallbackDirs.py outputteor (Tim Wilson-Brown)2016-01-18
* | | | | | | | Merge branch 'maint-0.2.7'Nick Mathewson2016-01-18
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson2016-01-18
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Make memwipe() do nothing when passed a NULL pointer or zero sizeteor (Tim Wilson-Brown)2016-01-18
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson2016-01-18
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | / / / / / | |_|/ / / / / |/| | | | | |
| * | | | | | Merge remote-tracking branch 'teor/bug18050' into maint-0.2.7Nick Mathewson2016-01-18
| |\ \ \ \ \ \
| | * | | | | | Check ORPort and DirPort reachability before publishing a relay descriptorteor (Tim Wilson-Brown)2016-01-18
| | |/ / / / /
* | | | | | | Fix some leaks in the unit tests.Nick Mathewson2016-01-15
* | | | | | | Make the new directory tests build and run again.Nick Mathewson2016-01-15
* | | | | | | Merge remote-tracking branch 'twstrike/directory-tests'Nick Mathewson2016-01-15
|\ \ \ \ \ \ \
| * | | | | | | Fix remaining memory leaksOla Bini2016-01-12
| * | | | | | | Fix some memory leaksOla Bini2016-01-12
| * | | | | | | Make it compile with gcc-warnings turned onOla Bini2016-01-12
| * | | | | | | Add tests for src/or/directory.cReinaldo de Souza Jr2015-09-15
| | |_|_|/ / / | |/| | | | |