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