Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove a conn_close_if_marked warning | Roger Dingledine | 2003-11-30 |
| | | | | | | | | Nov 27 15:45:19.003 [warn] connection_write_to_buf(): write_to_buf failed. Closing connection (fd 42). Nov 27 15:45:19.010 [warn] conn_close_if_marked(): Conn (socket 42) still wants to flush. Losing 0 bytes! svn:r866 | ||
* | bugfix: an offline OP would leak all its sockets and stop working | Roger Dingledine | 2003-11-29 |
| | | | | svn:r865 | ||
* | Fix a few bugs in sending and receiving DNS results | Nick Mathewson | 2003-11-23 |
| | | | | svn:r864 | ||
* | Bring assert_connection_ok up to date | Nick Mathewson | 2003-11-23 |
| | | | | svn:r863 | ||
* | Fix incorrect error message | Nick Mathewson | 2003-11-21 |
| | | | | svn:r862 | ||
* | stop building sample-server-torrc, start building tor.1 | Roger Dingledine | 2003-11-21 |
| | | | | svn:r861 | ||
* | we have a man page. | Roger Dingledine | 2003-11-20 |
| | | | | svn:r860 | ||
* | change 'so you want to run your own server' directions | Roger Dingledine | 2003-11-20 |
| | | | | svn:r859 | ||
* | merge torrc.in and sample-server-torrc.in | Roger Dingledine | 2003-11-20 |
| | | | | svn:r858 | ||
* | simplify: options.OnionRouter==1 iff options.ORPort>0 | Roger Dingledine | 2003-11-20 |
| | | | | svn:r857 | ||
* | install now recognizes that -l warn is default | Roger Dingledine | 2003-11-19 |
| | | | | svn:r856 | ||
* | default log level is now warn | Roger Dingledine | 2003-11-19 |
| | | | | | | | (info is too noisy) svn:r855 | ||
* | define the pidfile on the commandline, if you want it | Roger Dingledine | 2003-11-19 |
| | | | | svn:r854 | ||
* | make pidfile default to null rather than writing to your cwd | Roger Dingledine | 2003-11-19 |
| | | | | svn:r853 | ||
* | if you tell people that IgnoreVersion exists, | Roger Dingledine | 2003-11-19 |
| | | | | | | | some of them will use it rather than upgrade. svn:r852 | ||
* | we are pre14. | Roger Dingledine | 2003-11-19 |
| | | | | svn:r850 | ||
* | updated todo | Roger Dingledine | 2003-11-19 |
| | | | | svn:r849 | ||
* | bugfix and cleanups | Roger Dingledine | 2003-11-19 |
| | | | | svn:r848 | ||
* | Separate failure-count tracking from circuit-launching. | Nick Mathewson | 2003-11-19 |
| | | | | | | | | Increment failure counts only when circuits close without having been built. Reset failure counts only on the second, and when circuits are done building. svn:r847 | ||
* | Check that we can write to the logfile and log a warning to stderr if we can't | Peter Palfrader | 2003-11-19 |
| | | | | | | | | | Move writing of pidfile after daemonizing, and also after setting the [ug]id: This means that the tor user needs write priviliges to the pidfile location. It needs it for unlinking the pidfile anyway. svn:r846 | ||
* | Patch last patch to last patch | Nick Mathewson | 2003-11-19 |
| | | | | svn:r845 | ||
* | removed unused variable; silence warning | Nick Mathewson | 2003-11-19 |
| | | | | svn:r844 | ||
* | Patch last patch. | Nick Mathewson | 2003-11-19 |
| | | | | svn:r843 | ||
* | Skip non-running routers for exit node selection | Nick Mathewson | 2003-11-19 |
| | | | | svn:r842 | ||
* | bugfix: sometimes we closed a circ while cpuworker was cranking, | Roger Dingledine | 2003-11-18 |
| | | | | | | | and it didn't notice svn:r841 | ||
* | revert part of that last change | Roger Dingledine | 2003-11-18 |
| | | | | | | | time for bed svn:r840 | ||
* | make more sure we can't end up with two connections to the same OR | Roger Dingledine | 2003-11-18 |
| | | | | | | | fix leaked pk in connection_tls_finish_handshake svn:r839 | ||
* | bugfix: don't ask for ->next of an expired circuit | Roger Dingledine | 2003-11-18 |
| | | | | | | | | | | | | | | | bugfix: keep going when a circ fails in circuit_n_conn_open (make circuit_enumerate_by_naddr_nport obsolete) bugfix: make circuit_n_conn_open only look at circ's that start at us bugfix: only try circuit_n_conn_open if we're an OP. Otherwise we expect connections to always already be up. bugfix: when choosing path length, pay attention to whether the directory says a router is down. bugfix: when picking good exit, skip routers which are known to be down (more work needs to be done on this one) svn:r838 | ||
* | use the tor_malloc_zero wrapper | Roger Dingledine | 2003-11-18 |
| | | | | svn:r837 | ||
* | add a tor_malloc_zero wrapper: tor_malloc and memset 0 | Roger Dingledine | 2003-11-18 |
| | | | | svn:r836 | ||
* | don't build too many circs at once | Roger Dingledine | 2003-11-18 |
| | | | | | | | expire circs that have been building for too long svn:r835 | ||
* | Simplify post-TLS-handshake checks, and add check for correct nickname | Nick Mathewson | 2003-11-18 |
| | | | | svn:r834 | ||
* | Stop leaking X509 certs; those things are _nasty_ on the carpet | Nick Mathewson | 2003-11-18 |
| | | | | svn:r833 | ||
* | Always include newline with port section of exit policy | Nick Mathewson | 2003-11-18 |
| | | | | svn:r832 | ||
* | stop client_dns_clean from calling malloc(0) | Roger Dingledine | 2003-11-18 |
| | | | | svn:r831 | ||
* | Fix possible bug in circID selection when building circuits on combination ↵ | Nick Mathewson | 2003-11-17 |
| | | | | | | OP/OR servers svn:r830 | ||
* | more verbose info for circuits when kill -USR1 | Roger Dingledine | 2003-11-17 |
| | | | | svn:r829 | ||
* | "I don't think it's quite fair to condemn a whole program because of a | Nick Mathewson | 2003-11-17 |
| | | | | | | | | single slip-up." -- General "Buck" Turgidson, _Doctor Strangelove_ svn:r828 | ||
* | finally find and possibly fix the circuit_deliver_relay_cell warn bug | Roger Dingledine | 2003-11-17 |
| | | | | svn:r827 | ||
* | Fix bytesex issues on in.s_addr | Nick Mathewson | 2003-11-17 |
| | | | | svn:r826 | ||
* | catch the last missing log line i hope | Roger Dingledine | 2003-11-17 |
| | | | | svn:r825 | ||
* | Remove a possible source of error in circID picking. | Nick Mathewson | 2003-11-17 |
| | | | | svn:r824 | ||
* | continue the circuit_deliver_relay_cell forward-failure bughunt | Roger Dingledine | 2003-11-17 |
| | | | | svn:r823 | ||
* | comment choose_good_exit_server | Nick Mathewson | 2003-11-17 |
| | | | | svn:r822 | ||
* | trivial bugfixes | Roger Dingledine | 2003-11-17 |
| | | | | svn:r821 | ||
* | Fix a segfault caused by a weird logic error and masked by another. | Nick Mathewson | 2003-11-17 |
| | | | | svn:r820 | ||
* | recognize in-progress circs and don't start redundant ones | Roger Dingledine | 2003-11-17 |
| | | | | | | | quickly notice streams that don't have a circ on the way, and start one svn:r819 | ||
* | bugfixes | Roger Dingledine | 2003-11-16 |
| | | | | svn:r818 | ||
* | change when circuits are built and expired | Roger Dingledine | 2003-11-16 |
| | | | | | | | not quite happy with it yet svn:r817 | ||
* | bugfix: if you recognize a relay cell, don't also pass it on. | Roger Dingledine | 2003-11-16 |
| | | | | svn:r816 |