summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-04-27some compilers don't like an array of length zeroRoger Dingledine
2004-04-27set Content-Type on the directory and hidserv descriptorRoger Dingledine
2004-04-27make my assumption explicitRoger Dingledine
2004-04-27it was the second bug that was nailing us.Roger Dingledine
2004-04-27don't expire joined-rend circs that have an exit connection attachedRoger Dingledine
2004-04-26Some versions of openssl have an SSL_pending function that erroneouslyNick Mathewson
2004-04-26Log number of bytes pending after read.Nick Mathewson
2004-04-26rendmid says it drops but actually sends nackRoger Dingledine
2004-04-26Remove spurious semiNick Mathewson
2004-04-26Add a macro to catch unhandled openssl errors.Nick Mathewson
2004-04-26and other debugsRoger Dingledine
2004-04-26log debug so nick can see it tooRoger Dingledine
2004-04-26The dots are there so you see test doing something. Therefore we should flus...Peter Palfrader
2004-04-26add a debugging entry, to find the wants-to-read-but-can't bugRoger Dingledine
2004-04-26Include strerror(errno) with tls syscall errorsNick Mathewson
2004-04-26Refactor crypto error handling to be more like TLS error handling:Nick Mathewson
2004-04-26Log pending TLS errors in a couple more places, in case they are possible.Nick Mathewson
2004-04-26tell us when we're rotating thingsRoger Dingledine
2004-04-26since we don't support truncateds much, don't bother sending them;Roger Dingledine
2004-04-26fix a bug that's been lurking since 27 may 03 (!)Roger Dingledine
2004-04-26Call tls_log_errors at a more appropriate location; we can remove the other c...Nick Mathewson
2004-04-26Better error msg on unknown circuit id.Nick Mathewson
2004-04-26Very blunt debugging code: log pending errors at start and end of tor_tls_verifyNick Mathewson
2004-04-26tell us the nickname of the OR that hung up on usRoger Dingledine
2004-04-25Check for machine/limits.h in addition to sys/limits.hNick Mathewson
2004-04-25don't crash, if a conn that sent a begin has suddenly lost its circuitRoger Dingledine
2004-04-25resolve a double-mark-for-close when things die inside connection_handle_writeRoger Dingledine
2004-04-25give us a new dirservers fileRoger Dingledine
2004-04-25now assume all routers support rendezvous cellsRoger Dingledine
2004-04-25use tor_assertRoger Dingledine
2004-04-25use tor_assert and PUBLIC_KEY_OKRoger Dingledine
2004-04-25Add a tor_assert macro that logs failed assertions.Nick Mathewson
2004-04-25Add assert on crypto_pk_write_private_key,and macros to make sure we have rea...Nick Mathewson
2004-04-25Remove onion_pkey from connection, since onion keys can change more often tha...Nick Mathewson
2004-04-25remove spurious router_rebuild_descriptorNick Mathewson
2004-04-25don't build and upload a new desc twice in a rowRoger Dingledine
2004-04-25log correctly if decoding onion failedRoger Dingledine
2004-04-25don't warn when private_decrypt_hybrid failsRoger Dingledine
2004-04-25bugfix: when rotating onion key, do it (more) correctlyRoger Dingledine
2004-04-24more touch-upsRoger Dingledine
2004-04-24Spurious link-key should not be an errorNick Mathewson
2004-04-24Note router addr:port in log messagesNick Mathewson
2004-04-24Compare nicknames casei.Nick Mathewson
2004-04-24Merge flagday into main branch.Nick Mathewson
2004-04-20only expire wedged dir conns that haven't already been expiredRoger Dingledine
2004-04-19use the real socketpair if we've got itRoger Dingledine
2004-04-19the socketpair bug is no longer a bugRoger Dingledine
2004-04-19expire wedged dir conns after 5min without write, not simply after 5minRoger Dingledine
2004-04-19give wedged dir conns a last chance to flushRoger Dingledine
2004-04-18tmp patch to also expire old clean rend_ready circs for nowRoger Dingledine