summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2004-04-06Continue attack on magic numbers; use new crypto wrappers where possibleNick Mathewson
2004-04-06Remove the last tab in non-contributed codeNick Mathewson
2004-04-06Document stuff, reduce magic numbers, add emacs magicNick Mathewson
2004-04-05add more constantsNick Mathewson
2004-04-05use the right variable when comparing hashes; maybe fix "Hash of session" bugNick Mathewson
2004-04-05i2d_RSAPublicKey advances the pointer it receives past the ASN1-encoded string.Nick Mathewson
2004-04-03Make it build on linuxNick Mathewson
2004-04-03Make "common" no longer depend on or.hNick Mathewson
2004-04-03Handle rendezvous relay cellsNick Mathewson
2004-04-03Loops work better when they terminate. Non-terminating loops are easierNick Mathewson
2004-04-03Build without warnings against openssl 0.9.6Nick Mathewson
2004-04-03Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson
2004-04-03Hide smartlist internalsNick Mathewson
2004-04-02refactor; start adding debugging logs to midpoint rend stuffNick Mathewson
2004-04-02Implement rennd_services_initNick Mathewson
2004-04-01Add new functions to wrap digest and sign/checksig.Nick Mathewson
2004-04-01Separate "generate-DH-key" from "get-DH-key" without breaking old interfaceNick Mathewson
2004-04-01Add helpful hybrid encryption functionsNick Mathewson
2004-03-31make changes that ben laurie suggestedRoger Dingledine
2004-03-31Implement hidserv_XX functions; there is still an XXX in directory_handle_com...Nick Mathewson
2004-03-31Parse and generate service descriptorsNick Mathewson
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