Historie revizí

Autor SHA1 Zpráva Datum
  Nick Mathewson d5244e3872 Add a write_bytes_to_file so we can have files with NULs in them. před 21 roky
  Nick Mathewson 67f14032b1 Handle strlcat/strlcpy correctly on platforms that have them. před 21 roky
  Roger Dingledine 85c79ffbc7 canonicalize "src" and "dest" arg order in crypto.c (and others) před 21 roky
  Roger Dingledine 037fba7595 util.c needs ctype.h for tolower and isspace před 21 roky
  Nick Mathewson ce79bab7f1 Split util into util (general utilities), container (smartlist and strmap), and compat (cross-platform compatability). před 21 roky
  Roger Dingledine 4689243242 make sure options.MaxConn can be reached před 21 roky
  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. před 21 roky
  Nick Mathewson 6874c39904 Fix windows build před 21 roky
  Nick Mathewson 6980929e64 Use strlcpy, not strcpy. před 21 roky
  Nick Mathewson 44d4516155 Use tor_snprintf, not snprintf před 21 roky
  Nick Mathewson 22dc19b590 snprintf wrapper with consistant (though not C99) overflow behavior před 21 roky
  Nick Mathewson f67f83b1fa Use strlcpy, not strncpy před 21 roky
  Nick Mathewson bc62f8e983 Replace sprintf with snprintf před 21 roky
  Nick Mathewson 26f3cb8652 Add SysLog option to direct log messages to the system log instead of a FILE*. před 21 roky
  Roger Dingledine e9e9a25881 i take back everything i've said about unit tests před 21 roky
  Roger Dingledine 6d873e5743 don't assert multiple things in the same tor_assert() před 21 roky
  Nick Mathewson 47dc024f7e Change interface of parse_addr_port() to return address in host order, since most users seem to want that. před 21 roky
  Nick Mathewson 69d7b468b4 Refactor parse-addr-mask-and-port-range into a separate function před 21 roky
  Nick Mathewson 2fb08fe46c add documentation for smartlist_join_strings před 21 roky
  Nick Mathewson c5964d6738 Basic string-join functionality před 21 roky
  Roger Dingledine 5f4a390b33 oh, and some more in common/ před 21 roky
  Roger Dingledine a7d858bd6e start the great migration from int to size_t před 21 roky
  Nick Mathewson 19da1f36c2 Make a bounds-checking replacement for strtol with slightly easier error-checking in the common case před 21 roky
  Nick Mathewson e7241044e8 Better bounds checking on parsed ints před 21 roky
  Nick Mathewson a91fc48b39 Note byte-order on result for parse_addr_port() před 21 roky
  Nick Mathewson 8b037509f3 Add functions to parse addr[:port] consistently před 21 roky
  Roger Dingledine 2bcd0f34f5 fix compile error: move variable declarations before code před 21 roky
  Nick Mathewson 6c970aec94 Turn tor_strpartion into a swiss-army-knife function, so it can terminate or not-terminate appropriately. před 21 roky
  Nick Mathewson 7b98fb58eb More complete docs for crypto.c; factor out string partitioning code před 21 roky
  Nick Mathewson b56bb39ed6 Add a function to remove a set of characters from a string před 21 roky