aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* normalize whitespace.Nick Mathewson2006-03-17
* add tor_strisprint() back in, this time with comments.Roger Dingledine2006-03-15
* and remove now-extraneous functionRoger Dingledine2006-03-15
* Use INLINE (which we define) instead of __inline (which is nonstandard) in ht...Nick Mathewson2006-03-13
* Fix bug in close_logs(): when we close and delete logs, remove them all from ...Nick Mathewson2006-03-13
* Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, ...Nick Mathewson2006-03-13
* More cleanups noticed by weasel; also, remove macros that nobody uses.Nick Mathewson2006-03-12
* Use escaped() for remaining cases.Nick Mathewson2006-03-11
* fix infinite loopRoger Dingledine2006-03-06
* Add some functions to escape values from the network before sending them to t...Nick Mathewson2006-03-05
* Allow private:* in routerdescs; not generated yet (because older Tors do not ...Nick Mathewson2006-03-05
* Add function names to log_* on non-gccPeter Palfrader2006-02-18
* Finish log function renaming for non-GNUC systemsPeter Palfrader2006-02-18
* Start the process of converting warn to log_warn and so on.Roger Dingledine2006-02-13
* try to fix bug with spurious "everything is broken" warningNick Mathewson2006-02-13
* Generate 18.0.0.0/8 address policy format in descs when we can; warn when the...Nick Mathewson2006-02-12
* and don't warn when it happens here either, unless the userRoger Dingledine2006-02-12
* Correct a function comment. Nick: is this right?Roger Dingledine2006-02-12
* Happy new year!Roger Dingledine2006-02-09
* and maybe some function documentation will help tooRoger Dingledine2006-02-09
* check for EADDRINUSE in a cross-platform way (unless i'm wrong)Roger Dingledine2006-02-03
* 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