summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* some progressns-apiGeorge Kadianakis2018-04-10
* fuzz: Move init_protocol_warning_severity_level() into global_init()Nick Mathewson2018-02-02
* Merge remote-tracking branch 'dgoulet/ticket24902_029_05'Nick Mathewson2018-02-02
|\
| * Merge branch 'ticket25122_029_02' into ticket24902_029_05David Goulet2018-02-02
| |\
| | * geoip: Add clientmap_entry_new() functionDavid Goulet2018-02-02
| | * geoip: Increment and decrement functions for the geoip client cacheDavid Goulet2018-02-02
| | * geoip: Hook the client history cache into the OOM handlerDavid Goulet2018-02-02
* | | Merge branch 'maint-0.3.2'Nick Mathewson2018-02-02
|\ \ \
| * \ \ Merge branch 'bug25125_032_01_squashed' into maint-0.3.2Nick Mathewson2018-02-02
| |\ \ \
| | * | | sched: When releasing a channel, do not BUG() if absent from the pending listDavid Goulet2018-02-02
| |/ / /
* | | | Merge branch 'maint-0.3.2'Nick Mathewson2018-02-01
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'dgoulet/bug24700_032_01' into maint-0.3.2Nick Mathewson2018-02-01
| |\ \ \
* | | | | test: KIST Scheduler unit tests to test the pending list stateDavid Goulet2018-02-01
* | | | | Merge branch 'bug24700_032_01' into bug24700_033_01David Goulet2018-02-01
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | sched: Use the sched_heap_idx field to double-check our fix for 24700.Nick Mathewson2018-02-01
| * | | | sched: Avoid adding the same channel twice to the KIST pending listDavid Goulet2018-01-31
* | | | | Merge remote-tracking branch 'teor/bug25070'Nick Mathewson2018-02-01
|\ \ \ \ \
| * | | | | Changes file for 25070teor2018-01-30
| * | | | | Add unit tests for supported protocolsteor2018-01-30
| * | | | | Add Link protocol version 5 to the supported protocols list in protover.rsteor2018-01-30
| * | | | | Add Link protocol version 5 to the supported protocols list in protover.cteor2018-01-30
* | | | | | Merge branch 'maint-0.3.2'Nick Mathewson2018-02-01
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson2018-02-01
| |\ \ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'teor/bug25070_031' into maint-0.3.1Nick Mathewson2018-02-01
| | |\ \ \ \ \
| | | * | | | | Changes file for 25070teor2018-01-30
| | | * | | | | Add Link protocol version 5 to the supported protocols list in protover.cteor2018-01-30
* | | | | | | | Merge branch 'bug24658-rsa_squashed'Nick Mathewson2018-02-01
|\ \ \ \ \ \ \ \
| * | | | | | | | Add crypto_rsa.[ch] to include.amFernando Fernandez Mancera2018-02-01
| * | | | | | | | Tweaks into functions and variables in crypto_rsa.[ch]Fernando Fernandez Mancera2018-02-01
| * | | | | | | | Refactor crypto.[ch] into smaller RSA module.Fernando Fernandez Mancera2018-01-26
* | | | | | | | | Remove commented functions in crypto module.Fernando Fernandez Mancera2018-02-01
* | | | | | | | | Remove nodelist_recompute_all_hsdir_indices() as unused.Nick Mathewson2018-02-01
* | | | | | | | | Revert "Change the sandbox behavior on all failed opens() to EACCES"Nick Mathewson2018-02-01
* | | | | | | | | Merge remote-tracking branch 'dgoulet/bug24469_033_01'Nick Mathewson2018-02-01
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | circ: Don't cannibalize a circuit if the guard state is unusableDavid Goulet2018-01-31
* | | | | | | | | | Merge branch 'maint-0.3.2'Nick Mathewson2018-02-01
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge remote-tracking branch 'dgoulet/bug24975_032_01' into maint-0.3.2Nick Mathewson2018-02-01
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ns: Add a before and after consensus has changed notificationDavid Goulet2018-01-31
| | * | | | | | | | | Revert "ns: Call notify_networkstatus_changed() after the new consensus is se...David Goulet2018-01-31
* | | | | | | | | | | Merge remote-tracking branch 'dgoulet/ticket24902_029_05'Nick Mathewson2018-01-31
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | channel_tls_get_remote_addr_method now returns real_addr.Fernando Fernandez Mancera2018-01-31
* | | | | | | | | | | Merge remote-tracking branch 'public/bug16106_02_nm'Nick Mathewson2018-01-31
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Change the sandbox behavior on all failed opens() to EACCESNick Mathewson2018-01-26
* | | | | | | | | | | Merge branch 'bug23954_squashed'Nick Mathewson2018-01-31
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use thread-safe types to store the LOG_PROTOCOL_WARN severityNick Mathewson2018-01-31
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'maint-0.3.2'Nick Mathewson2018-01-31
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'bug25105_032' into maint-0.3.2Nick Mathewson2018-01-31
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Look at the correct protocol for supports_v3_rendezvous_pointNick Mathewson2018-01-31
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'bug25008'Nick Mathewson2018-01-31
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix a failing unit test.Nick Mathewson2018-01-31