summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | channel: Remove nickname attribute from channel_tDavid Goulet2017-11-22
| * | | channel: Remove dead codeDavid Goulet2017-11-22
| * | | channel: Add and cleanup commentsDavid Goulet2017-11-22
| * | | channel: Requeue cell to circuit if channnel failedDavid Goulet2017-11-22
| * | | channel: Remove unused write cell functionsDavid Goulet2017-11-22
| * | | channel: Remove everything related to queue sizeDavid Goulet2017-11-22
| * | | channel: Remove incoming/outgoing queueDavid Goulet2017-11-22
| * | | relay: Improve comment in append_cell_to_circuit_queue()David Goulet2017-11-22
| * | | relay: Remove dead codeDavid Goulet2017-11-22
* | | | Move a comment to relay_send_end_cell_from_edge()teor2017-12-08
* | | | add a missing windows underscoreNick Mathewson2017-12-07
* | | | Merge branch 'maint-0.3.2'Nick Mathewson2017-12-07
|\ \ \ \
| * \ \ \ Merge branch 'arthuredelstein_18859+1_031' into maint-0.3.2Nick Mathewson2017-12-07
| |\ \ \ \
| | * | | | Rewrite 18859 changes file from user POV.Nick Mathewson2017-12-07
| | * | | | Don't consider a port "handled" by an isolated circuit.Arthur Edelstein2017-12-06
* | | | | | Revert accidentally-committed code from 046acf208bc53a3fa7ea9Nick Mathewson2017-12-07
* | | | | | Fix a compiler warningNick Mathewson2017-12-06
* | | | | | Merge remote-tracking branch 'public/monotime_coarse_stamps'Nick Mathewson2017-12-06
|\ \ \ \ \ \
| * | | | | | Fix unit tests that depended on monotonic msec.Nick Mathewson2017-11-27
| * | | | | | Add a new notion of "stamps" to be a fast 32-bit monotonic timestampNick Mathewson2017-11-27
* | | | | | | Merge remote-tracking branch 'teor/bug24488'Nick Mathewson2017-12-06
|\ \ \ \ \ \ \
| * | | | | | | Make set_routerstatus_from_routerinfo() set IPv6 unspecified addressesteor2017-12-02
* | | | | | | | Merge branch 'maint-0.3.2'Nick Mathewson2017-12-06
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge remote-tracking branch 'dgoulet/bug24502_032_01' into maint-0.3.2Nick Mathewson2017-12-06
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge remote-tracking branch 'teor/bug24489'Nick Mathewson2017-12-06
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Sprinkle some consts in networkstatus_getinfo_by_purpose()teor2017-12-02
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge remote-tracking branch 'dgoulet/bug24502_032_01'Nick Mathewson2017-12-06
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | test: Add a KIST test for a non opened channelDavid Goulet2017-12-06
| * | | | | | | | sched: Set channel scheduler state to IDLE when not openedDavid Goulet2017-12-04
* | | | | | | | | Check the return value of hs_parse_address().Alexander Færøy2017-12-06
* | | | | | | | | Initialize pk so that older gcc versions don't freak out.Nick Mathewson2017-12-05
* | | | | | | | | Merge branch 'more_directories_squashed'Nick Mathewson2017-12-05
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add a changes fileNick Mathewson2017-12-05
| * | | | | | | | | Update the manpage to describe {Cache,Key}DirectoryNick Mathewson2017-12-05
| * | | | | | | | | Implement the various get_foodir_*() functions.Nick Mathewson2017-12-05
| * | | | | | | | | Create a CacheDirectory and KeyDirectory options.Nick Mathewson2017-12-05
| * | | | | | | | | Clean up a needlessly complex get_datadir_fname useNick Mathewson2017-12-05
| * | | | | | | | | New accessors for keydir/cachedir accessNick Mathewson2017-12-05
| * | | | | | | | | Extract common code for creating the keys directory.Nick Mathewson2017-12-05
| * | | | | | | | | Use get_datadir_fname() accessor in networkstatus.cNick Mathewson2017-12-05
| * | | | | | | | | Extract the code that creates the datadir into a separate function.Nick Mathewson2017-12-05
| * | | | | | | | | Reindent the body of get_data_directory()Nick Mathewson2017-11-14
| * | | | | | | | | Make the DataDirectory option immutable.Nick Mathewson2017-11-14
* | | | | | | | | | Merge branch 'dgoulet_ticket20699_033_01'Nick Mathewson2017-12-05
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | control: Add changes file for HSv3 control portDavid Goulet2017-12-05
| * | | | | | | | | | control: Improve ADD_ONION helper function commentsDavid Goulet2017-12-05
| * | | | | | | | | | control: Don't use void pointer for ADD_ONION secret keyDavid Goulet2017-12-05
| * | | | | | | | | | test: Add HS_DESC v3 unit testsDavid Goulet2017-12-05
| * | | | | | | | | | control: HSPOST command support for v3David Goulet2017-12-05
| * | | | | | | | | | control: Don't check if Server is an HSDir for HSPOSTDavid Goulet2017-12-05