Commit History

Author SHA1 Message Date
  Nick Mathewson f07f7a7a12 r8923@totoro: nickm | 2006-10-07 11:44:33 -0400 17 years ago
  Nick Mathewson 93beeac01d Merge in some bsockets calls, all wrapped inside #if defined(USE_BSOCKETS) 18 years ago
  Nick Mathewson c4ac4bcba3 r8696@Kushana: nickm | 2006-08-31 14:43:44 -0400 18 years ago
  Roger Dingledine 12cc290a7d ok, i'm not allowed to say that there. oh well. 18 years ago
  Roger Dingledine 579849f600 fix a misleading function comment 18 years ago
  Roger Dingledine 5dc1e6f788 if we're the server-side of the tls and there are problems, 18 years ago
  Roger Dingledine 8cf45df230 and now the exciting part: there is now no such thing as doing 18 years ago
  Roger Dingledine 0bfef523df simplify the tortls api: we only support being a "server", that 18 years ago
  Roger Dingledine 7512be0b65 looks like we missed a piece of the 0.1.1.9 paranoia code. 18 years ago
  Roger Dingledine 7f611f4732 if we're a server and some peer has a broken tls certificate, don't 18 years ago
  Roger Dingledine 67a885ecac Claim a commonname of Tor, rather than TOR, in tls handshakes. 18 years ago
  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 years ago
  Roger Dingledine 6ce36ead42 Start the process of converting warn to log_warn and so on. 18 years ago
  Roger Dingledine 5f051574d5 Happy new year! 18 years ago
  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 years ago
  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 years ago
  Nick Mathewson 1af630d32c Bite the bullet and limit all our source lines to 80 characters, the way IBM intended. 18 years ago
  Nick Mathewson e022aa73e6 Hm; looks like the callback business was unnecessary, since DHparams_dup() copies dh->length. 18 years ago
  Nick Mathewson 027d0ef18c Use a callback to set our DH parameters; set SSL_OP_SINGLE_DH_USE. 18 years ago
  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 years ago
  Nick Mathewson a20835ac92 Check for even more windows version flags, and note any we do not recognize. 18 years ago
  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 years ago
  Peter Palfrader 0d9aedfcea Downgrade a few INFO level logs to DEBUG again. Also add two or three new 18 years ago
  Roger Dingledine 03dcef4c78 start the process of reducing clutter in server logs 18 years ago
  Nick Mathewson ba24193ab5 Make doxygen marginally happier 18 years ago
  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. 19 years ago
  Nick Mathewson 92451f74a8 Reformat inconsistent function declarations. 19 years ago
  Nick Mathewson 5c53545d81 Add a bunch more warnings to out warning suite; resolve them; pack structs a little better. 19 years ago
  Roger Dingledine fa507c63e8 put quotes around user-supplied strings so they are more likely to 19 years ago
  Nick Mathewson d1c094637d Try to resolve another reported solaris x86 warning 19 years ago