summaryrefslogtreecommitdiff
path: root/src/common/util.c
AgeCommit message (Expand)Author
2004-05-01some patches on the patchesRoger Dingledine
2004-05-01Remove bogus */ so util.c compilesNick Mathewson
2004-05-01Finish documenting the functions in commonNick Mathewson
2004-05-01Handle windows socket errors correctly; comment most of common.Nick Mathewson
2004-04-29some cosmetic fixesRoger Dingledine
2004-04-28Use socketclose on windows as appropriate; end pid files with newlineNick Mathewson
2004-04-28Make Tor build on win32 with VC6 without warnings.Nick Mathewson
2004-04-28Workarounds for a couple of pieces of windows strangeness.Nick Mathewson
2004-04-25Check for machine/limits.h in addition to sys/limits.hNick Mathewson
2004-04-25use tor_assert and PUBLIC_KEY_OKRoger Dingledine
2004-04-19use the real socketpair if we've got itRoger Dingledine
2004-04-17util.c uses LONG_MAX, needs another include on fbsd 5.xRoger Dingledine
2004-04-08Force tor_malloc(0) to always be saneNick Mathewson
2004-04-07Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't needNick Mathewson
2004-04-07Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson
2004-04-07Put ourself in router list; act accordingly.Nick Mathewson
2004-04-06router_choose_random_node wants a smartlist of routers, not of nicknames.Nick Mathewson
2004-04-06Continue attack on magic numbers; use new crypto wrappers where possibleNick Mathewson
2004-04-06Document stuff, reduce magic numbers, add emacs magicNick Mathewson
2004-04-03Make "common" no longer depend on or.hNick Mathewson
2004-04-03Loops work better when they terminate. Non-terminating loops are easierNick Mathewson
2004-04-03Hide smartlist internalsNick Mathewson
2004-04-02refactor; start adding debugging logs to midpoint rend stuffNick Mathewson
2004-03-31Implement hidserv_XX functions; there is still an XXX in directory_handle_com...Nick Mathewson
2004-03-30Make smartlist Do What Arma Expects.Nick Mathewson
2004-03-30Remove maximum-size field from smartlistsNick Mathewson
2004-03-30Make smartlists start small and grow as needed.Nick Mathewson
2004-03-21Add an autoconf test for whether unaligned int access is permitted.Nick Mathewson
2004-03-21Add macros and functions to wrap memcpy/alignment logic.Nick Mathewson
2004-03-20make uname() more likely to work on solarisRoger Dingledine
2004-03-20Use strmap code for client DNS.Nick Mathewson
2004-03-19Add some wrappers around SPLAY_* for the common map-from-string-to-X case.Nick Mathewson
2004-03-19getpid returns a pid_t. we all know that's an int. but solaris doesn't know.Roger Dingledine
2004-03-19isspace and friends take an int. solaris cares.Roger Dingledine
2004-03-18define INADDR_NONE so we compile on solarisRoger Dingledine
2004-03-17Include strlcpy and strlcat where not available, so our string ops can be les...Nick Mathewson
2004-03-15fix a byte order bugRoger Dingledine
2004-03-14teach us to recognize internal IPsRoger Dingledine
2004-03-12more pesky tabsRoger Dingledine
2004-03-11Make all the other read/writes into recv/sends, except when they shouldn't be.Nick Mathewson
2004-03-09Fix DOS line endings; autoconfize checks for strptime and inet_atonNick Mathewson
2004-03-09Make tor build on windows again. More work still neededNick Mathewson
2004-03-02make parse_line_from_file fail rather than warn for malformed linesRoger Dingledine
2004-02-28bugfix: stop trying to write to a stderr that may not be thereRoger Dingledine
2004-02-18patch from vicman to publish less platform informationRoger Dingledine
2004-01-03Integrate new daemon code, adapted from submission by christian grothoffNick Mathewson
2003-12-17clean tabs, trailing whitespaceRoger Dingledine
2003-12-15Make compile warning-free on cygwinNick Mathewson
2003-12-14make it compileRoger Dingledine
2003-12-14extend smartlist with _remove() and _subtract()Roger Dingledine