aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
Commit message (Expand)AuthorAge
* adding the reattach-after-timeout feature wasn't so easy after all.•••maybe it works now. svn:r1101 Roger Dingledine2004-02-18
* retry streams where the connected cell hasn't arrived in 15 seconds•••svn:r1100 Roger Dingledine2004-02-17
* Propagate yes/no/maybe a little farther forward.•••svn:r1096 Nick Mathewson2004-02-17
* Let AP edges receive 'end' relay cells while waiting for 'connected'•••svn:r1012 Roger Dingledine2004-01-20
* add an ap_conn connecting state; report connecting delay•••svn:r1011 Roger Dingledine2004-01-20
* fix assert trigger in server•••Jan 18 04:11:43.312 [warn] connection_edge_send_command(): no circ. Closing. i think it was while sending a connected relay cell back. reason for having the circ gone is still not known. presumably the end cell arrived at just the right time. svn:r1005 Roger Dingledine2004-01-19
* split the token bucket into 'rate' and 'burst' params•••we're not entirely migrated to burst yet, for backward compatibility note some win32 probable-bugs clean up routerlist.c svn:r982 Roger Dingledine2004-01-10
* fix endian issue: rh.integrity was getting sent wrong•••now it's a char[4] rather than an int svn:r966 Roger Dingledine2004-01-02
* stop a bug that straycat may have found•••svn:r964 Roger Dingledine2004-01-01
* checkpoint: revamp relay cell packaging and handling•••include the infrastructure for inserting padding cells when there's a relay-recognized conflict, but it does not work currently. svn:r958 Roger Dingledine2003-12-23
* make sure there's no conflict when generating stream_ids•••svn:r955 Roger Dingledine2003-12-19
* make a relay_header_t struct and pack/unpack funcs•••split 7-byte stream_id string into 2-byte recognized and 2-byte stream_id fix two seg faults in fetch_from_buf_http fix several lurking seg faults in handling unexpected relay cells still need to * clean up relay_crypt * use relay dummies if there's going to be a conflict with rh.recognized * check for a conflict when generating stream_ids svn:r953 Roger Dingledine2003-12-19
* remove trailing whitespace•••svn:r951 Roger Dingledine2003-12-17
* infrastructure for integrity-checks in relay cells•••make circuit_consider_sending_sendme use connection_edge_send_command fix endian bug in relay length handling (maybe) svn:r946 Roger Dingledine2003-12-16
* move cell size to 512 bytes•••move length to 2 bytes, put it in the relay header remove 4 reserved bytes in cell add 4 bytes to relay header for the integrity check svn:r942 Roger Dingledine2003-12-16
* Resolve format warnings on MacOS X 10.3•••svn:r938 Nick Mathewson2003-12-16
* Make compile warning-free on cygwin•••svn:r936 Nick Mathewson2003-12-15
* start tracking the 'It appears I've already sent the end' warning•••svn:r932 Roger Dingledine2003-12-14
* document aborted attempt to merge client dns cache with server dns cache•••svn:r930 Roger Dingledine2003-12-14
* change dns notation from question/answer to address/addr•••svn:r929 Roger Dingledine2003-12-14
* start to track the 'unexpected relay cell' warning•••svn:r928 Roger Dingledine2003-12-14
* general cleanups•••svn:r889 Roger Dingledine2003-12-07
* fix vicious bug in connection_ap_attach_pending that caused it to••• never work. fix vicious bug in choose_good_exit_server that caused it to *skip over* pending circuits, and look only at *non-pending circuits*, when choosing a good exit node for the new circuit. bugfix: remove incorrect asserts in circuit_get_newest() svn:r876 Roger Dingledine2003-12-03
* bugfix in exit node choice: we used to find the perfect exit node but ...•••bugfix in connection_ap_can_use_exit: it was using the wrong port bugfix: the OP now handles a port of '*' correctly when the IP is not yet known and it's trying to guess whether a router's exit policy might accept it. we now don't ever pick exit routers which will reject *:* attach_circuit now fails a new stream outright if it will never work. when you get an 'end' cell that resolves an IP, now it will fail the circuit outright if no safe exit nodes exist for that IP. don't try building a new circuit after an 'end' if a suitable one is already on the way. svn:r874 Roger Dingledine2003-12-03
* start tracking a rare bug: package_raw_inbuf gets called with package_window 0•••Nov 25 22:39:18.294 [warn] connection_edge_package_raw_inbuf(): called with package_window 0. T ell Roger. svn:r870 Roger Dingledine2003-11-30
* stop complaining as loudly when a dns resolve fails•••svn:r869 Roger Dingledine2003-11-30
* Fix a few bugs in sending and receiving DNS results•••svn:r864 Nick Mathewson2003-11-23
* Separate failure-count tracking from circuit-launching.•••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 Nick Mathewson2003-11-19
* use the tor_malloc_zero wrapper•••svn:r837 Roger Dingledine2003-11-18
* stop client_dns_clean from calling malloc(0)•••svn:r831 Roger Dingledine2003-11-18
* Fix bytesex issues on in.s_addr•••svn:r826 Nick Mathewson2003-11-17
* continue the circuit_deliver_relay_cell forward-failure bughunt•••svn:r823 Roger Dingledine2003-11-17
* Fix a segfault caused by a weird logic error and masked by another.•••svn:r820 Nick Mathewson2003-11-17
* recognize in-progress circs and don't start redundant ones•••quickly notice streams that don't have a circ on the way, and start one svn:r819 Roger Dingledine2003-11-17
* bugfixes•••svn:r818 Roger Dingledine2003-11-16
* change when circuits are built and expired•••not quite happy with it yet svn:r817 Roger Dingledine2003-11-16
* initial patches on patches•••svn:r814 Roger Dingledine2003-11-16
* Finish implementing the rest of the exitpolicy stuff, except for automaticall...•••svn:r813 Nick Mathewson2003-11-16
* Improved exit policy syntax; basic client-side DNS caching.•••- Exit policies now support bitmasks (18.0.0.0/255.0.0.0) and bitcounts 18.0.0.0/8. Policies are parsed on startup, not when comparing to them. - desired_path_len is now part of an opaque cpath_build_state_t structure. - END_REASON_EXITPOLICY cells no longer include a port. - RELAY_COMMAND_CONNECTED cells now include the IP address we've connected to. - connection_edge now has a client_dns cache to remember resolved addresses. It gets populated by RELAY_COMMAND_CONNECTED cells and END_REASON_EXITPOLICY cells. It gets used by connection_ap_handshake_send_begin. We don't compare it to exit policies yet. svn:r812 Nick Mathewson2003-11-14
* connection_ap_handshake_send_begin always succeeds•••svn:r798 Roger Dingledine2003-11-12
* Make crypto_pseudo_rand* never fail.•••svn:r797 Nick Mathewson2003-11-12
* point out bug•••svn:r791 Roger Dingledine2003-11-11
* leave conn->socks_request around after the begin•••that way we can reuse it if we need to try another begin later svn:r788 Roger Dingledine2003-11-11
* conn->socks_version is obsolete•••svn:r787 Roger Dingledine2003-11-11
* respond to nick's questions•••svn:r786 Roger Dingledine2003-11-11
* Rename aci to circ_id throughout.•••svn:r784 Nick Mathewson2003-11-11
* Make AP connections wait for a circuit if none exists.•••Also: - Refactor socks request into a separate struct - Add a separate 'waiting for circuit' state to AP connections between 'waiting for socks' and 'open'. Arma: can you check out the XXX's I've added to connection_edge? I may be mishandling some async and close logic. svn:r783 Nick Mathewson2003-11-11
* client now survives going offline better•••fix badness in usage() if neither socksport nor orrport is defined, quit obsolete connection_flush_buf() svn:r780 Roger Dingledine2003-11-10
* play with connection_edge_send_command•••maybe more robust now svn:r655 Roger Dingledine2003-10-22
* make end relay cells have payloads•••move default exit policy into config files svn:r653 Roger Dingledine2003-10-22