summaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
AgeCommit message (Expand)Author
2014-03-31Merge branch 'bug8787_squashed'Nick Mathewson
2014-03-31Munmap the right pointers in routerlist_free()Nick Mathewson
2014-03-31Always check returns from tor_munmap_file() in microdesc.cAndrea Shepard
2014-03-31Always check returns from tor_munmap_file() in routerlist.cAndrea Shepard
2014-03-18Take out remaining V1 directory code.Karsten Loesing
2014-03-10Merge branch 'bug11156_squashed'Nick Mathewson
2014-03-10Don't do directory fetches before all PTs have been configured.George Kadianakis
2014-03-05Merge remote-tracking branch 'arma/ticket5528'Nick Mathewson
2014-02-28whitespace fixNick Mathewson
2014-02-15Remove a bunch of functions that were never called.Nick Mathewson
2014-02-03More fixes to rip out all of the v2 directory code.Karsten Loesing
2014-01-29Rip out all of the v2 directory code.Nick Mathewson
2013-10-11Merge branch 'bug1376'Nick Mathewson
2013-10-10Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-09-19When freeing a cert_list_t, avoid memory leak.Nick Mathewson
2013-09-13Merge remote-tracking branch 'ctoader/gsoc-cap-stage2'Nick Mathewson
2013-09-01Added no_tempfile parameter to write_chunks_to_file to do non-atomic writes. ...Kevin Butler
2013-07-23added experimental support for open syscall path paramCristian Toader
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
2013-05-16Lower dir fetch retry schedules in testing networks.Karsten Loesing
2013-05-10Merge branch 'maint-0.2.4'Andrea Shepard
2013-05-10Merge bug5595-v2-squashed into maint-0.2.4Andrea Shepard
2013-05-09Rephrase comment in trusted_dirs_load_certs_from_string() to reflect 5595 fixAndrea Shepard
2013-05-09Make warning in authority_cert_dl_failed() LD_BUG per NickM code reviewAndrea Shepard
2013-05-09Use tor_asprintf() and clean up string handling in authority_certs_fetch_miss...Andrea Shepard
2013-05-09Avoid duplicate downloads by (fp,sk) and by fp for authority certs when boots...Andrea Shepard
2013-05-09When downloading certificates, distinguish requesting by identity digest from...Andrea Shepard
2013-04-14Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-04-14Rename all fields which measure bw in kb to end with _kbNick Mathewson
2013-04-01Removed obsolete code related to cached-routersAkshay Hebbar Y S
2013-03-18Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-03-18Merge remote-tracking branch 'public/no_dup_guards' into maint-0.2.4Nick Mathewson
2013-03-15Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-03-01Remove a few more unused functions.Nick Mathewson
2013-02-23Remove some totally unused functionsNick Mathewson
2013-02-23Remove a bunch of unused macro definitionsNick Mathewson
2013-02-14Be more robust when excluding existing nodes as new dirguardsNick Mathewson
2013-02-12get rid of the new caching notion in resolve_my_address()Roger Dingledine
2013-02-11Teach resolve_my_address() to return a cached answerRoger Dingledine
2013-02-11Refactor resolve_my_address() so logs are more accurate / helpfulRoger Dingledine
2013-02-09stop setting, or using, router->addressRoger Dingledine
2013-02-01Rename and relocate the bw weight scale param getter.Mike Perry
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-30Add a function to compute fraction of nodes (by weighted bw) with descriptorsNick Mathewson
2013-01-18Split smartlist_choose_node_by_bandwidth_weightsNick Mathewson
2013-01-16Rename *_isin to *_containsNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-02Wrangle curve25519 onion keys: generate, store, load, publish, republishNick Mathewson
2012-12-18When there are no dir_server_ts to choose, don't crashNick Mathewson