| 2005-02-27 |
Roger Dingledine | Checkpoint in-progress fixes: |
commit | commitdiff | tree | snapshot |
| 2005-02-27 |
Nick Mathewson | Make sure that router_get_by_* can always return "me" |
commit | commitdiff | tree | snapshot |
| 2005-02-25 |
Roger Dingledine | distribute exitlist in the tarball too |
commit | commitdiff | tree | snapshot |
| 2005-02-25 |
Roger Dingledine | clean up alphabetization some |
commit | commitdiff | tree | snapshot |
| 2005-02-25 |
Nick Mathewson | Be specific about which "illegal character" we just... |
commit | commitdiff | tree | snapshot |
| 2005-02-25 |
Nick Mathewson | document changed option name |
commit | commitdiff | tree | snapshot |
| 2005-02-25 |
Nick Mathewson | Make some control spec stuff done |
commit | commitdiff | tree | snapshot |
| 2005-02-25 |
Nick Mathewson | Implement more control spec functionality |
commit | commitdiff | tree | snapshot |
| 2005-02-25 |
Nick Mathewson | Note done things on TODO |
commit | commitdiff | tree | snapshot |
| 2005-02-25 |
Nick Mathewson | Implement some of GETINFO control message |
commit | commitdiff | tree | snapshot |
| 2005-02-25 |
Nick Mathewson | Stub functions for new control-spec logic. |
commit | commitdiff | tree | snapshot |
| 2005-02-25 |
Nick Mathewson | simple python script to parse directories and find... |
commit | commitdiff | tree | snapshot |
| 2005-02-25 |
Nick Mathewson | Check returns from libevent calls better; stop poking... |
commit | commitdiff | tree | snapshot |
| 2005-02-24 |
Roger Dingledine | fix a seg fault from tor_free_all |
commit | commitdiff | tree | snapshot |
| 2005-02-24 |
Roger Dingledine | caching .exit stuff is done |
commit | commitdiff | tree | snapshot |
| 2005-02-24 |
Roger Dingledine | forward-port the 0.0.9.5 changelog |
commit | commitdiff | tree | snapshot |
| 2005-02-24 |
Nick Mathewson | Add a log-related item. |
commit | commitdiff | tree | snapshot |
| 2005-02-24 |
Nick Mathewson | Insert missing ! in assert_connection_ok; test was... |
commit | commitdiff | tree | snapshot |
| 2005-02-24 |
Roger Dingledine | cache .exit address better (i think) |
commit | commitdiff | tree | snapshot |
| 2005-02-24 |
Roger Dingledine | man page entry for httpsproxy |
commit | commitdiff | tree | snapshot |
| 2005-02-24 |
Roger Dingledine | add support for CONNECTing through https proxies. |
commit | commitdiff | tree | snapshot |
| 2005-02-24 |
Roger Dingledine | stop a potential overflow (pointed out by ilja) |
commit | commitdiff | tree | snapshot |
| 2005-02-23 |
Roger Dingledine | a list of things to do so we can decentralize |
commit | commitdiff | tree | snapshot |
| 2005-02-23 |
Nick Mathewson | Improve log message on unrecognized encoding to indicat... |
commit | commitdiff | tree | snapshot |
| 2005-02-23 |
Nick Mathewson | more 010x todos |
commit | commitdiff | tree | snapshot |
| 2005-02-23 |
Roger Dingledine | assign a few tasks |
commit | commitdiff | tree | snapshot |
| 2005-02-23 |
Nick Mathewson | First cut at labelinging things for 0.1.0.x |
commit | commitdiff | tree | snapshot |
| 2005-02-23 |
Roger Dingledine | a few more items for the todo |
commit | commitdiff | tree | snapshot |
| 2005-02-23 |
Nick Mathewson | Clarify comment. Use CONN_IS_EDGE more. Try to be more... |
commit | commitdiff | tree | snapshot |
| 2005-02-23 |
Roger Dingledine | and to the win32 and os x doc pages |
commit | commitdiff | tree | snapshot |
| 2005-02-23 |
Roger Dingledine | make slightly clearer that mapaddress arguments are... |
commit | commitdiff | tree | snapshot |
| 2005-02-23 |
Nick Mathewson | clarify comment |
commit | commitdiff | tree | snapshot |
| 2005-02-23 |
Nick Mathewson | Addressmap tweak: Make "addressmap x x" remove any... |
commit | commitdiff | tree | snapshot |
| 2005-02-23 |
Nick Mathewson | Forward-port fix to make dual-purpose NT executable... |
commit | commitdiff | tree | snapshot |
| 2005-02-22 |
Roger Dingledine | Forward-port the trick to bump up ConnLimit as far... |
commit | commitdiff | tree | snapshot |
| 2005-02-22 |
Nick Mathewson | Change from inet_ntoa to a threadproof tor_inet_ntoa. |
commit | commitdiff | tree | snapshot |
| 2005-02-22 |
Nick Mathewson | Note a non-bug in read_file_to_str as used. If we start... |
commit | commitdiff | tree | snapshot |
| 2005-02-22 |
Nick Mathewson | But on windows, localtime and gmtime _are_ threadsafe. |
commit | commitdiff | tree | snapshot |
| 2005-02-22 |
Nick Mathewson | Patch to localtime/gmtime handling: use the _r variants... |
commit | commitdiff | tree | snapshot |
| 2005-02-22 |
Nick Mathewson | Remove assumptions that maximum path length is anything... |
commit | commitdiff | tree | snapshot |
| 2005-02-22 |
Nick Mathewson | Check for pthread dependency on pthread_detach as well... |
commit | commitdiff | tree | snapshot |
| 2005-02-22 |
Nick Mathewson | remove spurious semicolons |
commit | commitdiff | tree | snapshot |
| 2005-02-22 |
Nick Mathewson | Snarf some logic from python, adapted to our own needs... |
commit | commitdiff | tree | snapshot |
| 2005-02-22 |
Nick Mathewson | Initial IRIX compatibility fixes: check for inttypes... |
commit | commitdiff | tree | snapshot |
| 2005-02-22 |
Nick Mathewson | After we successfully connect, try handling pending... |
commit | commitdiff | tree | snapshot |
| 2005-02-22 |
Nick Mathewson | Print uname on start of unittests. |
commit | commitdiff | tree | snapshot |
| 2005-02-22 |
Nick Mathewson | Fix windows build: juggle }s and #endifs around in... |
commit | commitdiff | tree | snapshot |
| 2005-02-22 |
Nick Mathewson | Fix windows build: do not spuriously include openssl... |
commit | commitdiff | tree | snapshot |
| 2005-02-22 |
Roger Dingledine | make the addressmap internals less noisy |
commit | commitdiff | tree | snapshot |
| 2005-02-22 |
Roger Dingledine | man page entries for addressmap and trackhostexits |
commit | commitdiff | tree | snapshot |
| 2005-02-22 |
Roger Dingledine | Add a new AddressMap directive to rewrite incoming... |
commit | commitdiff | tree | snapshot |
| 2005-02-20 |
Roger Dingledine | bugfix: actually use the argument to strmap_free() |
commit | commitdiff | tree | snapshot |
| 2005-02-20 |
Roger Dingledine | forward-port the onion queue thing |
commit | commitdiff | tree | snapshot |
| 2005-02-19 |
Roger Dingledine | avoid case (not yet triggered) where smartlists could... |
commit | commitdiff | tree | snapshot |
| 2005-02-18 |
Nick Mathewson | Tweak control-spec: add a GETINFO/INFOVALUE type pair... |
commit | commitdiff | tree | snapshot |
| 2005-02-18 |
Roger Dingledine | make it clearer that our screenshots are of old versions. |
commit | commitdiff | tree | snapshot |
| 2005-02-17 |
Roger Dingledine | forward-port some fixes |
commit | commitdiff | tree | snapshot |
| 2005-02-16 |
Geoff Goodell | integrating changes related to building circuits, assig... |
commit | commitdiff | tree | snapshot |
| 2005-02-16 |
Roger Dingledine | remove unused code |
commit | commitdiff | tree | snapshot |
| 2005-02-15 |
Nick Mathewson | More fixes for IRIX compilation: make very sure we... |
commit | commitdiff | tree | snapshot |
| 2005-02-15 |
Nick Mathewson | Fix check for NULL representation to include string... |
commit | commitdiff | tree | snapshot |
| 2005-02-14 |
Roger Dingledine | make the wikipedia statement less strict |
commit | commitdiff | tree | snapshot |
| 2005-02-14 |
Nick Mathewson | Fix another crash bug found by Jaroslaw--it is possible... |
commit | commitdiff | tree | snapshot |
| 2005-02-13 |
Nick Mathewson | Tell openssl how to use locks and how to find thread... |
commit | commitdiff | tree | snapshot |
| 2005-02-13 |
Nick Mathewson | Add a missing prototype to or.h |
commit | commitdiff | tree | snapshot |
| 2005-02-13 |
Nick Mathewson | remove redundant unpack in critical path |
commit | commitdiff | tree | snapshot |
| 2005-02-12 |
Nick Mathewson | Give a better error message when zlib.h is not found. |
commit | commitdiff | tree | snapshot |
| 2005-02-12 |
Nick Mathewson | Apply windows patch from Dmitri Bely |
commit | commitdiff | tree | snapshot |
| 2005-02-11 |
Nick Mathewson | Do not try to double-aquire lock when rotating keys... |
commit | commitdiff | tree | snapshot |
| 2005-02-11 |
Nick Mathewson | Free tls resources on exit too |
commit | commitdiff | tree | snapshot |
| 2005-02-11 |
Nick Mathewson | Free even more things on shutdown. Temporarily move... |
commit | commitdiff | tree | snapshot |
| 2005-02-10 |
Nick Mathewson | Add more functions to free things to help dmalloc allong. |
commit | commitdiff | tree | snapshot |
| 2005-02-10 |
Roger Dingledine | mention 0.0.9.4 on win32 and osx doc pages |
commit | commitdiff | tree | snapshot |
| 2005-02-10 |
Roger Dingledine | if we're hibernating and we get a sigint, exit immediately. |
commit | commitdiff | tree | snapshot |
| 2005-02-10 |
Roger Dingledine | stop picking unverified dir mirrors, ever. |
commit | commitdiff | tree | snapshot |
| 2005-02-10 |
Roger Dingledine | when a client asks us for a dir mirror and we don't... |
commit | commitdiff | tree | snapshot |
| 2005-02-10 |
Roger Dingledine | some more tweaks on the paper |
commit | commitdiff | tree | snapshot |
| 2005-02-09 |
Roger Dingledine | remove redundant lines |
commit | commitdiff | tree | snapshot |
| 2005-02-09 |
Nick Mathewson | Patch from adam langley: always remove sockets from... |
commit | commitdiff | tree | snapshot |
| 2005-02-09 |
Paul Syverson | More tweaks, grammar, etc. I say it's ready to submit. |
commit | commitdiff | tree | snapshot |
| 2005-02-09 |
Roger Dingledine | fix wordo |
commit | commitdiff | tree | snapshot |
| 2005-02-09 |
Roger Dingledine | This section is first up against the wall when the... |
commit | commitdiff | tree | snapshot |
| 2005-02-09 |
Roger Dingledine | mark this one as a draft, so people who cache it will... |
commit | commitdiff | tree | snapshot |
| 2005-02-09 |
Roger Dingledine | update pdf draft |
commit | commitdiff | tree | snapshot |
| 2005-02-09 |
Paul Syverson | Style wars |
commit | commitdiff | tree | snapshot |
| 2005-02-09 |
Roger Dingledine | put a pdf in place so people can read it. |
commit | commitdiff | tree | snapshot |
| 2005-02-09 |
Roger Dingledine | more fixes. i declare this the first draft. |
commit | commitdiff | tree | snapshot |
| 2005-02-09 |
Roger Dingledine | tighten related work |
commit | commitdiff | tree | snapshot |
| 2005-02-09 |
Roger Dingledine | not all tor use is abusive |
commit | commitdiff | tree | snapshot |
| 2005-02-09 |
Nick Mathewson | Commit changes to nonclique section |
commit | commitdiff | tree | snapshot |
| 2005-02-09 |
Roger Dingledine | blacklists, middleman nodes, pressure to shut down |
commit | commitdiff | tree | snapshot |
| 2005-02-09 |
Roger Dingledine | lots more cleanups. people should check these over. |
commit | commitdiff | tree | snapshot |
| 2005-02-09 |
Roger Dingledine | don't list version in the win32 service display name... |
commit | commitdiff | tree | snapshot |
| 2005-02-09 |
Roger Dingledine | As another exception, the controller can getconf the... |
commit | commitdiff | tree | snapshot |
| 2005-02-08 |
Nick Mathewson | Still more edits |
commit | commitdiff | tree | snapshot |
| 2005-02-08 |
Roger Dingledine | ispell |
commit | commitdiff | tree | snapshot |
| 2005-02-08 |
Nick Mathewson | Tighten, clarify |
commit | commitdiff | tree | snapshot |
| 2005-02-08 |
Paul Syverson | A few more minor tweaks |
commit | commitdiff | tree | snapshot |
| 2005-02-08 |
Paul Syverson | Tweaks and typos throughout. Nearly there. |
commit | commitdiff | tree | snapshot |
| 2005-02-08 |
Geoff Goodell | added section for Tor+Blossom desiderata |
commit | commitdiff | tree | snapshot |
| next |