| Commit message (Expand) | Author | Age |
* | Take out remaining V1 directory code. | Karsten Loesing | 2014-03-18 |
* | Merge branch 'bug11156_squashed' | Nick Mathewson | 2014-03-10 |
|\ |
|
| * | Don't do directory fetches before all PTs have been configured. | George Kadianakis | 2014-03-10 |
* | | Merge remote-tracking branch 'arma/ticket5528' | Nick Mathewson | 2014-03-05 |
|\ \
| |/
|/| |
|
| * | stop setting, or using, router->address | Roger Dingledine | 2013-02-09 |
* | | whitespace fix | Nick Mathewson | 2014-02-28 |
* | | Remove a bunch of functions that were never called. | Nick Mathewson | 2014-02-15 |
* | | More fixes to rip out all of the v2 directory code. | Karsten Loesing | 2014-02-03 |
* | | Rip out all of the v2 directory code. | Nick Mathewson | 2014-01-29 |
* | | Merge branch 'bug1376' | Nick Mathewson | 2013-10-11 |
|\ \ |
|
| * | | Added no_tempfile parameter to write_chunks_to_file to do non-atomic writes. ... | Kevin Butler | 2013-09-01 |
* | | | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | 2013-10-10 |
|\ \ \ |
|
| * | | | When freeing a cert_list_t, avoid memory leak. | Nick Mathewson | 2013-09-19 |
* | | | | Merge remote-tracking branch 'ctoader/gsoc-cap-stage2' | Nick Mathewson | 2013-09-13 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | added experimental support for open syscall path param | Cristian Toader | 2013-07-23 |
* | | | | Completely refactor how FILENAME_PRIVATE works | Nick Mathewson | 2013-07-10 |
|/ / / |
|
* | | | Lower dir fetch retry schedules in testing networks. | Karsten Loesing | 2013-05-16 |
* | | | Merge branch 'maint-0.2.4' | Andrea Shepard | 2013-05-10 |
|\| | |
|
| * | | Merge bug5595-v2-squashed into maint-0.2.4 | Andrea Shepard | 2013-05-10 |
| |\ \ |
|
| | * | | Rephrase comment in trusted_dirs_load_certs_from_string() to reflect 5595 fix | Andrea Shepard | 2013-05-09 |
| | * | | Make warning in authority_cert_dl_failed() LD_BUG per NickM code review | Andrea Shepard | 2013-05-09 |
| | * | | Use tor_asprintf() and clean up string handling in authority_certs_fetch_miss... | Andrea Shepard | 2013-05-09 |
| | * | | Avoid duplicate downloads by (fp,sk) and by fp for authority certs when boots... | Andrea Shepard | 2013-05-09 |
| | * | | When downloading certificates, distinguish requesting by identity digest from... | Andrea Shepard | 2013-05-09 |
* | | | | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | 2013-04-14 |
|\| | | |
|
| * | | | Rename all fields which measure bw in kb to end with _kb | Nick Mathewson | 2013-04-14 |
* | | | | Removed obsolete code related to cached-routers | Akshay Hebbar Y S | 2013-04-01 |
* | | | | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | 2013-03-18 |
|\| | | |
|
| * | | | Merge remote-tracking branch 'public/no_dup_guards' into maint-0.2.4 | Nick Mathewson | 2013-03-18 |
| |\ \ \ |
|
| | * | | | Be more robust when excluding existing nodes as new dirguards | Nick Mathewson | 2013-02-14 |
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | 2013-03-15 |
|\| | | | |
|
| * | | | | Remove some totally unused functions | Nick Mathewson | 2013-02-23 |
| * | | | | Remove a bunch of unused macro definitions | Nick Mathewson | 2013-02-23 |
* | | | | | Remove a few more unused functions. | Nick Mathewson | 2013-03-01 |
|/ / / / |
|
* | | | | get rid of the new caching notion in resolve_my_address() | Roger Dingledine | 2013-02-12 |
* | | | | Teach resolve_my_address() to return a cached answer | Roger Dingledine | 2013-02-11 |
|/ / / |
|
* | / | Refactor resolve_my_address() so logs are more accurate / helpful | Roger Dingledine | 2013-02-11 |
| |/
|/| |
|
* | | Rename and relocate the bw weight scale param getter. | Mike Perry | 2013-02-01 |
* | | Rename log() to tor_log() for logging | Nick Mathewson | 2013-02-01 |
* | | Add a function to compute fraction of nodes (by weighted bw) with descriptors | Nick Mathewson | 2013-01-30 |
* | | Split smartlist_choose_node_by_bandwidth_weights | Nick Mathewson | 2013-01-18 |
* | | Rename *_isin to *_contains | Nick Mathewson | 2013-01-16 |
* | | Update the copyright date to 201. | Nick Mathewson | 2013-01-16 |
* | | Merge branch 'ntor-resquashed' | Nick Mathewson | 2013-01-03 |
|\ \ |
|
| * | | Wrangle curve25519 onion keys: generate, store, load, publish, republish | Nick Mathewson | 2013-01-02 |
* | | | When there are no dir_server_ts to choose, don't crash | Nick Mathewson | 2012-12-18 |
* | | | Avoid a 'may be used uninitialized' warning | Nick Mathewson | 2012-12-17 |
* | | | Nuke uses of memcmp outside of unit tests | Nick Mathewson | 2012-12-13 |
* | | | Add an option to weight down authorities when choosing a fallback | Nick Mathewson | 2012-12-06 |
* | | | When choosing among dirserver_ts, consider their weights | Nick Mathewson | 2012-12-06 |