コミット履歴

作者 SHA1 メッセージ 日付
  Nick Mathewson 180e0a9326 Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ignore). 21 年 前
  Roger Dingledine 8c7b2ff7ed various fixes 21 年 前
  Roger Dingledine 865f341708 parse_line_from_file is obsolete. 21 年 前
  Nick Mathewson 38ed0ce5e6 Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are defined 21 年 前
  Nick Mathewson 9d604ec615 Add code to read configuration lines from a string as well as a file 21 年 前
  Nick Mathewson b74b72a5ce Fix windows build 21 年 前
  Nick Mathewson 871bf904ae Remove extraneous local 21 年 前
  Nick Mathewson d5244e3872 Add a write_bytes_to_file so we can have files with NULs in them. 21 年 前
  Nick Mathewson 67f14032b1 Handle strlcat/strlcpy correctly on platforms that have them. 21 年 前
  Roger Dingledine 85c79ffbc7 canonicalize "src" and "dest" arg order in crypto.c (and others) 21 年 前
  Roger Dingledine 037fba7595 util.c needs ctype.h for tolower and isspace 21 年 前
  Nick Mathewson ce79bab7f1 Split util into util (general utilities), container (smartlist and strmap), and compat (cross-platform compatability). 21 年 前
  Roger Dingledine 4689243242 make sure options.MaxConn can be reached 21 年 前
  Nick Mathewson 5bc0dba933 Move all util functions that need openssl into crypto.c; make non-openssl functions that util needs into util. Now openssl can be separated. 21 年 前
  Nick Mathewson 6874c39904 Fix windows build 21 年 前
  Nick Mathewson 6980929e64 Use strlcpy, not strcpy. 21 年 前
  Nick Mathewson 44d4516155 Use tor_snprintf, not snprintf 21 年 前
  Nick Mathewson 22dc19b590 snprintf wrapper with consistant (though not C99) overflow behavior 21 年 前
  Nick Mathewson f67f83b1fa Use strlcpy, not strncpy 21 年 前
  Nick Mathewson bc62f8e983 Replace sprintf with snprintf 21 年 前
  Nick Mathewson 26f3cb8652 Add SysLog option to direct log messages to the system log instead of a FILE*. 21 年 前
  Roger Dingledine e9e9a25881 i take back everything i've said about unit tests 21 年 前
  Roger Dingledine 6d873e5743 don't assert multiple things in the same tor_assert() 21 年 前
  Nick Mathewson 47dc024f7e Change interface of parse_addr_port() to return address in host order, since most users seem to want that. 21 年 前
  Nick Mathewson 69d7b468b4 Refactor parse-addr-mask-and-port-range into a separate function 21 年 前
  Nick Mathewson 2fb08fe46c add documentation for smartlist_join_strings 21 年 前
  Nick Mathewson c5964d6738 Basic string-join functionality 21 年 前
  Roger Dingledine 5f4a390b33 oh, and some more in common/ 21 年 前
  Roger Dingledine a7d858bd6e start the great migration from int to size_t 21 年 前
  Nick Mathewson 19da1f36c2 Make a bounds-checking replacement for strtol with slightly easier error-checking in the common case 21 年 前