summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-21Remove the osx version requirements on install due to a messy InstallerAndrew Lewman
2006-06-20<nickm> ooh, that log shouldn't be there. can you take it out?Peter Palfrader
2006-06-20Fix bug in networkstatus spooling: spool more than the first networkstatus.Nick Mathewson
2006-06-20Fishy, but harmless.Nick Mathewson
2006-06-20add a note for nick to fixRoger Dingledine
2006-06-20Ah. We need a new zlib_state for each networkstatus we spool out.Nick Mathewson
2006-06-20Minor fix to pre-instllation version check for OSXAndrew Lewman
2006-06-20First crack at version checking for OSX installer.Andrew Lewman
2006-06-20Start spooling v2 networkstatus docs as well.Nick Mathewson
2006-06-18Fix a tricky crash: making the_directory heap-allocated (so we could refcount...Nick Mathewson
2006-06-18Fix an assert that still isnt the assert we are hunting.Nick Mathewson
2006-06-18correct a function comment in compute_preferred_testing_list()Roger Dingledine
2006-06-18Become capable of noticing that we are done sending a directory.Nick Mathewson
2006-06-18Resolve control flow warning.Nick Mathewson
2006-06-18Ah. That seems to work.Nick Mathewson
2006-06-18another write_to_buf_zlib fix.Nick Mathewson
2006-06-18Backport candidate: implement the "is this uptime change cosmetic" test prope...Nick Mathewson
2006-06-18Re-enable buffer RAM guard values.Nick Mathewson
2006-06-18Another _zlib fix.Nick Mathewson
2006-06-18Make connection_write_to_buf_zlib set outbuf_flushlen right.Nick Mathewson
2006-06-18write_to_buf != connection_write_to_buf. Also, add a connection_write_to_buf...Nick Mathewson
2006-06-18Temporarily disable sentinels on buffersNick Mathewson
2006-06-18make zlib buffer function set buf_highwater properlyNick Mathewson
2006-06-18Stop trying to refresh when we are out of data.Nick Mathewson
2006-06-18And actually check the url when it exists. that might work better.Nick Mathewson
2006-06-18That dir_refresh_src fix will only work if I enable it.Nick Mathewson
2006-06-18Fix a couple of bugs in last patch.Nick Mathewson
2006-06-18add coverage for a default caseNick Mathewson
2006-06-18Oops. conn->requested_resource is client only.Nick Mathewson
2006-06-18Instead of adding servers and v1 directories to buffers en masse, directory s...Nick Mathewson
2006-06-18remove non-germane commentNick Mathewson
2006-06-18Add tests for several of the more recently committed functions.Nick Mathewson
2006-06-18perhaps the reason I rail against cut-and-paste programming so vehemently is ...Nick Mathewson
2006-06-18Part of incremental encryption logic for buffers: there is a subtle yucky poi...Nick Mathewson
2006-06-18Add some incremental encryption wrappers to torgzip codeNick Mathewson
2006-06-18Add a memdup function to utilNick Mathewson
2006-06-18Add smartlist_reverse and smartlist_pop_last.Nick Mathewson
2006-06-16Clarify mmap and memory-use hacks.Nick Mathewson
2006-06-16Fix configure.in to not produce broken configure files with more recentPeter Palfrader
2006-06-16clean up man page. expand on contactinfo a bit.Roger Dingledine
2006-06-15Forward port 07_log_to_file_by_default.dpatchPeter Palfrader
2006-06-15And a minor bugfix to the weaselhackPeter Palfrader
2006-06-15fix spacingRoger Dingledine
2006-06-15Add a /tor/dir-all-weaselhack directory resource so I do not have to update m...Peter Palfrader
2006-06-15fix recommended url in torrc.sample for server sign-upRoger Dingledine
2006-06-15lower the number of seconds before we yell about clock jump.Roger Dingledine
2006-06-14start checking for limits.h too. we should resume compilingRoger Dingledine
2006-06-14upgrade the severity of the 'clock jump' warn, and ask peopleRoger Dingledine
2006-06-14bugfix: discourage picking directory authorities as our TestViaRoger Dingledine
2006-06-13eventdns: Apply a couple of patches from AGL; start working on windows compat...Nick Mathewson