aboutsummaryrefslogtreecommitdiff
path: root/src/or/include.am
AgeCommit message (Expand)Author
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