Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-14 | Remove relative paths to header files. | cypherpunks | |
The paths are already in the directory search path of the compiler therefore no need to include them in the source code. | |||
2015-03-14 | Clean up generated files. | cypherpunks | |
Remove src/or/or_sha1.i and src/common/common_sha1.i on `make clean` and remove the temporary micro-revision file when its no longer needed. Additional changes; - show a message when generating the micro-revision file. - add the temporary micro revision file to the list of files to be removed on `make clean` just in case. - fix indentation of the make rule to improve readability. | |||
2015-03-14 | Use output variables instead of relative paths. | cypherpunks | |
Fixes the following rules in out-of-tree builds; - check-spaces - check-docs - check-logs - Doxygen - coverage-html And cleans up additional directories; - coverage_html - doc/doxygen | |||
2015-03-14 | ug. test, _then_ commit, nick. | Nick Mathewson | |
2015-03-14 | Do not printf success messages when we are --quieted or --hushed. | Nick Mathewson | |
Fixes 14994. Calling this a bug on when --quiet and --hush began to have their current behavior. | |||
2015-03-13 | const-ify the new failure vars, and one old one | Nick Mathewson | |
2015-03-13 | Merge remote-tracking branch 'sebastian/bug15211' | Nick Mathewson | |
2015-03-12 | Don't init hs intro key as side effect of an assert | Sebastian Hahn | |
2015-03-12 | Don't init control authchallenge nonce as assert side effect | Sebastian Hahn | |
Fixes part of bug 15211. | |||
2015-03-12 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-03-12 | Merge remote-tracking branch 'public/feature15212_026' into maint-0.2.6 | Nick Mathewson | |
2015-03-12 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-03-12 | Initialize the extorport auth cookie before launching PTs. | Yawning Angel | |
PTs expect the auth cookie to be available immedieately after launch, leading to a race condition when PTs opt to cache the extorport cookie once immediately after startup. Fixes #15240. | |||
2015-03-12 | don't init threads as side effect of assertion | Sebastian Hahn | |
Fixes part of bug 15211. | |||
2015-03-12 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-03-12 | add an explanatory comment | Nick Mathewson | |
2015-03-12 | Also, add an assertion to assign_onionskin_to_cpuworker | Nick Mathewson | |
2015-03-12 | Fix crash bug when calling cpuworkers_rotate_keyinfo on a client. | Nick Mathewson | |
Fixes bug 15245; bugfix on 0.2.6.3-alpha. Thanks to anonym for reporting! | |||
2015-03-12 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-03-12 | Use PTHREAD_CREATE_DETACHED macro instead of 1: fix Solaris crash | Nick Mathewson | |
When calling pthread_attr_setdetachstate, we were using 1 as the argument. But the pthreads documentation says that you have to say PTHREAD_CREATE_DETACH, which on Solaris is apparently 0x40. Calling pthread_attr_setdetachstate with 1 crashes on Solaris with FLTBOUNDS. (Because we're so late in the release cycle, I made the code define PTHREAD_CREATE_DETACHED if it doesn't exist, so we aren't likely to break any other platforms.) This bug was introduced when we made threading mandatory in 0.2.6.1-alpha; previously, we had force-disabled threading on Solaris. See #9495 discussion. | |||
2015-03-10 | Fix check-spaces | Nick Mathewson | |
2015-03-10 | Add link protocol version counts to the heartbeat message | Nick Mathewson | |
Closes ticket 15212 | |||
2015-03-10 | Merge commit 'origin/maint-0.2.6^' | Nick Mathewson | |
2015-03-10 | bump 0.2.6 to 0.2.6.4-rc-dev | Nick Mathewson | |
2015-03-09 | Merge remote-tracking branch 'public/bug15205_025' into maint-0.2.6 | Nick Mathewson | |
2015-03-09 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-03-09 | Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2015-03-09 | Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2015-03-09 | Merge remote-tracking branch 'karsten/geoip6-mar2015' into maint-0.2.4 | Nick Mathewson | |
2015-03-09 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
2015-03-09 | Update geoip6 to the March 3 2015 database. | Karsten Loesing | |
2015-03-09 | Update geoip to the March 3 2015 database. | Karsten Loesing | |
2015-03-09 | Don't use checked strl{cat,cpy} on OSX. | Nick Mathewson | |
There is a bug in the overlap-checking in strlcat that can crash Tor servers. Fixes bug 15205; this is an OSX bug, not a Tor bug. | |||
2015-03-09 | Restore c89 in 0.2.5 | Nick Mathewson | |
2015-03-09 | Merge remote-tracking branch 'public/bug14261_025' into maint-0.2.5 | Nick Mathewson | |
2015-03-09 | GETINFO bw-event-cache to get information on recent BW events | Nick Mathewson | |
Closes 14128; useful to regain functionality lost because of 13988. | |||
2015-03-09 | Merge remote-tracking branch 'public/bug13988_025' into maint-0.2.5 | Nick Mathewson | |
2015-03-09 | Merge remote-tracking branch 'public/bug15088_025' into maint-0.2.5 | Nick Mathewson | |
2015-03-09 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-03-09 | Merge remote-tracking branch 'public/feature15006_026' into maint-0.2.6 | Nick Mathewson | |
2015-03-09 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-03-09 | testing_common.c: avoid side-effects of tor_assert | Tom van der Woerdt | |
2015-03-09 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-03-09 | Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2015-03-09 | Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2015-03-09 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
2015-03-04 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-03-04 | Revert "Missing dependencies; fixes 15127." | Nick Mathewson | |
This reverts commit 930ab95e1fb0dfd5af35e7d84ca58ff21b65a605. | |||
2015-03-04 | Make boostrap events include hostname ANDaddr AND digest | Nick Mathewson | |
2015-03-04 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |