提交历史

作者 SHA1 备注 提交日期
  Nick Mathewson 8b371c2aa5 router_choose_random_node wants a smartlist of routers, not of nicknames. 21 年之前
  Nick Mathewson 6290d027c9 Continue attack on magic numbers; use new crypto wrappers where possible 21 年之前
  Nick Mathewson ce51a30adc Remove the last tab in non-contributed code 21 年之前
  Nick Mathewson 82cde03ddc Make it build on linux 21 年之前
  Nick Mathewson b3c2b62a14 Make "common" no longer depend on or.h 21 年之前
  Nick Mathewson d93ff0b82f Handle rendezvous relay cells 21 年之前
  Nick Mathewson fc4d15baf6 Hide smartlist internals 21 年之前
  Nick Mathewson e8345bfced refactor; start adding debugging logs to midpoint rend stuff 21 年之前
  Nick Mathewson 08d748b6b3 Implement rennd_services_init 21 年之前
  Nick Mathewson 6ea61d5e0d Parse and generate service descriptors 21 年之前
  Nick Mathewson 93ab51e9ac Make smartlist Do What Arma Expects. 21 年之前
  Nick Mathewson 96a86ef14d Remove maximum-size field from smartlists 21 年之前
  Nick Mathewson abcf3d9341 Make smartlists start small and grow as needed. 21 年之前
  Nick Mathewson b69f5f3e1b Add an autoconf test for whether unaligned int access is permitted. 21 年之前
  Nick Mathewson 0d8feba6d8 Add macros and functions to wrap memcpy/alignment logic. 21 年之前
  Nick Mathewson da9d5ccfda Add initial history-tracking backend code for reputation module. Not called or tested yet. 21 年之前
  Nick Mathewson 9199696182 Add some wrappers around SPLAY_* for the common map-from-string-to-X case. 21 年之前
  Nick Mathewson 971b002d93 Include strlcpy and strlcat where not available, so our string ops can be less error-prone. 21 年之前
  Roger Dingledine f55ff5b8d2 teach us to recognize internal IPs 21 年之前
  Nick Mathewson 976bacae94 Make all the other read/writes into recv/sends, except when they shouldn't be. 21 年之前
  Nick Mathewson 2da54de968 Make tor build on windows again. More work still needed 21 年之前
  Roger Dingledine 5cf0b6224b bugfix: stop trying to write to a stderr that may not be there 21 年之前
  Nick Mathewson cacacfe2b1 Integrate new daemon code, adapted from submission by christian grothoff 22 年之前
  Roger Dingledine eb730c41c8 clean tabs, trailing whitespace 22 年之前
  Roger Dingledine 3465c4dee4 make it compile 22 年之前
  Roger Dingledine f4cb5d8c93 extend smartlist with _remove() and _subtract() 22 年之前
  Roger Dingledine 4d3d99fa0c extend smartlist with a few smarter operations 22 年之前
  Roger Dingledine 1ae84fcbc1 add a 'smartlist' building block that picks random elements from a list 22 年之前
  Nick Mathewson ac552573dd Make router/directory parsing nondestructive and more const-friendly 22 年之前
  Roger Dingledine ec02f83f94 add a tor_malloc_zero wrapper: tor_malloc and memset 0 22 年之前