summaryrefslogtreecommitdiff
path: root/src/common/util.c
AgeCommit message (Expand)Author
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-04-06bugfix: chdir to your datadirectory at the *end* of theRoger Dingledine
2005-04-01update copyright notices.Nick Mathewson
2005-03-17Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson
2005-03-16Fix a fun windows bug: apparently windows stat wants paths not to end with sl...Nick Mathewson
2005-02-25Implement more control spec functionalityNick Mathewson
2005-02-22Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson
2005-02-22Note a non-bug in read_file_to_str as used. If we start to rely on it behavin...Nick Mathewson
2005-02-22Patch to localtime/gmtime handling: use the _r variants where available. Use...Nick Mathewson
2005-02-22Remove assumptions that maximum path length is anything like 1024. From comm...Nick Mathewson
2005-02-03point out a potential thread/process leak problem when we're out of memoryRoger Dingledine
2005-02-03Add --with-dmalloc configure optionPeter Palfrader
2005-01-10help avoid overflow from len_in + (len_in/n)*len_insRoger Dingledine
2004-12-22move network_init from or/main to common/compatRoger Dingledine
2004-12-08Solaris CC freaks out if isspace and friends get anything other than an int. ...Nick Mathewson
2004-12-06Fix parse_iso_time on platforms without strptime.Nick Mathewson
2004-12-02Be more proactive about noticing underflows: size_t values greater than 0x800...Nick Mathewson
2004-12-01Spell-check strings and commentsNick Mathewson
2004-11-30a few minor tweaksRoger Dingledine
2004-11-30Add casei versions of strcmpstart/strcmpendNick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine
2004-11-28correct multiple internal spacesNick Mathewson
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-23Clean up some logging and interfacesNick Mathewson
2004-11-22Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson
2004-11-22Add function to format local time in ISO formatNick Mathewson
2004-11-16Fix a fun bug in read_all that was corrupting config files on windows, and pr...Nick Mathewson
2004-11-12Fix argument to strncpy.Nick Mathewson
2004-11-12Speed up tor_strndup a lot: profiling suggests that our use of strlcpy here w...Nick Mathewson
2004-11-12Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson
2004-11-10Resolve FIXME items: make expand_filename handle ~ and ~usernameNick Mathewson
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson
2004-11-09Clean windows a littleNick Mathewson
2004-11-09Fix windows build for VC6; centralize newline-fiasco-damage-control logicNick Mathewson
2004-11-09Resolve many XXXs and all DOCDOCsNick Mathewson
2004-11-09Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ig...Nick Mathewson
2004-11-09various fixesRoger Dingledine
2004-11-06parse_line_from_file is obsolete.Roger Dingledine
2004-11-05Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are definedNick Mathewson
2004-11-04Add code to read configuration lines from a string as well as a fileNick Mathewson
2004-11-04Fix windows buildNick Mathewson
2004-11-03Remove extraneous localNick Mathewson
2004-11-03Add a write_bytes_to_file so we can have files with NULs in them.Nick Mathewson
2004-11-02Handle strlcat/strlcpy correctly on platforms that have them.Nick Mathewson
2004-11-02canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine
2004-11-01util.c needs ctype.h for tolower and isspaceRoger Dingledine
2004-11-01Split util into util (general utilities), container (smartlist and strmap), a...Nick Mathewson
2004-11-01make sure options.MaxConn can be reachedRoger Dingledine