Mail Thread Index
- [or-cvs] cosmetic bugfix: avoid carriage return without newline,
Geoffrey Goodell
- [or-cvs] Ive spent about 10 hours benchmarking permutations on our c...,
Nick Mathewson
- [or-cvs] fix two typos in the control howto doc,
arma
- [or-cvs] Make more arguments const; do not call hash tables trees.,
Nick Mathewson
- [or-cvs] Remove "tree" references from dns.,
Nick Mathewson
- [or-cvs] Shave off another 4.7%: remove a linear search when figurin...,
Nick Mathewson
- [or-cvs] Expunge remaining places where we used "tree" to mean "asso...,
Nick Mathewson
- [or-cvs] cvs diff -u src/or/circuitlist.c | less almost never does w...,
Nick Mathewson
- [or-cvs] Use a switch statement and some mild refactoring to try to ...,
Nick Mathewson
- [or-cvs] Clean up some comments; remove some dead code,
Nick Mathewson
- [or-cvs] fix the first bug with our optimization to circuit_expire_b...,
arma
- [or-cvs] take back half of my bugfix. comparing times sucks.,
arma
- [or-cvs] ok, i know this one was a bug. we were expiring open general,
arma
- [or-cvs] Fix another time comparison bug in circuit_stream_is_being_...,
arma
- [or-cvs] fix a log message to be mildly more helpful,
arma
- [or-cvs] link to badger"s tordns site too.,
arma
- [or-cvs] Keep at least one page of the german translation current,
Peter Palfrader
- [or-cvs] Bugfix for trackhostexits: write down the fingerprint of th...,
arma
- [or-cvs] give a hint when people are running tor as the wrong user, ...,
arma
- [or-cvs] clarify that tor will close unattached streams by itself af...,
arma
- [or-cvs] Also print usernames, not just numeric UIDs when we tell th...,
Peter Palfrader
- [or-cvs] Remove superfluous strdup,
Peter Palfrader
- [or-cvs] When parsing foo.exit, if foo is unknown, and we are leavin...,
Nick Mathewson
- [or-cvs] backport: when we"re deciding whether a stream has enough c...,
arma
- [or-cvs] backport: a similar bugfix where we were abandoning rendezv...,
arma
- [or-cvs] Set chosen_exit_name to something we are not about to zero.,
Nick Mathewson
- [or-cvs] Apply nile"s patch for the new download page,
Peter Palfrader
- [or-cvs] Check magic when removing old connection from map.,
Nick Mathewson
- [or-cvs] Change how OR conns get removed from the identity map; fix ...,
Nick Mathewson
- [or-cvs] We were neglecting to unlink marked circuits from soon-to-c...,
Nick Mathewson
- [or-cvs] Better fix for last bug: avoids trying to double-mark circu...,
Nick Mathewson
- [or-cvs] backport] We were neglecting to unlink marked circuits from...,
Nick Mathewson
- [or-cvs] German translation,
qbi
- [or-cvs] german translations,
qbi
- [or-cvs] fix a busted html element on the download page,
arma
- [or-cvs] more changelog entries for the upcoming 0.1.0.16 release,
arma
- [or-cvs] Fix bug 212: Directory authorities should not try to downlo...,
Nick Mathewson
- [or-cvs] when we"re giving up on a circuit and retrying on a new one,,
arma
- [or-cvs] don"t point to the docs file, since that"s redundant.,
arma
- [or-cvs] Old gccs want you to do your variable declarations first,
Peter Palfrader
- [or-cvs] the other half of weasel"s patch, so old gcc"s can build cv...,
arma
- [or-cvs] get rid of nick"s crazy voodoo dh checking.,
arma
- [or-cvs] first cut at a 0.1.1.10-alpha changelog,
arma
- [or-cvs] tell the controller about new .onion streams too.,
arma
- [or-cvs] what the heck is wrong with this little piece of code?,
arma
- [or-cvs] fix typo noticed by scrimbly,
arma
- [or-cvs] Fiddle 0.1.1.x TODO based on conversation with arma.,
Nick Mathewson
- [or-cvs] Make clients use CREATE_FAST cells. add an option to disabl...,
Nick Mathewson
- [or-cvs] call the reachability testing stuff done.,
arma
- [or-cvs] and remove it from the todo now,
arma
- [or-cvs] Do not free a constant string.,
Nick Mathewson
- [or-cvs] Whitespace normalization,
Nick Mathewson
- [or-cvs] Specify CREATE_FAST more fully.,
Nick Mathewson
- [or-cvs] Document CREATE_FAST better in the code. Move our key expa...,
Nick Mathewson
- [or-cvs] Note one TODO item as done, and another as more complex tha...,
Nick Mathewson
- [or-cvs] Warn when binding to a public address for socks. This warn...,
Nick Mathewson
- [or-cvs] Mark item completed,
Nick Mathewson
- [or-cvs] Add private:* as an alias in configuration for policies.,
Nick Mathewson
- [or-cvs] Release memory from conn_circid_circuit_map on exit.,
Nick Mathewson
- [or-cvs] Oops. 0.0.0.0/8 and 169.254.0.0/16 are also special.,
Nick Mathewson
- [or-cvs] remove a redundant memcpy when extending to a new server,
arma
- [or-cvs] when we"re checking reachability, make it clearer in the logs,
arma
- [or-cvs] make it clearer in the docs what to expect when testing rea...,
arma
- [or-cvs] The more I punctuate,, the better my documentation is..,
arma
- [or-cvs] backport the part about giving log messages that tell the s...,
arma
- [or-cvs] Make code to handle "private" alias work when assume_action...,
Nick Mathewson
- [or-cvs] let is_internal_IP() know whether you"re asking about an IP,
arma
- [or-cvs] let the user configure a sockslistenaddress on other privat...,
arma
- [or-cvs] util.c:1308: error: conflicting types for "is_internal_IP",
Nick Mathewson
- [or-cvs] For some bizarre reason, MSVC does not implement GCC extens...,
Nick Mathewson
- [or-cvs] Normalize whitespace,
Nick Mathewson
- [or-cvs] In my private little universe, terminals are still 80 colum...,
Nick Mathewson
- [or-cvs] Tell people to wait for a bit before registering their serv...,
Peter Palfrader
- [or-cvs] crank the max line limit down to 150 chars.,
arma
- [or-cvs] when we changed from log_fn to debug/info/notice/warn/err,,
arma
- [or-cvs] explain why 0.1.1.9-alpha-cvs is a special version.,
arma
- [or-cvs] bump to 0.1.1.10-alpha,
arma
- [or-cvs] the rest of the 0.1.1.10-alpha changelog,
arma
- [or-cvs] put a date on the changelog,
arma
- [or-cvs] bump the versions for the website,
arma
- [or-cvs] the other rest of the 0.1.1.10-alpha changelog.,
arma
- [or-cvs] mention the release on the download page,
arma
- [or-cvs] bump to 0.1.1.10-alpha-cvs,
arma
- [or-cvs] i think fascistfirewall still has its uses. it"s a synonym,
arma
- [or-cvs] whenever we hupped or did a controller setconf, we were pre...,
arma
- [or-cvs] setconf orport=9001,
arma
- [or-cvs] a first go at fixing a bug matt edman reported: when he tries,
arma
- [or-cvs] choose helper nodes to have high capacity always,
arma
- [or-cvs] fix an error in reporting why we abandoned a helper node,
arma
- [or-cvs] fix yet another time comparison bug. we were abandoning hel...,
arma
- [or-cvs] don"t mark the helper node as down when we fail to connect to,
arma
- [or-cvs] mark the helper node as down if we time-out on the circuit ...,
arma
- [or-cvs] when removing dead helpers, only write or_state to disk onc...,
arma
- [or-cvs] Don"t use helper nodes for circuits with purpose "testing".,
arma
- [or-cvs] New upstream release,
Peter Palfrader
- [or-cvs] And make the debian package build with CVS again,
Peter Palfrader
- [or-cvs] point to the submissions from the front gui page.,
arma
- [or-cvs] Make directory authorities ignore router uploads that have ...,
Nick Mathewson
- [or-cvs] Have dirctory authorites note which servers make good V2 di...,
Nick Mathewson
- [or-cvs] extendcircuit and attachstream would complain about not eno...,
arma
- [or-cvs] insert german translation of Changelog,
qbi
- [or-cvs] bugfix: when we removed a dead helper node, we never commit...,
arma
- [or-cvs] sometimes, when we just started tor, we haven"t created that,
arma
- [or-cvs] orconn_identity_map was another static variable that started,
arma
- [or-cvs] Fix a potential memory stomp on servers running hidden serv...,
Nick Mathewson
- [or-cvs] another possible patch related to circuit_free and memory s...,
Nick Mathewson
- [or-cvs] Backport: another possible patch related to circuit_free an...,
Nick Mathewson
- [or-cvs] Bite the bullet and limit all our source lines to 80 charac...,
Nick Mathewson
- [or-cvs] Shave off 8 bytes per connection and 4 bytes per circuit by...,
Nick Mathewson
- [or-cvs] Updated link to SwitchProxy,
thomass
- [or-cvs] Make hashtables use a little less space on 64-bit architect...,
Nick Mathewson
- [or-cvs] Choose directory servers from routerstatus list, not from r...,
Nick Mathewson
- [or-cvs] When we mark a router as down, also mark its local_routerst...,
Nick Mathewson
- [or-cvs] remove a stray parenthesis that got into the tor-switchprox...,
arma
- [or-cvs] whitespace cleanups,
arma
- [or-cvs] fix up the translation page. perhaps it is more right now?,
arma
- [or-cvs] mention that we want translations for the text in the overv...,
arma
- [or-cvs] implement weasel"s suggestion to fix the bug that newly boo...,
arma
- [or-cvs] defer a whole lot more from 0.1.1.x,
arma
- [or-cvs] Clean fake_status a bit. Switch from has_fetched_directory...,
Nick Mathewson
- [or-cvs] add a few clarifying comments,
Nick Mathewson
- [or-cvs] Flip a misplaced not,
Nick Mathewson
- [or-cvs] Remove some redundant and obsolete code from routerparse,
Nick Mathewson
- [or-cvs] Do not mark directories as down simply because they dont ha...,
Nick Mathewson
- [or-cvs] Whitespace fixes; comments.,
Nick Mathewson
- [or-cvs] fix typo,
arma
- [or-cvs] put back in a todo comment, so we don"t forget.,
arma
- [or-cvs] Make clients look at the fast and stable flags in networkst...,
Nick Mathewson
- [or-cvs] fix compile,
Nick Mathewson
- [or-cvs] Add "panic" option to reject all servers not in fingerprint...,
Nick Mathewson
- [or-cvs] update completed items,
Nick Mathewson
- [or-cvs] clean up a lot message, and remove a line that does nothing.,
arma
- [or-cvs] ah ha, that variable was static. not useless after all.,
arma
- [or-cvs] nother typo,
arma
- [or-cvs] revise the spec to remove the "Ports" line of the descripto...,
arma
- [or-cvs] Instead of "Network down", say "Is your network connection ...,
Nick Mathewson
- [or-cvs] remove some finished items from the todo,
arma
- [or-cvs] Describe router download implementation in more detail, so ...,
Nick Mathewson
- [or-cvs] another todo item we want to do,
arma
- [or-cvs] translated translation and added it to CVS,
qbi
- [or-cvs] the torify config file should not use tor for local (127.x....,
arma
- [or-cvs] fix a ! that got left out,
arma
- [or-cvs] actually, don"t specify local as the whole of net 127, for,
arma
- [or-cvs] fix segfault when specifying DirServer without nickname,
arma
- [or-cvs] fix a seg fault when you finish connecting to a server but,
arma
- [or-cvs] weasel points out that we should get navigation.wml transla...,
arma
- [or-cvs] more asserts in case weasel can trigger them,
arma
- [or-cvs] Try to document our current directory thoughts in the spec ...,
Nick Mathewson
- [or-cvs] minor cleanups to the dir-spec,
arma
- [or-cvs] Tell people about MyFamily in tor-doc-server,
Peter Palfrader
- [or-cvs] when we fail three times to resolve or connect, we were tel...,
arma
- [or-cvs] update the win32 installer screenshots to use matt"s bundle...,
arma
- [or-cvs] and update the tor win32 howto to tell people to fetch the ...,
arma
- [or-cvs] the world is a happier place when you end your paragraphs.,
arma
- [or-cvs] introduce the links to privoxy and torcp in a more natural ...,
arma
- [or-cvs] make the ordering in the document match the ordering in the...,
arma
- [or-cvs] add a translation in the "make sure it"s working" section,
arma
- [or-cvs] explain the bundle thing better.,
arma
- [or-cvs] hey, matt made a bundle for 0.1.1.10-alpha too,
arma
- [or-cvs] stop shipping tree.h, since we don"t use anymore. (woo.),
arma
- [or-cvs] and bump tree.h from the LICENSE too.,
arma
- [or-cvs] point people to the experimental tor win32 bundle until matt,
arma
- [or-cvs] Directory /home2/or/cvsroot/website/fr added to the reposit...,
arma
- [or-cvs] the first draft of our first french page.,
arma
- [or-cvs] update the website makefile to know that we have fr too,
arma
- [or-cvs] get rid of the dos-style ^M"s so weasel"s scripts will notice,
arma
- [or-cvs] and the navigation text in french too,
arma
- [or-cvs] added French flag,
Geoffrey Goodell
- [or-cvs] and escape the apostrophe,
arma
- [or-cvs] that was meant to be an html comment,
arma
- [or-cvs] tell the wmi engine about Français too.,
arma
- [or-cvs] Fix translation metadata,
Peter Palfrader
- [or-cvs] whoops, need to actually add fr to the @LANGUAGES too,
arma
- [or-cvs] Add sanity check for defined languages,
Peter Palfrader
- [or-cvs] We don"t really want Based-On-Revision to be automatically ...,
Peter Palfrader
- [or-cvs] resolve typos,
arma
- [or-cvs] make it clearer in the makefile that we need to close those...,
arma
- [or-cvs] re-enable the tor 0.1.0.15 bundle package,
arma
- [or-cvs] add a skeleton donate! page.,
arma
- [or-cvs] a short paragraph of explanation about donations,
arma
- [or-cvs] Update de/index.wml from 1.4 to 1.6,
Peter Palfrader
- [or-cvs] Update de/navigation from 1.3 to 1.4,
Peter Palfrader
- [or-cvs] Update de/overview from 1.3 to 1.5,
Peter Palfrader
- [or-cvs] It seems de/people was already updated to 1.4,
Peter Palfrader
- [or-cvs] The german version uses <code> around filenames, do that in...,
Peter Palfrader
- [or-cvs] Add navigation.wmi to list of files that should be translated,
Peter Palfrader
- [or-cvs] Bring volunteer up to date,
Peter Palfrader
- [or-cvs] Do not translate whitespace only change, just increase base...,
Peter Palfrader
- [or-cvs] fix the french navigation page too (needs translating still),
arma
- [or-cvs] and the italian,
arma
- [or-cvs] Added donate-page,
qbi
- [or-cvs] point to the new name for the 0.1.1.10 torcp bundle,
arma
- [or-cvs] separate address and port with a space in REDIRECTSTREAM co...,
Geoffrey Goodell
- [or-cvs] allow redirect_stream to rewrite the port,
Geoffrey Goodell
- [or-cvs] Note that you should not download by ID fingerprint.,
Nick Mathewson
- [or-cvs] give a "recurring donation" option, and also mention the,
arma
- [or-cvs] make the two options line up,
arma
- [or-cvs] futz with the amounts a bit more,
arma
- [or-cvs] heck, let"s find out if cat is right.,
arma
- [or-cvs] control the return pages from paypal,
arma
- [or-cvs] Comments from cat: "space" should include or exclude tabs. ...,
Nick Mathewson
- [or-cvs] change the path in the directions in the makefile,
arma
- [or-cvs] Note some more issues we could/should fix with dirctories.,
Nick Mathewson
- [or-cvs] add some other donation options,
arma
- [or-cvs] Tor: Tor: Donate!,
arma
- [or-cvs] Keep bandwidth history accross restarts/crashes,
Peter Palfrader
- [or-cvs] a few non-coding todo items,
arma
- [or-cvs] Apply RPM-related cleanups from John Bashinski,
Nick Mathewson
- [or-cvs] Add missing file from last commit. Can the debian package ...,
Nick Mathewson
- [or-cvs] start to document the helper node functions,
arma
- [or-cvs] simplify because we weren"t using those return values anyway,
arma
- [or-cvs] clean up some comments,
arma
- [or-cvs] more comments, and start to use the made_contact entry.,
arma
- [or-cvs] stop being sneaky, especially if we"re being incorrectly sn...,
arma
- [or-cvs] mention that the one-time donation doesn"t require a paypal...,
arma
- [or-cvs] prevent a rare infinite loop on two-byte architectures,,
arma
- [or-cvs] mention that getinfo helper-nodes can return status "never-...,
arma
- [or-cvs] fix almost-ambiguity,
arma
- [or-cvs] suse tor.spec patch from Stefan Nordhausen,
Nick Mathewson
- [or-cvs] more detail on the communications censorship research quest...,
arma
- [or-cvs] mention donations on the download page too,
arma
- [or-cvs] those are separate statements,
arma
- [or-cvs] comments? i"ll show you comments.,
arma
- [or-cvs] b>You need the experimental bundle if you want to run a Tor...,
arma
- [or-cvs] disambiguate some debug entries,
arma
- [or-cvs] make it clearer in the auto-generated config file that you,
arma
- [or-cvs] and some comments,
arma
- [or-cvs] and compiling would be good too,
arma
- [or-cvs] normalize spaces,
Nick Mathewson
- [or-cvs] Implement new directory logic: download by descriptor diges...,
Nick Mathewson
- [or-cvs] in the next stable release, people trying to use torcp to b...,
arma
- [or-cvs] Make insert_old try hard to never add a duplicate.,
Nick Mathewson
- [or-cvs] Make directory caches a little less chatty when logging,
Nick Mathewson
- [or-cvs] first cut of the new helper stuff. seems to work in the nor...,
arma
- [or-cvs] slightly more accurate log messages,
arma
- [or-cvs] helpful log,
arma
- [or-cvs] when we succeed at connecting to a helper that we"ve never ...,
arma
- [or-cvs] if the network is down, and we try to connect to a conn bec...,
arma
- [or-cvs] fix a spacing problem introduced by our 80-column requirement,
arma
- [or-cvs] when we connect to a helper node for the first time, close,
arma
- [or-cvs] but only close it if we have marked an earlier helper as up.,
arma
- [or-cvs] but only close the new conn if one of the earlier helper no...,
arma
- [or-cvs] helper nodes are dead. long live entry nodes.,
arma
- [or-cvs] update the control spec to deprecate getinfo helper-nodes,
arma
- [or-cvs] and update the man page,
arma
- [or-cvs] mark off a few TODO items,
arma
- [or-cvs] when we reject a rend descriptor, tell us where it came from.,
arma
- [or-cvs] log how big the failed rend descriptor is, and if it"s smal...,
arma
- [or-cvs] the rpm versions were screwed up and nobody had reported it...,
arma
- [or-cvs] Appease some verbose GCC warnings.,
Nick Mathewson
- [or-cvs] fix a typo,
arma
- [or-cvs] load balance a bit better by taking some load off the really,
arma
- [or-cvs] bugfix on the website: the header linked to the language-sp...,
arma
- [or-cvs] be a bit more honest about the translations we"ve got,
arma
- [or-cvs] bump the logos from the bottom of the frontpage,
arma
- [or-cvs] change the wording on the "who funded tor" part of the fron...,
arma
- [or-cvs] simplify and cleanup the people page,
arma
- [or-cvs] talk more about funding and less about who dunnit,
arma
- [or-cvs] link to tor-doc-server correctly from the german frontpage,
arma
- [or-cvs] whitespace fixes,
arma
- [or-cvs] Finish implementing config"s EntryNodes and StrictEntryNode...,
arma
- [or-cvs] get rid of the special case for "testing" circuits,
arma
- [or-cvs] the last entrynodes item is done,
arma
- [or-cvs] Some tor servers process billions of cells in a matter of d...,
arma
- [or-cvs] add a TorVersion state string.,
arma
- [or-cvs] Make tor compile again,
Peter Palfrader
Mail converted by MHonArc 2.6.10