summaryrefslogtreecommitdiff
path: root/src/or/include.am
AgeCommit message (Expand)Author
2015-09-29No spaces around = in variable assignmentMarcin Cieślak
2015-09-02Include dns_structs.h in tarballNick Mathewson
2015-08-21Is this the syntax that will make freebsd make happy?Nick Mathewson
2015-08-18Use tabs in src/or/include.amSebastian Hahn
2015-06-18Add rendcache.{c|h}David Goulet
2015-05-28Merge branch '12498_ed25519_keys_v6'Nick Mathewson
2015-05-28Refactor code that matches up routers with the same identity in votesNick Mathewson
2015-05-28Key-pinning back-end for directory authorities.Nick Mathewson
2015-05-28prop220: Implement certificates and key storage/creationNick Mathewson
2015-05-18Silence two make rulescypherpunks
2015-04-01Drop support for --digestsNick Mathewson
2015-03-21Disable assertions during coverage buildsSebastian Hahn
2015-03-14Do not distribute common_sha1.i and or_sha1.i.cypherpunks
2015-03-14Clean up generated files.cypherpunks
2015-03-14Use output variables instead of relative paths.cypherpunks
2015-03-04Revert "Missing dependencies; fixes 15127."Nick Mathewson
2015-03-04Merge remote-tracking branch 'public/bug15127_025' into maint-0.2.6Nick Mathewson
2015-03-04Missing dependencies; fixes 15127.Nick Mathewson
2015-01-06make "make test-stem" run stem tests on torNick Mathewson
2014-12-23add support for systemd notification protocolMichael Scherer
2014-11-27Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold'Nick Mathewson
2014-10-27Remove configure option to disable curve25519Sebastian Hahn
2014-09-30Implement scheduler mechanism to track lists of channels wanting cells or wri...Andrea Shepard
2013-10-31Move pathbias functions into a new file.Nick Mathewson
2013-07-18Move Extended ORPort code to its own module.George Kadianakis
2013-07-10Coverage support: build with --enable-coverage to have tests run with gcovNick Mathewson
2013-07-10Start work on fancy compiler tricks to expose extra stuff to our testsNick Mathewson
2013-05-10Merge bug5595-v2-squashed into maint-0.2.4Andrea Shepard
2013-02-19Add src/or/micro-revision.i to CLEANFILES in case anybody has oneNick Mathewson
2013-01-16Actually link against nacl when we want to use itNick Mathewson
2013-01-03Make libcurve25519_donna get built as a .aNick Mathewson
2013-01-02Split onion.[ch] into onion{,_fast,_tap}.[ch]Nick Mathewson
2013-01-02Implementat the ntor handshakeNick Mathewson
2012-11-14Move address map into its own file.Nick Mathewson
2012-10-15Move the circuit build timeout code into its own file.Nick Mathewson
2012-10-11Move all externally maintained source files into src/extNick Mathewson
2012-10-10Add initial circuitmux_ewma.{c,h}Andrea Shepard
2012-10-10Add circuitmux.c, circuitmux.hAndrea Shepard
2012-10-08Initial channeltls.c/channeltls.h for bug 6465Andrea Shepard
2012-10-08Add channel.c/channel.h for bug 6465Andrea Shepard
2012-09-14Split the routerset code out of routerlist.cNick Mathewson
2012-09-13Split the or_state_t portions of config.c into their own fileNick Mathewson
2012-09-13Split the generic config_fmt_t code into a new confparse.c fileNick Mathewson
2012-09-06Fix a dependency: micro-revision.i influences tor_main.o, not tor_main.cNick Mathewson
2012-09-06Fix a build-warning when building out-of-treeNick Mathewson
2012-08-27build: minimal adjustments to make out-of-tree build workJim Meyering
2012-08-23Make the _sha1.i file generation quieterNick Mathewson
2012-08-09fix circular dependency for generating code digestsStewart Smith
2012-08-09fix dependencies for some generated filesStewart Smith
2012-08-09Move to non-recursive makeStewart Smith