summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
2003-12-13clean up some copyrightsRoger Dingledine
2003-12-13minor tweaks to the smartlist operationsRoger Dingledine
2003-12-13add a 'smartlist' building block that picks random elements from a listRoger Dingledine
2003-12-09make the license explicit on fakepoll.[ch]Roger Dingledine
2003-12-08Make router/directory parsing nondestructive and more const-friendlyNick Mathewson
2003-12-03assert that nobody asks for a random number between 0 and -1Roger Dingledine
2003-11-21Fix incorrect error messageNick Mathewson
2003-11-19Check that we can write to the logfile and log a warning to stderr if we can'tPeter Palfrader
2003-11-18add a tor_malloc_zero wrapper: tor_malloc and memset 0Roger Dingledine
2003-11-18Stop leaking X509 certs; those things are _nasty_ on the carpetNick Mathewson
2003-11-13fix trivial typoRoger Dingledine
2003-11-12break out the string manipulation routinesRoger Dingledine
2003-11-12Remove minor biasing problem from crypto_pseudo_rand_intNick Mathewson
2003-11-12Make crypto_pseudo_rand* never fail.Nick Mathewson
2003-11-11fix a bug in handling clock skewRoger Dingledine
2003-11-10Check in a working cross-platform timegmNick Mathewson
2003-10-27bugfix for win32 with lots of usersRoger Dingledine
2003-10-23Use daemon(3) function where available.Nick Mathewson
2003-10-23resolve warningNick Mathewson
2003-10-23Two-pronged attack at my overzealous skew fixes.Nick Mathewson
2003-10-22switch_id() no longer tries to log the user name when it's calld onSteven Hazel