summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2006-01-02check for integer overflows in more places, when adding elements toRoger Dingledine
2006-01-01Clearner fix for timegm assert problem.Nick Mathewson
2006-01-01Fix assertion-trigger bug found by sjmurdochNick Mathewson
2005-12-31whitespace fixesRoger Dingledine
2005-12-14Choose directory servers from routerstatus list, not from routerinfo list. T...Nick Mathewson
2005-12-14Make hashtables use a little less space on 64-bit architectures.Nick Mathewson
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-12-10crank the max line limit down to 150 chars.Roger Dingledine
2005-12-09util.c:1308: error: conflicting types for "is_internal_IP"Nick Mathewson
2005-12-09let is_internal_IP() know whether you're asking about an IPRoger Dingledine
2005-12-08Document CREATE_FAST better in the code. Move our key expansion algorithm in...Nick Mathewson
2005-12-08Do not free a constant string.Nick Mathewson
2005-12-07fix typo noticed by scrimblyRoger Dingledine
2005-12-06get rid of nick's crazy voodoo dh checking.Roger Dingledine
2005-12-05Remove superfluous strdupPeter Palfrader
2005-12-05Also print usernames, not just numeric UIDs when we tell the user that his da...Peter Palfrader
2005-12-05give a hint when people are running tor as the wrong user, rather thanRoger Dingledine
2005-12-03Make more arguments const; do not call hash tables trees.Nick Mathewson
2005-12-01Ive spent about 10 hours benchmarking permutations on our counter-mode implem...Nick Mathewson
2005-11-30and its headerRoger Dingledine
2005-11-30remove another unused functionRoger Dingledine
2005-11-30Remove some functions that were around for hupping log files. We handleRoger Dingledine
2005-11-30Fix some verbose warnings and remove an unneeded include.Nick Mathewson
2005-11-30remove some functions that are not used; #if0 out some files that are not lik...Nick Mathewson
2005-11-30Move code to check for zero digests into util.cNick Mathewson
2005-11-26HT_NEXT invalidates the last iterator; fix rmv-related segfault.Nick Mathewson
2005-11-25Bandaid workaround to make cvs not crash tor clients.Roger Dingledine
2005-11-23Add functions to return number of elts in associative containersNick Mathewson
2005-11-23Replace balanced trees with hash tables: this should make stuff significantly...Nick Mathewson
2005-11-21a smidgen more hint when we fail to seed the rngRoger Dingledine
2005-11-16Try to build with OpenSSL 0.9.6. Lets pay attention to see if anybody complains.Nick Mathewson
2005-11-15Loops without an increment step can suck, even on windows.Nick Mathewson
2005-11-15Make new logging stuff work on windows; fix a couple of windows typos.Nick Mathewson
2005-11-14Hm; looks like the callback business was unnecessary, since DHparams_dup() co...Nick Mathewson
2005-11-14Use a callback to set our DH parameters; set SSL_OP_SINGLE_DH_USE.Nick Mathewson
2005-11-14Oops. It looks like there *was* an easy way to make openssl do what we wanted.Nick Mathewson
2005-11-13When logging via syslog, include the pid whenever we provideRoger Dingledine
2005-11-11correct nick's commentRoger Dingledine
2005-11-11Note that much of check_dh_key is voodoo; make x in DH be only 320 bits for D...Nick Mathewson
2005-11-01using an unsigned int for something that requires at least 3 bytesRoger Dingledine
2005-11-01tor_assert had a misleading commentRoger Dingledine
2005-11-01cleanups and a smidgen more docsRoger Dingledine
2005-10-26Call ERR_remove_state() on the main thread on shutdown,tooNick Mathewson
2005-10-25Per comments at the bottom of openssl/FAQ, call even more functions toNick Mathewson
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-25consistency is the hobgoblin of little armasRoger Dingledine
2005-10-25Switch remaining files to new log interface.Nick Mathewson
2005-10-25Also here.Nick Mathewson
2005-10-25Fix log levels notice and warn for new logging stuffPeter Palfrader
2005-10-25Change more files to new loggin interface. 3 left.Nick Mathewson