Commit History

Author SHA1 Message Date
  Andrew Lewman b2321cfd2f It's Short not Sort. Fix path to package list. 17 years ago
  Roger Dingledine 96a185d9b7 style cleanup 17 years ago
  Nick Mathewson bd6b3072f9 Change logging code to use fds instead of stdio. Fixes bug 861, and probably makes logging slightly faster. Not a backport candidate: bug 861 is too obscure and harmless. 17 years ago
  Nick Mathewson 6221bdd294 Add two lseek wrappers to compat.[ch]: one to return current fd position, and one to move the fd to the end of the file. 17 years ago
  Roger Dingledine 330218c7f7 #include "orconfig.h" in tor-checkkey.c to see if we can resolve 17 years ago
  Nick Mathewson 1b95a8e68a A cryptic comment in dir-spec.txt is now a complete proposal. 17 years ago
  Nick Mathewson fd9ecca656 Finish a sentence 17 years ago
  Nick Mathewson bf4c6cf24a Add proposal 157: "Make certificate downloads specific" 17 years ago
  Nick Mathewson 9c65195449 Apply rovv's patch for bug 864: avoid null error on detached signature handling failure. 17 years ago
  Nick Mathewson 60738daf85 Define socklen_t before using it in compat.h 17 years ago
  Roger Dingledine 2d8f7a4ff6 clarify that 'resolve' relay cells nul-terminate the hostname, just 17 years ago
  Martin Peck b17b4f65b1 Remove MSYSLibs from installer component list. 17 years ago
  Martin Peck d8dac4adbe Remove unnecessary msys libs from installer definitions. 17 years ago
  Roger Dingledine 3ddc7483e1 fix a few typos, clean up whitespace in comments 17 years ago
  Roger Dingledine c04e1a4dd8 add coderman's wix scripts to make a windows msi installer. 17 years ago
  Roger Dingledine 9474ac11d8 minor fix 17 years ago
  Roger Dingledine 984dc51f26 clean up some log messages 17 years ago
  Nick Mathewson 191197eff7 Revert my older supposed gcc-4.4 warning workaround. GCC was not being needlessly prissy; it was hinting at the wrongly pure smartlist_bsearch_idx. 17 years ago
  Nick Mathewson 651a0a2fb5 Stop marking bsearch_idx as pure; it is not. 17 years ago
  Nick Mathewson 4cddcf8873 Cast uid_t and gid_t to unsigned before passing to printf %u. 17 years ago
  Nick Mathewson bc597758dc Use fcntl for file locking when flock() is not available. 17 years ago
  Roger Dingledine cfd21c58b5 don't lose a patch that mwenge wrote to put different destination 17 years ago
  Roger Dingledine a53ebd20f0 whitespace fix 17 years ago
  Roger Dingledine 5f86304a5c also run ./reindex.pl 17 years ago
  Roger Dingledine afad8df068 add proposal 156 from mwenge, Tracking blocked ports on the client side 17 years ago
  Nick Mathewson c7910c3bc9 Consider GetNetworkParams() nameserver parsing to have suceeded if even one nameserver can be added. Log more useful info about what exactly is failing when we fail to add a nameserver. 17 years ago
  Andrew Lewman 05c5e61991 Backport candidate. Force UDZO compression to level 9. 17 years ago
  Roger Dingledine f722978288 and forward-port those 17 years ago
  Nick Mathewson 07a08d933d Resolve a warning under gcc 4.4 trunk. 17 years ago
  Roger Dingledine 0b7a2a505e prepare_for_poll() -- plus its mysterious cousin, prepare_for_pool() -- 17 years ago