aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.c
Commit message (Expand)AuthorAge
* resolve an unused variable•••svn:r6503 Roger Dingledine2006-05-26
* Stop being picky about what the arguments to mapaddress look like.•••we were refusing names that had $ in them, which people who specify $key.exit will be sad about. There are likely other examples. If people can think of reasons why we should be picky, let me know. svn:r6496 Roger Dingledine2006-05-25
* All these headers we get via torint.h•••svn:r6452 Peter Palfrader2006-05-10
* mainline branch. Remove some more dead XXXs.•••svn:r6401 Nick Mathewson2006-04-18
* "" is not a plausible address for addressmaps.•••svn:r6299 Roger Dingledine2006-04-03
* add tor_strisprint() back in, this time with comments.•••svn:r6170 Roger Dingledine2006-03-15
* and remove now-extraneous function•••svn:r6168 Roger Dingledine2006-03-15
* Use escaped() for remaining cases.•••svn:r6117 Nick Mathewson2006-03-11
* fix infinite loop•••svn:r6090 Roger Dingledine2006-03-06
* Add some functions to escape values from the network before sending them to t...•••svn:r6087 Nick Mathewson2006-03-05
* Allow private:* in routerdescs; not generated yet (because older Tors do not ...•••svn:r6086 Nick Mathewson2006-03-05
* Start the process of converting warn to log_warn and so on.•••This is needed because Windows already has an err() that we can't clobber. And we need to be able to make the log functions a macro so we can print the function's name in the log entry. svn:r6000 Roger Dingledine2006-02-13
* try to fix bug with spurious "everything is broken" warning•••svn:r5994 Nick Mathewson2006-02-13
* Generate 18.0.0.0/8 address policy format in descs when we can; warn when the...•••svn:r5991 Nick Mathewson2006-02-12
* Happy new year!•••svn:r5949 Roger Dingledine2006-02-09
* Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229.•••svn:r5767 Nick Mathewson2006-01-10
* Clearner fix for timegm assert problem.•••svn:r5690 Nick Mathewson2006-01-01
* Fix assertion-trigger bug found by sjmurdoch•••svn:r5689 Nick Mathewson2006-01-01
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...•••svn:r5582 Nick Mathewson2005-12-14
* let is_internal_IP() know whether you're asking about an IP•••address for connecting or an IP address for binding, because in the latter, 0.0.0.0 is a special case. svn:r5543 Roger Dingledine2005-12-09
* Do not free a constant string.•••svn:r5527 Nick Mathewson2005-12-08
* Remove superfluous strdup•••svn:r5503 Peter Palfrader2005-12-05
* Also print usernames, not just numeric UIDs when we tell the user that his da...•••svn:r5502 Peter Palfrader2005-12-05
* give a hint when people are running tor as the wrong user, rather than•••telling them to start chowning random directories. svn:r5500 Roger Dingledine2005-12-05
* Move code to check for zero digests into util.c•••svn:r5468 Nick Mathewson2005-11-30
* Loops without an increment step can suck, even on windows.•••svn:r5376 Nick Mathewson2005-11-15
* Make new logging stuff work on windows; fix a couple of windows typos.•••svn:r5375 Nick Mathewson2005-11-15
* Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....•••svn:r5309 Nick Mathewson2005-10-25
* Check for even more windows version flags, and note any we do not recognize.•••svn:r5297 Nick Mathewson2005-10-24
* Start dividing log messages into logging domains. No, LD_ is not the best of...•••svn:r5284 Nick Mathewson2005-10-18
* Remove assert in sort-of c-itical path•••svn:r5267 Nick Mathewson2005-10-18
* Reorganize some quick-and-dirty code to find out what openssl stuff is leakin...•••svn:r5178 Nick Mathewson2005-10-03
* even better function start checks; give dmalloc a chance of working.•••svn:r5162 Nick Mathewson2005-09-30
* Reformat inconsistent function declarations.•••svn:r5160 Nick Mathewson2005-09-30
* Add a bunch more warnings to out warning suite; resolve them; pack structs a ...•••svn:r5150 Nick Mathewson2005-09-29
* Two new functions like write_bytes_to_file: one takes a list of byte-and-len ...•••svn:r5024 Nick Mathewson2005-09-13
* Fix segfault in win32 unittests.•••svn:r4983 Nick Mathewson2005-09-10
* Add missing arg to windows tor_listdir()•••svn:r4972 Nick Mathewson2005-09-09
* Implement tor_listdir on windows. Untested.•••svn:r4971 Nick Mathewson2005-09-09
* add strupper function•••svn:r4934 Nick Mathewson2005-09-08
* Add directory listing functions to util.[ch]. Watch the features creep!•••svn:r4906 Nick Mathewson2005-09-03
* put quotes around user-supplied strings so they are more likely to•••realize if they add bad characters (like quotes) to the torrc svn:r4844 Roger Dingledine2005-08-26
* add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa()•••svn:r4838 Roger Dingledine2005-08-26
* Make GCC very happy, even with lots of warnings set. Also, try to fix some re...•••svn:r4770 Nick Mathewson2005-08-12
* parse_addr_port was vague about what to do when port_out was NULL. Make it b...•••svn:r4716 Nick Mathewson2005-08-05
* Fix windows warning•••svn:r4697 Nick Mathewson2005-08-04
* Make clients regenerate their keys when their IP address changes.•••svn:r4688 Nick Mathewson2005-08-03
* Fix an fd leak in start_daemon•••svn:r4508 Nick Mathewson2005-06-30
* flesh out the source file descriptions for doxygen•••svn:r4404 Roger Dingledine2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.•••svn:r4382 Nick Mathewson2005-06-09