index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
include.am
Age
Commit message (
Expand
)
Author
2015-09-29
No spaces around = in variable assignment
Marcin Cieślak
2015-09-02
Include dns_structs.h in tarball
Nick Mathewson
2015-08-21
Is this the syntax that will make freebsd make happy?
Nick Mathewson
2015-08-18
Use tabs in src/or/include.am
Sebastian Hahn
2015-06-18
Add rendcache.{c|h}
David Goulet
2015-05-28
Merge branch '12498_ed25519_keys_v6'
Nick Mathewson
2015-05-28
Refactor code that matches up routers with the same identity in votes
Nick Mathewson
2015-05-28
Key-pinning back-end for directory authorities.
Nick Mathewson
2015-05-28
prop220: Implement certificates and key storage/creation
Nick Mathewson
2015-05-18
Silence two make rules
cypherpunks
2015-04-01
Drop support for --digests
Nick Mathewson
2015-03-21
Disable assertions during coverage builds
Sebastian Hahn
2015-03-14
Do not distribute common_sha1.i and or_sha1.i.
cypherpunks
2015-03-14
Clean up generated files.
cypherpunks
2015-03-14
Use output variables instead of relative paths.
cypherpunks
2015-03-04
Revert "Missing dependencies; fixes 15127."
Nick Mathewson
2015-03-04
Merge remote-tracking branch 'public/bug15127_025' into maint-0.2.6
Nick Mathewson
2015-03-04
Missing dependencies; fixes 15127.
Nick Mathewson
2015-01-06
make "make test-stem" run stem tests on tor
Nick Mathewson
2014-12-23
add support for systemd notification protocol
Michael Scherer
2014-11-27
Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold'
Nick Mathewson
2014-10-27
Remove configure option to disable curve25519
Sebastian Hahn
2014-09-30
Implement scheduler mechanism to track lists of channels wanting cells or wri...
Andrea Shepard
2013-10-31
Move pathbias functions into a new file.
Nick Mathewson
2013-07-18
Move Extended ORPort code to its own module.
George Kadianakis
2013-07-10
Coverage support: build with --enable-coverage to have tests run with gcov
Nick Mathewson
2013-07-10
Start work on fancy compiler tricks to expose extra stuff to our tests
Nick Mathewson
2013-05-10
Merge bug5595-v2-squashed into maint-0.2.4
Andrea Shepard
2013-02-19
Add src/or/micro-revision.i to CLEANFILES in case anybody has one
Nick Mathewson
2013-01-16
Actually link against nacl when we want to use it
Nick Mathewson
2013-01-03
Make libcurve25519_donna get built as a .a
Nick Mathewson
2013-01-02
Split onion.[ch] into onion{,_fast,_tap}.[ch]
Nick Mathewson
2013-01-02
Implementat the ntor handshake
Nick Mathewson
2012-11-14
Move address map into its own file.
Nick Mathewson
2012-10-15
Move the circuit build timeout code into its own file.
Nick Mathewson
2012-10-11
Move all externally maintained source files into src/ext
Nick Mathewson
2012-10-10
Add initial circuitmux_ewma.{c,h}
Andrea Shepard
2012-10-10
Add circuitmux.c, circuitmux.h
Andrea Shepard
2012-10-08
Initial channeltls.c/channeltls.h for bug 6465
Andrea Shepard
2012-10-08
Add channel.c/channel.h for bug 6465
Andrea Shepard
2012-09-14
Split the routerset code out of routerlist.c
Nick Mathewson
2012-09-13
Split the or_state_t portions of config.c into their own file
Nick Mathewson
2012-09-13
Split the generic config_fmt_t code into a new confparse.c file
Nick Mathewson
2012-09-06
Fix a dependency: micro-revision.i influences tor_main.o, not tor_main.c
Nick Mathewson
2012-09-06
Fix a build-warning when building out-of-tree
Nick Mathewson
2012-08-27
build: minimal adjustments to make out-of-tree build work
Jim Meyering
2012-08-23
Make the _sha1.i file generation quieter
Nick Mathewson
2012-08-09
fix circular dependency for generating code digests
Stewart Smith
2012-08-09
fix dependencies for some generated files
Stewart Smith
2012-08-09
Move to non-recursive make
Stewart Smith