aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2004-03-30Make smartlist Do What Arma Expects.Nick Mathewson
2004-03-30Resolve type-punning warningsNick Mathewson
2004-03-30Jump through a hoop, suppress a warningNick Mathewson
2004-03-30Remove maximum-size field from smartlistsNick Mathewson
2004-03-30Add more key manipulation functions, and base32 functions, to cryptoNick Mathewson
2004-03-30Make smartlists start small and grow as needed.Nick Mathewson
2004-03-30add in a 'notice' log levelRoger Dingledine
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-20Add initial history-tracking backend code for reputation module. Not called o...Nick Mathewson
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-19ship strlcat and strlcpy with the tarball, but don't compile themRoger 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-14crash when our logs go badRoger 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-11Make OP work on windows! (Also misc logging tweaks)Nick Mathewson
2004-03-11Get entropy in windows.Nick Mathewson
2004-03-10Some stuff *should* be signedNick 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-08clarifying comment for crypto_pk_get_fingerprintRoger Dingledine
2004-03-02make parse_line_from_file fail rather than warn for malformed linesRoger Dingledine
2004-03-01make 'make test' exit(1) if a test fails.Nick Mathewson
2004-02-28bugfix: stop trying to write to a stderr that may not be thereRoger Dingledine
2004-02-20On OSX, decline to use the built-in select-baed poll wrapper, since it seems ...Nick Mathewson
2004-02-18patch from vicman to publish less platform informationRoger Dingledine
2004-02-18we define some big constant arrays but don't use themRoger Dingledine
2004-01-20fix typoRoger Dingledine
2004-01-13Note discrepency between N bytes transmitted over TLS and actual bandwidth us...Nick Mathewson
2004-01-03Integrate new daemon code, adapted from submission by christian grothoffNick Mathewson
2003-12-23add crypto_cipher_rewind to reverse crypto_cipher_advanceRoger Dingledine
2003-12-17clean tabs, trailing whitespaceRoger Dingledine
2003-12-17document an openssl gotchaRoger Dingledine
2003-12-16change crypto_digest_new_env to crypto_new_digest_envRoger Dingledine
2003-12-16rename digest_copy to digest_dup, make it return, make gcc happierRoger Dingledine
2003-12-16Add more fine-grained SHA1 functionality.Nick Mathewson
2003-12-15Make compile warning-free on cygwinNick Mathewson
2003-12-14make --debuglogfile (or any second log file) workRoger Dingledine
2003-12-14make it compileRoger Dingledine
2003-12-14extend smartlist with _remove() and _subtract()Roger Dingledine
2003-12-14remove obsolete codeRoger Dingledine
2003-12-13extend smartlist with a few smarter operationsRoger Dingledine