aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.c
Commit message (Expand)AuthorAge
* help avoid overflow from len_in + (len_in/n)*len_insRoger Dingledine2005-01-10
* move network_init from or/main to common/compatRoger Dingledine2004-12-22
* Solaris CC freaks out if isspace and friends get anything other than an int. ...Nick Mathewson2004-12-08
* Fix parse_iso_time on platforms without strptime.Nick Mathewson2004-12-06
* Be more proactive about noticing underflows: size_t values greater than 0x800...Nick Mathewson2004-12-02
* Spell-check strings and commentsNick Mathewson2004-12-01
* a few minor tweaksRoger Dingledine2004-11-30
* Add casei versions of strcmpstart/strcmpendNick Mathewson2004-11-30
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine2004-11-28
* correct multiple internal spacesNick Mathewson2004-11-28
* Normalize space: add one between every control keyword and control clause.Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* Clean up some logging and interfacesNick Mathewson2004-11-23
* Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson2004-11-22
* Add function to format local time in ISO formatNick Mathewson2004-11-22
* Fix a fun bug in read_all that was corrupting config files on windows, and pr...Nick Mathewson2004-11-16
* Fix argument to strncpy.Nick Mathewson2004-11-12
* Speed up tor_strndup a lot: profiling suggests that our use of strlcpy here w...Nick Mathewson2004-11-12
* Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson2004-11-12
* Resolve FIXME items: make expand_filename handle ~ and ~usernameNick Mathewson2004-11-10
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson2004-11-09
* Clean windows a littleNick Mathewson2004-11-09
* Fix windows build for VC6; centralize newline-fiasco-damage-control logicNick Mathewson2004-11-09
* Resolve many XXXs and all DOCDOCsNick Mathewson2004-11-09
* Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ig...Nick Mathewson2004-11-09
* various fixesRoger Dingledine2004-11-09
* parse_line_from_file is obsolete.Roger Dingledine2004-11-06
* Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are definedNick Mathewson2004-11-05
* Add code to read configuration lines from a string as well as a fileNick Mathewson2004-11-04
* Fix windows buildNick Mathewson2004-11-04
* Remove extraneous localNick Mathewson2004-11-03
* Add a write_bytes_to_file so we can have files with NULs in them.Nick Mathewson2004-11-03
* Handle strlcat/strlcpy correctly on platforms that have them.Nick Mathewson2004-11-02
* canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine2004-11-02
* util.c needs ctype.h for tolower and isspaceRoger Dingledine2004-11-01
* Split util into util (general utilities), container (smartlist and strmap), a...Nick Mathewson2004-11-01
* make sure options.MaxConn can be reachedRoger Dingledine2004-11-01
* Move all util functions that need openssl into crypto.c; make non-openssl fun...Nick Mathewson2004-10-30
* Fix windows buildNick Mathewson2004-10-27
* Use strlcpy, not strcpy.Nick Mathewson2004-10-27
* Use tor_snprintf, not snprintfNick Mathewson2004-10-27
* snprintf wrapper with consistant (though not C99) overflow behaviorNick Mathewson2004-10-27
* Use strlcpy, not strncpyNick Mathewson2004-10-27
* Replace sprintf with snprintfNick Mathewson2004-10-27
* Add SysLog option to direct log messages to the system log instead of a FILE*.Nick Mathewson2004-10-26
* i take back everything i've said about unit testsRoger Dingledine2004-10-16
* don't assert multiple things in the same tor_assert()Roger Dingledine2004-10-16
* Change interface of parse_addr_port() to return address in host order, since ...Nick Mathewson2004-10-16
* Refactor parse-addr-mask-and-port-range into a separate functionNick Mathewson2004-10-16