Historique des commits

Auteur SHA1 Message Date
  Nick Mathewson d73c671d6d policy_is_reject_star(): il y a 7 ans
  Nick Mathewson aae034d13e Write a bunch of module documentation. il y a 7 ans
  Nick Mathewson 55c468c521 Whitespace cleaning il y a 7 ans
  Nick Mathewson ed5d2daba1 Merge remote-tracking branch 'public/ticket20001_v2' il y a 7 ans
  Nick Mathewson 1ab641a70e Remove version_known, and subtly change the meaning of protocols_known il y a 7 ans
  Nick Mathewson f3382bd722 Rename "proto " to "pr " in consensuses il y a 7 ans
  Nick Mathewson e525f5697f Use protocols to see when EXTEND2 support exists. il y a 7 ans
  Nick Mathewson 90a6fe318c Vote on 'proto' lines and include them after 'v' lines. il y a 7 ans
  Nick Mathewson cca1e0acff Add necessary code to parse and handle required/recommended protocols il y a 7 ans
  Nick Mathewson 4df12239f6 Emit and parse protocol lists in router descriptors il y a 7 ans
  Nick Mathewson 8fdf2f583c Unit tests for proposal 271 client-side implementation il y a 7 ans
  Nick Mathewson 08d2d7c404 prop272: Believe that all routers are Valid and Running. il y a 7 ans
  Nick Mathewson 4757303873 Fix all -Wshadow warnings on Linux il y a 8 ans
  Nick Mathewson aaa3129043 Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed' il y a 8 ans
  David Goulet 0c26a6db7e prop250: Parse votes and consensus il y a 8 ans
  Nick Mathewson ac9784f7f5 Fix a missing break; in dump_desc_init() il y a 8 ans
  Nick Mathewson 69e22e294b Set binary mode when checking malformed descriptor. il y a 8 ans
  Nick Mathewson b750a77e3f fix naked memcmps il y a 8 ans
  Nick Mathewson c3b720fb26 Try to fix warnings when size_t is smaller than st.st_size. il y a 8 ans
  Andrea Shepard 13a16e0011 Also check if the sandbox is configured as well as if it's active; sandbox_init() runs rather late in the startup process il y a 8 ans
  Andrea Shepard 34d9dabed1 Do sandbox_is_active() check before reconstructing dump_desc() FIFO on startup too il y a 8 ans
  Andrea Shepard 9580b99dab Add unit test for dump_desc_populate_fifo_from_directory() il y a 8 ans
  Andrea Shepard f99c9df02b Make things mockable for dump_desc_populate_fifo_from_directory() unit test il y a 8 ans
  Andrea Shepard 42f089473a Unit test for dump_desc_populate_one_file() il y a 8 ans
  Andrea Shepard 421cf21b3c Reload unparseable descriptor dump FIFO state from on-disk dumped descriptors at startup il y a 8 ans
  Andrea Shepard 38cced90ef Move unparseable descriptor dumps into subdirectory of DataDir il y a 8 ans
  Andrea Shepard dc37546cff Add sandbox_is_active() check to dump_desc() il y a 8 ans
  Andrea Shepard 603f483092 Use uint64_t for total length of dumped descriptors, nad be careful about overflows in the loop in dump_desc_fifo_add_and_clean() il y a 8 ans
  Andrea Shepard 35fc5879fb Expose a few more dump_desc()-related things to the test suite il y a 8 ans
  Andrea Shepard 17ed2fed68 Expose dump_desc() to the test suite and make things it calls mockable il y a 8 ans