summaryrefslogtreecommitdiff
path: root/src/common/util.c
AgeCommit message (Expand)Author
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
2004-10-30Move all util functions that need openssl into crypto.c; make non-openssl fun...Nick Mathewson
2004-10-27Fix windows buildNick Mathewson
2004-10-27Use strlcpy, not strcpy.Nick Mathewson
2004-10-27Use tor_snprintf, not snprintfNick Mathewson
2004-10-27snprintf wrapper with consistant (though not C99) overflow behaviorNick Mathewson
2004-10-27Use strlcpy, not strncpyNick Mathewson
2004-10-27Replace sprintf with snprintfNick Mathewson
2004-10-26Add SysLog option to direct log messages to the system log instead of a FILE*.Nick Mathewson
2004-10-16i take back everything i've said about unit testsRoger Dingledine
2004-10-16don't assert multiple things in the same tor_assert()Roger Dingledine
2004-10-16Change interface of parse_addr_port() to return address in host order, since ...Nick Mathewson
2004-10-16Refactor parse-addr-mask-and-port-range into a separate functionNick Mathewson
2004-10-15add documentation for smartlist_join_stringsNick Mathewson
2004-10-14Basic string-join functionalityNick Mathewson
2004-10-14oh, and some more in common/Roger Dingledine
2004-10-12start the great migration from int to size_tRoger Dingledine
2004-10-12Make a bounds-checking replacement for strtol with slightly easier error-chec...Nick Mathewson
2004-10-12Better bounds checking on parsed intsNick Mathewson
2004-10-12Note byte-order on result for parse_addr_port()Nick Mathewson
2004-10-12Add functions to parse addr[:port] consistentlyNick Mathewson
2004-10-08fix compile error: move variable declarations before codeRoger Dingledine