aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.c
Commit message (Expand)AuthorAge
* add tor_strisprint() back in, this time with comments.Roger Dingledine2006-03-15
* and remove now-extraneous functionRoger Dingledine2006-03-15
* 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
* 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
* Happy new year!Roger Dingledine2006-02-09
* Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229.Nick Mathewson2006-01-10
* Clearner fix for timegm assert problem.Nick Mathewson2006-01-01
* Fix assertion-trigger bug found by sjmurdochNick Mathewson2006-01-01
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* let is_internal_IP() know whether you're asking about an IPRoger Dingledine2005-12-09
* Do not free a constant string.Nick Mathewson2005-12-08
* 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
* Move code to check for zero digests into util.cNick Mathewson2005-11-30
* 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
* Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson2005-10-25
* Check for even more windows version flags, and note any we do not recognize.Nick Mathewson2005-10-24
* Start dividing log messages into logging domains. No, LD_ is not the best of...Nick Mathewson2005-10-18
* Remove assert in sort-of c-itical pathNick Mathewson2005-10-18
* Reorganize some quick-and-dirty code to find out what openssl stuff is leakin...Nick Mathewson2005-10-03
* even better function start checks; give dmalloc a chance of working.Nick Mathewson2005-09-30
* Reformat inconsistent function declarations.Nick Mathewson2005-09-30
* Add a bunch more warnings to out warning suite; resolve them; pack structs a ...Nick Mathewson2005-09-29
* Two new functions like write_bytes_to_file: one takes a list of byte-and-len ...Nick Mathewson2005-09-13
* Fix segfault in win32 unittests.Nick Mathewson2005-09-10
* Add missing arg to windows tor_listdir()Nick Mathewson2005-09-09
* Implement tor_listdir on windows. Untested.Nick Mathewson2005-09-09
* add strupper functionNick Mathewson2005-09-08
* Add directory listing functions to util.[ch]. Watch the features creep!Nick Mathewson2005-09-03
* put quotes around user-supplied strings so they are more likely toRoger Dingledine2005-08-26
* add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa()Roger Dingledine2005-08-26
* Make GCC very happy, even with lots of warnings set. Also, try to fix some re...Nick Mathewson2005-08-12
* parse_addr_port was vague about what to do when port_out was NULL. Make it b...Nick Mathewson2005-08-05
* Fix windows warningNick Mathewson2005-08-04
* Make clients regenerate their keys when their IP address changes.Nick Mathewson2005-08-03
* Fix an fd leak in start_daemonNick Mathewson2005-06-30
* flesh out the source file descriptions for doxygenRoger Dingledine2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* bugfix: chdir to your datadirectory at the *end* of theRoger Dingledine2005-04-06
* update copyright notices.Nick Mathewson2005-04-01
* Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson2005-03-17
* Fix a fun windows bug: apparently windows stat wants paths not to end with sl...Nick Mathewson2005-03-16
* Implement more control spec functionalityNick Mathewson2005-02-25