aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* simplify the tortls api: we only support being a "server", thatRoger Dingledine2006-06-07
* looks like we missed a piece of the 0.1.1.9 paranoia code.Roger Dingledine2006-06-07
* fix the bug where we sometimes would fail to send some create cellsRoger Dingledine2006-06-06
* Also, add a temporary hack to make sure eventdns.c is distributd.Nick Mathewson2006-06-06
* We got an obscure report of an assert error on a windows Tor server withRoger Dingledine2006-06-06
* fix typoRoger Dingledine2006-06-06
* ship the event*.h files too. perhaps this will make my 'make dist'Roger Dingledine2006-06-06
* Try to log useful messages at info and debug about what we are resolving and ...Nick Mathewson2006-06-05
* don't tell people that the testing circuit failed if we alreadyRoger Dingledine2006-06-05
* scream louder if you've got a pending circuit for a givenRoger Dingledine2006-06-05
* simplify code now that libevent considers all sockets pollable.Roger Dingledine2006-06-05
* bugfix: if we are making our first ever connection to any entryRoger Dingledine2006-06-05
* simplify some code, since circuit_build_failed() is only calledRoger Dingledine2006-06-05
* remove some unused code (i think)Roger Dingledine2006-06-05
* Note a bug that causes servers to sometimes never send the pendingRoger Dingledine2006-06-05
* bandaid for bug 299. this is still a bug, since we don'tRoger Dingledine2006-06-05
* More eventdns.c patches: use HAVE_ALLOCA_H; print IP addrs as dotted quads.Nick Mathewson2006-06-05
* Hm. Where did we put that ntohl the last time we were juggling it? (ho...Nick Mathewson2006-06-05
* Some eventdns.c fixes for windows correctness. More will doubtless be needed,...Nick Mathewson2006-06-04
* Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson2006-06-04
* if we insist on printing pointer values, at least make it stopRoger Dingledine2006-06-04
* punctuation and spellingRoger Dingledine2006-06-04
* Make eventdns.[ch] into good C90; remove signed/unsigned comparisons.Nick Mathewson2006-06-03
* Oops. When we dont get a TTL, we should default to the default, not to the mi...Nick Mathewson2006-06-03
* More DNS fixes. Send meaningful TTLs back to the client whenNick Mathewson2006-06-03
* Make dns.c use eventdns.c -- but only when you pass the --enable-eventdns arg...Nick Mathewson2006-06-03
* Add async dns code from Adam Langley, tweaked to build on OSX. Long-term, w...Nick Mathewson2006-06-03
* Patch based on post by Mike C to or-dev; special-case based on use of MSVC, r...Nick Mathewson2006-06-03
* don't stop fetching server descriptors if we're a server andRoger Dingledine2006-06-03
* connection_t kept the identity_pkey but all it did was store it andRoger Dingledine2006-05-30
* and get grammar rightRoger Dingledine2006-05-30
* stop fetching descriptors if we're not a dir mirror and weRoger Dingledine2006-05-30
* END_CIRC_REASON_OR_IDENTITY apparently means that we were told toRoger Dingledine2006-05-30
* tentative change: if you have your dirport set, you are a directoryRoger Dingledine2006-05-30
* simplify a log messageRoger Dingledine2006-05-30
* Add a basic mmap function, with a "fake-it" wrapper to do read_file_from_str ...Nick Mathewson2006-05-28
* directory authorities should be more tolerant of failed reachabilityRoger Dingledine2006-05-28
* clean up a commentRoger Dingledine2006-05-28
* if we're a server and some peer has a broken tls certificate, don'tRoger Dingledine2006-05-26
* be more verbose about testing reachability of our ORPort.Roger Dingledine2006-05-26
* correct a false log message, since we actually reset all ourRoger Dingledine2006-05-26
* resolve an unused variableRoger Dingledine2006-05-26
* Stop being picky about what the arguments to mapaddress look like.Roger Dingledine2006-05-25
* make cookie authentication for the controller work again, maybe.Roger Dingledine2006-05-24
* make options->RedirectExit work again; resolve bug 293.Roger Dingledine2006-05-24
* Stop initializing the hardware accelerator engines simply becauseRoger Dingledine2006-05-24
* Claim a commonname of Tor, rather than TOR, in tls handshakes.Roger Dingledine2006-05-24
* Throw out this UNALIGNED_INT_ACCESS_OK nonsense. Even where it works, it is ...Nick Mathewson2006-05-23
* ignore RunAsDaemon more thoroughly when we're running on windows.Roger Dingledine2006-05-23
* add a few more debugging lines to help mikec track down hisRoger Dingledine2006-05-23