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
Age
Commit message (
Expand
)
Author
2017-12-08
Merge branch 'macro_free_v2_squashed'
Nick Mathewson
2017-12-08
document our allocator conventions
Nick Mathewson
2017-12-08
Convert remaining function (mostly static) to new free style
Nick Mathewson
2017-12-08
Fix wide lines introduced by previous patch.
Nick Mathewson
2017-12-08
Replace all FREE_AND_NULL* uses to take a type and a free function.
Nick Mathewson
2017-12-08
Let's have only one FREE_AND_NULL variant.
Nick Mathewson
2017-12-08
changes file for big free macro-ization branch
Nick Mathewson
2017-12-08
Make tor_free only evaluate its input once (at least on gcc and clang)
Nick Mathewson
2017-12-08
Switch to a safer FREE_AND_NULL implementation
Nick Mathewson
2017-12-08
Change the free macro convention in the rest of src/or/*.h
Nick Mathewson
2017-12-08
Convert connection_free to a nulling macro.
Nick Mathewson
2017-12-08
Rename connection_free_ to connection_free_minimal.
Nick Mathewson
2017-12-08
Update free functions into macros: src/or/ part 1
Nick Mathewson
2017-12-08
Convert the rest of src/common's headers to use FREE_AND_NULL
Nick Mathewson
2017-12-08
Merge branch 'dgoulet_ticket23709_033_01_squashed'
Nick Mathewson
2017-12-08
chan: Add changes file for ticket 23709
David Goulet
2017-12-08
test: Make older GCC happy and thus our oniongit pipeline
David Goulet
2017-12-08
chan: Do not re-queue after a fail cell write
David Goulet
2017-12-08
Move a comment to relay_send_end_cell_from_edge()
teor
2017-12-07
add a missing windows underscore
Nick Mathewson
2017-12-07
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-12-07
Merge branch 'arthuredelstein_18859+1_031' into maint-0.3.2
Nick Mathewson
2017-12-07
Rewrite 18859 changes file from user POV.
Nick Mathewson
2017-12-07
Revert accidentally-committed code from 046acf208bc53a3fa7ea9
Nick Mathewson
2017-12-06
Don't consider a port "handled" by an isolated circuit.
Arthur Edelstein
2017-12-06
Fix a compiler warning
Nick Mathewson
2017-12-06
Merge remote-tracking branch 'public/monotime_coarse_stamps'
Nick Mathewson
2017-12-06
Merge remote-tracking branch 'teor/bug24488'
Nick Mathewson
2017-12-06
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-12-06
Merge remote-tracking branch 'dgoulet/bug24502_032_01' into maint-0.3.2
Nick Mathewson
2017-12-06
Merge remote-tracking branch 'teor/bug24489'
Nick Mathewson
2017-12-06
Merge remote-tracking branch 'dgoulet/bug24502_032_01'
Nick Mathewson
2017-12-06
test: Add a KIST test for a non opened channel
David Goulet
2017-12-06
Check the return value of hs_parse_address().
Alexander Færøy
2017-12-05
Initialize pk so that older gcc versions don't freak out.
Nick Mathewson
2017-12-05
Merge branch 'more_directories_squashed'
Nick Mathewson
2017-12-05
add a changes file
Nick Mathewson
2017-12-05
Update the manpage to describe {Cache,Key}Directory
Nick Mathewson
2017-12-05
Implement the various get_foodir_*() functions.
Nick Mathewson
2017-12-05
Create a CacheDirectory and KeyDirectory options.
Nick Mathewson
2017-12-05
Clean up a needlessly complex get_datadir_fname use
Nick Mathewson
2017-12-05
New accessors for keydir/cachedir access
Nick Mathewson
2017-12-05
Extract common code for creating the keys directory.
Nick Mathewson
2017-12-05
Use get_datadir_fname() accessor in networkstatus.c
Nick Mathewson
2017-12-05
Extract the code that creates the datadir into a separate function.
Nick Mathewson
2017-12-05
Merge branch 'dgoulet_ticket20699_033_01'
Nick Mathewson
2017-12-05
control: Add changes file for HSv3 control port
David Goulet
2017-12-05
control: Improve ADD_ONION helper function comments
David Goulet
2017-12-05
control: Don't use void pointer for ADD_ONION secret key
David Goulet
2017-12-05
test: Add HS_DESC v3 unit tests
David Goulet
[next]