Commit History

Auteur SHA1 Bericht Datum
  Nick Mathewson c4b3bf06c6 add strupper function 20 jaren geleden
  Nick Mathewson b6a13b6cdf Add directory listing functions to util.[ch]. Watch the features creep! 20 jaren geleden
  Roger Dingledine fa507c63e8 put quotes around user-supplied strings so they are more likely to 20 jaren geleden
  Roger Dingledine d5e426ab51 add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa() 20 jaren geleden
  Nick Mathewson 789374dbbd Make GCC very happy, even with lots of warnings set. Also, try to fix some reported Solaris x86 warnings. 20 jaren geleden
  Nick Mathewson 666ab41e2b parse_addr_port was vague about what to do when port_out was NULL. Make it behave usefully. 20 jaren geleden
  Nick Mathewson 546fba7b04 Fix windows warning 20 jaren geleden
  Nick Mathewson 11ff0aba80 Make clients regenerate their keys when their IP address changes. 20 jaren geleden
  Nick Mathewson 584a0ae397 Fix an fd leak in start_daemon 20 jaren geleden
  Roger Dingledine fcd0fc3364 flesh out the source file descriptions for doxygen 20 jaren geleden
  Nick Mathewson 0831823763 Change end-of-file NLNL convention. It turns out arma I and I agree. 20 jaren geleden
  Roger Dingledine 652dde72f1 bugfix: chdir to your datadirectory at the *end* of the 20 jaren geleden
  Nick Mathewson 0e81265359 update copyright notices. 20 jaren geleden
  Nick Mathewson df9c8feac7 Commit fixes for several pending tor core tasks: document all DOCDOCed functions; time out uncontrolled unattached streams; feed reasons to SOCKS5 (refactoring connection_ap_handshake_socks_reply in the process); change DirFetchPeriod/StatusFetchPeriod to have a special "Be smart" value. 20 jaren geleden
  Nick Mathewson be38e0a490 Fix a fun windows bug: apparently windows stat wants paths not to end with slash. 20 jaren geleden
  Nick Mathewson bbaa3c7792 Implement more control spec functionality 20 jaren geleden
  Nick Mathewson 6e6d95b3db Change from inet_ntoa to a threadproof tor_inet_ntoa. 20 jaren geleden
  Nick Mathewson e8da6b26b6 Note a non-bug in read_file_to_str as used. If we start to rely on it behaving differently, we need to change how it behaves. [Noticed by Chris Palmer] 20 jaren geleden
  Nick Mathewson 70c3580f81 Patch to localtime/gmtime handling: use the _r variants where available. Use mutexes to fake _r where necessary. Make mutexes no-ops where no threading is enabled. 20 jaren geleden
  Nick Mathewson d01718841e Remove assumptions that maximum path length is anything like 1024. From comments by Chris Palmer 20 jaren geleden
  Roger Dingledine 051cda803e point out a potential thread/process leak problem when we're out of memory 21 jaren geleden
  Peter Palfrader ddd724ef94 Add --with-dmalloc configure option 21 jaren geleden
  Roger Dingledine 74bc4e5af0 help avoid overflow from len_in + (len_in/n)*len_ins 21 jaren geleden
  Roger Dingledine cf17d0d29c move network_init from or/main to common/compat 21 jaren geleden
  Nick Mathewson fe6eb34a10 Solaris CC freaks out if isspace and friends get anything other than an int. We learned that, so we casted. But it is also a bad idea to cast a signed char to an int and expect things to work on win32. Now we cast to unsigned char, then to int, then pass to isspace. Ug 21 jaren geleden
  Nick Mathewson 249a36586f Fix parse_iso_time on platforms without strptime. 21 jaren geleden
  Nick Mathewson a980446d0c Be more proactive about noticing underflows: size_t values greater than 0x800...00 are likely to be trouble. 21 jaren geleden
  Nick Mathewson b457cfb5eb Spell-check strings and comments 21 jaren geleden
  Roger Dingledine 7a8c1ca1e4 a few minor tweaks 21 jaren geleden
  Nick Mathewson ad7db5e43a Add casei versions of strcmpstart/strcmpend 21 jaren geleden