aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
...
* I believe this resolves bug 234, the mysterious crash on 0.1.1.9Roger Dingledine2006-02-02
* Apply Matt Ghali's --with-syslog-facility patchPeter Palfrader2006-02-01
* On systems that don't have getrlimit (like windows), we were artificiallyRoger Dingledine2006-01-23
* Split PARANOIA_B into B1 and B2.Nick Mathewson2006-01-22
* Split 0119_PARANOIA into 0119_PARANOIA_[ABC]. A is "this is suspicious, and ...Nick Mathewson2006-01-17
* Fix bug 230: add a rollback function to reverse all changes since the last ma...Nick Mathewson2006-01-11
* Add a (diabled by default) option in crypto.h to disable most of the interest...Nick Mathewson2006-01-10
* Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229.Nick Mathewson2006-01-10
* check for integer overflows in more places, when adding elements toRoger Dingledine2006-01-02
* Clearner fix for timegm assert problem.Nick Mathewson2006-01-01
* Fix assertion-trigger bug found by sjmurdochNick Mathewson2006-01-01
* whitespace fixesRoger Dingledine2005-12-31
* Choose directory servers from routerstatus list, not from routerinfo list. T...Nick Mathewson2005-12-14
* Make hashtables use a little less space on 64-bit architectures.Nick Mathewson2005-12-14
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* crank the max line limit down to 150 chars.Roger Dingledine2005-12-10
* util.c:1308: error: conflicting types for "is_internal_IP"Nick Mathewson2005-12-09
* let is_internal_IP() know whether you're asking about an IPRoger Dingledine2005-12-09
* Document CREATE_FAST better in the code. Move our key expansion algorithm in...Nick Mathewson2005-12-08
* Do not free a constant string.Nick Mathewson2005-12-08
* fix typo noticed by scrimblyRoger Dingledine2005-12-07
* get rid of nick's crazy voodoo dh checking.Roger Dingledine2005-12-06
* Remove superfluous strdupPeter Palfrader2005-12-05
* Also print usernames, not just numeric UIDs when we tell the user that his da...Peter Palfrader2005-12-05
* give a hint when people are running tor as the wrong user, rather thanRoger Dingledine2005-12-05
* Make more arguments const; do not call hash tables trees.Nick Mathewson2005-12-03
* Ive spent about 10 hours benchmarking permutations on our counter-mode implem...Nick Mathewson2005-12-01
* and its headerRoger Dingledine2005-11-30
* remove another unused functionRoger Dingledine2005-11-30
* Remove some functions that were around for hupping log files. We handleRoger Dingledine2005-11-30
* Fix some verbose warnings and remove an unneeded include.Nick Mathewson2005-11-30
* remove some functions that are not used; #if0 out some files that are not lik...Nick Mathewson2005-11-30
* Move code to check for zero digests into util.cNick Mathewson2005-11-30
* HT_NEXT invalidates the last iterator; fix rmv-related segfault.Nick Mathewson2005-11-26
* Bandaid workaround to make cvs not crash tor clients.Roger Dingledine2005-11-25
* Add functions to return number of elts in associative containersNick Mathewson2005-11-23
* Replace balanced trees with hash tables: this should make stuff significantly...Nick Mathewson2005-11-23
* a smidgen more hint when we fail to seed the rngRoger Dingledine2005-11-21
* Try to build with OpenSSL 0.9.6. Lets pay attention to see if anybody complains.Nick Mathewson2005-11-16
* Loops without an increment step can suck, even on windows.Nick Mathewson2005-11-15
* Make new logging stuff work on windows; fix a couple of windows typos.Nick Mathewson2005-11-15
* Hm; looks like the callback business was unnecessary, since DHparams_dup() co...Nick Mathewson2005-11-14
* Use a callback to set our DH parameters; set SSL_OP_SINGLE_DH_USE.Nick Mathewson2005-11-14
* Oops. It looks like there *was* an easy way to make openssl do what we wanted.Nick Mathewson2005-11-14
* When logging via syslog, include the pid whenever we provideRoger Dingledine2005-11-13
* correct nick's commentRoger Dingledine2005-11-11
* Note that much of check_dh_key is voodoo; make x in DH be only 320 bits for D...Nick Mathewson2005-11-11
* using an unsigned int for something that requires at least 3 bytesRoger Dingledine2005-11-01
* tor_assert had a misleading commentRoger Dingledine2005-11-01
* cleanups and a smidgen more docsRoger Dingledine2005-11-01