summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-14Merge 0.1.0.14+XXXX changestor-0.1.1.7-alphadebian-version-0.1.1.6-alpha-2Peter Palfrader
2005-09-14update directory todosNick Mathewson
2005-09-14bump to 0.1.1.7-alphaRoger Dingledine
2005-09-14bugfix: when we try to determine the reachability of our dirport,Roger Dingledine
2005-09-14update todo a bitRoger Dingledine
2005-09-14a changelog for 0.1.1.7-alphaRoger Dingledine
2005-09-14document the new functionality that crept in:Roger Dingledine
2005-09-14Add new config.c function to set options that can fail, and roll back if they...Nick Mathewson
2005-09-14stop the call duplication inside config_assign()Roger Dingledine
2005-09-14note that routerstatus_t.entries is sorted.Nick Mathewson
2005-09-14simplifyRoger Dingledine
2005-09-14and take the bang outRoger Dingledine
2005-09-14ok, ok, csv's get replaced even when we assign them from the torrc.Roger Dingledine
2005-09-14checkpoint: clean up and document the three ways to call config_assign()Roger Dingledine
2005-09-13correct a mistake i just addedRoger Dingledine
2005-09-13update control spec to reflect our new SETCONF behaviorRoger Dingledine
2005-09-13make clearer the ulimit -n instructionsRoger Dingledine
2005-09-13clean up the server docs for ulimit -nRoger Dingledine
2005-09-13correct "your server is reachable" log entries to indicate that it wasRoger Dingledine
2005-09-13a bit more code cleanupRoger Dingledine
2005-09-13I forgot -- smart kids make their code compile.Nick Mathewson
2005-09-13add docs, fix whitespace, and make ANY rule in routerparse a little tighter.Nick Mathewson
2005-09-13Fix DOCDOC entries in routerlist.c. Make more functions use SMARTLIST_FOREAC...Nick Mathewson
2005-09-13Add documentation to a few functions in container.c; reformat function defini...Nick Mathewson
2005-09-13Add functions to extend and compress new router store logic. (Basic idea: use...Nick Mathewson
2005-09-13Two new functions like write_bytes_to_file: one takes a list of byte-and-len ...Nick Mathewson
2005-09-13fix a seg fault if we ask an authdirserver for a descriptor byRoger Dingledine
2005-09-12when the user asked for a rendezvous port that the hidden serviceRoger Dingledine
2005-09-12make the patch less likely to bite us laterRoger Dingledine
2005-09-12Resolve stack corruption identified by edmanw in connection_edge_end(). Thanks!Nick Mathewson
2005-09-12put the last nail in tor-doc.htmlRoger Dingledine
2005-09-12Maybe I should pay more attention to return values and less to clever comment...Nick Mathewson
2005-09-12Versions should be sorted by version. Lexical sorting should be used only as ...Nick Mathewson
2005-09-12when writing the recommended*versions lines, sort them first.Roger Dingledine
2005-09-12make compile slightly happier on const-zealous compilersNick Mathewson
2005-09-12We have so many special cases for smartlists of strings, why not add a sort f...Nick Mathewson
2005-09-12be more thorough about noticing when a directory request has failed:Roger Dingledine
2005-09-12Numerous changes to move towards client-side v2 directories.Nick Mathewson
2005-09-12answer questionNick Mathewson
2005-09-12fix some grammar and ask a questionRoger Dingledine
2005-09-12remove temporary network-status keywordRoger Dingledine
2005-09-12clean up the log entry for when a server posts a server descriptor thatRoger Dingledine
2005-09-12Dir spec change: Clarify rules on how to treat servers based on networkstatus...Nick Mathewson
2005-09-12Fix a memory leak in smartlist_string_remove.Nick Mathewson
2005-09-12Fix bug found by "ca": looking up a non-existent stream for a v1 control conn...Nick Mathewson
2005-09-11Document SMARTLIST_FOREACH macro, along with previously-naughty foo_sl_idx va...Nick Mathewson
2005-09-11it's a new monthRoger Dingledine
2005-09-11fix comment and return value for check_software_version_against_directory()Roger Dingledine
2005-09-11reference exit policy faq entry, and add an item about rate limiting.Roger Dingledine
2005-09-11add weasel's check-tor script to tor/contrib/Roger Dingledine