Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-09 | Add a doc/HACKING/README.1st | Nick Mathewson | |
2015-10-09 | Split the old doc/HACKING into several new files | Nick Mathewson | |
2015-10-09 | Move hacking documentation into a new subdirectory. | Nick Mathewson | |
2015-10-08 | Add my draft (in-progress) guide to getting started on tor development | Nick Mathewson | |
2015-08-25 | Document callgraph analysis code | Nick Mathewson | |
2015-08-03 | Update doc/HACKING with more coverage instructions | Nick Mathewson | |
2015-07-23 | Bump version (and explain how) | Nick Mathewson | |
2015-06-10 | Update and clarify release checklist | Andrea Shepard | |
2015-06-06 | Add instructions for clang sanitizers, static analyzer, and coverity | teor | |
Document use of coverity, clang static analyzer, and clang dynamic undefined behavior and address sanitizers in doc/HACKING. Add clang dynamic sanitizer blacklist in contrib/clang/sanitizer_blacklist.txt to exempt known undefined behavior. Include detailed usage instructions in this blacklist file. Patch by "teor". | |||
2015-05-11 | Bump version to 0.2.7.1-alpha. (This is not the release yet.) | Nick Mathewson | |
2015-04-22 | New email for Lukas Fleischer | Nick Mathewson | |
2015-04-08 | update url in HACKING file | Roger Dingledine | |
2015-04-07 | Add lukas to doc/HACKING pakager list | Nick Mathewson | |
2015-03-25 | More addrs in HACKING | Nick Mathewson | |
2015-03-24 | spelling fix | Nick Mathewson | |
2015-03-24 | Start adding people to the packager list in doc/HACKING | Nick Mathewson | |
2015-03-09 | Add `check-changes` rule for checking formatting of changes files. | cypherpunks | |
Additional fixes to make the change work; - fix Python 2 vs 3 issues - fix some PEP 8 warnings - handle paths with numbers correctly - mention the make rule in doc/HACKING. | |||
2014-10-21 | give dist-master an alias | Roger Dingledine | |
2014-10-19 | explain how to publish tarballs now that webwml has gone to git | Roger Dingledine | |
2014-09-12 | Mention "make check" in doc/HACKING | Nick Mathewson | |
2014-09-12 | Give an example how to run the unit tests | Sebastian Hahn | |
2014-09-11 | Update HACKING instructions to mention format_changelog script | Nick Mathewson | |
2014-07-16 | Add stanza on lcov coverage target | Kevin Murray | |
Adds a note about using `make coverage-html` to generate coverage reports. Signed-off-by: Kevin Murray <spam@kdmurray.id.au> | |||
2014-06-21 | logic mixup, noticed by alphawolf | Roger Dingledine | |
2014-05-20 | doc/HACKING: Improve documentation of how to bump version in maint | Nick Mathewson | |
See discussion on 9553: Some of the build scripts don't like it when you can't merge maint into release. | |||
2014-05-16 | Document that we're incrementing version numbers in maint. | Nick Mathewson | |
(ticket 9553) | |||
2014-04-28 | Deal with the aftermath of sorting contrib | Nick Mathewson | |
This basically amounts to grepping for every file that mentioned contrib and adjusting its references to refer to the right place. | |||
2014-04-26 | The #tor topic no longer includes a version. | Nick Mathewson | |
2014-03-22 | bring hacking more up to date | Roger Dingledine | |
2014-03-19 | extract some changelog principles into doc/HACKING | Nick Mathewson | |
2014-03-06 | Give the HTTPS url for jenkins in doc/HACKING | Nick Mathewson | |
2014-01-21 | Document more coverage tricks in doc/HACKING | Nick Mathewson | |
2013-10-01 | name it correctly, maybe | Roger Dingledine | |
2013-10-01 | Mention "make test-network" in doc/HACKING | Nick Mathewson | |
2013-09-03 | Add a clarification to gcov instructions | Nick Mathewson | |
2013-08-10 | new location for tarballs; and you should edit Makefile too | Roger Dingledine | |
2013-08-06 | Update coverage instructions | Nick Mathewson | |
2013-06-12 | Fix the biggest errors in doc/HACKING | Nick Mathewson | |
We can wait for 0.2.5 for a full rewrite. #8964 | |||
2012-10-24 | Fix instructions for using Tor with gcov | Nick Mathewson | |
It seems as if our new build system broke gcov for me. I've tried to fix doc/HACKING to describe what I needed to do in order to make it work again. | |||
2012-09-04 | Rename configure.in to configure.ac | Nick Mathewson | |
This is the preferred filename to use with Autoconf 2.50 and later. | |||
2011-11-23 | sebastian is the new karsten, i hear | Roger Dingledine | |
2011-08-28 | add another heuristic for making release notes | Roger Dingledine | |
2011-07-14 | Update HACKING with some more release instructions | Sebastian Hahn | |
2011-06-21 | explain that the ./publish should happen soon after the scp | Roger Dingledine | |
otherwise you scp a tarball up but only one version of the website has it. | |||
2011-05-10 | another changelog heuristic based on 0.2.3.1-alpha | Roger Dingledine | |
2011-05-05 | fix the website directions. | Andrew Lewman | |
2011-05-04 | More notes on how to upload tarballs from erinn | Nick Mathewson | |
2011-05-02 | Add a couple of notes to doc/HACKING based on 0.2.2.25-alpha process | Nick Mathewson | |
2011-04-29 | add another heuristic for changes stanzas | Roger Dingledine | |
2011-04-28 | Update hacking file with terse notes on formatting changelog | Nick Mathewson | |