História revízii

Autor SHA1 Správa Dátum
  Roger Dingledine 1d8a4cb989 Fix an assert error introduced in 0.1.2.5-alpha: if a single TLS 17 rokov pred
  Roger Dingledine 658c09c06f more progress and cleanups 17 rokov pred
  Nick Mathewson 361998d0f3 r11741@Kushana: nickm | 2006-12-28 22:41:29 -0500 17 rokov pred
  Nick Mathewson 43e06eba8b r11566@Kushana: nickm | 2006-12-13 17:46:24 -0500 17 rokov pred
  Nick Mathewson f07f7a7a12 r8923@totoro: nickm | 2006-10-07 11:44:33 -0400 17 rokov pred
  Nick Mathewson 93beeac01d Merge in some bsockets calls, all wrapped inside #if defined(USE_BSOCKETS) 17 rokov pred
  Nick Mathewson c4ac4bcba3 r8696@Kushana: nickm | 2006-08-31 14:43:44 -0400 18 rokov pred
  Roger Dingledine 12cc290a7d ok, i'm not allowed to say that there. oh well. 18 rokov pred
  Roger Dingledine 579849f600 fix a misleading function comment 18 rokov pred
  Roger Dingledine 5dc1e6f788 if we're the server-side of the tls and there are problems, 18 rokov pred
  Roger Dingledine 8cf45df230 and now the exciting part: there is now no such thing as doing 18 rokov pred
  Roger Dingledine 0bfef523df simplify the tortls api: we only support being a "server", that 18 rokov pred
  Roger Dingledine 7512be0b65 looks like we missed a piece of the 0.1.1.9 paranoia code. 18 rokov pred
  Roger Dingledine 7f611f4732 if we're a server and some peer has a broken tls certificate, don't 18 rokov pred
  Roger Dingledine 67a885ecac Claim a commonname of Tor, rather than TOR, in tls handshakes. 18 rokov pred
  Nick Mathewson 5777ee0e1a Add some functions to escape values from the network before sending them to the log. Use them everywhere except for routerinfo->plaftorm, routerinfo->contact_info, and rend*.c. (need sleep now) 18 rokov pred
  Roger Dingledine 6ce36ead42 Start the process of converting warn to log_warn and so on. 18 rokov pred
  Roger Dingledine 5f051574d5 Happy new year! 18 rokov pred
  Nick Mathewson 241310bbac Split 0119_PARANOIA into 0119_PARANOIA_[ABC]. A is "this is suspicious, and we have not tried running without this yet". B is "this is suspicious, but the last time we tested, it was okay." C is "How could this possibly be the cause?" 18 rokov pred
  Nick Mathewson 55ac4f032c Add a (diabled by default) option in crypto.h to disable most of the interesting crypto-related changes made on 0.1.1.9. This will help hunt bug 234. 18 rokov pred
  Nick Mathewson 1af630d32c Bite the bullet and limit all our source lines to 80 characters, the way IBM intended. 18 rokov pred
  Nick Mathewson e022aa73e6 Hm; looks like the callback business was unnecessary, since DHparams_dup() copies dh->length. 18 rokov pred
  Nick Mathewson 027d0ef18c Use a callback to set our DH parameters; set SSL_OP_SINGLE_DH_USE. 18 rokov pred
  Nick Mathewson 932106f54c Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain. Domains are now bitmasks... just in case. Make some err msgs non-general. 18 rokov pred
  Nick Mathewson a20835ac92 Check for even more windows version flags, and note any we do not recognize. 18 rokov pred
  Nick Mathewson edf5698474 Start dividing log messages into logging domains. No, LD_ is not the best of identifiers. src/or has not been converted yet. Domains dont do anything yet. 18 rokov pred
  Peter Palfrader 0d9aedfcea Downgrade a few INFO level logs to DEBUG again. Also add two or three new 18 rokov pred
  Roger Dingledine 03dcef4c78 start the process of reducing clutter in server logs 18 rokov pred
  Nick Mathewson ba24193ab5 Make doxygen marginally happier 18 rokov pred
  Nick Mathewson de198d800b Never call free() on tor_malloc()d memory. This is unlikely to be our current leak, but it may help dmalloc work. 18 rokov pred