Historique des commits

Auteur SHA1 Message Date
  Nick Mathewson bb53a0bddd remove spurious semicolons il y a 21 ans
  Nick Mathewson d060f845f2 Snarf some logic from python, adapted to our own needs, to handle gethostbyname_r correctly across platforms. il y a 21 ans
  Nick Mathewson a68fcbf807 Initial IRIX compatibility fixes: check for inttypes.h; check for platform cell_t. il y a 21 ans
  Nick Mathewson c2d5b67dd2 After we successfully connect, try handling pending stuff immediately, rather than waiting for the next call to connection_handle_write. Roger: is this right? il y a 21 ans
  Nick Mathewson e673536e3f Print uname on start of unittests. il y a 21 ans
  Nick Mathewson 1a55422006 Fix windows build: juggle }s and #endifs around in main.c il y a 21 ans
  Nick Mathewson 6bd81c9ee2 Fix windows build: do not spuriously include openssl where not needed; handle lack of gethostbyname_r properly. il y a 21 ans
  Roger Dingledine 8991af604c make the addressmap internals less noisy il y a 21 ans
  Roger Dingledine 6d85627bc9 man page entries for addressmap and trackhostexits il y a 21 ans
  Roger Dingledine 8727acf2f1 Add a new AddressMap directive to rewrite incoming socks addresses. il y a 21 ans
  Roger Dingledine b5bddd8cfd bugfix: actually use the argument to strmap_free() il y a 21 ans
  Roger Dingledine 38f53cff41 forward-port the onion queue thing il y a 21 ans
  Roger Dingledine 596d65ec3b avoid case (not yet triggered) where smartlists could grow out il y a 21 ans
  Nick Mathewson f309168301 Tweak control-spec: add a GETINFO/INFOVALUE type pair to handle non-configuration stuff and to avoid proliferating more GETFOO/FOOVALUE pairs. Remove spurious 0x from signal codes. Simplify address-mapping format. Clarify what an identity looks like. il y a 21 ans
  Roger Dingledine b3d39cb689 make it clearer that our screenshots are of old versions. il y a 21 ans
  Roger Dingledine cbb4803ec8 forward-port some fixes il y a 21 ans
  Geoff Goodell d418cd5f70 integrating changes related to building circuits, assigning streams, and exchanging descriptors (discussed on return trip from airport) il y a 21 ans
  Roger Dingledine 797419a62c remove unused code il y a 21 ans
  Nick Mathewson bfa9a72d5e More fixes for IRIX compilation: make very sure we have NULL in configure.in. This may work now. il y a 21 ans
  Nick Mathewson e6dcb17ba4 Fix check for NULL representation to include string.h; this makes fixes building on Irix, I hope. il y a 21 ans
  Roger Dingledine ecf7bb5ff4 make the wikipedia statement less strict il y a 21 ans
  Nick Mathewson 0289144229 Fix another crash bug found by Jaroslaw--it is possible for dns_resolve to mark a connection to be freed, if the circuit it was attached to fails for some reason. il y a 21 ans
  Nick Mathewson aac97a3c6a Tell openssl how to use locks and how to find thread ids -- this may prevent race conditions surrounding the error queue. il y a 21 ans
  Nick Mathewson 427e246a10 Add a missing prototype to or.h il y a 21 ans
  Nick Mathewson d90ab823ea remove redundant unpack in critical path il y a 21 ans
  Nick Mathewson 5ca04cbf56 Give a better error message when zlib.h is not found. il y a 21 ans
  Nick Mathewson f6221b695f Apply windows patch from Dmitri Bely il y a 21 ans
  Nick Mathewson 58540dde50 Do not try to double-aquire lock when rotating keys. May fix deadlock bug found by weasel. il y a 21 ans
  Nick Mathewson 5d836c8140 Free tls resources on exit too il y a 21 ans
  Nick Mathewson f672577bc6 Free even more things on shutdown. Temporarily move tor_free_all out from #ifdef so it gets tested more. il y a 21 ans